.spinner-container{display:flex;justify-content:center;align-items:center;height:100vh}.spinner{width:60px;height:60px;border:6px solid #ddd;border-top:6px solid #3498db;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-main{display:flex;align-items:center;justify-content:center;height:100vh;background:#f9fafb}.login-box{background:#fff;display:flex;flex-direction:column;border-radius:12px;box-shadow:0 8px 20px #00000014;width:450px;box-sizing:border-box;overflow:hidden}.login-box-header{width:100%;padding:15px;background-color:#1a1a1a;display:flex;flex-direction:column;align-items:center;gap:0px;box-sizing:border-box}.login-box-body{padding:10px 40px 40px 30px;width:100%;box-sizing:border-box}.login-logo img{max-width:120px;height:auto}.login-title{font-size:24px;font-weight:700;color:#141414;margin:0 0 15px;text-align:center}.login-label{display:block;font-size:14px;color:#4b5563;margin-bottom:6px}.login-input{width:100%;padding:10px;border:1px solid #d1d5db;border-radius:8px;margin-bottom:14px;font-size:14px;box-sizing:border-box}.login-password-box{position:relative}.login-eye{position:absolute;right:10px;top:10px;color:#9ca3af;cursor:pointer}.login-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.login-remember{font-size:13px;color:#4b5563;display:flex;align-items:center;gap:6px}.login-forgot{background:none;border:none;color:#2563eb;font-size:13px;cursor:pointer;text-decoration:underline}.login-box .login-btn{width:100%;padding:10px;background:linear-gradient(135deg,#012d5e,#0f5095);color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer}.login-btn:hover{opacity:.9}.login-error{background:#fee2e2;color:#b91c1c;padding:8px;border-radius:6px;margin-bottom:10px;font-size:13px;text-align:center}.topbar-wrapper{position:fixed;top:0;width:100%;z-index:999;height:106px;transition:all .3s ease}.main-content{margin-top:106px}.topbar{display:flex;justify-content:space-between;align-items:center;background-color:#425c76;height:64px;padding:0 15px;border-bottom:1px solid #ddd;transition:all .3s ease}.topbar-left{display:flex;align-items:center}.topbar-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.user-section{display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid white;padding:4px 7px;border-radius:30px;cursor:pointer}.user-icon{font-size:16px;color:#fff}.user-name{font-size:14px;font-weight:500;color:#fff}.user-dp{width:16px;height:16px;border-radius:50%;object-fit:cover}.tools-section{display:flex;gap:8px}.tool-btn{background:none;border:1px solid white;padding:3px 5px;border-radius:30%;font-size:15.5px;cursor:pointer;color:#fff;transition:color .2s ease,background-color .2s ease}.tool-btn:hover{color:#007bff;background-color:#ffffff1a}.topbar-page-header{display:flex;justify-content:space-between;align-items:center;background-color:#f2f4f7;padding:0 15px;border-bottom:1px solid #ddd;height:42px}.page-heading{font-size:24px;font-weight:700;color:#333}.page-buttons,.page-button-search{display:flex;gap:10px}.page-button{padding:6px 12px;font-size:14px;border:none;border-radius:6px;cursor:pointer;background-color:#425c76;color:#fff;box-shadow:0 1px 3px #0003;transition:background-color .2s ease}.page-button:hover{background-color:#5f7fa3}.topbar-logo{height:45px;margin-right:20px}.topbar-nav{display:flex;gap:20px}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:7px 14px;border-radius:8px;border:none;background:linear-gradient(145deg,#425c76,#688aae);box-shadow:0 2px 6px #0003;transition:transform .2s ease,background .3s ease}.nav-item.active{background:linear-gradient(145deg,#415a73,#557392);transform:scale(1.05);border:1px solid white;box-shadow:0 3px 10px #0000004d}.toolbox-wrapper.active>.nav-item{background:linear-gradient(145deg,#415a73,#557392);transform:scale(1.05);border:1px solid white;box-shadow:0 3px 10px #0000004d}.nav-item:hover{background:linear-gradient(145deg,#506d8c,#5f7fa3);transform:translateY(-2px)}.nav-label{font-size:13px;color:#fff}.nav-icon{font-size:18px;margin-bottom:3px;color:#fff;transition:opacity .3s ease}.toolbox-wrapper{position:relative;display:inline-flex;flex-direction:column;align-items:center}.toolbox-wrapper>.nav-item{position:relative}.toolbox-tools{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(-10px);background-color:#425c76;display:flex;flex-direction:column;gap:8px;padding:8px 10px;border-radius:0;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:10}.toolbox-tools.open{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.topbar-wrapper.scrolled{height:75px}.topbar-wrapper.scrolled .topbar{height:40px;padding:0 10px}.topbar-wrapper.scrolled .topbar-nav{display:flex;gap:10px}.topbar-wrapper.scrolled .nav-icon{display:none}.topbar-wrapper.scrolled .nav-label{font-size:14px;color:#fff}.topbar-wrapper.scrolled .nav-item{padding:7px 12px;border-radius:6px}.topbar-wrapper.scrolled img.topbar-logo{height:28px;transition:height .3s ease}.topbar-wrapper.scrolled .topbar-right{flex-direction:row}.topbar-wrapper.scrolled .main-content{margin-top:75px}.topbar-wrapper.scrolled .topbar-page-header{padding:0 15px;height:35px}.topbar-wrapper.scrolled .page-heading{font-size:21px;font-weight:700;color:#333}.topbar-wrapper.scrolled .page-buttons{display:flex;gap:10px}.topbar-wrapper.scrolled .page-button{padding:5px 10px;font-size:14px}.summary-container{display:flex;justify-content:space-between;gap:10px;margin:10px 0 20px}.summary-block{flex:1;padding:12px;border-radius:8px;background:#fff;border:1px solid rgb(35,35,35);text-align:center;box-shadow:0 1px 2px #0000001a}.summary-title{font-size:13.5px;font-weight:600;margin-bottom:4px;color:#585858}.summary-value{font-size:17px;font-weight:700;color:#222}.highlight-cell{background-color:#a4fff3b3}.highlight-row{background-color:#ffeb99!important}.acc-rep-loader,.acc-rep-error{margin-left:10px;font-weight:700}.acc-rep-summary{display:flex;gap:15px;padding:20px}.acc-rep-summary-card{flex:1;background:#f7f7f7;padding:15px;border-radius:10px;text-align:center;box-shadow:0 2px 4px #0000001a}.acc-rep-title{font-weight:700;margin-bottom:10px}.acc-rep-value{font-size:1.2em;color:#333}.acc-rep-summary-charts{display:flex;gap:20px;margin-bottom:20px}.acc-rep-left{width:100%;display:flex;flex-direction:column;gap:20px}.acc-rep-chart{background:#fff;padding:25px;height:400px;border-radius:10px;box-shadow:0 2px 4px #0000001a}.acc-rep-chart-title{font-weight:700;margin-bottom:10px}.acc-rep-tables{display:flex;gap:20px;margin-top:20px}.acc-rep-table-card{flex:1;background:#fff;padding:15px;border-radius:10px;box-shadow:0 2px 4px #0000001a}.acc-rep-table-title{font-weight:700;margin-bottom:10px}.acc-rep-table{width:100%;border-collapse:collapse}.acc-rep-table th,.acc-rep-table td{border:1px solid #ddd;padding:8px;text-align:center}.acc-rep-table tr.highlighted{background-color:#ffeeba!important;transition:background-color .2s ease-in-out;cursor:pointer}.acc-rep-search{display:flex;align-items:center;gap:8px;margin:16px 0}.acc-rep-search input{padding:6px 10px;border:1px solid #ccc;border-radius:6px}.acc-rep-search button{padding:6px 12px;border:none;border-radius:6px;background:#007bff;color:#fff;cursor:pointer;transition:background .2s}.acc-rep-search button:hover{background:#0056b3}.acc-rep-sum-result{font-weight:700;color:#333;margin-left:12px}.investor-table-btn{min-width:100px;font-size:16px;color:#333;border:none;border-radius:6px;text-align:center;padding:6px 10px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 4px #0000001a}.investor-table-btn.deposits{background-color:#8fe1929b}.investor-table-btn.deposits:hover{background-color:#8fe192d3}.investor-table-btn.withdraws{background-color:#ff8d8da2}.investor-table-btn.withdraws:hover{background-color:#ff8d8df7}.investor-table-btn.expenses{background-color:#f5e6a4c2}.investor-table-btn.expenses:hover{background-color:#f5e6a4f5}.investor-table-btn.report{background-color:#c20505c2;color:#fff}.investor-table-btn.report:hover{background-color:rgba(119,2,2,.961)2;color:#fff}.topbar-mobile-wrapper{position:fixed;top:0;width:100%;background-color:#425c76;z-index:100;height:108px;display:flex;flex-direction:column;border-bottom:1px solid #ddd}.topbar-mobile{display:flex;align-items:center;justify-content:center;padding:8px;height:40px}.topbar-mobile-left{flex-shrink:0}.topbar-mobile-logo{height:35px;margin-right:7px}.topbar-mobile-nav{display:flex;align-items:center;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.topbar-mobile-nav::-webkit-scrollbar{display:none}.nav-item-mobile{display:flex;flex-direction:column;align-items:center;min-width:60px;color:#ccc;font-size:12px;cursor:pointer;border-radius:8px;padding:4px;border:none;background:linear-gradient(145deg,#425c76,#688aae);box-shadow:0 2px 6px #0003}.nav-item-mobile:hover,.mobile-active{color:#fff;border:1px solid white}.nav-icon-mobile{font-size:18px}.topbar-page-mobile-header{display:flex;flex-direction:column;align-items:center;background-color:#f3f3f3;padding:5px;gap:3px;height:45px;border-bottom:1px solid #ddd}@media (max-width: 768px){.page-heading{font-size:16px;font-weight:700;color:#333}.page-buttons{display:flex;gap:4px}.page-button{padding:3px 8px;font-size:14px;border:none;border-radius:6px;cursor:pointer;background-color:#425c76;color:#fff;box-shadow:0 1px 3px #0003;transition:background-color .2s ease}.investor-table-btn{min-width:70px;font-size:14px;padding:3px 5px}}.modal-open{overflow:hidden}.modal-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:999;padding:24px;overflow-y:auto}.modal-container{position:relative;background:#fff;box-shadow:0 20px 40px #0000004d;border-radius:12px;max-width:700px;width:100%;animation:modalFadeIn .3s ease-out;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.modal-content{overflow-y:auto;padding:24px;color:#333}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#425c76;border-bottom:1px solid #eee}.modal-title{font-size:20px;font-weight:600;color:#fff;margin:0}.modal-close{position:absolute;top:16px;right:20px;font-size:22px;background:transparent;border:none;cursor:pointer;color:#f4f4f4}.modal-close:hover{color:#ff1212}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-content input,.modal-content select,.modal-content textarea{width:96%;padding:8px;margin-top:8px;margin-bottom:16px;border-radius:6px;border:1px solid #ccc;font-size:14px}.modal-content label{font-size:15px;color:#000;font-weight:600}.modal-default-btn{margin-top:10px;padding:8px 12px;background:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer}.modal-default-btn:hover{background:#0056b3}.modal-actions-double{display:flex;justify-content:space-between;align-items:center;width:90%;margin:0 auto}.modal-separate-button{padding:8px 12px;font-size:15px;font-weight:600;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease;white-space:nowrap;margin-bottom:15px}.modal-separate-button.add-btn{background:#4caf50;color:#fff}.modal-separate-button.add-btn:hover{background:linear-gradient(135deg,#43a047,#66bb6a)}.modal-actions-button{padding:8px 12px;font-size:15px;font-weight:600;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.modal-actions-button.add-btn{background:#4caf50;color:#fff}.modal-actions-button.add-btn:hover{background:linear-gradient(135deg,#43a047,#66bb6a)}.modal-actions-button.cancel-btn{background:#e53935;color:#fff}.modal-actions-button.cancel-btn:hover{background:linear-gradient(135deg,#c62828,#f44336)}.modal-actions-button.update-btn{background:#0d47a1;color:#fff}.modal-actions-button.update-btn:hover{background:linear-gradient(135deg,#1565c0,#1e88e5)}@media (max-width: 768px){.modal-backdrop{padding:12px;align-items:flex-start}.modal-content label{font-size:14px;color:#000;font-weight:600}.modal-container{max-width:100%;max-height:95vh;border-radius:10px;box-shadow:none;margin-top:40px}.modal-content{padding:16px}.modal-close{top:8px;right:10px;font-size:18px}.modal-content input,.modal-content select,.modal-content textarea{font-size:14px;padding:8px;margin-bottom:10px}.modal-title{font-size:17px}.modal-actions-button{padding:10px;font-size:1rem}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px}}.modal-add-form{padding:20px;border:1px solid black;border-radius:10px;width:90%;margin-bottom:15px}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.context-menu{background-color:#fff;border:1px solid #ccc;padding:5px;box-shadow:0 2px 5px #0003;max-width:120px;display:flex;flex-direction:column;gap:4px}.dark .context-menu{background-color:#141414;border:1px solid #353535;box-shadow:0 2px 5px #73737333}.context-menu-buttons button{width:100%;padding:8px 12px;text-align:left;background:none;border:none;cursor:pointer;font-size:14px;color:#000}.dark .context-menu-buttons button{color:#fff}.context-menu-buttons button:hover{background-color:#eee}.dark .context-menu-buttons button:hover{background-color:#3f3f3fc0}.documents-container{padding:20px;font-family:Arial,sans-serif}h2{margin-bottom:20px}.image-gallery{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:0 auto}.document-block{width:calc(45% - 20px);box-shadow:0 2px 8px #0000001a;padding:10px;border-radius:8px;background-color:#f9f9f9;text-align:center}.document-image{width:100%;height:auto;border-radius:4px;margin-bottom:10px}.button-group{display:flex;justify-content:space-around;gap:10px}.button-group button{padding:6px 12px;font-size:14px;cursor:pointer}.print-rec-container{max-width:96%;margin:0 auto;padding:10px;box-shadow:0 4px 10px #00000073;border-radius:12px;background:#fff;font-size:16px}.print-rec-section-wrapper{display:flex;width:98%;flex-direction:row;padding:20px;gap:20px}.print-rec-section-wrapper-left{flex:1;display:flex;flex-direction:column}.print-rec-section-wrapper-right{flex:1}.print-rec-section{margin-bottom:20px;padding:15px;border:1px solid #eee;border-radius:8px;background:#fff}.print-rec-section h3{margin-bottom:15px;font-size:25px;color:#535353;border-bottom:2px solid #e0e0e0;padding-bottom:5px}.print-rec-row-car{display:flex;flex-direction:column;gap:10px;margin:20px auto}.print-rec-row{display:flex;flex-direction:column;gap:10px}.print-rec-row label{color:#323232;font-weight:600}.print-rec-row-note{display:flex;flex-direction:column;gap:10px;margin-top:15px}.print-rec-row-note label{color:#323232;font-weight:600}.print-rec-row select{width:100%}.print-rec-row-car label{color:#323232;font-weight:600}.print-rec-row-car select{width:100%}.print-rec-row-note input,.print-rec-row input{width:98%}.print-rec-grid-wrapper{display:flex;width:100%;flex-direction:row;padding:0;gap:40px}.print-rec-grid{flex:1;display:flex;flex-direction:column;gap:20px}.print-rec-field{display:flex;flex-direction:column!important;gap:10px}.print-rec-field label{color:#323232;font-weight:600}.print-rec-input{width:90%;padding:10px;border:1px solid #ddd;border-radius:6px;transition:border .3s ease,box-shadow .3s ease}.input-empty{border:1px solid red;box-shadow:0 0 8px #ff00004a}.print-rec-button{display:block;width:40%;margin:0 auto 25px;padding:12px;background:#007bff;color:#fff;font-weight:700;font-size:15px;border:none;border-radius:8px;cursor:pointer}.print-rec-button:hover{background:#0056b3}@media (max-width: 768px){.print-rec-container{max-width:96%;margin:0 auto;padding:0;font-size:14px}.print-rec-section-wrapper{display:flex;width:98%;flex-direction:column;padding:5px;gap:10px}.print-rec-section-wrapper-left{flex:1;display:flex;flex-direction:column}.print-rec-section-wrapper-right{flex:1}.print-rec-section{margin-bottom:10px;padding:10px;border:1px solid #eee;border-radius:8px;background:#fff}.print-rec-section h3{margin-bottom:10px;font-size:20px;color:#535353;border-bottom:2px solid #e0e0e0;padding-bottom:5px}.print-rec-button{width:40%;margin:0 auto 25px;font-size:15px}}.quotation{background:#fff;border:1px solid #ddd;padding:14px;border-radius:8px;max-width:980px;margin:12px auto}.quotation h3{margin-top:0;margin-bottom:10px}.quotation .row{display:flex;gap:12px;margin-bottom:10px;flex-wrap:wrap}.quotation label{display:flex;flex-direction:column;font-size:13px;flex:1 1 30%}.quotation input[type=text],.quotation input[type=date],.quotation input[type=number],.quotation textarea,.quotation select{padding:8px;border:1px solid #bbb;border-radius:4px;font-size:14px;margin-top:6px}.quotation textarea{min-height:70px;resize:vertical}.quotation .actions{display:flex;justify-content:flex-end}.quotation button{background:#007bff;color:#fff;padding:8px 14px;border:none;border-radius:6px;cursor:pointer;font-size:14px}.quotation button[disabled]{opacity:.6;cursor:not-allowed}.customers-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;padding:20px}.customers-card{background:#fff;box-shadow:0 4px 15px #00000014;border-radius:20px;border:1px solid #ececec;padding:20px;transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between}.customers-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001f}.customers-header{display:flex;align-items:center;margin-bottom:7px;padding:6px 0;border-bottom:1px solid #f0f0f0}.customers-icon{font-size:16px;color:#012d5e;margin-right:7px}.customers-name{font-size:17px;font-weight:600;color:#333}.customers-section{margin-bottom:7px;padding-bottom:8px;display:flex;flex-direction:column;gap:6px;border-bottom:1px solid #eaeaea}.customers-label-car{font-weight:500;color:#555;font-size:14px}.customers-value-car{color:#333;font-size:15px;text-align:left;max-width:55%}.customers-info-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #f0f0f0}.customers-label{font-weight:500;color:#555;font-size:14px}.customers-value{color:#333;font-size:15px;text-align:right;max-width:55%;word-break:break-word}.customers-history-btn{width:100%;margin-top:10px;background:linear-gradient(135deg,#012d5e,#0f5095);color:#fff;border:none;padding:.6rem 1rem;border-radius:12px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .3s ease}.customers-history-btn:hover{background:linear-gradient(135deg,#ff3b3b,#c62828)}.walkin-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;padding:20px}.walkin-card{display:flex;flex-direction:column;justify-content:space-between;background:#fff;box-shadow:0 4px 15px #00000014;border-radius:20px;border:1px solid #ececec;padding:20px;position:relative}.walkin-header{display:flex;align-items:center;margin-bottom:10px}.walkin-icon{font-size:22px;color:red;margin-right:10px}.walkin-name{font-size:18px;font-weight:700}.walkin-row{display:flex;justify-content:space-between;border-bottom:1px solid #f0f0f0;padding:6px 0}.walkin-row-message{display:flex;flex-direction:column;border-bottom:1px solid #f0f0f0;padding:6px 0}.walkin-label{color:#4b4b4b;font-size:14px}.walkin-value,.walkin-message{font-size:14px;color:#000;margin-top:2px}.walkin-buttons{display:flex;flex-direction:column;gap:7px;margin-top:auto}.walkin-btn{flex:1;margin:0 4px;padding:8px 0;border:none;border-radius:8px;font-weight:700;cursor:pointer;color:#fff;transition:.2s}.walkin-greet-btn{background:red}.walkin-custom-btn{background:#444}.walkin-greet-btn:hover{background:#c00}.walkin-custom-btn:hover{background:#666}.walkin-empty{text-align:center;color:#888;grid-column:1 / -1}.employee-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;padding:20px}.employee-files-card{border:1px solid #ddd;border-radius:10px;padding:15px;display:flex;flex-direction:column;position:relative}.employee-files-header{display:flex;align-items:center;margin-bottom:10px}.employee-files-pic{width:30px;height:30px;border-radius:50%;object-fit:cover;margin-right:10px}.employee-files-icon{font-size:30px;color:gray;margin-right:10px}.employee-files-name{font-weight:700;font-size:16px}.employee-files-row{display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding:6px 0}.employee-files-block{display:flex;flex-direction:column;border-bottom:1px solid #eee;padding:6px 0;gap:5px}.employee-file-label{color:#515151;font-size:14px}.employee-file-value{color:#333;font-size:15px;text-align:left;max-width:55%;word-break:break-word}.employee-files-doc-btn{margin-top:auto;background:#dc3545;color:#fff;border:none;padding:7px;border-radius:5px;cursor:pointer}.employee-files-form-group{display:flex;flex-direction:column;margin-bottom:10px}.employee-files-form-group label{font-weight:700;margin-bottom:5px}.employee-files-form-group input{border:1px solid #ccc;border-radius:5px;padding:7px}.employee-files-modal-buttons{display:flex;justify-content:space-between;margin-top:15px}.employee-files-save-btn{background:#28a745;color:#fff;border:none;padding:8px 15px;border-radius:5px}.employee-files-cancel-btn{background:#ccc;border:none;padding:8px 15px;border-radius:5px}.month-dropdown{padding:4px 10px;font-size:15px;border-radius:10px}.emp-pic{width:40px;height:40px;border-radius:50%;object-fit:cover}*{margin:0;padding:0;font-family:Poppins,sans-serif}body{background-color:#fff}.container{padding-top:20px}.scroll-table-wrapper{overflow-x:auto;margin-top:1rem;border-radius:6px;width:100%}table{width:100%;border-collapse:collapse;border-radius:10px;overflow:hidden;font-size:16.3px}table thead{background-color:#425c76;position:sticky;top:0;z-index:1}table th{color:#fff}table th,table td{padding:10px 12px;border:1px solid #ddd;text-align:center}table tbody tr:nth-child(2n){background-color:#f4f6f8}table tbody tr:hover{background-color:#eef1f5}.scroll-table-button{padding:6px 12px;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;background-color:#3593f6}.scroll-table-button.income{background-color:#10962f}.scroll-table-button:hover{background-color:#0056b3}.scroll-table-wrapper2{overflow-x:auto;margin-top:1rem;border-radius:6px;max-height:80vh;width:100%}.scroll-table2{font-size:16.3px;width:100%;border-collapse:collapse}.scroll-table2 thead{background-color:#425c76;position:sticky;top:0;z-index:1}.scroll-table2 th{color:#fff}.scroll-table2 th,.scroll-table2 td{padding:10px 12px;border:1px solid #ddd;text-align:center}.scroll-table2 tbody tr:nth-child(2n){background-color:#f4f6f8}.scroll-table2 tbody tr:hover{background-color:#eef1f5}.table-wrapper{width:100%;padding:0;margin:0}.search-area{display:flex;align-items:center;border:1px solid #ccc;border-radius:6px;padding:6px 12px;background:#fff;gap:8px}.search-input{flex:1;border:none;outline:none;font-size:14px}.search-icon,.search-reset-icon{cursor:pointer;font-size:18px;color:#555}.search-icon:hover,.search-reset-icon:hover{color:#000}.autocomplete-wrapper{position:relative}.autocomplete-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ccc;z-index:999;max-height:150px;overflow-y:auto}.autocomplete-list li{padding:5px 10px;cursor:pointer}.autocomplete-list li:hover{background-color:#eee}.print-button{min-width:100px;font-size:16px;background:#a51717;color:#fff;border:none;margin-bottom:15px;border-radius:6px;text-align:center;padding:6px 10px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 4px #0000001a}.daily-table-btn{min-width:100px;font-size:16px;color:#333;border:none;border-radius:6px;text-align:center;padding:6px 10px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 4px #0000001a}.table-plus-btn{font-size:16px;color:#333;background-color:#8fe1929b;border:none;border-radius:6px;text-align:center;padding:4px 8px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 4px #0000001a}.table-plus-btn:hover{background-color:#8fe192d3}.table-equal-btn{font-size:16px;color:#333;background-color:#21cffa85;border:none;border-radius:6px;text-align:center;padding:4px 8px;cursor:pointer;margin-left:5px;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 4px #0000001a}.table-equal-btn:hover{background-color:#21cffab7}.daily-table-btn.income{background-color:#8fe1929b}.daily-table-btn.income:hover{background-color:#8fe192d3}.daily-table-btn.expense{background-color:#ff8d8da2}.daily-table-btn.expense:hover{background-color:#ff8d8df7}.daily-table-btn.carexpense{background-color:#f5e6a4c2}.daily-table-btn.carexpense:hover{background-color:#f5e6a4f5}.daily-table-btn.print{background-color:#c20505c2;color:#fff}.daily-table-btn.print:hover{background-color:rgba(119,2,2,.961)2;color:#fff}.daily-table-btn.delivery{background-color:#08cb9ec2;color:#fff}.daily-table-btn.delivery:hover{background-color:rgba(4,155,122,.961)2;color:#fff}.sms-balance-block{background:#fff;border-radius:10px;padding:4px 10px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:row;text-align:center}.sms-balance-title{font-size:14px;color:#222;margin-right:5px}.sms-balance-loading{color:#888;font-size:14px}.sms-balance-error{color:#d90429;font-size:14px}.sms-balance-value{font-size:14px;font-weight:700;color:#333}.inventory-view-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:20px;padding:20px;margin-top:-20px}.inventory-view-card{background:#fff;box-shadow:0 4px 15px #00000014;border-radius:20px;border:1px solid #ececec;padding:20px}.inventory-view-header{display:flex;justify-content:space-between;align-items:left;border-bottom:2px solid #e1e1e1;padding:15px;font-size:17px;font-weight:600;margin:-20px -20px 10px;background:#425c76;color:#fff;border-top-left-radius:20px;border-top-right-radius:20px}.inventory-view-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #eee}.inventory-view-label{color:#555;font-weight:500;font-size:13.5px}.inventory-view-value{color:#101010;font-size:14px;text-align:right}.status-btn{padding:4px 10px;border:none;border-radius:14px;cursor:pointer}.status-sold{background-color:#d9534f;color:#fff}.status-unsold{background-color:#5cb85c;color:#fff}.status-btn:hover{opacity:.9}.accessories-btn{border-radius:6px;text-align:center;padding:4px 8px;cursor:pointer;margin-left:8px;color:#444;background:#dedede9e;font-size:16px;border:none}.accessories-btn:hover{color:#e53935}.accessories-list{display:flex;flex-wrap:wrap;gap:10px}.accessory-block{border:1px solid #ddd;border-radius:8px;padding:8px;width:45%;display:flex;justify-content:space-between;align-items:center}.accessory-buttons button{border:none;background:#e0e0e0;padding:3px 8px;margin:0 2px;border-radius:4px;cursor:pointer}.accessory-buttons button:hover{background:#ccc}.accessories-textarea{width:100%;margin-top:10px;border-radius:8px;padding:8px}.receipt-block-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:20px;padding:20px;margin-top:-20px}.receipt-block{background:#fff;box-shadow:0 4px 15px #00000014;border-radius:20px;border:1px solid #ececec;padding:20px}.receipt-block-header{display:flex;justify-content:space-between;align-items:left;border-bottom:2px solid #e1e1e1;padding:15px;font-size:17px;font-weight:600;margin:-20px -20px 10px;background:#425c76;color:#fff;border-top-left-radius:20px;border-top-right-radius:20px}.receipt-block-header-left{display:flex;flex-direction:row;gap:5px}.receipt-block-header-right{font-size:14px}.receipt-block-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #eee}.receipt-block-label{color:#555;font-weight:500;font-size:13.5px}.receipt-block-value{color:#101010;font-size:14px;text-align:right}.homepage-main-wrapper{width:100%;display:flex;flex-direction:row;gap:20px;padding-top:20px}.homepage-main-left{width:83%}.homepage-main{width:96%;padding:20px;background:#fff;box-shadow:0 6px 20px #00000014;margin:0 auto 25px;border-radius:20px;height:400px;display:flex;justify-content:space-between;align-items:stretch;gap:20px}.sales-line-chart{width:73%;background:#f9fafb;padding:20px;border-radius:12px}.sales-doughnut-chart{width:23%;background:#f9fafb;padding:20px;border-radius:12px}.salesmonthly-bar-container{width:68%;background:#f9fafb;padding:20px;border-radius:12px}.salesmonthly-doughnut-container{width:28%;background:#f9fafb;padding:20px;border-radius:12px}.expenses-line-container{width:73%;background:#f9fafb;padding:20px;border-radius:12px}.expenses-doughnut-container{width:23%;background:#f9fafb;padding:20px;border-radius:12px}.homeinventory-bar-container{width:68%;background:#f9fafb;padding:20px;border-radius:12px}.homeinventory-doughnut-container{width:28%;background:#f9fafb;padding:20px;border-radius:12px}canvas{width:100%;height:100%}.homepage-main-receipt{width:98%;padding:20px;background:#fff;border-radius:20px;box-shadow:0 6px 20px #00000014;margin:0 auto 25px;height:500px;display:flex;justify-content:space-between;align-items:stretch;gap:10px}.homepage-main-receipt-left{width:75%}.homepage-main-receipt-right{width:23%;display:flex;flex-direction:column;align-items:center;gap:10px}.sales-line-chart-receipt{width:95%;background:#f9fafb;padding:10px;height:480px;border-radius:12px}.sales-doughnut-chart-receipt{width:95%;background:#f9fafb;padding:10px;border-radius:12px;height:250px}.sales-summary{width:70%;display:flex;flex-direction:column;gap:12px}.sales-summary-box{background:#fff;border-radius:10px;padding:15px;text-align:center;box-shadow:0 2px 8px #0000001a}.sales-summary-label{font-size:14px;color:#555}.sales-summary-value{font-weight:700;color:#111;font-size:16px}.home-right{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:15%;box-sizing:border-box;gap:15px}.home-right-block{background:#f9fafb;box-shadow:inset 0 2px 4px #0000000a;border-radius:16px;padding:16px;text-align:center}.home-right-label{font-size:12px;text-transform:uppercase;color:#374151;margin-bottom:8px}.home-right-value{font-size:18px;font-weight:700}.home-right-block:nth-child(1) .home-right-value{color:#2563eb}.home-right-block:nth-child(2) .home-right-value{color:#059669}.home-right-block:nth-child(3) .home-right-value{color:#dc2626}.home-right-block:nth-child(4) .home-right-value{color:#f59e0b}.home-right-block:nth-child(5) .home-right-value{color:#7c3aed}.home-right-block:nth-child(6) .home-right-value{color:#0ea5e9}.home-right-block:nth-child(7) .home-right-value{color:#16a34a}.home-right-block:nth-child(8) .home-right-value{color:#9333ea}.home-right-block:nth-child(9) .home-right-value{color:#ea580c}.admin-td-dp{width:72px}.admin-dp-img{width:48px;height:48px;border-radius:6px;object-fit:cover;display:block}.admin-dp-placeholder{width:48px;height:48px;border-radius:6px;background:#e6eef9;display:flex;align-items:center;justify-content:center;color:#012d5e}.admin-remove-btn{background:#fff;border:1px solid #ef4444;color:#ef4444;padding:6px 10px;border-radius:6px;cursor:pointer}.admin-empty{text-align:center;color:#64748b;padding:20px 0}.user-settings-dp-section{margin-bottom:20px}.user-settings-dp{width:100px;height:100px;border-radius:50%;object-fit:cover;border:2px solid #ccc}.user-settings-dp-placeholder{width:100px;height:100px;border-radius:50%;background:#eee;display:flex;align-items:center;justify-content:center;margin:0 auto}.user-settings-btn{background:#000;color:#fff;padding:8px 14px;border:none;border-radius:6px;cursor:pointer;margin-top:8px}.user-settings-update-btn{background:red;color:#fff;padding:8px 14px;border:none;border-radius:6px;cursor:pointer;margin-top:8px}.user-settings-cancel-btn{background:#ccc;color:#000;padding:8px 14px;border:none;border-radius:6px;cursor:pointer;margin-top:8px}.user-settings-name-section{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}.user-settings-name-input{border:1px solid #ddd;border-radius:5px;padding:6px 10px;width:180px}.user-settings-password-section{margin-bottom:20px}.user-settings-password-form input{display:block;width:100%;padding:8px 10px;margin:6px 0;border:1px solid #ddd;border-radius:5px}.user-settings-actions{display:flex;justify-content:space-between;margin-top:10px}.user-settings-close{background:#000;color:#fff;padding:8px 14px;border:none;border-radius:6px;cursor:pointer}@media (max-width: 768px){.search-area{display:flex;align-items:center;border:1px solid #ccc;border-radius:6px;padding:3px 8px;background:#fff;gap:1px;max-width:120px}.search-input{width:80%;border:none;outline:none;font-size:13px}.search-icon,.search-reset-icon{cursor:pointer;font-size:14px;color:#555}.search-icon:hover,.search-reset-icon:hover{color:#000}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}table{width:100%;min-width:600px;border-radius:10px;overflow:hidden}.scroll-table-button{padding:3px 6px;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;background-color:#3593f6}.daily-table-btn{min-width:70px;font-size:14px;color:#333;border:none;border-radius:6px;text-align:center;padding:3px 5px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 4px #0000001a}.table-plus-btn{font-size:14px;color:#333;background-color:#8fe1929b;border:none;border-radius:6px;text-align:center;padding:2px 4px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 4px #0000001a}.table-equal-btn{font-size:14px;color:#333;background-color:#21cffa85;border:none;border-radius:6px;text-align:center;padding:2px 4px;cursor:pointer;margin-left:5px;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 4px #0000001a}}@media (max-width: 768px){.homepage-main-wrapper{width:100%;display:flex;flex-direction:column;gap:20px;padding-top:20px}.homepage-main-left{width:98%}.homepage-main{width:100%;padding:0;margin:0 auto 25px;height:765px;display:flex;flex-direction:column;gap:10px}.sales-line-chart{width:94%;background:#f9fafb;padding:10px;height:420px}.sales-doughnut-chart{width:94%;background:#f9fafb;padding:10px;height:300px}.salesmonthly-bar-container{width:94%;background:#f9fafb;padding:10px;height:420px}.salesmonthly-doughnut-container{width:94%;background:#f9fafb;padding:10px;height:300px}.expenses-line-container{width:94%;background:#f9fafb;padding:10px;height:420px}.expenses-doughnut-container{width:94%;background:#f9fafb;padding:10px;height:300px}.homeinventory-bar-container{width:94%;background:#f9fafb;padding:10px;height:420px}.homeinventory-doughnut-container{width:94%;background:#f9fafb;padding:10px;height:300px}canvas{width:100%;height:100%}.home-right{width:98%}.homepage-main-receipt{width:100%;padding:0;margin:0 auto 25px;height:700px;display:flex;flex-direction:column;gap:10px}.homepage-main-receipt-left{width:98%}.homepage-main-receipt-right{width:98%;display:flex;flex-direction:column;align-items:center;padding-bottom:20px}.sales-line-chart-receipt{width:95%;background:#f9fafb;padding:10px;height:420px;border-radius:12px}.sales-doughnut-chart-receipt{display:none}.sales-summary{width:70%;display:flex;flex-direction:column;gap:10px}}
