body{color:#2f353c;font-family:Noto Sans,sans-serif;font-size:14px;background-color:#e9edf3}.stat-widget{border:none;border-radius:12px;box-shadow:0 2px 10px #00000014;transition:all .3s ease;background:var(--bs-body-bg);border:1px solid var(--bs-border-color-translucent);height:120px;display:flex;flex-direction:column}[data-bs-theme=dark] .stat-widget{background:var(--bs-body-bg);box-shadow:0 2px 10px #0000004d;border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .stat-widget:hover{box-shadow:0 4px 20px #00000080}[data-bs-theme=dark] .table-row-clickable:hover{background-color:var(--bs-dark)!important;color:var(--bs-light)!important}[data-bs-theme=dark] .table-row-clickable:hover .text-dark{color:var(--bs-light)!important}[data-bs-theme=dark] .table-row-clickable:hover .text-muted{color:var(--bs-gray-400)!important}[data-bs-theme=dark] .table-row-clickable:hover .badge{opacity:.9}.modern-document-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;overflow:hidden;border:1px solid rgba(0,0,0,.06);position:relative}.modern-document-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000026;border-color:#0d6efd4d}.modern-document-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .3s ease}.modern-document-card:hover:before{opacity:1}.document-card-header{padding:20px;display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid rgba(0,0,0,.05)}.document-icon-container{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.document-icon-container:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff4d,#ffffff1a);border-radius:16px}.selfie-icon{background:linear-gradient(135deg,#ff6b6b,#ee5a52);box-shadow:0 8px 20px #ff6b6b4d}.document-icon{background:linear-gradient(135deg,#4ecdc4,#44a08d);box-shadow:0 8px 20px #4ecdc44d}.secondary-icon{background:linear-gradient(135deg,#a8edea,#fed6e3);box-shadow:0 8px 20px #a8edea4d}.document-icon-container span{font-size:28px;color:#fff;position:relative;z-index:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.document-title{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 4px;line-height:1.3}.document-filename{font-size:14px;color:#64748b;margin:0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-status{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.status-badge.required{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;box-shadow:0 4px 12px #ff6b6b4d}.status-badge.document{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff;box-shadow:0 4px 12px #4ecdc44d}.status-badge.secondary{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#4a5568;box-shadow:0 4px 12px #a8edea4d}.document-preview{position:relative;height:200px;overflow:hidden;background:#f8fafc}.preview-image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1);filter:blur(3px)}.modern-document-card:hover .preview-image{transform:scale(1.1);filter:blur(0px)}.preview-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#000c,#0009);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modern-document-card:hover .preview-overlay{opacity:1}.overlay-icon{width:48px;height:48px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.overlay-icon span{font-size:24px;color:#fff}.overlay-text{color:#fff;font-size:14px;font-weight:600;text-align:center;letter-spacing:.5px}[data-bs-theme=dark] .modern-document-card{background:#1a202c;border-color:#ffffff1a;box-shadow:0 4px 20px #0000004d}[data-bs-theme=dark] .modern-document-card:hover{box-shadow:0 20px 40px #00000080;border-color:#0d6efd80}[data-bs-theme=dark] .document-card-header{background:linear-gradient(135deg,#2d3748,#1a202c);border-bottom-color:#ffffff1a}[data-bs-theme=dark] .document-title{color:#f7fafc}[data-bs-theme=dark] .document-filename{color:#a0aec0}.document-count-badge{background:#0d6efd1a!important;color:#0d6efd!important;border:1px solid rgba(13,110,253,.2)}[data-bs-theme=dark] .document-count-badge{background:#0d6efd33!important;color:#6ea8fe!important;border:1px solid rgba(13,110,253,.3)}@media (max-width: 768px){.modern-document-card:hover{transform:translateY(-4px) scale(1.01)}.document-card-header{padding:16px;gap:12px}.document-icon-container{width:48px;height:48px}.document-icon-container span{font-size:24px}.document-title{font-size:16px}.document-filename{font-size:13px}.document-preview{height:160px}.overlay-icon{width:40px;height:40px}.overlay-icon span{font-size:20px}.overlay-text{font-size:12px}}[data-bs-theme=dark] .table-row-clickable:hover .material-symbols-outlined{color:var(--bs-light)!important}[data-bs-theme=dark] .card{background-color:var(--bs-dark);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .card-header{background-color:var(--bs-dark)!important;border-bottom-color:var(--bs-border-color-translucent);color:var(--bs-light)}[data-bs-theme=dark] .card-header .card-title{color:var(--bs-light)!important}[data-bs-theme=dark] .card-header .material-symbols-outlined{color:var(--bs-primary)!important}[data-bs-theme=dark] .card-header{background-color:var(--bs-dark)!important;border-bottom-color:var(--bs-border-color-translucent)!important;color:var(--bs-light)!important}[data-bs-theme=dark] .card-header h1,[data-bs-theme=dark] .card-header h2,[data-bs-theme=dark] .card-header h3,[data-bs-theme=dark] .card-header h4,[data-bs-theme=dark] .card-header h5,[data-bs-theme=dark] .card-header h6,[data-bs-theme=dark] .card-header .card-title{color:var(--bs-light)!important}[data-bs-theme=dark] .table{color:var(--bs-light)}[data-bs-theme=dark] .table-light,[data-bs-theme=dark] .table-hover tbody tr:hover{background-color:var(--bs-dark);color:var(--bs-light)}[data-bs-theme=dark] .badge{color:var(--bs-light)}[data-bs-theme=dark] .bg-primary{background-color:var(--bs-primary)!important}[data-bs-theme=dark] .bg-success{background-color:var(--bs-success)!important}[data-bs-theme=dark] .bg-warning{background-color:var(--bs-warning)!important}[data-bs-theme=dark] .bg-danger{background-color:var(--bs-danger)!important}[data-bs-theme=dark] .bg-info{background-color:var(--bs-info)!important}[data-bs-theme=dark] .bg-secondary{background-color:var(--bs-secondary)!important}[data-bs-theme=dark] .text-dark{color:var(--bs-light)!important}[data-bs-theme=dark] .text-muted{color:var(--bs-gray-400)!important}[data-bs-theme=dark] .text-primary{color:var(--bs-primary)!important}[data-bs-theme=dark] .text-success{color:var(--bs-success)!important}[data-bs-theme=dark] .text-warning{color:var(--bs-warning)!important}[data-bs-theme=dark] .text-danger{color:var(--bs-danger)!important}[data-bs-theme=dark] .text-info{color:var(--bs-info)!important}[data-bs-theme=dark] .form-control:focus{background-color:var(--bs-dark);border-color:var(--bs-primary);color:var(--bs-light);box-shadow:0 0 0 .2rem rgba(var(--bs-primary-rgb),.25)}[data-bs-theme=dark] .form-select{background-color:var(--bs-dark);border-color:var(--bs-border-color-translucent);color:var(--bs-light)}[data-bs-theme=dark] .form-select:focus{background-color:var(--bs-dark);border-color:var(--bs-primary);color:var(--bs-light);box-shadow:0 0 0 .2rem rgba(var(--bs-primary-rgb),.25)}[data-bs-theme=dark] .btn-outline-primary{color:var(--bs-primary);border-color:var(--bs-primary)}[data-bs-theme=dark] .btn-outline-primary:hover{background-color:var(--bs-primary);border-color:var(--bs-primary);color:var(--bs-light)}[data-bs-theme=dark] .btn-outline-secondary{color:var(--bs-secondary);border-color:var(--bs-secondary)}[data-bs-theme=dark] .btn-outline-secondary:hover{background-color:var(--bs-secondary);border-color:var(--bs-secondary);color:var(--bs-light)}[data-bs-theme=dark] .pagination .page-link{background-color:var(--bs-dark);border-color:var(--bs-border-color-translucent);color:var(--bs-light)}[data-bs-theme=dark] .pagination .page-link:hover,[data-bs-theme=dark] .pagination .page-item.active .page-link{background-color:var(--bs-primary);border-color:var(--bs-primary);color:var(--bs-light)}[data-bs-theme=dark] .dropdown-menu{background-color:var(--bs-dark);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .dropdown-item{color:var(--bs-light)}[data-bs-theme=dark] .dropdown-item:hover{background-color:var(--bs-primary);color:var(--bs-light)}[data-bs-theme=dark] .alert-danger{background-color:var(--bs-danger);border-color:var(--bs-danger);color:var(--bs-light)}[data-bs-theme=dark] .alert-success{background-color:var(--bs-success);border-color:var(--bs-success);color:var(--bs-light)}[data-bs-theme=dark] .alert-warning{background-color:var(--bs-warning);border-color:var(--bs-warning);color:var(--bs-light)}[data-bs-theme=dark] .alert-info{background-color:var(--bs-info);border-color:var(--bs-info);color:var(--bs-light)}[data-bs-theme=dark] .btn-outline-primary{color:var(--bs-primary);border-color:var(--bs-primary);background-color:transparent}[data-bs-theme=dark] .btn-outline-primary:hover,[data-bs-theme=dark] .btn-outline-primary.active{background-color:var(--bs-primary);border-color:var(--bs-primary);color:var(--bs-light)}[data-bs-theme=dark] .btn-outline-warning{color:var(--bs-warning);border-color:var(--bs-warning);background-color:transparent}[data-bs-theme=dark] .btn-outline-warning:hover,[data-bs-theme=dark] .btn-outline-warning.active{background-color:var(--bs-warning);border-color:var(--bs-warning);color:var(--bs-dark)}[data-bs-theme=dark] .btn-outline-info{color:var(--bs-info);border-color:var(--bs-info);background-color:transparent}[data-bs-theme=dark] .btn-outline-info:hover,[data-bs-theme=dark] .btn-outline-info.active{background-color:var(--bs-info);border-color:var(--bs-info);color:var(--bs-light)}[data-bs-theme=dark] .btn-outline-success{color:var(--bs-success);border-color:var(--bs-success);background-color:transparent}[data-bs-theme=dark] .btn-outline-success:hover,[data-bs-theme=dark] .btn-outline-success.active{background-color:var(--bs-success);border-color:var(--bs-success);color:var(--bs-light)}[data-bs-theme=dark] .btn-outline-danger{color:var(--bs-danger);border-color:var(--bs-danger);background-color:transparent}[data-bs-theme=dark] .btn-outline-danger:hover,[data-bs-theme=dark] .btn-outline-danger.active{background-color:var(--bs-danger);border-color:var(--bs-danger);color:var(--bs-light)}[data-bs-theme=dark] .btn-outline-secondary{color:var(--bs-secondary);border-color:var(--bs-secondary);background-color:transparent}[data-bs-theme=dark] .btn-outline-secondary:hover,[data-bs-theme=dark] .btn-outline-secondary.active{background-color:var(--bs-secondary);border-color:var(--bs-secondary);color:var(--bs-light)}[data-bs-theme=dark] .form-label{color:var(--bs-light)!important}[data-bs-theme=dark] .form-label .material-symbols-outlined{color:var(--bs-primary)!important}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}[data-bs-theme=dark] .btn .material-symbols-outlined{color:inherit}.document-preview{transition:all .3s ease;border-radius:8px;overflow:hidden}.document-preview:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.document-preview img{transition:all .3s ease}.document-preview:hover img{transform:scale(1.1)}[data-bs-theme=dark] .document-preview:hover{box-shadow:0 4px 12px #ffffff1a}.document-preview-container{max-height:70vh;overflow:auto}.document-preview-container img{border-radius:8px;box-shadow:0 4px 12px #00000026}[data-bs-theme=dark] .modal-content{background-color:var(--bs-dark);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .modal-header{border-bottom-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .modal-footer{border-top-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .modal-title{color:var(--bs-light)}[data-bs-theme=dark] .btn-close{filter:invert(1)}[data-bs-theme=dark] .btn-outline-primary .material-symbols-outlined{color:var(--bs-primary)}[data-bs-theme=dark] .btn-outline-primary:hover .material-symbols-outlined,[data-bs-theme=dark] .btn-outline-primary.active .material-symbols-outlined{color:var(--bs-light)}[data-bs-theme=dark] .btn-outline-warning .material-symbols-outlined{color:var(--bs-warning)}[data-bs-theme=dark] .btn-outline-warning:hover .material-symbols-outlined,[data-bs-theme=dark] .btn-outline-warning.active .material-symbols-outlined{color:var(--bs-dark)}[data-bs-theme=dark] .btn-outline-info .material-symbols-outlined{color:var(--bs-info)}[data-bs-theme=dark] .btn-outline-info:hover .material-symbols-outlined,[data-bs-theme=dark] .btn-outline-info.active .material-symbols-outlined{color:var(--bs-light)}[data-bs-theme=dark] .btn-outline-success .material-symbols-outlined{color:var(--bs-success)}[data-bs-theme=dark] .btn-outline-success:hover .material-symbols-outlined,[data-bs-theme=dark] .btn-outline-success.active .material-symbols-outlined{color:var(--bs-light)}[data-bs-theme=dark] .btn-outline-danger .material-symbols-outlined{color:var(--bs-danger)}[data-bs-theme=dark] .btn-outline-danger:hover .material-symbols-outlined,[data-bs-theme=dark] .btn-outline-danger.active .material-symbols-outlined{color:var(--bs-light)}[data-bs-theme=dark] .btn-outline-secondary .material-symbols-outlined{color:var(--bs-secondary)}[data-bs-theme=dark] .btn-outline-secondary:hover .material-symbols-outlined,[data-bs-theme=dark] .btn-outline-secondary.active .material-symbols-outlined{color:var(--bs-light)}.table-row-clickable{transition:all .2s ease}.table-row-clickable:hover{background-color:var(--bs-light)!important;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.table-row-clickable:hover .text-dark{color:var(--bs-dark)!important}.table-row-clickable:hover .text-muted{color:var(--bs-gray-600)!important}.table-row-clickable:hover .badge{opacity:.9;transform:scale(1.05)}.table-row-clickable:hover .material-symbols-outlined{color:var(--bs-primary)!important}.stat-widget:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001f}.stat-widget .card-body{padding:1.5rem;flex:1;display:flex;align-items:center}.stat-widget .stat-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.stat-widget:hover .stat-icon{transform:scale(1.1)}.stat-widget h6{font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--bs-secondary-color)}[data-bs-theme=dark] .stat-widget h6{color:var(--bs-secondary-color)!important}[data-bs-theme=dark] .stat-widget h4{color:var(--bs-body-color)!important}[data-bs-theme=dark] .stat-widget small{color:var(--bs-secondary-color)!important}.stat-widget h4{font-size:1.75rem;font-weight:700;margin-bottom:.25rem;line-height:1.2;color:var(--bs-body-color)}.stat-widget small{font-size:.75rem;font-weight:500;color:var(--bs-secondary-color)}.text-purple{color:#6f42c1!important}.bg-purple{background-color:#6f42c1!important}.bg-purple.bg-opacity-10{background-color:#6f42c11a!important}.stat-widget .bg-primary.bg-opacity-10{background-color:var(--bs-primary-bg-subtle)!important}.stat-widget .bg-success.bg-opacity-10{background-color:var(--bs-success-bg-subtle)!important}.stat-widget .bg-warning.bg-opacity-10{background-color:var(--bs-warning-bg-subtle)!important}.stat-widget .bg-info.bg-opacity-10{background-color:var(--bs-info-bg-subtle)!important}.stat-widget .bg-danger.bg-opacity-10{background-color:var(--bs-danger-bg-subtle)!important}.stat-widget .bg-secondary.bg-opacity-10{background-color:var(--bs-secondary-bg-subtle)!important}.stat-widget .bg-purple.bg-opacity-10{background-color:#6f42c11a!important}[data-bs-theme=dark] .stat-widget .bg-purple.bg-opacity-10{background-color:#6f42c133!important}.action-btn-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:all .2s ease-in-out;border:1px solid transparent;padding:0}.action-btn-icon:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.action-btn-icon:active{transform:translateY(0)}.action-btn-icon .material-symbols-outlined{font-size:1.1rem}[data-bs-theme=dark] .action-btn-icon{border-color:var(--bs-border-color)}[data-bs-theme=dark] .action-btn-icon:hover{box-shadow:0 2px 8px #ffffff1a}a{text-decoration:none}::placeholder{font-size:14px;opacity:.5!important}.top-header .navbar{position:fixed;top:0;left:260px;right:0;height:60px;padding:0 1rem;background-color:#fff;border-bottom:1px solid #dee2e6;z-index:2;transition:ease-out .3s}.top-header .navbar .btn-toggle-menu{font-size:22px;cursor:pointer;width:35px;height:35px;background-color:#fff;display:flex;align-items:center;justify-content:center;color:#212529;border-radius:50%;border:1px solid #dee2e6}.top-header .navbar .top-right-menu .nav-item .nav-link{font-size:22px;cursor:pointer;width:35px;height:35px;background-color:#fff;display:flex;align-items:center;justify-content:center;color:#212529;border-radius:50%;border:1px solid #dee2e6;padding:0}.top-header .navbar .top-right-menu .nav-item .nav-link.theme-toggle-btn{position:relative}.top-header .navbar .top-right-menu .nav-item .nav-link.theme-toggle-btn .material-symbols-outlined{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;font-size:20px!important;margin:0!important;padding:0!important;line-height:1!important;text-align:center!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.search-bar{width:30%;cursor:pointer}.search-bar .btn,.search-bar .btn:focus{cursor:pointer;background-color:#fff;box-shadow:none;border:1px solid #dee2e6;border-radius:30px}.search-bar .material-symbols-outlined{font-size:22px}.dropdown-toggle-nocaret:after{display:none}.popup-search input::placeholder{opacity:.5!important;color:#000!important;font-size:18px!important}.popup-search span{font-size:24px}.top-header .navbar .dropdown-app .dropdown-menu{width:270px;border:1px solid #dee2e6;padding:.5rem;border-radius:16px;box-shadow:0 .5rem 1rem #00000026}.top-header .navbar .dropdown-app .dropdown-menu .app-container{position:relative;height:370px}.top-header .navbar .dropdown-app .dropdown-menu:after{content:"";width:13px;height:13px;background-color:#fff;position:absolute;top:-6px;right:14px;transform:rotate(45deg);border-top:1px solid #dee2e6;border-left:1px solid #dee2e6}.top-header .navbar .dropdown-app .dropdown-menu .app-box{padding:.5rem;border-radius:1rem;transition:.2s}.top-header .navbar .dropdown-app .dropdown-menu .app-box:hover{background-color:#edf0f3}.top-header .navbar .dropdown-app .dropdown-menu .app-name{color:#212529;font-size:.64rem;text-decoration:none;font-weight:500}.top-header .navbar .dropdown-menu{transform-origin:top center;animation:rotateX .3s ease-in-out forwards}@keyframes rotateX{0%{opacity:0;transform:rotateX(-90deg)}50%{transform:rotateX(-20deg)}to{opacity:1;transform:rotateX(0)}}.top-header .navbar .nav-link .notify-badge{position:absolute;top:-6px;right:-8px;color:#fff;font-size:12px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#f50d0d;z-index:1}.dropdown-large{position:relative}.dropdown-large .dropdown-menu{width:330px;border:1px solid #dee2e6;padding:0;border-radius:16px;box-shadow:0 .5rem 1rem #00000026}.top-header .navbar .dropdown-large .dropdown-menu:after{content:"";width:13px;height:13px;background:#fff;position:absolute;top:-6px;right:14px;transform:rotate(45deg);border-top:1px solid #dee2e6;border-left:1px solid #dee2e6}.dropdown-large .msg-header{padding:.8rem 1rem;border-bottom:1px solid #ededed;background-clip:border-box;text-align:left;display:flex;align-items:center}.dropdown-large .msg-header .msg-header-title{font-size:15px;color:#1c1b1b;margin-bottom:0;font-weight:500}.dropdown-large .msg-header .msg-header-clear{font-size:12px;color:#585858;margin-bottom:0}.dropdown-large .msg-footer{padding:.8rem 1rem;color:#1c1b1b;border-top:1px solid #ededed;background-clip:border-box;background:0% 0;font-size:14px;font-weight:500}.dropdown-large .user-online{position:relative}.dropdown-large .msg-name{font-size:13px;margin-bottom:0}.dropdown-large .msg-info{font-size:12px;margin-bottom:0}.dropdown-large .msg-avatar{width:45px;height:45px;border-radius:50%;margin-right:15px}.dropdown-large .msg-time{font-size:11px;margin-bottom:0;color:#919191}.dropdown-large .user-online:after{content:"";position:absolute;bottom:1px;right:17px;width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 2px #fff;background:#16e15e}.dropdown-large .dropdown-menu .dropdown-item{padding:.5rem 1.3rem;border-bottom:1px solid #ededed}.header-message-list{position:relative;height:360px}.header-notifications-list{position:relative;height:360px;overflow-y:scroll}.dropdown-large .notify{font-size:24px;text-align:center;margin-right:15px;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%}.sidebar-wrapper{position:fixed;top:0;left:0;width:260px;height:100%;background-color:#fff;border-right:1px solid #dee2e6;z-index:10;transition:ease-out .3s}.sidebar-wrapper .sidebar-header{display:flex;align-items:center;justify-content:start;width:260px;height:60px;padding:0 1rem;gap:.5rem;border-bottom:1px solid #dee2e6;position:fixed;top:0;background-color:#fff;transition:ease-out .3s;border-right:1px solid #dee2e6}.sidebar-wrapper .sidebar-header .logo-img{width:35px}.sidebar-wrapper .sidebar-header .logo-name h5{font-size:18px;text-transform:uppercase;font-weight:600}.sidebar-wrapper .sidebar-header .sidebar-close{cursor:pointer;display:none;font-size:22px}.toggled .top-header .navbar{left:70px}.toggled .page-content{margin-left:70px}.sidebar-wrapper .sidebar-nav{margin-top:60px;height:100%;background-color:#fff;height:calc(100% - 120px)}.sidebar-wrapper ul{padding:0;margin:0;list-style:none}.sidebar-wrapper .metismenu{background:0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.sidebar-wrapper .metismenu li+li{margin-top:5px}.sidebar-wrapper .metismenu li:first-child{margin-top:5px}.sidebar-wrapper .metismenu li:last-child{margin-bottom:5px}.sidebar-wrapper .metismenu>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.sidebar-wrapper .metismenu a{position:relative;display:flex;align-items:center;justify-content:left;padding:6px 15px;font-size:15px;color:#5f5f5f;outline-width:0;text-overflow:ellipsis;overflow:hidden;letter-spacing:.5px;border:0px solid #ffffff00;transition:all .3s ease-out}.sidebar-wrapper .metismenu a .parent-icon{font-size:22px;line-height:1;width:35px;height:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fff;border:1px solid #d8d8d8}.sidebar-wrapper .metismenu a .menu-title{margin-left:10px}.sidebar-wrapper .metismenu ul a{padding:6px 15px 6px 25px;font-size:15px;border:0}.sidebar-wrapper .metismenu ul a span{margin-right:20px}.sidebar-wrapper .metismenu ul{border:0px solid #ededed;background:#fff}.sidebar-wrapper .metismenu ul ul a{padding:8px 15px 8px 30px}.sidebar-wrapper .metismenu ul ul ul a{padding:8px 15px 8px 45px}.sidebar-wrapper .metismenu .mm-active>a .parent-icon,.sidebar-wrapper .metismenu a:hover .parent-icon,.sidebar-wrapper .metismenu a:focus .parent-icon,.sidebar-wrapper .metismenu a:active .parent-icon{color:#fff;text-decoration:none;background:#0d6efd;border-color:#0d6efd;transition:ease-out .3s}.sidebar-wrapper .metismenu .mm-active>a{color:#0d6efd;font-weight:600}.menu-label{padding:5px 15px 5px 20px;color:#b0afaf;text-transform:uppercase;font-size:12px;letter-spacing:.5px}.metismenu .has-arrow:after{display:none}@media screen and (min-width:1199px){body.toggled .sidebar-wrapper:hover{box-shadow:0 .5rem 1rem #00000026}body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-name{display:none}body.toggled:not(.sidebar-hovered) .sidebar-wrapper{width:70px}body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon{display:none}body.toggled .sidebar-wrapper:hover .sidebar-header .sidebar-close{display:block}body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header{justify-content:center}body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header{width:70px}body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a{justify-content:center}body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title{display:none}body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul{display:none}body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label{display:none}body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after{display:none}body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-bottom{width:70px}body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-bottom .user-info{display:none}body.toggled:not(.sidebar-hovered) .sidebar-bottom .dropdown-toggle:after{display:none}body.toggled:not(.sidebar-hovered) .sidebar-bottom .dropdown-toggle{justify-content:center}.email-toggle-btn,.chat-toggle-btn{display:none!important}}.sidebar-wrapper .sidebar-bottom{display:flex;align-items:center;justify-content:start;width:260px;height:60px;border-top:1px solid #dee2e6;position:fixed;bottom:0;background-color:#fff;transition:ease-out .3s;border-right:1px solid #dee2e6;cursor:pointer}.sidebar-wrapper .sidebar-bottom .dropdown-menu{border-radius:1rem;box-shadow:0 .5rem 1rem #00000026;overflow:hidden;border:1px solid #dee2e6}.sidebar-wrapper .sidebar-bottom .dropdown-toggle{justify-content:start}.sidebar-wrapper .sidebar-bottom .user-img img{width:40px;height:40px;border-radius:50%}.sidebar-wrapper .sidebar-bottom .user-info .user-name{font-size:15px;font-weight:600;color:#212529}.sidebar-wrapper .sidebar-bottom .user-info .user-designation{font-size:13px;font-weight:500;color:#656a6f}.page-content{padding:1.5rem;margin-left:260px;margin-top:60px;transition:ease-out .3s}.dropdown-menu{box-shadow:0 .5rem 1rem #00000026}.breadcrumb-title{font-size:16px;border-right:1.5px solid #aaa4a4}.page-breadcrumb .breadcrumb li.breadcrumb-item{font-size:16px}.page-breadcrumb .breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;font-family:Material Symbols Outlined;content:"\e5e1"}.card{margin-bottom:1.5rem}.btn .material-symbols-outlined{vertical-align:middle;font-size:1.3rem;margin-top:-1em;margin-bottom:-1em;margin-right:5px}.icon-badge{width:45px;height:45px;font-size:1.2rem;background:#f2f2f2;display:flex;align-items:center;justify-content:center;border-radius:50%}.vertical-pills button{width:100%;text-align:left;border-radius:0%}.vertical-pills .nav-link{border-bottom:1px solid #dee2e6}.vertical-pills .nav-link:last-child{border-bottom:0px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-right-radius:.25rem;border-top-left-radius:.25rem;color:#495057}.nav-pills .nav-link{border-radius:.25rem;color:#495057}.nav-primary.nav-tabs .nav-link.active{color:#008cff;border-color:#008cff #008cff #fff}.nav-danger.nav-tabs .nav-link.active{color:#f41127;border-color:#f41127 #f41127 #fff}.nav-success.nav-tabs .nav-link.active{color:#17a00e;border-color:#17a00e #17a00e #fff}.nav-warning.nav-tabs .nav-link.active{color:#ffc107;border-color:#ffc107 #ffc107 #fff}.nav-pills-danger.nav-pills .nav-link.active{color:#fff;background-color:#f41127}.nav-pills-success.nav-pills .nav-link.active{color:#fff;background-color:#198754}.nav-pills-warning.nav-pills .nav-link.active{color:#000;background-color:#ffc107}.form-check-success .form-check-input:checked{background-color:#198754;border-color:#198754}.form-check-success .form-check-input[type=checkbox]:indeterminate{background-color:#198754;border-color:#198754;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-success .form-check-input:focus{border-color:#198754;outline:0;box-shadow:0 0 0 .25rem #15ca2140}.form-check-danger .form-check-input:checked{background-color:#dc3545;border-color:#dc3545}.form-check-danger .form-check-input[type=checkbox]:indeterminate{background-color:#dc3545;border-color:#dc3545;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-danger .form-check-input:focus{border-color:#dc3545;outline:0;box-shadow:0 0 0 .25rem #fd355040}.form-check-warning .form-check-input:checked{background-color:#ffc107;border-color:#ffc107}.form-check-warning .form-check-input[type=checkbox]:indeterminate{background-color:#ffc107;border-color:#ffc107;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-warning .form-check-input:focus{border-color:#ffc107;outline:0;box-shadow:0 0 0 .25rem #ffc10740}.form-check-dark .form-check-input:checked{background-color:#212529;border-color:#212529}.form-check-dark .form-check-input[type=checkbox]:indeterminate{background-color:#212529;border-color:#212529;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-dark .form-check-input:focus{border-color:#212529;outline:0;box-shadow:0 0 0 .25rem #21252940}.form-check-secondary .form-check-input:checked{background-color:#6c757d;border-color:#6c757d}.form-check-secondary .form-check-input[type=checkbox]:indeterminate{background-color:#6c757d;border-color:#6c757d;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-secondary .form-check-input:focus{border-color:#6c757d;outline:0;box-shadow:0 0 0 .25rem #6c757d40}.form-check-info .form-check-input:checked{background-color:#0dcaf0;border-color:#0dcaf0}.form-check-info .form-check-input[type=checkbox]:indeterminate{background-color:#0dcaf0;border-color:#0dcaf0;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-info .form-check-input:focus{border-color:#0dcaf0;outline:0;box-shadow:0 0 0 .25rem #0dcaf040}.input-icon span{font-size:16px;left:15px}.input-icon .form-control{padding-left:2.5rem}.error{color:#dc3545}.product-table .product-box img{width:55px;height:55px;border-radius:.25rem}.product-desc{font-size:.8rem;color:#2f353c}.product-title{font-size:.97rem;color:#2f353c}.product-category{font-size:.8rem;color:#878d96}.product-rating{font-size:.8rem;background-color:#f8f8f8;padding:2px 5px;text-align:center;border-radius:4px;border:1px solid #e8e8e8;font-weight:500}.customer-table table thead,.product-table table thead{font-size:.8rem;text-transform:uppercase;font-weight:500}.customer-table table tbody,.product-table table tbody{font-size:.8rem}.product-table .product-tags{max-width:220px;display:flex;align-items:center;gap:.3rem;flex-wrap:wrap}.product-table .product-tags .btn-tags{font-size:.75rem;background-color:#f6f6f6;color:#000;padding:2px 10px;text-transform:uppercase;font-weight:500;border-radius:2px}.customer-table table tbody{font-size:.8rem}.customer-table .customer-name{color:#000}.customer-social-profiles a.btn:hover{color:#008cff;transition:.3s cubic-bezier()}.customer-notes{height:310px;position:relative;overflow-y:scroll}.lable-table{text-transform:uppercase;padding:1px 8px}.btn-white{background-color:#fff;border-color:#e7eaf3}.btn-white:hover{border-color:#b2b2b4}.fm-menu .list-group a{font-size:16px;color:#5f5f5f;display:flex;align-items:center}.fm-menu .list-group a i{font-size:23px}.fm-menu .list-group a:hover{background:#008cff;color:#fff;transition:all .2s ease-out}.fm-file-box{font-size:25px;background:#e9ecef;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:.25rem}.fm-icon-box{font-size:32px;background:#fff;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:.25rem}.contacts-social a{font-size:16px;width:36px;height:36px;line-height:36px;background:#fff;border:1px solid #eeecec;text-align:center;border-radius:50%;color:#2b2a2a}.widget-icon{width:48px;height:48px;background-color:#fafafa;border-radius:50%;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer}.w_chart{position:relative;display:inline-block;width:75px!important;height:75px!important;text-align:center;font-size:1.2em}.w_percent{display:inline-block;line-height:75px!important;z-index:2;color:#0a0808}.w_chart canvas{position:absolute;top:0;left:0;width:75px!important;height:75px!important}.w_percent:after{content:"%";margin-left:.1em}.chart-js-container3{position:relative;height:380px}.gmaps,.gmaps-panaroma{height:400px;background:#eee;border-radius:3px}.profile-cover{background-image:url("./media/profile-bg-E6MDRNC3.jpg");background-size:cover;height:10rem;background-position:center}.user-profile-avatar{background-color:#fff;width:160px;height:160px;padding:5px;border-radius:50%;margin-left:6.5rem}.user-profile-avatar img{width:100%;height:100%;border-radius:50%}.user-change-photo{background-color:#fff;width:140px;height:140px;border-radius:50%;padding:5px}.user-change-photo img{width:100%;height:100%;border-radius:50%}.separator{display:flex;align-items:center}.separator .line{height:1px;flex:1;background-color:#dee2e6}.separator p{padding:0 1rem}.auth-cover-left{display:flex;background-color:#f7f7ff;min-height:100vh}.auth-cover-right{display:flex;background-color:#fff;min-height:100vh}.font-text1{font-size:.8rem}.font-text2{font-size:.7rem}.font-12{font-size:12px}.theme-icons{background-color:#fff}.font-20{font-size:20px}.font-22{font-size:22px}.font-24{font-size:24px}.font-30{font-size:30px}.error-title{font-size:140px;line-height:140px;text-transform:uppercase;font-weight:700}.error-sub-title{font-size:30px;line-height:30px;text-transform:uppercase}.coming-soon-title{font-size:35px;line-height:35px;text-transform:uppercase}.border-light-1{border-color:#ffffff3d!important}.btn-option{background-color:transparent;border:0px solid rgb(255 255 255 / 0%);color:var(--bs-body-color)}.bg-facebook{background-color:#3b5998!important}.bg-twitter{background-color:#55acee!important}.bg-google{background-color:#e52d27!important}.bg-linkedin{background-color:#0976b4!important}.bg-purple{background-color:#923eb9!important}.bg-error{background-image:url("./media/texture-33F4DZWY.jpg")}.bg-coming-soon{background-image:url("./media/coming-soon-SBFFJLEQ.png")}.text-facebook{color:#3b5998!important}.text-twitter{color:#55acee!important}.text-google{color:#e52d27!important}.text-linkedin{color:#0976b4!important}.chat-wrapper{width:auto;height:600px;border-radius:.25rem;position:relative;background:#fff;box-shadow:0 .1rem .7rem #0000001a}.chat-sidebar{width:340px;height:100%;position:absolute;background:#fff;left:0;top:0;bottom:0;z-index:2;overflow:hidden;border-right:1px solid rgba(0,0,0,.125);border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.chat-sidebar-header{width:auto;height:auto;position:relative;background:#fff;border-bottom:1px solid rgba(0,0,0,.125);border-right:0 solid rgba(0,0,0,.125);border-top-left-radius:.25rem;padding:15px}.chat-sidebar-content{padding:0}.chat-user-online{position:relative}.chat-sidebar-header .chat-user-online:before{content:"";position:absolute;bottom:7px;left:40px;width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 2px #fff;background:#16e15e}.chat-list .chat-user-online:before{content:"";position:absolute;bottom:7px;left:36px;width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 2px #fff;background:#16e15e}.chat-content{margin-left:340px;padding:85px 15px 15px}.chat-header{position:absolute;height:70px;left:340px;right:0;top:0;padding:15px;background:#fff;border-bottom:1px solid rgba(0,0,0,.125);border-top-right-radius:.25rem;z-index:1}.chat-footer{position:absolute;height:70px;left:340px;right:0;bottom:0;padding:15px;background-color:#fff;border-top:1px solid rgba(0,0,0,.125);border-bottom-right-radius:.25rem}.chat-footer-menu a{display:inline-block;width:40px;height:40px;line-height:40px;font-size:18px;color:#6c757d;text-align:center;border-radius:50%;margin:3px;background-color:#fff;border:1px solid rgb(0 0 0 / 15%)}.chat-tab-menu li a.nav-link{padding:.3rem .2rem;line-height:1.2;color:#4a4b4c}.chat-tab-menu .nav-pills .nav-link.active,.chat-tab-menu .nav-pills .show>.nav-link{color:#008cff;background-color:#007bff00}.chat-title{font-size:14px;color:#272b2f}.chat-msg,.chat-time{font-size:13px;color:#6c757d}.chat-list{position:relative;height:300px}.chat-list .list-group-item{border:1px solid rgb(0 0 0 / 0%);background-color:transparent}.chat-list .list-group-item:hover{border:1px solid rgb(0 0 0 / 0%);background-color:#0d6efd1f}.chat-list .list-group-item.active{background-color:#0d6efd1f}.chart-online{color:#16e15e}.chat-top-header-menu a{display:inline-block;width:40px;height:40px;line-height:40px;font-size:18px;color:#6c757d;text-align:center;border-radius:50%;margin:3px;background-color:#fff;border:1px solid rgb(0 0 0 / 15%)}.chat-content{position:relative;width:auto;height:520px}.chat-content-leftside .chat-left-msg{width:fit-content;background-color:#eff2f5;padding:.8rem;border-radius:0 12px 12px;max-width:480px;text-align:left}.chat-content-rightside .chat-right-msg{width:fit-content;background-color:#dcedff;padding:.8rem;border-radius:12px 12px 0;float:right;max-width:480px;text-align:left}.chat-toggle-btn{width:40px;height:40px;line-height:40px;margin-right:15px;text-align:center;font-size:24px;color:#6c757d;border-radius:50%;cursor:pointer;background-color:#fff;border:1px solid rgb(0 0 0 / 15%)}.email-wrapper{width:auto;height:600px;overflow:hidden;border-radius:.25rem;position:relative;background:#fff;box-shadow:0 .1rem .7rem #0000001a}.email-sidebar{width:250px;height:100%;position:absolute;background:#fff;left:0;top:0;bottom:0;z-index:2;overflow:hidden;border-right:1px solid rgba(0,0,0,.125);border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.email-sidebar-header{width:auto;height:auto;position:relative;background:#fff;border-bottom:1px solid rgba(0,0,0,.125);border-right:0 solid rgba(0,0,0,.125);border-top-left-radius:.25rem;padding:15px}.email-navigation{position:relative;padding:0;height:345px;border-bottom:1px solid rgba(0,0,0,.125)}.email-header{position:absolute;height:70px;left:250px;right:0;top:0;padding:15px;background:#fff;border-bottom:1px solid rgba(0,0,0,.125);border-top-right-radius:.25rem;z-index:1}.email-content{position:absolute;left:0;right:0;width:auto;top:70px;height:auto;margin-left:250px;padding:0;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.email-navigation a.list-group-item{color:#404142;padding:.35rem 1.25rem;background-color:#fff;border-bottom:1px solid rgb(0 0 0 / 0%);transition:all .3s ease-out}.email-navigation a.list-group-item:hover{background-color:#0d6efd1f}.email-navigation a.list-group-item.active{color:#0b5ed7;font-weight:600;background-color:#0d6efd1f}.email-meeting{position:absolute;left:0;right:0;bottom:0}.email-meeting a.list-group-item{color:#404142;padding:.35rem 1.25rem;background-color:#fff;border-bottom:1px solid rgb(0 0 0 / 0%)}.email-meeting a.list-group-item:hover{background-color:#007bff26;transition:all .3s ease-out}.email-hangout .chat-user-online:before{content:"";position:absolute;bottom:0;left:34px;width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 2px #fff;background:#16e15e}.email-toggle-btn{width:auto;height:auto;margin-right:10px;text-align:center;font-size:24px;color:#404142;border-radius:0;cursor:pointer;background-color:#fff;border:0 solid rgb(0 0 0 / 15%)}.email-actions{width:230px}.email-time{font-size:13px;color:#6c757d}.email-list div.email-message{background-color:#fff;border-bottom:1px solid rgb(0 0 0 / 8%);color:#383a3c}.email-list div.email-message:hover{transition:all .2s ease-out;background-color:#eceef1}.email-list{position:relative;height:530px}.email-star{color:#6c757d}.email-read-box{position:relative;height:530px}.compose-mail-popup{width:42%;position:fixed;bottom:-30px;right:30px;z-index:15;display:none}.compose-mail-toggled{display:block}.compose-mail-title{font-size:16px}.compose-mail-close{width:25px;height:25px;line-height:25px;text-align:center;font-size:14px;border-radius:2px;background-color:#fff0}.compose-mail-close:hover{background-color:#fff3}@media screen and (max-width:1280px){.email-header{height:auto}.email-content{padding:100px 0 0}}@media only screen and (max-width: 1199px){.table-responsive{white-space:nowrap}.sidebar-wrapper{left:-260px}.top-header .navbar{left:0}.page-content{margin-left:0}.sidebar-wrapper .sidebar-header .sidebar-close{display:block}.toggled .sidebar-wrapper{width:260px;left:0}.toggled .sidebar-wrapper .sidebar-header{width:260px}.toggled .logo-name{display:block}.toggled .top-header .navbar{left:0}.toggled .sidebar-wrapper .sidebar-bottom{width:260px}.toggled .sidebar-wrapper .sidebar-bottom .dropdown-toggle{justify-content:start}.toggled .sidebar-wrapper .sidebar-bottom .user-info{display:block}.toggled .sidebar-wrapper .sidebar-bottom .dropdown-toggle:after{display:block}.toggled .page-content{margin-left:0}.toggled .overlay{position:fixed;inset:0;background:#000;opacity:.5;z-index:5;display:block;cursor:move;transition:all .23s ease-out}.chat-header{border-top-left-radius:.25rem}.chat-footer{border-bottom-left-radius:.25rem}.chat-sidebar{left:-370px}.chat-content{margin-left:0}.chat-header,.chat-footer,.chat-toggled .chat-sidebar{left:0}.chat-toggled .overlay{position:absolute;inset:0 0 0 340px;background:#000;opacity:.5;z-index:11;display:block;cursor:move;transition:all .3s ease-out}.email-header{border-top-left-radius:.25rem}.email-sidebar{left:-280px}.email-content{margin-left:0}.email-header,.email-toggled .email-sidebar{left:0}.email-toggled .overlay{position:absolute;inset:0 0 0 250px;background:#000;opacity:.5;z-index:9;display:block;cursor:move;transition:all .3s ease-out}.compose-mail-popup{width:auto;position:fixed;bottom:-30px;right:0;left:0}}@media screen and (max-width:620px){.top-header .navbar .dropdown-menu:after{display:none}.top-header .navbar .dropdown{position:static!important}.top-header .navbar .dropdown-menu{width:100%!important}}@media screen and (max-width:520px){.chat-footer-menu,.chat-top-header-menu{display:none}}.light-theme{--bs-body-bg: #ffffff;--bs-body-color: #212529;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-light-text: #212529;--bs-light-bg: #f8f9fa;--bs-light-bg-subtle: #f8f9fa;--bs-light-2: #e9ecef;--bs-body-bg-2: #f8f9fa}.light-theme body{color:#212529;background-color:#e9edf3}.light-theme .top-header .navbar{background-color:#fff;border-color:#dee2e6}.light-theme .top-header .navbar .top-right-menu .nav-item .nav-link,.light-theme .top-header .navbar .btn-toggle-menu{color:#212529;background-color:#fff;border-color:#dee2e6}.light-theme .top-header .navbar .top-right-menu .nav-item .nav-link.theme-toggle-btn .material-symbols-outlined{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;font-size:20px!important;margin:0!important;padding:0!important;line-height:1!important;text-align:center!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.light-theme .sidebar-wrapper,.light-theme .sidebar-wrapper .sidebar-header,.light-theme .sidebar-wrapper .sidebar-nav,.light-theme .sidebar-wrapper .sidebar-bottom{background-color:#fff;border-color:#dee2e6}.light-theme .sidebar-wrapper .metismenu a{color:#5f5f5f}.light-theme .sidebar-wrapper .metismenu a .parent-icon{color:#5f5f5f;background-color:#fff;border-color:#d8d8d8}.light-theme .sidebar-wrapper .metismenu .mm-active>a .parent-icon,.light-theme .sidebar-wrapper .metismenu a:hover .parent-icon,.light-theme .sidebar-wrapper .metismenu a:focus .parent-icon,.light-theme .sidebar-wrapper .metismenu a:active .parent-icon{color:#fff;background:#0d6efd;border-color:#0d6efd}.light-theme .sidebar-wrapper .metismenu ul{background-color:#fff}.light-theme .sidebar-wrapper .sidebar-bottom .user-info .user-name{color:#212529}.light-theme .sidebar-wrapper .sidebar-bottom .user-info .user-designation{color:#656a6f}.light-theme .sidebar-wrapper .sidebar-bottom .dropdown-menu,.light-theme .dropdown-large .dropdown-menu,.light-theme .dropdown-large .msg-header,.light-theme .dropdown-large .msg-footer,.light-theme .dropdown-large .dropdown-menu .dropdown-item{background-color:#fff;border-color:#dee2e6}.light-theme .dropdown-large .msg-header .msg-header-title,.light-theme .dropdown-large .msg-footer{color:#1c1b1b}.light-theme .dropdown-large .msg-header .msg-header-clear{color:#585858}.light-theme .top-header .navbar .dropdown-large .dropdown-menu:after{background-color:#fff;border-color:#dee2e6}.light-theme .card{background-color:#fff;border-color:#dee2e6}.light-theme .table{color:#212529}.light-theme .table-light{--bs-table-color: #212529;--bs-table-bg: #f8f9fa;--bs-table-border-color: #dee2e6}.light-theme .btn-light{color:#212529;background-color:#f8f9fa;border-color:#dee2e6}.light-theme .bg-light{background-color:#f8f9fa!important}.light-theme .nav-tabs .nav-link,.light-theme .nav-pills .nav-link{color:#495057}.light-theme .form-control{color:#212529;background-color:#fff;border-color:#dee2e6}.light-theme .form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe}.light-theme .input-group-text{color:#212529;background-color:#e9ecef;border-color:#dee2e6}.light-theme .modal-content{background-color:#fff;border-color:#dee2e6}.light-theme .modal-header,.light-theme .modal-footer{border-color:#dee2e6}.light-theme .list-group-item{color:#212529;background-color:#fff;border-color:#dee2e6}.light-theme .alert{color:#212529}.light-theme .text-muted{color:#6c757d!important}.light-theme .border{border-color:#dee2e6!important}.light-theme .shadow,.light-theme .shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.light-theme .shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}@font-face{font-family:Material Symbols Outlined;font-style:normal;font-weight:100 700;src:url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v83/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format("woff2")}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;line-height:inherit;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#0d6efd;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:3px}.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #0d6efd,0 0 5px #0d6efd;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-moz-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);-o-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translateY(-4px)}.pace .pace-activity{display:block;position:fixed;z-index:2000;top:15px;right:15px;width:20px;height:20px;border:solid 3px transparent;border-top-color:#0d6efd;border-left-color:#0d6efd;border-radius:10px;-webkit-animation:pace-spinner .4s linear infinite;-moz-animation:pace-spinner .4s linear infinite;-ms-animation:pace-spinner .4s linear infinite;-o-animation:pace-spinner .4s linear infinite;animation:pace-spinner .4s linear infinite}@-webkit-keyframes pace-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes pace-spinner{0%{-moz-transform:rotate(0);transform:rotate(0)}to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes pace-spinner{0%{-o-transform:rotate(0);transform:rotate(0)}to{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes pace-spinner{0%{-ms-transform:rotate(0);transform:rotate(0)}to{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pace-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-bs-theme=dark]{--bs-body-bg-2: #181c1f}[data-bs-theme=dark] body{color:var(--bs-body-color);background-color:var(--bs-body-bg-2)}[data-bs-theme=dark] .top-header .navbar{background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .simplebar-scrollbar:before{background-color:var(--bs-simplebar)}[data-bs-theme=dark] .top-header .navbar .top-right-menu .nav-item .nav-link,[data-bs-theme=dark] .top-header .navbar .btn-toggle-menu{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .top-header .navbar .top-right-menu .nav-item .nav-link.theme-toggle-btn .material-symbols-outlined{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;font-size:20px!important;margin:0!important;padding:0!important;line-height:1!important;text-align:center!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}[data-bs-theme=dark] .search-bar input[disabled]{background-color:var(--bs-body-bg)}[data-bs-theme=dark] .search-bar .btn,[data-bs-theme=dark] .search-bar .btn:focus{background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .dropdown-large .msg-header,[data-bs-theme=dark] .dropdown-large .msg-footer,[data-bs-theme=dark] .dropdown-large .dropdown-menu .dropdown-item,[data-bs-theme=dark] .dropdown-large .dropdown-menu,[data-bs-theme=dark] .top-header .navbar .dropdown-app .dropdown-menu{border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .dropdown-large .msg-footer,[data-bs-theme=dark] .dropdown-large .msg-header .msg-header-clear,[data-bs-theme=dark] .dropdown-large .msg-header .msg-header-title,[data-bs-theme=dark] .top-header .navbar .dropdown-app .dropdown-menu .app-name{color:var(--bs-body-color)}[data-bs-theme=dark] .top-header .navbar .dropdown-app .dropdown-menu .app-box:hover{background-color:#363a3f}[data-bs-theme=dark] .top-header .navbar .dropdown-large .dropdown-menu:after,[data-bs-theme=dark] .top-header .navbar .dropdown-app .dropdown-menu:after{background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .popup-search input::placeholder{color:#fff!important}[data-bs-theme=dark] .sidebar-wrapper .sidebar-nav,[data-bs-theme=dark] .sidebar-wrapper .sidebar-header,[data-bs-theme=dark] .sidebar-wrapper .sidebar-bottom,[data-bs-theme=dark] .sidebar-wrapper{background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .sidebar-wrapper .sidebar-bottom .user-info .user-name{color:var(--bs-light-text)}[data-bs-theme=dark] .sidebar-wrapper .sidebar-bottom .user-info .user-designation{color:var(--bs-body-color)}[data-bs-theme=dark] .sidebar-wrapper .sidebar-bottom .dropdown-menu{background-color:var(--bs-body-bg-2);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .sidebar-wrapper .metismenu a{color:var(--bs-body-color)}[data-bs-theme=dark] .sidebar-wrapper .metismenu .mm-active>a{color:#0d6efd;font-weight:600}[data-bs-theme=dark] .sidebar-wrapper .metismenu a .parent-icon{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .sidebar-wrapper .metismenu .mm-active>a .parent-icon,[data-bs-theme=dark] .sidebar-wrapper .metismenu a:hover .parent-icon,[data-bs-theme=dark] .sidebar-wrapper .metismenu a:focus .parent-icon,[data-bs-theme=dark] .sidebar-wrapper .metismenu a:active .parent-icon{color:#fff;text-decoration:none;background:#0d6efd;border-color:#0d6efd;transition:ease-out .3s}[data-bs-theme=dark] .sidebar-wrapper .metismenu ul{background-color:var(--bs-body-bg)}[data-bs-theme=dark] .customer-table .customer-name{color:var(--bs-dark-text)}[data-bs-theme=dark] .table-light{--bs-table-color: #fff;--bs-table-bg: #303539;--bs-table-border-color: #495057}[data-bs-theme=dark] .email-wrapper,[data-bs-theme=dark] .email-sidebar,[data-bs-theme=dark] .email-sidebar-header,[data-bs-theme=dark] .email-navigation a.list-group-item,[data-bs-theme=dark] .email-meeting a.list-group-item{background-color:var(--bs-body-bg)}[data-bs-theme=dark] .email-sidebar{border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .email-navigation a.list-group-item:hover{background-color:var(--bs-light-2)}[data-bs-theme=dark] .email-navigation a.list-group-item.active{color:#0b5ed7;font-weight:600;background-color:#0d6efd1f}[data-bs-theme=dark] .email-header{background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .email-meeting a.list-group-item,[data-bs-theme=dark] .email-navigation a.list-group-item{color:var(--bs-body-color)}[data-bs-theme=dark] .btn-white,[data-bs-theme=dark] .email-list div.email-message{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}.email-list div.email-message:hover{background-color:var(--bs-light-2)}[data-bs-theme=dark] .btn-light{color:var(--bs-body-color);background-color:var(--bs-light-bg-subtle);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .bg-light{background-color:#32363b!important}[data-bs-theme=dark] .chat-wrapper,[data-bs-theme=dark] .chat-sidebar,[data-bs-theme=dark] .chat-sidebar-header,[data-bs-theme=dark] .chat-header,[data-bs-theme=dark] .chat-footer{color:var(--bs-body-color);background-color:var(--bs-body-bg)}[data-bs-theme=dark] .chat-sidebar-header,[data-bs-theme=dark] .chat-header,[data-bs-theme=dark] .chat-sidebar{border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .chat-title{color:var(--bs-light-text)}[data-bs-theme=dark] .chat-msg,[data-bs-theme=dark] .chat-time,[data-bs-theme=dark] .chat-tab-menu li a.nav-link{color:var(--bs-body-color)}[data-bs-theme=dark] .chat-list .list-group-item:hover,[data-bs-theme=dark] .chat-list .list-group-item.active{background-color:var(--bs-light-2)}[data-bs-theme=dark] .chat-top-header-menu a,[data-bs-theme=dark] .chat-footer-menu a,[data-bs-theme=dark] .chat-toggle-btn{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .chat-content-leftside .chat-left-msg{background-color:var(--bs-light-2)}[data-bs-theme=dark] .chat-content-rightside .chat-right-msg{color:var(--bs-info-text);background-color:var(--bs-primary-bg-subtle)}[data-bs-theme=dark] .fm-menu .list-group a{color:var(--bs-body-color)}[data-bs-theme=dark] .fm-menu .list-group a:hover{color:var(--bs-light-text);background-color:var(--bs-light-bg-subtle)}[data-bs-theme=dark] .fm-file-box{background-color:var(--bs-light-bg-subtle)}[data-bs-theme=dark] .contacts-social a{background-color:var(--bs-light-2);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .fc-theme-standard td,[data-bs-theme=dark] .fc-theme-standard th,[data-bs-theme=dark] .fc-theme-standard .fc-scrollgrid{border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .fc .fc-button-primary{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .fc .fc-button-primary:not(:disabled).fc-button-active,[data-bs-theme=dark] .fc .fc-button-primary:not(:disabled):active{color:var(--bs-body-color);background-color:var(--bs-body-bg-2);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .fc .fc-non-business{background-color:var(--bs-body-bg-2)}[data-bs-theme=dark] .w_percent{color:var(--bs-body-color)}[data-bs-theme=dark] .ff_fileupload_wrap .ff_fileupload_dropzone{background-color:var(--bs-body-bg-2)}[data-bs-theme=dark] .nav-pills .nav-link{color:var(--bs-body-color);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .nav-pills .nav-link.active,[data-bs-theme=dark] .nav-pills .show>.nav-link{color:var(--bs-light-text)}[data-bs-theme=dark] .product-table .product-tags .btn-tags{color:var(--bs-body-color);background-color:var(--bs-body-bg-2);border:1px solid;border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .product-title{color:var(--bs-light-text)}[data-bs-theme=dark] .product-category{color:var(--bs-body-color)}[data-bs-theme=dark] .product-rating{color:var(--bs-light-text);background-color:var(--bs-body-bg-2);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .nav-tabs .nav-link{color:var(--bs-body-color)}[data-bs-theme=dark] .nav-primary.nav-tabs .nav-link.active{color:#008cff;border-color:#008cff #008cff rgba(255,255,255,0)}[data-bs-theme=dark] .nav-danger.nav-tabs .nav-link.active{color:#f41127;border-color:#f41127 #f41127 rgba(255,255,255,0)}[data-bs-theme=dark] .nav-success.nav-tabs .nav-link.active{color:#17a00e;border-color:#17a00e #17a00e rgba(255,255,255,0)}[data-bs-theme=dark] .nav-warning.nav-tabs .nav-link.active{color:#ffc107;border-color:#ffc107 #ffc107 rgba(255,255,255,0)}[data-bs-theme=dark] .theme-icons{background-color:var(--bs-body-bg)}[data-bs-theme=dark] .bootstrap-tagsinput{background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .bs-stepper .step-trigger{color:var(--bs-body-color)}[data-bs-theme=dark] .bs-stepper-circle{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .active .bs-stepper-circle{color:#fff;background-color:var(--bs-primary)}[data-bs-theme=dark] .bs-stepper-line,[data-bs-theme=dark] .bs-stepper .line{background-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .bs-stepper.vertical .bs-stepper-header,[data-bs-theme=dark] .imageuploadify,[data-bs-theme=dark] .flatpickr-calendar{background-color:var(--bs-body-bg-2);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .flatpickr-months .flatpickr-month,[data-bs-theme=dark] .flatpickr-months .flatpickr-prev-month,[data-bs-theme=dark] .flatpickr-months .flatpickr-next-month,[data-bs-theme=dark] span.flatpickr-weekday,[data-bs-theme=dark] .flatpickr-day{color:var(--bs-body-color)}[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-selection{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-dropdown{color:var(--bs-body-color);background-color:var(--bs-body-bg)}[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted{background-color:var(--bs-light-2);color:var(--bs-body-color)}[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .select2-container--bootstrap-5.select2-container--disabled .select2-selection,[data-bs-theme=dark] .select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection{color:var(--bs-body-color);background-color:var(--bs-light-2);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{color:var(--bs-body-color);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .auth-cover-right{background-color:var(--bs-body-bg)}[data-bs-theme=dark] .btn-option{color:var(--bs-body-color)}@media print{*{visibility:hidden!important}.print-table,.print-table *{visibility:visible!important}div[style*="-9999px"]{visibility:visible!important;position:static!important;left:auto!important;top:auto!important}body{margin:0!important;padding:0!important;background:#fff!important}.print-table{position:static!important;left:auto!important;top:auto!important;width:100%!important;margin:0!important;padding:0!important}.print-table table{border-collapse:collapse!important;width:100%!important;margin:0!important;page-break-inside:auto!important}.print-table thead{display:table-header-group!important}.print-table tbody{display:table-row-group!important}.print-table tr{page-break-inside:avoid!important;page-break-after:auto!important}.print-table th,.print-table td{border:1px solid #000!important;padding:8px!important;text-align:left!important;vertical-align:middle!important}.print-table th{background-color:#f8f9fa!important;font-weight:700!important;color:#000!important}.print-table td{color:#000!important}.print-table .btn,.print-table button,.print-table .dropdown,.print-table .pagination{display:none!important}.print-table .badge{border:1px solid #000!important;color:#000!important;background-color:#f8f9fa!important;padding:4px 8px!important;font-size:12px!important;font-weight:400!important}.print-table .text-muted{color:#000!important}.print-table a{color:#000!important;text-decoration:none!important}.print-table .rounded-circle,.print-table .bi-person-fill{display:none!important}.print-table .d-flex{display:block!important}.print-table .gap-3{gap:0!important}}.btn-action{transition:all .2s ease-in-out;border-radius:8px;font-weight:500;letter-spacing:.025em}.btn-action:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.btn-action:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.btn-edit{background:var(--bs-primary);border:none;color:#fff}.btn-edit:hover{background:var(--bs-primary);opacity:.9;color:#fff}.btn-save{background:var(--bs-success);border:none;color:#fff}.btn-save:hover{background:var(--bs-success);opacity:.9;color:#fff}[data-bs-theme=dark] .btn-action{transition:all .2s ease-in-out;border-radius:8px;font-weight:500;letter-spacing:.025em}[data-bs-theme=dark] .btn-action:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ffffff26}[data-bs-theme=dark] .btn-action:active{transform:translateY(0);box-shadow:0 2px 8px #ffffff1a}[data-bs-theme=dark] .btn-edit{background:var(--bs-primary);border:none;color:#fff}[data-bs-theme=dark] .btn-edit:hover{background:var(--bs-primary);opacity:.9;color:#fff}[data-bs-theme=dark] .btn-edit .material-symbols-outlined{color:#fff!important}[data-bs-theme=dark] .btn-save{background:var(--bs-success);border:none;color:#fff}[data-bs-theme=dark] .btn-save:hover{background:var(--bs-success);opacity:.9;color:#fff}[data-bs-theme=dark] .btn-save .material-symbols-outlined{color:#fff!important}.document-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.document-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;border-color:#007bff}.document-header{padding:1.25rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #e9ecef;display:flex;align-items:center;gap:1rem}.document-icon{width:48px;height:48px;background:var(--bs-primary);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.document-icon .material-symbols-outlined{color:#fff;font-size:24px}.document-info{flex:1;min-width:0}.document-title{font-size:1.1rem;font-weight:600;color:#212529;margin:0 0 .25rem;line-height:1.3}.document-filename{font-size:.875rem;color:#6c757d;margin:0;word-break:break-all}.document-status{flex-shrink:0}.document-preview{position:relative;padding:1.25rem;text-align:center;cursor:pointer;background:#f8f9fa;transition:all .3s ease}.document-preview:hover{background:#e9ecef}.document-image{width:100%;max-width:200px;height:150px;object-fit:cover;border-radius:8px;border:2px solid #e9ecef;transition:all .3s ease}.document-preview:hover .document-image{border-color:var(--bs-primary);transform:scale(1.02)}.preview-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--bs-primary);color:#fff;padding:.75rem 1rem;border-radius:8px;opacity:0;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.25rem;pointer-events:none}.document-preview:hover .preview-overlay{opacity:1}.preview-overlay .material-symbols-outlined{font-size:24px}.preview-overlay small{font-size:.75rem;font-weight:500}[data-bs-theme=dark] .document-card{background:var(--bs-dark);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .document-card:hover{border-color:var(--bs-primary)}[data-bs-theme=dark] .document-header{background:linear-gradient(135deg,#2d3748,#1a202c);border-bottom-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .document-title{color:var(--bs-light)}[data-bs-theme=dark] .document-filename{color:var(--bs-gray-400)}[data-bs-theme=dark] .document-preview{background:#2d3748}[data-bs-theme=dark] .document-preview:hover{background:#1a202c}[data-bs-theme=dark] .document-image{border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .document-preview:hover .document-image{border-color:var(--bs-primary)}.review-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:hidden;border:1px solid #e9ecef}.review-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.review-title{font-size:1.5rem;font-weight:600;color:#212529;display:flex;align-items:center}.review-title .material-symbols-outlined{font-size:28px;color:var(--bs-primary)}.review-content{padding:2rem}.review-card{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;border:2px solid transparent;height:100%}.review-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.approve-card:hover{border-color:var(--bs-success)}.reject-card:hover{border-color:var(--bs-danger)}.review-card-header{padding:1.5rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #e9ecef}.approve-card .review-card-header{background:var(--bs-success-bg-subtle)}.reject-card .review-card-header{background:var(--bs-danger-bg-subtle)}.review-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.approve-icon{background:var(--bs-success)}.reject-icon{background:var(--bs-danger)}.review-icon .material-symbols-outlined{color:#fff;font-size:24px}.review-card-title h6{font-size:1.1rem;font-weight:600;margin:0}.approve-card .review-card-title h6{color:var(--bs-success-text)}.reject-card .review-card-title h6{color:var(--bs-danger-text)}.review-card-body{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{font-weight:600;color:#495057;margin-bottom:.5rem;display:flex;align-items:center}.form-label .material-symbols-outlined{font-size:18px;color:#6c757d}.date-input-wrapper{position:relative}.date-input{padding-right:3rem;border-radius:12px;border:2px solid #e9ecef;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1rem;height:52px;background:#fff;box-shadow:0 2px 4px #0000000d}.date-input:focus{border-color:var(--bs-primary);box-shadow:0 0 0 .2rem rgba(var(--bs-primary-rgb),.25),0 4px 12px #0000001a;transform:translateY(-1px)}.date-input:hover{border-color:#ced4da;box-shadow:0 4px 8px #00000014}.date-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#6c757d;transition:color .3s ease}.date-input:focus+.date-icon{color:var(--bs-primary)}.preset-dates{margin-bottom:1rem}.preset-date-btn{border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.preset-date-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.preset-date-btn:hover:before{left:100%}.preset-date-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.preset-date-btn.active{background:var(--bs-primary);color:#fff;border-color:var(--bs-primary);box-shadow:0 4px 12px rgba(var(--bs-primary-rgb),.3)}.preset-date-btn.active:hover{background:var(--bs-primary);color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px rgba(var(--bs-primary-rgb),.4)}.preset-date-btn .material-symbols-outlined{font-size:18px;transition:transform .3s ease}.preset-date-btn:hover .material-symbols-outlined{transform:scale(1.1)}[data-bs-theme=dark] .date-input{background:var(--bs-dark);border-color:var(--bs-border-color-translucent);color:var(--bs-body-color)}[data-bs-theme=dark] .date-input:focus{background:var(--bs-dark);border-color:var(--bs-primary);color:var(--bs-body-color)}[data-bs-theme=dark] .date-icon{color:var(--bs-secondary-color)}[data-bs-theme=dark] .date-input:focus+.date-icon{color:var(--bs-primary)}[data-bs-theme=dark] .preset-date-btn{background:var(--bs-dark);border-color:var(--bs-border-color-translucent);color:var(--bs-body-color)}[data-bs-theme=dark] .preset-date-btn:hover{background:var(--bs-gray-800);border-color:var(--bs-primary);color:var(--bs-primary)}[data-bs-theme=dark] .preset-date-btn.active{background:var(--bs-primary);color:#fff;border-color:var(--bs-primary)}.form-text{display:flex;align-items:center;font-size:.875rem;margin-top:.5rem}.form-text .material-symbols-outlined{font-size:16px;margin-right:.25rem;pointer-events:none;font-size:20px}.form-control{border-radius:8px;border:2px solid #e9ecef;transition:all .3s ease;font-size:1rem;padding:.75rem 1rem}.form-control:focus{border-color:var(--bs-primary);box-shadow:0 0 0 .2rem rgba(var(--bs-primary-rgb),.25)}.form-actions{margin-top:2rem;padding-top:1rem;border-top:1px solid #e9ecef}.btn-approve{background:var(--bs-success);border:none;color:#fff;padding:.75rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;width:100%}.btn-approve:hover:not(:disabled){background:var(--bs-success);opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--bs-success-rgb),.3)}.btn-approve:disabled{opacity:.6;cursor:not-allowed}.btn-reject{background:var(--bs-danger);border:none;color:#fff;padding:.75rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;width:100%}.btn-reject:hover:not(:disabled){background:var(--bs-danger);opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px rgba(var(--bs-danger-rgb),.3)}.btn-reject:disabled{opacity:.6;cursor:not-allowed}[data-bs-theme=dark] .review-container{background:var(--bs-dark);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .review-header{background:linear-gradient(135deg,#2d3748,#1a202c);border-bottom-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .review-title{color:var(--bs-light)}[data-bs-theme=dark] .review-card{background:var(--bs-dark);border-color:var(--bs-border-color-translucent)}[data-bs-theme=dark] .approve-card .review-card-header{background:var(--bs-success-bg-subtle)}[data-bs-theme=dark] .reject-card .review-card-header{background:var(--bs-danger-bg-subtle)}[data-bs-theme=dark] .review-card-title h6,[data-bs-theme=dark] .form-label{color:var(--bs-light)}[data-bs-theme=dark] .form-control{background-color:var(--bs-dark);border-color:var(--bs-border-color-translucent);color:var(--bs-light)}[data-bs-theme=dark] .form-control:focus{background-color:var(--bs-dark);border-color:var(--bs-primary);color:var(--bs-light)}[data-bs-theme=dark] .form-actions{border-top-color:var(--bs-border-color-translucent)}.badge-warning{background-color:#ffc107!important;color:#212529!important;font-weight:600;padding:.5em .75em;border-radius:.375rem}.badge-info{background-color:#0dcaf0!important;color:#000!important;font-weight:600;padding:.5em .75em;border-radius:.375rem}.badge-success{background-color:#198754!important;color:#fff!important;font-weight:600;padding:.5em .75em;border-radius:.375rem}.badge-danger{background-color:#dc3545!important;color:#fff!important;font-weight:600;padding:.5em .75em;border-radius:.375rem}.badge-secondary{background-color:#6c757d!important;color:#fff!important;font-weight:600;padding:.5em .75em;border-radius:.375rem}[data-bs-theme=dark] .badge-warning{background-color:#ffc107!important;color:#212529!important}[data-bs-theme=dark] .badge-info{background-color:#0dcaf0!important;color:#000!important}[data-bs-theme=dark] .badge-success{background-color:#198754!important;color:#fff!important}[data-bs-theme=dark] .badge-danger{background-color:#dc3545!important;color:#fff!important}[data-bs-theme=dark] .badge-secondary{background-color:#6c757d!important;color:#fff!important}.btn-warning-custom{background:linear-gradient(135deg,#ffc107,#e0a800);border:none;color:#212529}.btn-warning-custom:hover{background:linear-gradient(135deg,#e0a800,#d39e00);color:#212529}.btn-cancel{background:linear-gradient(135deg,#6c757d,#545b62);border:none;color:#fff}.btn-cancel:hover{background:linear-gradient(135deg,#545b62,#3d4449);color:#fff}.clock-time{font-family:Courier New,monospace;letter-spacing:1px;font-weight:600;white-space:nowrap}.clock-separator{font-weight:300;opacity:.6;line-height:1;display:flex;align-items:center}.nav-item.d-flex.align-items-center .clock-separator{height:38px;display:flex;align-items:center;justify-content:center}.clock-date{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.2;white-space:nowrap}.clickable-date{cursor:pointer;transition:all .2s ease;padding:2px 4px;border-radius:4px}.clickable-date:hover{background-color:#0000001a;color:#0d6efd!important}[data-bs-theme=dark] .clickable-date:hover{background-color:#ffffff1a}.material-symbols-outlined{display:inline-flex;align-items:center;justify-content:center}.nav-link .material-symbols-outlined{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.nav-item .d-flex.align-items-center{display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.clock-date{font-size:.7rem}.clock-time{font-size:.875rem!important}.clock-separator{font-size:.8rem}.material-symbols-outlined{font-size:16px!important}}.calendar-modal{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.calendar-container{width:100%;max-width:350px;margin:0 auto}.calendar-header{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:8px}.calendar-day{text-align:center;font-weight:600;font-size:.8rem;color:#6c757d;padding:8px 4px}.calendar-body{display:flex;flex-direction:column;gap:2px}.calendar-week{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.calendar-date{text-align:center;padding:8px 4px;font-size:.9rem;cursor:pointer;border-radius:4px;transition:all .2s ease;min-height:32px;display:flex;align-items:center;justify-content:center}.calendar-date:hover{background-color:#e9ecef;color:#0d6efd}.calendar-date.today{background-color:#0d6efd;color:#fff;font-weight:600}.calendar-date.other-month{color:#adb5bd;opacity:.6}.calendar-date.other-month:hover{background-color:#f8f9fa;color:#6c757d}[data-bs-theme=dark] .calendar-date:hover{background-color:#495057;color:#0d6efd}[data-bs-theme=dark] .calendar-date.other-month{color:#6c757d}[data-bs-theme=dark] .calendar-date.other-month:hover{background-color:#343a40;color:#adb5bd}[data-bs-theme=dark] .calendar-day{color:#adb5bd}.quick-action-item{transition:all .3s ease;border:1px solid #e9ecef!important}.quick-action-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a;border-color:#007bff!important}.cursor-pointer{cursor:pointer}.hover-shadow:hover{box-shadow:0 .5rem 1rem #00000026}.widget-icon{transition:transform .3s ease}.quick-action-item:hover .widget-icon{transform:scale(1.1)}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;transition:background-color .2s ease}.sortable:hover{background-color:#007bff1a}.sortable.sorted{background-color:#007bff26;font-weight:600}.sort-icon{margin-left:8px;display:inline-flex;align-items:center}.sort-icon-placeholder{margin-left:8px;display:inline-flex;align-items:center;opacity:.7}.sortable:hover .sort-icon-placeholder{opacity:1}.sortable.sorted .sort-icon-placeholder{opacity:0}.sort-icon .material-symbols-outlined{font-size:18px;transition:transform .2s ease}.sort-icon .material-symbols-outlined.rotated{transform:rotate(180deg)}.sort-icon-placeholder .material-symbols-outlined{font-size:18px}.audit-link{cursor:pointer;transition:color .2s ease}.audit-link:hover{color:#0056b3!important;text-decoration:underline!important}.bg-outline-secondary{background-color:transparent!important;color:#6c757d!important;border:1px solid #6c757d!important}.bg-outline-info{background-color:transparent!important;color:#17a2b8!important;border:1px solid #17a2b8!important}.text-secondary{color:#6c757d!important}.text-primary{color:#0d6efd!important}.text-dark{color:#212529!important}[data-bs-theme=dark] .table{color:#e9ecef!important}[data-bs-theme=dark] .table th{background-color:#343a40!important;color:#fff!important;border-color:#495057!important}[data-bs-theme=dark] .table td{border-color:#495057!important;color:#e9ecef!important}[data-bs-theme=dark] .text-dark{color:#e9ecef!important}[data-bs-theme=dark] .text-secondary{color:#adb5bd!important}[data-bs-theme=dark] .text-muted{color:#6c757d!important}[data-bs-theme=dark] .bg-light{background-color:#495057!important;color:#e9ecef!important}[data-bs-theme=dark] .badge.bg-light{background-color:#495057!important;color:#e9ecef!important;border-color:#6c757d!important}[data-bs-theme=dark] .table-light{background-color:#343a40!important}[data-bs-theme=dark] .table-hover tbody tr:hover{background-color:#495057!important}[data-bs-theme=dark] .customer-name,[data-bs-theme=dark] .fw-bold{color:#fff!important}[data-bs-theme=dark] .fw-medium{color:#e9ecef!important}.table tbody tr{transition:all .3s ease}.table tbody tr:hover{background-color:#0d6efd1a!important;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}[data-bs-theme=dark] .table tbody tr:hover{background-color:#0d6efd33!important;box-shadow:0 4px 12px #ffffff1a}.table tbody tr:hover .badge{transform:scale(1.05);box-shadow:0 2px 8px #0003}[data-bs-theme=dark] .table tbody tr:hover .badge{box-shadow:0 2px 8px #ffffff1a}.table tbody tr:hover .rounded-circle{transform:scale(1.1);box-shadow:0 4px 8px #0d6efd4d}[data-bs-theme=dark] .table tbody tr:hover .rounded-circle{box-shadow:0 4px 8px #0d6efd80}.table tbody tr:hover .btn-group .btn{transform:translateY(-1px);box-shadow:0 2px 6px #0003}[data-bs-theme=dark] .table tbody tr:hover .btn-group .btn{box-shadow:0 2px 6px #ffffff1a}.metismenu .has-arrow{position:relative;cursor:pointer;transition:all .3s ease}.metismenu .has-arrow:hover{background-color:#0d6efd1a}.metismenu .has-arrow .arrow-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:transform .3s ease}.metismenu .has-arrow .arrow-icon .material-symbols-outlined{font-size:18px;color:#6c757d}.metismenu li.mm-active>.has-arrow .arrow-icon{transform:translateY(-50%) rotate(180deg)}.metismenu li.mm-active>.has-arrow .arrow-icon .material-symbols-outlined{color:#0d6efd}.metismenu ul{display:none;list-style:none;padding-left:0;margin:0}.metismenu li.mm-active>ul{display:block;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.metismenu ul li a{padding:8px 15px 8px 50px;display:flex;align-items:center;color:#6c757d;text-decoration:none;font-size:13px;transition:all .3s ease}.metismenu ul li a:hover{background-color:#0d6efd1a;color:#0d6efd}.metismenu ul li a .material-symbols-outlined{font-size:16px;margin-right:8px}[data-bs-theme=dark] .metismenu .has-arrow:hover{background-color:#0d6efd33}[data-bs-theme=dark] .metismenu ul li a{color:#adb5bd}[data-bs-theme=dark] .metismenu ul li a:hover{background-color:#0d6efd33;color:#0d6efd}[data-bs-theme=dark] .metismenu .has-arrow .arrow-icon .material-symbols-outlined{color:#adb5bd}
/*# sourceMappingURL=styles-4YPUT6TT.css.map */
