@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,sans-serif}.header{position:fixed;display:flex;align-items:center;justify-content:space-between;padding:0 25px;top:0;left:230px;right:0;height:70px;background:#fff;border-bottom:1px solid #e5e7eb;z-index:999}.header .left{display:flex;align-items:center;gap:15px;font-weight:600;font-size:18px}.header .right{display:flex;gap:15px;align-items:center}.header .right .icon{width:36px;height:36px;border-radius:50%;background:#ede9fe;display:flex;align-items:center;justify-content:center;cursor:pointer}@media(max-width:991px){.header{position:fixed;top:0;left:0;right:0;height:70px;padding:0 15px;background:#fff;border-bottom:1px solid #e5e7eb;z-index:999}.header .left{display:flex;align-items:center;gap:10px;width:100%}.header .search-box{flex:1}.header .right{gap:10px}}.footer{margin-top:auto;display:flex;align-items:center;justify-content:center;padding:8px 1.25rem;color:var(--crms-gray-500);transition:all .25s ease-in-out;border-top:1px solid var(--crms-border-color);background-color:var(--crms-white)}.sidebar{padding:20px;position:relative}.sidebar .logo{font-size:22px;font-weight:700;margin-bottom:30px}.sidebar .logo img{width:100%;display:block}.sidebar .sidebar-close{display:none;background:none;border:none;cursor:pointer;color:#111}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar ul li{margin-bottom:6px}.sidebar .nav-link{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:8px;color:#475569;text-decoration:none!important;cursor:pointer;transition:all .2s ease}.sidebar .nav-link:hover{background:#25bdeb;color:#fff}.sidebar .nav-link.active{background:#6d28d91f;color:#25bdeb;font-weight:600}.sidebar .submenu{padding-left:15px;margin-top:4px}.sidebar .submenu .sub-link{font-size:14px}.sidebar .arrow{font-size:12px;transition:transform .3s ease}.sidebar .arrow.open{transform:rotate(180deg)}@media(max-width:991px){.sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;background:#fff;transform:translate(-100%);transition:transform .3s ease;z-index:1001}.sidebar.active{transform:translate(0)}.sidebar .sidebar-close{display:flex;position:absolute;top:15px;right:15px;z-index:1002}}.layout{display:flex}.sidebar{position:fixed;top:0;left:0;width:230px;height:100vh;background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;z-index:1000}.main{margin-left:230px;width:calc(100% - 230px)}.content{margin-top:70px;padding:25px;background:#f8fafc;min-height:calc(100vh - 70px)}@media(max-width:991px){.main{margin-left:1px;width:calc(100% - 1px)}.content{padding:0}}.search-field{position:relative;width:260px;margin-left:10px}.search-field i{position:absolute;top:50%;left:12px;transform:translateY(-50%);font-size:16px;color:#6c757d}.search-field input{width:70%;padding:8px 10px 8px 20px;border-radius:8px;border:1px solid #dee2e6;font-size:14px;outline:none;transition:all .2s ease}.search-field input:focus{border-color:#25bdeb;box-shadow:0 0 0 2px #0d6efd1a}.primary-btn{padding:10px 16px;border-radius:6px;border:none;background:#4ea5af;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px}.primary-btn:hover{background:#3b9099}.primary-btn:disabled{opacity:.6;cursor:not-allowed}.secondary-btn{padding:10px 16px;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.secondary-btn:hover{background:#f3f4f6}.add-button-wrapper .btn-primary{display:inline-flex;align-items:center;gap:6px;padding:9px 15px;border-radius:8px;background:linear-gradient(135deg,#4ea5af,#3d8f97);border:none;font-size:14px;font-weight:600;letter-spacing:.3px;color:#fff;cursor:pointer;box-shadow:0 4px 12px #4ea5af40;float:right;transition:all .25s ease}.add-button-wrapper .btn-primary i{font-size:16px}.add-button-wrapper .btn-primary:hover{background:linear-gradient(135deg,#3d8f97,#2f737a);transform:translateY(-2px);box-shadow:0 6px 18px #4ea5af40}.add-button-wrapper .btn-primary:active{transform:translateY(0);box-shadow:none}.add-button-wrapper .btn-primary:focus{outline:none;box-shadow:0 0 0 3px #4ea5af40}.table-container{width:100%;padding:20px 0;background:#f8fafc}.table-container .table-card{width:100%;background:#fff;border-radius:10px;box-shadow:0 4px 18px #00000014;overflow:hidden}.table-container .table-card .table-wrapper{width:100%;overflow-x:auto}.table-container .table-card .table-wrapper .custom-table{width:100%;border-collapse:collapse;font-size:14px;border:1px solid #e2e8f0}.table-container .table-card .table-wrapper .custom-table thead th{padding:14px 16px;font-size:13px;font-weight:600;text-align:left;color:#111827;white-space:nowrap;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.table-container .table-card .table-wrapper .custom-table thead th:last-child{border-right:none}.table-container .table-card .table-wrapper .custom-table tbody tr{transition:background .2s ease}.table-container .table-card .table-wrapper .custom-table tbody tr td{padding:12px 16px;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.table-container .table-card .table-wrapper .custom-table tbody tr td:last-child{border-right:none}.table-container .table-card .table-wrapper .custom-table tbody tr:last-child td{border-bottom:none}.status{display:inline-block;padding:5px 12px;border-radius:15px;font-size:12px;font-weight:500;text-transform:capitalize}.status.active{background-color:#e6f7ec;color:#1f7a3f}.status.completed{background-color:#e8f1ff;color:#1c4ed8}.status.pending{background-color:#fff7db;color:#b7791f}.status.cancelled{background-color:#ffe8e8;color:#c53030}.custom-table th:last-child,.custom-table td:last-child{text-align:center}.action-buttons{display:flex;align-items:center;justify-content:center;gap:8px}.btn{padding:6px 12px;font-size:13px;border-radius:6px;border:none;cursor:pointer;font-weight:500;transition:background .2s ease,transform .1s ease}.btn:active{transform:scale(.96)}.btn-edit{background:#25bdeb;color:#fff}.btn-edit:hover{background:#25bdeb}.btn-view{background:#16a34a;color:#fff}.btn-view:hover{background:#12883e}.empty-state{text-align:center;padding:40px;font-size:14px;color:#8b909a}.container{width:100%;margin-top:10px}.row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px}.col-md-4{flex:1;min-width:280px}.stats-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.stats-card:hover{transform:translateY(-4px);box-shadow:0 8px 18px #0000001f}.stats-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.stats-title{font-size:15px;font-weight:700;color:#6b7280;margin:0 0 6px}.stats-value{font-size:32px;font-weight:700;color:#111827;margin-bottom:16px}.status-buttons{display:flex;gap:10px}.status-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:13px;border-radius:20px;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer;transition:all .3s ease}.status-btn .count{padding:2px 6px;border-radius:10px;font-size:12px;color:#475569;background:#e2e8f0}.status-btn.PLANNED{border-color:#1f7a3f;color:#1f7a3f}.status-btn.PLANNED.active{background:#1f7a3f;color:#fff}.status-btn.PLANNED.active .count{background:#fff3;color:#fff}.status-btn.ONGOING{border-color:#b7791f;color:#b7791f}.status-btn.ONGOING.active{background:#b7791f;color:#fff}.status-btn.ONGOING.active .count{background:#fff3;color:#fff}.status-btn.CANCELLED{border-color:#c53030;color:#c53030}.status-btn.CANCELLED.active{background:#c53030;color:#fff}.status-btn.CANCELLED.active .count{background:#fff3;color:#fff}.status-btn.COMPLETED{border-color:#1c4ed8;color:#1c4ed8}.status-btn.COMPLETED.active{background:#1c4ed8;color:#fff}.status-btn.COMPLETED.active .count{background:#fff3;color:#fff}@media(max-width:992px){.container{margin-top:80px}.col-md-4{flex:1 1 45%}}@media(max-width:1030px){.container{margin-top:13px;padding:0 15px}.stats-row{flex-direction:column;gap:15px;height:293px;overflow-y:scroll;scroll-snap-type:y mandatory;padding-bottom:30px}.stats-row::-webkit-scrollbar{width:4px}.stats-row::-webkit-scrollbar-thumb{background:#00000023;border-radius:4px}.col-md-4{width:100%;min-width:100%;scroll-snap-align:start;scroll-snap-stop:always}.stats-card{padding:16px;margin-top:20px}.stats-header{flex-direction:row;align-items:center;gap:6px}.stats-title{font-size:14px}.stats-value{font-size:24px;margin-bottom:12px}.status-buttons{flex-wrap:wrap;gap:8px}.status-btn{font-size:12px;padding:5px 10px}}@media(max-width:480px){.status-btn{flex:1 1 calc(50% - 8px);justify-content:center}.stats-value{font-size:20px}}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:4px}@media(max-width:991px){.mobile-menu-button{display:inline-flex;align-items:center;justify-content:center}}@media(min-width:992px){.mobile-menu-button{display:none}}.btn.active{background-color:#f8fafc;border-color:#cbd5e1}.btn i.ti{font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.btn-light:hover{background-color:#f1f5f9}.custom-table th a{margin-left:10px;font-size:18px}.create-trip-page{padding:25px;background:#f5f6fa;min-height:calc(100vh - 70px)}.create-trip-header{display:flex;align-items:center;justify-content:space-between;margin-top:10px;margin-bottom:25px}.create-trip-header h2{font-size:18px;font-weight:600;color:#111827}.create-trip-header .back-btn{padding:8px 14px;border-radius:8px;background:#eef2ff;border:none;color:#4338ca;font-size:13px;font-weight:600;cursor:pointer;transition:.2s ease}.create-trip-header .back-btn:hover{background:#e0e7ff}.create-trip-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:24px;margin-bottom:25px}.create-trip-card .section-divider{height:1px;background:#e2e8f0;margin:24px -24px}.customers-container .section-title{margin:0 0 15px}.customers-container .section-title h3{font-size:16px;color:#1e293b}.customer-summary-list{display:flex;flex-wrap:wrap;gap:12px}.customer-summary-list .no-customers{font-size:13px;color:#94a3b8;font-style:italic}.customer-summary-card{display:flex;align-items:center;gap:12px;background:#f1f5f9;padding:8px 14px;border-radius:30px;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease}.customer-summary-card:hover{background:#e2e8f0;border-color:#cbd5e1}.customer-summary-card .customer-info{display:flex;align-items:center;gap:6px}.customer-summary-card .customer-info .no{font-size:12px;font-weight:700;color:#64748b}.customer-summary-card .customer-info .name{font-size:13px;font-weight:600;color:#1e293b}.customer-summary-card .customer-actions .remove-btn{border:none;background:transparent;color:#94a3b8;font-size:14px;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center}.customer-summary-card .customer-actions .remove-btn:hover{color:#ef4444}.customer-modal-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:10000;padding:20px;animation:fadeIn .3s ease}.customer-modal{background:#fff;width:100%;max-width:550px;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}.customer-modal .modal-grab-handle{display:none}.customer-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f1f5f9}.customer-modal .modal-header h3{font-size:18px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.customer-modal .modal-header .close-btn{border:none;background:#f1f5f9;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;color:#64748b;transition:all .2s ease}.customer-modal .modal-header .close-btn:hover{background:#e2e8f0;color:#ef4444}.customer-modal .modal-body{padding:24px;max-height:70vh;overflow-y:auto}.customer-modal .modal-body .modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.customer-modal .modal-body::-webkit-scrollbar{width:4px}.customer-modal .modal-body::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.customer-modal .modal-footer{padding:20px 24px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:12px;background:#fff}.customer-modal .modal-footer button{padding:12px 24px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.customer-modal .modal-footer .cancel-btn{background:#fff;border:1px solid #e2e8f0;color:#64748b}.customer-modal .modal-footer .cancel-btn:hover{background:#f8fafc;border-color:#cbd5e1}.customer-modal .modal-footer .save-btn{background:linear-gradient(135deg,#4ea5af,#3d8f97);border:none;color:#fff;box-shadow:0 4px 12px #4ea5af40}.customer-modal .modal-footer .save-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4ea5af59}.customer-modal .modal-footer .save-btn:active{transform:translateY(0)}.trip-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.select-field{position:relative}.select-field .custom-select-display{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 14px;font-size:14px;color:#1e293b;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease;min-height:42px}.select-field .custom-select-display:hover{border-color:#cbd5e1;background:#f8fafc}.select-field .custom-select-display.open{border-color:#4ea5af;box-shadow:0 0 0 3px #4ea5af1a}.select-field .custom-select-display.placeholder{color:#94a3b8}.select-field .custom-select-display .arrow{font-size:10px;color:#64748b;transition:transform .2s ease}.select-field .custom-select-display.open .arrow{transform:rotate(180deg)}.select-field .custom-select-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:6px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;overflow:hidden;animation:dropdownIn .2s ease}.select-field .custom-select-dropdown .search-wrapper{padding:8px;border-bottom:1px solid #f1f5f9}.select-field .custom-select-dropdown .search-wrapper input{width:100%;padding:8px 12px;border:1px solid #f1f5f9;background:#f8fafc;border-radius:8px;font-size:13px;outline:none}.select-field .custom-select-dropdown .search-wrapper input:focus{background:#fff;border-color:#4ea5af}.select-field .custom-select-dropdown .options-list{max-height:220px;overflow-y:auto}.select-field .custom-select-dropdown .options-list::-webkit-scrollbar{width:4px}.select-field .custom-select-dropdown .options-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.select-field .custom-select-dropdown .options-list .option-item{padding:10px 14px;font-size:14px;color:#334155;cursor:pointer;transition:all .1s ease}.select-field .custom-select-dropdown .options-list .option-item:hover{background:#f1f5f9;color:#4ea5af}.select-field .custom-select-dropdown .options-list .option-item.selected{background:#eef2ff;color:#4ea5af;font-weight:600}.select-field .custom-select-dropdown .options-list .no-results{padding:20px;text-align:center;color:#94a3b8;font-size:13px}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.form-field{display:flex;flex-direction:column;margin-bottom:20px}.form-field label{font-size:13px;font-weight:600;color:#475569;margin-bottom:6px}.form-field input,.form-field select,.form-field textarea{padding:10px 14px;border-radius:10px;border:1px solid #e2e8f0;font-size:14px;outline:none;transition:all .2s ease;background:#fff}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#4ea5af;box-shadow:0 0 0 3px #4ea5af1a}.form-field input::placeholder,.form-field select::placeholder,.form-field textarea::placeholder{color:#94a3b8}.form-field textarea{resize:vertical;min-height:80px}.section-title{display:flex;align-items:center;justify-content:space-between;margin:30px 0 15px}.section-title h3{font-size:16px;font-weight:600;color:#111827}.section-title .add-btn{padding:6px 12px;border-radius:8px;border:none;background:linear-gradient(135deg,#4ea5af,#3d8f97);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .25s ease}.section-title .add-btn:hover{background:linear-gradient(135deg,#3d8f97,#2f737a);transform:translateY(-1px)}.customer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.customer-header h4{font-size:14px;font-weight:600;color:#111827}.customer-header .remove-btn{border:none;background:transparent;color:#c53030;font-size:18px;cursor:pointer;transition:.2s ease}.customer-header .remove-btn:hover{transform:scale(1.1)}.customer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:12px}.time-slots{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;grid-column:1/-1}.time-slots .time-slot-btn{padding:6px 14px;border-radius:20px;background:#fff;border:1px solid #cbd5e1;color:#475569;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}.time-slots .time-slot-btn:hover{background:#f1f5f9;border-color:#4ea5af;color:#4ea5af;transform:translateY(-1px)}.time-slots .time-slot-btn:active{transform:translateY(0)}.time-slots .time-slot-btn.active{background:#4ea5af;border-color:#4ea5af;color:#fff}.time-slots .time-slot-btn i{font-size:14px}.submit-wrapper{display:flex;justify-content:flex-end;margin-top:30px;gap:12px}@media(max-width:768px){.create-trip-page{padding:12px}.create-trip-header{margin-top:20px;margin-bottom:20px;padding:0 4px}.create-trip-card{padding:16px;margin-bottom:20px}.create-trip-card .section-divider{margin:20px -16px}.nested-customer-card{padding:12px}.nested-customer-card .customer-grid{grid-template-columns:1fr;gap:12px}.customer-summary-list{gap:8px}.customer-summary-card{padding:6px 12px}.customer-summary-card .customer-info .name{font-size:12px}.customer-modal{max-width:90%;border-radius:20px;position:relative;bottom:auto;left:auto;right:auto;animation:slideUp .35s cubic-bezier(.16,1,.3,1)}.customer-modal .modal-grab-handle{display:none}.customer-modal .modal-header{padding:18px 20px;border-bottom:1px solid #f1f5f9}.customer-modal .modal-header h3{font-size:16px}.customer-modal .modal-body{padding:16px 20px 20px}.customer-modal .modal-body .modal-grid{grid-template-columns:1fr;gap:16px}.customer-modal .modal-footer{padding:16px 20px;background:#fff}.customer-modal .modal-footer button{flex:1;padding:12px;font-size:14px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.audio-section{margin-top:15px}.audio-section strong{font-size:13px;color:#334155}.audio-card{display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;margin-top:10px}.audio-card audio{width:100%}.audio-name{font-size:12px;font-weight:600;color:#475569}.transcribe-btn{align-self:flex-start;padding:6px 12px;font-size:12px;font-weight:600;border-radius:6px;border:none;background:#eef2ff;color:#4338ca;cursor:pointer;transition:.2s ease}.transcribe-btn:hover{background:#e0e7ff}.transcribe-btn:disabled{opacity:.6;cursor:not-allowed}.transcript-box{margin-top:8px;padding:10px;font-size:13px;border-radius:8px;background:#fff;border:1px solid #cbd5f5;color:#1e293b;white-space:pre-wrap}.transcribing{font-size:12px;color:#64748b;font-style:italic}.audio-recorder{margin-top:12px;padding:12px;border-radius:10px;background:#f8fafc;border:1px dashed #cbd5e1}.audio-actions{display:flex;align-items:center;gap:10px;margin-top:8px}.audio-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:20px;border:none;font-size:13px;font-weight:600;cursor:pointer;transition:all .25s ease;background-color:red;color:#fff}.recording-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999}.recording-popup{background:#fff;padding:30px 25px;border-radius:16px;width:340px;text-align:center;box-shadow:0 15px 50px #0003}.recording-popup h3{margin-top:15px;margin-bottom:5px;font-size:18px;font-weight:600}.recording-popup p{font-size:13px;color:#64748b}.recording-animation{display:flex;justify-content:center;align-items:center}.pulse-dot{width:18px;height:18px;background:#ef4444;border-radius:50%;animation:pulse 1.4s infinite}@keyframes pulse{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 18px #ef444400}to{box-shadow:0 0 #ef444400}}.stop-recording-btn{margin-top:18px;background:#ef4444;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:.3s ease}.stop-recording-btn:hover{background:#dc2626}
