.auth-container{background:#fff;display:flex;overflow:hidden;width:100vw}.auth-container,.auth-video{height:100vh;position:relative}.auth-video{flex:1 1;transition:opacity .5s ease}.auth-video video{height:100%;object-fit:cover;width:100%}.auth-video:after{background-color:#000000b3;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.auth-form-container{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:100vh;justify-content:center;padding:0 40px}.auth-form-container .logo{margin-bottom:50px}.auth-form-container .logo img{max-width:200px}.auth-form{display:flex;flex-direction:column;max-width:350px;width:100%}.auth-form input{border:1px solid #ccc;border-radius:8px;font-size:16px;margin-bottom:20px;padding:15px 20px}.auth-form input:focus{border-color:#000;outline:none}.auth-form button{background-color:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:15px 20px;transition:.3s}.auth-form button:hover{background-color:#272727}.auth-form .error{color:red;margin-top:10px;text-align:center}.error-wrapper{align-items:center;background:#fff!important;background:#0000;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.error-image{height:clamp(80px,15vw,70px);margin-bottom:20px;object-fit:contain;width:clamp(80px,15vw,70px)}.error-title{color:#acacac;font-family:Segoe UI,sans-serif!important;font-size:clamp(16px,2vw,24px);font-weight:100!important}.admin-dashboard-container,body{background-color:#fff!important}.admin-dashboard-container{overflow-x:hidden!important;overflow-y:auto!important;padding:20px 20px 100px;width:100%}.dashboard-bottom{display:flex;gap:20px;margin-top:20px}.left-block{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);width:70%}.right-block{width:30%}.topCC{display:flex;gap:20px;margin-top:20px}@media (max-width:1415px){.left-block{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.dashboard-bottom{flex-direction:column}.left-block,.right-block{width:100%}.left-block{grid-template-columns:repeat(2,1fr)}}@media (max-width:850px){.topCC{display:block}.topBottom{margin-top:20px}}@media (max-width:600px){.left-block{grid-template-columns:1fr}}.loading-wrapper{align-items:center;background:#fff;display:flex;height:100%;justify-content:center;width:100%}.loading-spinner{animation:loading-spin .9s linear infinite;border:6px solid #4663f526;border-radius:50%;border-top-color:#4663f5;box-shadow:0 6px 18px #4663f51f;height:clamp(40px,8vw,80px);width:clamp(40px,8vw,80px)}@keyframes loading-spin{to{transform:rotate(1turn)}}.dashboard-header{background-color:#fff;border-radius:5px;box-shadow:0 0 5px #0000004d;display:flex;flex-direction:column;gap:6px;justify-content:center;left:0;max-width:100vw;min-height:100px;padding:24px 32px;position:relative;width:100%}.dashboard-header .title{color:#1a1a2e;font-size:28px;font-weight:700;line-height:1.2}.dashboard-header .subtitle{color:#5f5f6e;font-size:16px}.dashboard-header .subtitle .bold{color:#000;font-weight:600}.stat-box{background-color:#fff;border-radius:5px;box-shadow:0 0 5px #0000004d;display:flex;flex-direction:column;justify-content:space-between;min-height:180px;padding:16px;position:relative;transition:transform .2s ease}.stat-box:hover{transform:translateY(-4px)}.stat-box-top{justify-content:space-between;margin-bottom:12px}.stat-box-icon,.stat-box-top{align-items:center;display:flex}.stat-box-icon{border-radius:50%;flex-shrink:0;height:50px;justify-content:center;width:50px}.stat-box-icon-img{height:60%;object-fit:contain;width:60%}.stat-box-info{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-left:12px}.stat-box-title{color:#6b6b7a;font-size:14px;margin-bottom:4px;text-transform:capitalize}.stat-box-value{color:#000;font-family:Segoe UI,sans-serif!important;font-size:22px!important;font-weight:600!important}.stat-box-graph{height:50px;margin-left:10px!important;width:100px}.stat-box-bottom{align-items:end;display:flex;justify-content:space-between}.stat-box-see-all{color:#888;font-size:12px}.stat-box-percent-box{align-items:flex-end;display:flex;flex-direction:column}.stat-box-percent{font-size:14px;font-weight:500}.stat-box-percent.positive{color:#4caf50}.stat-box-percent.negative{color:#f44336}.stat-box-month{color:#888;font-size:12px}.category-chart-box{background-color:#fff;border-radius:5px;box-shadow:0 0 5px #0000004d;display:flex;flex-direction:column;padding:16px;position:relative;width:100%}.chart-title{color:#1e1e2f!important;font-family:Segoe UI,sans-serif!important;font-size:18px!important;font-weight:600!important;margin-bottom:10px!important}.chart-wrapper{height:320px;margin:20px auto 10px;max-width:320px;position:relative;width:100%}.chart-center{display:flex;flex-direction:column;left:50%;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.chart-center-title{color:#333842!important;font-size:14px!important;font-weight:600!important}.chart-center-value{color:#333842!important;font-size:26px!important;font-weight:700!important}.chart-legend-horizontal{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding-top:10px}.legend-item{align-items:center;display:flex;flex:1 1 45%;flex-direction:row;gap:6px;min-width:120px}.legend-number{border-radius:50%;height:14px;width:14px}.legend-name{color:#333842!important;font-size:13px!important}.legend-value{color:#333842!important;font-size:16px!important;font-weight:600!important}@media (max-width:768px){.chart-wrapper{height:220px;max-width:220px}}@media (max-width:1415px){.chart-legend-horizontal{display:block}}@media (max-width:992px){.chart-legend-horizontal{display:flex}}.top-products-box{background:#fff!important;border-radius:5px;box-shadow:0 0 5px #0000004d!important;display:flex;flex-direction:column;height:450px;padding:15px}.top-products-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.top-products-title{font-weight:600}.top-products-table-container{box-shadow:0 0 #0000001a!important;max-height:100%;overflow-y:auto}.top-products-table-container td,.top-products-table-container th{border-radius:0!important;padding:8px 12px!important;text-align:left!important}.top-products-table-container th{font-weight:700!important}.top-products-table-container td{background:#fff!important}.top-products-table-container tr:nth-child(2n){background-color:#fff!important}.no-data-row td{color:#000;text-align:center!important}.top-products-pagination-wrapper{display:flex;justify-content:right;margin-top:auto;padding-bottom:5px;padding-top:10px}.monthly-chart-box{background-color:#fff;border-radius:5px;box-shadow:0 0 5px #0000004d!important;margin-bottom:20px;margin-top:20px;padding:16px}.chart-title{color:#1e1e2f;font-family:Segoe UI,sans-serif;font-size:18px;font-weight:600;margin-bottom:12px}.top-variety-box{background:#fff;border-radius:5px;box-shadow:0 0 5px #0000004d!important;height:450px;padding:20px;transition:all .3s ease}.top-variety-title{color:#111827;font-size:20px;font-weight:700;margin-bottom:18px}.apexcharts-bar-series .apexcharts-bar{filter:drop-shadow(0 4px 8px rgba(0,0,0,.18))}.apexcharts-bar-series .apexcharts-bar:hover{cursor:pointer;filter:drop-shadow(0 6px 12px rgba(0,0,0,.25))}.apexcharts-bar-series .apexcharts-datalabel{color:#111827;font-size:13px;font-weight:700}.profile-container{border-radius:12px;margin:0 auto;max-width:1650px;overflow-y:auto}.profile-title{margin-bottom:4px}.employees-container{background:#fff!important;padding-bottom:100px!important}.search-input{margin-top:30px!important}.employees-table{border-radius:12px!important;box-shadow:0 0 12px #0000000d!important}.employees-table td:first-child,.employees-table th:first-child{width:15%!important}.employees-table td:nth-child(2),.employees-table th:nth-child(2){width:20%!important}.employees-table td:nth-child(3),.employees-table td:nth-child(4),.employees-table td:nth-child(5),.employees-table th:nth-child(3),.employees-table th:nth-child(4),.employees-table th:nth-child(5){width:15%!important}.employees-table td:nth-child(6),.employees-table th:nth-child(6){width:30%!important}.btn-show{background:#1976d2!important}.btn-edit,.btn-show{color:#fff!important}.btn-edit{background:#d4b200!important}.btnn-delete{background:#d32f2f!important;color:#fff!important}.edit-actions{background:#f4f6f9;bottom:0;position:-webkit-sticky;position:sticky}.manage-wrapper{align-items:center;display:flex;justify-content:flex-start}.manage-wrapper button{margin-right:6px;min-width:0;padding:6px 12px}@media (max-width:822px){.manage-wrapper button{margin-top:6px}}.logs-container{background:#fff;margin:0 auto;max-width:100%;overflow-x:hidden;padding:24px 24px 100px;width:100%}.logs-header{display:flex;flex-direction:column;margin-bottom:16px;width:100%}.logs-title{width:100%}.logs-divider{margin-top:22px!important}.logs-divider,.logs-divider-two{background:#cbcbcb!important;height:.1px;width:100%}.logs-divider-two{margin-bottom:10px!important;margin-left:3px!important;margin-top:5px!important}.logs-search{align-self:flex-end;margin-top:30px!important;max-width:250px;width:100%}.logs-table{border-radius:0!important;box-shadow:0 0 0 #0000000d!important;flex:1 1 auto;margin-top:30px;overflow-x:auto;overflow-y:auto}.logs-table table{table-layout:fixed;width:100%}.logs-btn{background:#1976d2!important;color:#fff!important}.logs-expanded-cell{background:#0000;overflow:visible;padding:15px!important}.logs-expanded-wrapper{border-radius:3px;box-shadow:0 0 5px #0000004d;display:flex;flex:1 1;flex-direction:column;gap:10px;margin:20px 0;overflow:visible;padding:15px}.logs-inline-header{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:200px 1fr 150px;width:100%}.logs-inline-left{display:contents}.logs-inline-title{font-size:14px!important;font-weight:600!important;padding-left:11px}.logs-inline-dropdown{justify-self:end;max-width:150px;width:100%}.logs-filtered-data{display:flex;flex-direction:column;gap:8px;padding-left:3px!important}.logs-entry{grid-gap:12px;grid-row-gap:4px;align-items:flex-start;display:grid;gap:12px;grid-template-columns:200px 1fr;row-gap:4px}.logs-entry-date,.logs-entry-message{font-size:14px!important;line-height:.1!important;margin:0!important;padding:0!important}.logs-entry-message{color:#2880ff}@media (max-width:600px){.logs-inline-header{grid-template-columns:200px 1fr;row-gap:10px}.logs-inline-dropdown{grid-column:1/-1;grid-row:1;justify-self:stretch;max-width:100%;width:100%}.logs-inline-title{grid-row:2}}.logs-table th:first-child,.logs-table th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}.total-payments-container{background:#fff;height:100vh;margin:0 auto;max-width:100%;overflow-y:auto;padding:24px 24px 100px;width:100%}.total-payments-header{display:flex;flex-direction:column;margin-bottom:16px;width:100%}.total-payments-title{width:100%}.total-payments-divider{background:#cbcbcb!important;height:.1px;margin-top:22px!important;width:100%}.total-payments-divider-two{background:#cbcbcb!important;height:.1px;margin-bottom:10px!important;margin-top:5px!important;width:100%}.total-payments-search{flex-shrink:0;max-width:250px}.total-payments-header>div:nth-child(2){align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:30px!important}.total-payments-header .MuiFormControl-root{min-width:140px}.total-payments-table{border-radius:0!important;box-shadow:0 0 0 #0000000d!important;flex:1 1 auto;margin-top:30px;overflow-x:hidden!important;overflow-y:auto}.total-payments-table table{table-layout:fixed;width:100%}.total-payments-btn{background:#1976d2!important;color:#fff!important}.total-payments-expanded-cell{background:#0000;overflow:visible;padding:15px!important}.payment-detailss,.total-payments-expanded-wrapper{border-radius:3px;box-shadow:0 0 5px #0000004d;display:flex;flex:1 1;flex-direction:column;gap:10px;margin:20px 0;overflow:visible;padding:15px}.total-payments-dropdown{min-width:120px}.total-payments-expanded-wrapper table{border-radius:6px;overflow:hidden;width:100%}.total-payments-expanded-wrapper td,.total-payments-expanded-wrapper th{border-bottom:1px solid #ddd;font-size:13px;padding:6px 12px!important}.total-payments-pagination{align-items:center;background:#f8f8ff;bottom:0;box-shadow:0 -2px 6px #0000001a;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;padding:10px 24px;position:fixed;width:100%;z-index:999}.total-payments-pagination.sidebar-open{left:300px;width:calc(100% - 300px)}.total-payments-pagination-box{display:flex;gap:4px;padding-right:10px}.total-payments-page-btn{border:1px solid #d0d0d0!important;color:#444!important;font-size:13px!important;margin:0;padding:4px 10px}.total-payments-page-btn.active{background:#1976d2!important;border-color:#1976d2!important;color:#fff!important}.total-payments-inline-header{align-items:center;display:flex;gap:20px;justify-content:space-between;width:100%}.total-payments-inline-title{flex:1 1;font-size:14px!important;font-weight:600!important;min-width:150px}.total-payments-filtered-data{display:flex;flex-direction:column;gap:8px}.total-payments-inline-left{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between}.total-payments-entry{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:flex-start}.total-payments-entry-date{font-size:14px!important;min-width:225px}.total-payments-entry-message{color:#2880ff;flex:1 1;font-size:14px!important}.total-payments-column{display:flex;flex:1 1;flex-direction:column;min-width:100px}.total-payments-column-title{font-size:15px!important;font-weight:600!important}.total-payments-column-value{color:#2880ff;font-size:14px;word-break:break-word}.total-payments-table th:first-child,.total-payments-table th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}.today-sales-container{background:#fff;margin:0 auto;max-width:100%;overflow-x:hidden;padding:24px 24px 100px;width:100%}.today-sales-header{display:flex;flex-direction:column;margin-bottom:16px;width:100%}.today-sales-title{width:100%}.today-sales-divider{margin-top:22px!important}.today-sales-divider,.today-sales-divider-two{background:#cbcbcb!important;height:.1px;width:100%}.today-sales-divider-two{margin-bottom:10px!important;margin-top:5px!important}.today-sales-search{flex-shrink:0;max-width:250px}.today-sales-header>div:nth-child(2){align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:30px!important}.today-sales-header .MuiFormControl-root{min-width:140px}.today-sales-table{border-radius:0!important;box-shadow:0 0 0 #0000000d!important;flex:1 1 auto;margin-top:30px;overflow-x:auto;overflow-y:auto}.today-sales-table table{table-layout:fixed;width:100%}.today-sales-btn{background:#1976d2!important;color:#fff!important}.today-sales-expanded-cell{background:#0000;overflow:visible;padding:15px!important}.today-sales-expanded-wrapper{border-radius:3px;box-shadow:0 0 5px #0000004d;display:flex;flex:1 1;flex-direction:column;gap:10px;margin:20px 0;overflow:visible;padding:15px}.today-sales-dropdown{min-width:120px}.today-sales-expanded-wrapper table{border-radius:6px;overflow:hidden;width:100%}.today-sales-expanded-wrapper td,.today-sales-expanded-wrapper th{border-bottom:1px solid #ddd;font-size:13px;padding:6px 12px!important}.today-sales-pagination{align-items:center;background:#f8f8ff;bottom:0;box-shadow:0 -2px 6px #0000001a;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;padding:10px 24px;position:fixed;width:100%;z-index:999}.today-sales-pagination.sidebar-open{left:300px;width:calc(100% - 300px)}.today-sales-pagination-box{display:flex;gap:4px;padding-right:10px}.today-sales-page-btn{border:1px solid #d0d0d0!important;color:#444!important;font-size:13px!important;margin:0;padding:4px 10px}.today-sales-page-btn.active{background:#1976d2!important;border-color:#1976d2!important;color:#fff!important}.today-sales-inline-header{align-items:center;display:flex;gap:20px;justify-content:space-between;width:100%}.today-sales-inline-title{flex:1 1;font-size:14px!important;font-weight:600!important;min-width:150px}.today-sales-filtered-data{display:flex;flex-direction:column;gap:8px}.today-sales-inline-left{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between}.today-sales-entry{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:flex-start}.today-sales-entry-date{font-size:14px!important;min-width:225px}.today-sales-entry-message{color:#2880ff;flex:1 1;font-size:14px!important}.today-sales-column{display:flex;flex:1 1;flex-direction:column;min-width:100px}.today-sales-column-title{font-size:15px!important;font-weight:600!important}.today-sales-column-value{color:#2880ff;font-size:14px;word-break:break-word}.payment-table{border-collapse:collapse;width:auto}.products-table td,.products-table th{font-size:14px;padding:2px 6px!important;text-align:left}.payment-table th{background-color:#e9e9e9}.payment-table td,.payment-table th{border-collapse:collapse;font-size:14px;padding:2px 6px!important;text-align:left}.today-sales-table th:first-child,.today-sales-table th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}.refunds-container{background:#fff;margin:0 auto;max-width:100%;overflow-x:hidden;padding:24px 24px 100px;width:100%}.refunds-header{display:flex;flex-direction:column;margin-bottom:16px;width:100%}.refunds-title{width:100%}.refunds-divider{background:#cbcbcb!important;height:.1px;margin-top:22px!important;width:100%}.refunds-search{flex-shrink:0;max-width:250px}.refunds-header>div:nth-child(2){align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:30px!important}.refunds-header .MuiFormControl-root{min-width:140px}.refunds-table{border-radius:0!important;box-shadow:0 0 0 #0000000d!important;flex:1 1 auto;margin-top:30px;overflow-x:auto;overflow-y:auto}.refunds-table table{table-layout:fixed;width:100%}.refunds-btn{background:#1976d2!important;color:#fff!important}.refunds-expanded-cell{background:#0000;overflow:visible;padding:15px!important}.payment-details,.refunds-expanded-wrapper{border-radius:3px;box-shadow:0 0 5px #0000004d;display:flex;flex:1 1;flex-direction:column;gap:10px;margin:20px 0;overflow:visible;padding:15px}.refunds-dropdown{min-width:120px}.refunds-expanded-wrapper table{border-radius:6px;overflow:hidden;width:100%}.refunds-expanded-wrapper td,.refunds-expanded-wrapper th{border-bottom:1px solid #ddd;font-size:13px;padding:6px 12px!important}.refunds-pagination{align-items:center;background:#f8f8ff;bottom:0;box-shadow:0 -2px 6px #0000001a;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;padding:10px 24px;position:fixed;width:100%;z-index:999}.refunds-pagination.sidebar-open{left:300px;width:calc(100% - 300px)}.refunds-pagination-box{display:flex;gap:4px;padding-right:10px}.refunds-page-btn{border:1px solid #d0d0d0!important;color:#444!important;font-size:13px!important;margin:0;padding:4px 10px}.refunds-page-btn.active{background:#1976d2!important;border-color:#1976d2!important;color:#fff!important}.bottom-info{margin:0;padding-left:10px}.refunds-table th:first-child,.refunds-table th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}.total-earnings-container{background:#fff;margin:0 auto;max-width:100%;overflow-x:hidden;padding:24px 24px 100px;width:100%}.total-earnings-header{display:flex;flex-direction:column;margin-bottom:16px;width:100%}.total-earnings-title{width:100%}.total-earnings-divider{background:#cbcbcb!important;height:.1px;margin-top:22px!important;width:100%}.total-earnings-search{max-width:250px}.total-earnings-table{border-radius:0!important;box-shadow:0 0 0 #0000000d!important;margin-top:30px;overflow-x:auto}.total-earnings-btn{background:#1976d2!important;color:#fff!important}.total-earnings-expanded-cell{background:#0000;padding:15px!important}.payment-table th{background:#e9e9e9}.payment-table td,.payment-table th{border:1px solid #ddd;padding:6px!important}.total-earnings-pagination{align-items:center;background:#f8f8ff;bottom:0;box-shadow:0 -2px 6px #0000001a;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;padding:10px 24px;position:fixed;width:100%;z-index:999}.total-earnings-pagination.sidebar-open{left:300px;width:calc(100% - 300px)}.total-earnings-pagination-box{display:flex;gap:4px}.total-earnings-page-btn{border:1px solid #d0d0d0!important;color:#444!important;font-size:13px!important;padding:4px 10px}.total-earnings-page-btn.active{background:#1976d2!important;border-color:#1976d2!important;color:#fff!important}.total-earnings-table th:first-child,.total-earnings-table th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}.profile-container{background:#fff;border-radius:3px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;height:100%;max-width:100%;padding:24px;width:100%}.profile-title{color:#545a61;font-size:22px;font-weight:700}.profile-divider{background:#cbcbcb;height:.1px;margin-bottom:16px!important;width:100%}.employees-container{background:#fff;height:100vh;margin:0 auto;max-width:100%;overflow-y:auto;padding:24px 24px 100px;width:100%}.header-row{display:flex;flex-direction:column;margin-bottom:16px;width:100%}.left-title{margin-bottom:30px;width:100%}.search-input{align-self:flex-end;margin-top:0!important;max-width:250px;width:100%}.employees-table{border-radius:0!important;box-shadow:0 0 0 #0000000d!important;margin-top:30px;overflow-x:auto}.employees-divider{background:#cbcbcb!important;height:.1px;margin-top:22px!important;width:100%}.employees-table table{table-layout:fixed;width:100%}.employees-table td:first-child,.employees-table th:first-child{width:10%}.employees-table td:nth-child(2),.employees-table th:nth-child(2){width:20%}.employees-table td:nth-child(3),.employees-table td:nth-child(4),.employees-table td:nth-child(5),.employees-table th:nth-child(3),.employees-table th:nth-child(4),.employees-table th:nth-child(5){width:15%}.employees-table td:nth-child(6),.employees-table th:nth-child(6){width:25%}.actions-wrapper{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-start;width:100%}.actions-wrapper .btn-edit{margin-right:10px}.actions-wrapper .btn-delete,.actions-wrapper .btn-edit{cursor:pointer;display:inline-block;flex-shrink:1;min-width:0;white-space:nowrap}.actions-wrapper .btn-edit{background:#d4b200;color:#fff}.actions-wrapper .btn-delete{background:#d32f2f;color:#fff}.expanded-details{flex:1 1}.edit-actions{align-items:end;background:#fff!important;flex-wrap:wrap;padding:8px 0;z-index:10}.employees-table th{border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}@media (max-width:800px){.btn-delete{margin-top:10px!important;width:100px!important}}.change-logs-container{background:#fff;height:100vh;margin:0 auto;max-width:100%;overflow-y:auto;padding:24px 24px 100px;width:100%}.change-logs-header{display:flex;flex-direction:column;margin-bottom:16px;width:100%}.change-logs-title{width:100%}.change-logs-divider{background:#cbcbcb!important;height:1px;margin-top:20px!important;width:100%}.change-logs-filter-row{display:flex;justify-content:flex-end;margin-top:30px;position:relative;width:100%}.change-logs-filter{margin-right:10px!important;min-width:150px;width:150px}.change-logs-table{border-radius:0!important;box-shadow:0 0 0 #0000000d!important;margin-top:30px;overflow-x:hidden!important}.MuiInputLabel-root{left:0;right:auto;text-align:left}.actions-cell button{width:84px!important}.change-logs-expanded-cell{background:#0000;overflow:visible;padding:15px!important}.change-details-box{border-radius:3px;box-shadow:0 0 5px #0000004d;display:flex;flex-direction:column;gap:10px;margin:20px 0;padding:15px}.change-details-table th{background-color:#e9e9e9}.change-details-table td,.change-details-table th{border:1px solid #ddd;font-size:14px;padding:6px 10px!important}.change-logs-table table{table-layout:fixed;width:100%}.MuiSelect-select{padding-right:10px}.change-logs-btn{background:#1976d2!important;color:#fff!important}.change-logs-table td:first-child,.change-logs-table th:first-child{width:10%}.change-logs-table td:nth-child(2),.change-logs-table th:nth-child(2){width:20%}.change-logs-table td:nth-child(3),.change-logs-table td:nth-child(4),.change-logs-table td:nth-child(5),.change-logs-table th:nth-child(3),.change-logs-table th:nth-child(4),.change-logs-table th:nth-child(5){width:15%}.change-logs-table td:nth-child(6),.change-logs-table td:nth-child(7),.change-logs-table td:nth-child(8),.change-logs-table th:nth-child(6),.change-logs-table th:nth-child(7),.change-logs-table th:nth-child(8){width:25%}.change-logs-table th:first-child,.change-logs-table th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}.archive-cars-container{background:#fff;height:100vh;margin:0 auto;max-width:100%;overflow-y:auto;padding:24px 24px 100px;width:100%}.archive-cars-header{display:flex;flex-direction:column;margin-bottom:16px;width:100%}.archive-cars-title{width:100%}.archive-cars-divider{background:#cbcbcb!important;height:1px;margin-top:20px!important;width:100%}.archive-cars-filter-row{display:flex;justify-content:flex-end;margin-top:30px}.archive-cars-filter{min-width:150px;width:150px}.archive-cars-filter .MuiInputBase-root{min-width:150px!important;width:150px!important}.archive-cars-filter .MuiSelect-select{width:150px!important}.archive-cars-table{border-radius:12px!important;box-shadow:0 0 0 #0000000d!important;margin-top:30px}.archive-cars-table th:first-child,.archive-cars-table th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}.price-discount-wrapper{background:#fff;flex-direction:column;height:100vh;margin:0 auto;max-width:100%;overflow-x:hidden;padding:24px;padding-bottom:100px!important;width:100%}.price-discount-header{display:flex;flex-direction:column;margin-bottom:16px;width:100%}.price-discount-title{width:100%}.price-discount-divider{background:#cbcbcb!important;flex-shrink:0;height:1px;margin-top:20px!important;width:100%}.price-discount-filter-row{display:flex;justify-content:flex-end;margin-top:30px}.price-discount-filter{min-width:200px;width:250px}.price-discount-main-table{border-radius:0!important;margin-top:30px;overflow-x:auto}.price-discount-active-table{border-radius:3px;box-shadow:0 0 5px #0000004d!important;display:flex;flex:1 1;flex-direction:column;gap:10px;margin:20px 0;overflow:visible!important}.price-discount-button2{line-height:1;padding:0 12px}.price-discount-button,.price-discount-button2{flex-shrink:0;font-size:13px;height:32px;min-width:90px;white-space:nowrap}.price-discount-button{background-color:#d4b200!important;color:#fff!important}.price-discount-button.back{background-color:#1976d2!important}.price-discount-details-wrapper{display:flex;flex:1 0 auto;gap:20px;min-height:0;overflow:visible;padding-top:0}.price-discount-left-table,.price-discount-right-table{background:#fff;border-radius:3px;box-shadow:0 0 5px #0000004d!important;display:flex;flex:1 1;flex-direction:column;gap:10px;height:100%;margin:0;overflow:hidden;padding-bottom:10px;width:50%}.price-discount-left-inner-table,.price-discount-right-inner-table{border-radius:0!important;box-shadow:0 0 0 #fff!important;flex:1 1;overflow-y:auto}.price-discount-right-inner-table{margin-top:-10px}.price-discount-left-inner-table th,.price-discount-right-inner-table th{font-size:14px;font-weight:600}.price-discount-right-filters{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:10px}.price-discount-filter-item{width:150px}.price-discount-search-input{flex-shrink:0;margin-left:auto;margin-top:0!important;max-width:250px}.price-discount-active-table th:first-child,.price-discount-active-table th:not(:first-child),.price-discount-left-inner-table th:first-child,.price-discount-left-inner-table th:not(:first-child),.price-discount-main-table th:first-child,.price-discount-main-table th:not(:first-child),.price-discount-right-inner-table th:first-child,.price-discount-right-inner-table th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}@media (max-width:1300px){.price-discount-details-wrapper{flex-direction:row;gap:30px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory}.price-discount-left-table,.price-discount-right-table{border:1px solid #ddd;box-shadow:0 0 5px #00000040;flex:0 0 100%;min-width:100%;scroll-snap-align:start}.price-discount-details-wrapper::-webkit-scrollbar{display:none}.price-discount-details-wrapper{-ms-overflow-style:none;scrollbar-width:none}}.add-product-container{background:#fff;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1650px;padding:24px;width:100%}.add-product-divider{background:#cbcbcb;height:.1px;margin-bottom:16px!important;width:100%}.add-product-header-row{align-items:center;display:flex;justify-content:space-between;width:100%}.add-product-title{color:#545a61;font-size:22px;font-weight:700;margin:0}.add-product-header-dropdown{flex-shrink:0;min-width:140px!important}.input-group{margin-top:-12px}.input-full{margin-top:-8px!important}.manage-products-container{background:#fff;display:flex;flex-direction:column;height:100vh;margin:0 auto;max-width:100%;overflow-y:auto;padding:24px 24px 100px;width:100%}.manage-products-pagination{bottom:auto;box-shadow:none;left:auto;margin-top:16px;padding:10px 0;position:relative;z-index:1}.manage-products-table{border-radius:12px!important;box-shadow:0 0 0 #0000000d!important;margin-top:30px;overflow:visible}.manage-products-title{width:100%}.manage-products-divider{background:#cbcbcb!important;height:.1px;margin-top:22px!important;width:100%}.filters-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:30px}.manage-products-search{max-width:250px}.actions-cell{white-space:nowrap;width:170px}.manage-products-btnn{background:#d4b200!important;color:#fff!important}.manage-products-btnn-delete{background:#d32f2f!important;color:#fff!important}.manage-products-pagination{align-items:center;background:#f8f8ff;bottom:0;box-shadow:0 -2px 6px #0000001a;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;padding:10px 24px;position:fixed;width:100%;z-index:999}.manage-products-pagination.sidebar-open{left:300px;width:calc(100% - 300px)}.manage-products-pagination-box{display:flex;gap:4px}.manage-products-page-btn{border:1px solid #d0d0d0!important;color:#444!important;font-size:13px!important;padding:4px 10px}.manage-products-page-btn.active{background:#1976d2!important;border-color:#1976d2!important;color:#fff!important}.arrow-btn{font-weight:700!important}.bottom-info{font-size:13px;opacity:.7}.expanded-row-cell{background:#0000;overflow:visible;padding:1px!important}.expanded-details{border-radius:3px;box-shadow:0 0 5px #0000004d;display:flex;flex-direction:column;gap:10px;margin:20px 0;overflow:visible;padding:15px;position:relative}.edit-actions{background:#0000;display:flex;gap:8px;justify-content:flex-end;margin-top:12px;padding:0;position:relative;z-index:1}.manage-products-table .MuiTableHead-root .MuiTableCell-root{font-weight:700!important}.manage-products-table th:first-child,.manage-products-table th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}.archived-products-container{background:#fff;margin:0 auto;max-width:100%;overflow-x:hidden;padding:24px 24px 100px;width:100%}.archived-products-header{display:flex;flex-direction:column;margin-bottom:16px;width:100%}.archived-products-title{width:100%}.archived-products-divider{background:#cbcbcb!important;height:1px;margin-top:20px!important;width:100%}.archived-products-filter-row{display:flex;justify-content:flex-end;margin-top:30px}.archived-products-search-input{background:#fff;width:250px}.archived-products-table{border-radius:12px!important;box-shadow:0 0 0 #0000000d!important;margin-top:30px;overflow-x:auto}.archived-products-pagination{align-items:center;background:#f8f8ff;bottom:0;box-shadow:0 -2px 6px #0000001a;display:flex;flex-wrap:wrap;justify-content:space-between;left:0;padding:10px 24px;position:fixed;width:100%;z-index:999}.archived-products-pagination.sidebar-open{left:300px;width:calc(100% - 300px)}.archived-products-pagination-box{display:flex;gap:4px}.archived-products-pagination-box button{background:#fff;border:1px solid #d0d0d0!important;padding:4px 10px}.archived-products-pagination-box .active{background:#1976d2!important;border-color:#1976d2!important;color:#fff!important}.archived-products-bottom-info{font-size:13px;opacity:.7}.archived-products-table th:first-child,.archived-products-table th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}.outstock-container{background:#fff!important;margin:0 auto;max-width:100%;overflow-x:hidden;padding:24px 24px 100px;width:100%}.outstock-header{display:flex;flex-direction:column;margin-bottom:16px}.outstock-left-title{width:100%}.outstock-divider{background:#cbcbcb!important;height:.1px;margin-top:22px!important;width:100%}.outstock-search{align-self:flex-end;margin-top:30px!important;max-width:250px;width:100%}.outstock-table{border-radius:0!important;box-shadow:0 0 0 #0000000d!important;margin-top:30px;overflow-x:auto}.MuiTableCell-root{word-wrap:break-word}.outstock-actions button{font-size:12px!important;margin-right:6px!important;padding:2px 6px!important}.outstock-btn-edit{background:#d4b200!important;color:#fff!important}.outstock-expanded-cell{background:#0000;padding:20px!important}.outstock-expanded-box{border-radius:3px;box-shadow:0 0 5px #0000004d;display:flex;flex-direction:column;gap:10px;margin:20px 0;padding:15px}.outstock-edit-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}.outstock-table th:first-child,.outstock-table th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}@media (max-width:720px){.outstock-expanded-box{padding-left:0}}.stock-info-container{background:#fff;height:100vh;overflow-y:auto;padding:24px;padding-bottom:100px!important;width:100%}.stock-info-container,.stock-info-header{display:flex;flex-direction:column}.stock-info-divider{background:#cbcbcb!important;height:.1px;margin-top:22px!important;width:100%}.stock-info-filters-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:30px}.stock-info-search{max-width:250px}.stock-info-table{border-radius:12px!important;box-shadow:0 0 0 #0000000d!important;margin-top:30px;max-height:none!important;overflow:visible!important}.stock-info-table .MuiTableHead-root .MuiTableCell-root{font-weight:700!important}.stock-info-table th:first-child,.stock-info-table th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}.add-sale-container{flex-direction:column;height:100vh;margin:0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;padding:24px 24px 100px}.add-sale-container,.add-sale-header{background:#fff;display:flex;width:100%}.add-sale-header{flex-shrink:0;justify-content:space-between}.sale-title{font-size:20px!important}.add-sale-title{align-items:center;display:flex}.add-sale-divider{background:#cbcbcb!important;flex-shrink:0;height:1px;margin-top:20px!important;width:100%}.add-sale-filter-row{align-items:center;display:flex;gap:12px}.add-sale-buyer-type{min-width:150px;width:110px}.add-sale-plate{min-width:200px;width:110px}.add-sale-search{min-width:200px}.add-sale-active-table,.add-sale-table{border-radius:0!important;margin-top:30px;overflow:visible!important}.add-sale-active-table{box-shadow:0 0 5px #0000004d!important}.MuiTableCell-root{background-color:#fff;border-bottom:1px solid #e0e0e0;font-size:14px!important;padding:14px!important;word-break:break-word}.add-sale-button{background-color:#d4b200!important;color:#fff!important;width:10px}.add-sale-button.back{background-color:#1976d2!important}.sale-extra-wrapper{display:flex;flex:1 0 auto;gap:20px;min-height:0;overflow:visible;padding-top:30px}.sale-bottom-footer{background:#fff;border-radius:0;box-shadow:0 0 5px #00000040!important;margin-top:30px}.sale-left{gap:10px}.sale-left,.sale-right{background:#fff!important;border-radius:0;box-shadow:0 0 5px #00000040!important;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.inner-table-left,.inner-table-right{border-radius:0!important;box-shadow:0 0 0 #fff!important}.sale-footer-left{align-items:center;background:#fff;border-top:1px solid #ddd;bottom:0;display:flex;flex-shrink:0;gap:12px;justify-content:space-between;left:0;padding:14px;position:-webkit-sticky;position:sticky;z-index:20}.inner-table-left th,.inner-table-right th{font-size:14px;font-weight:600}.right-top-filters{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:10px}.add-sale-active-table th:first-child,.add-sale-active-table th:not(:first-child),.add-sale-active-tablet th:first-child,.add-sale-table th:first-child,.add-sale-table th:not(:first-child),.inner-table-left th:first-child,.inner-table-left th:not(:first-child),.inner-table-right th:first-child,.inner-table-right th:not(:first-child){border:1px solid #ddd;color:#000;text-align:left;vertical-align:top}@media (max-width:1300px){.sec-animate{animation:secPulse .5s ease-in-out}.sec-success{background-color:#2e7d32!important;font-size:18px}.sale-extra-wrapper{flex-direction:row;gap:30px;overflow-x:auto;overflow-y:hidden}.sale-left,.sale-right{border:1px solid #ddd;box-shadow:0 0 5px #00000040;flex:0 0 100%;min-width:100%;scroll-snap-align:start}.sale-extra-wrapper::-webkit-scrollbar{display:none}.sale-extra-wrapper{-ms-overflow-style:none;scrollbar-width:none}}*,:after,:before{box-sizing:border-box}.refund-sale-container{background:#fff;display:flex;flex-direction:column;height:100vh;max-width:100%;overflow-x:hidden;overflow-y:auto;padding:24px;padding-bottom:100px!important;width:100%}.refund-sale-header{align-items:center;display:flex;flex-shrink:0;justify-content:flex-start;margin-bottom:12px}.refund-sale-title{font-size:20px;font-weight:700}.refund-sale-divider{background:#cbcbcb;flex-shrink:0;height:1px;margin-top:12px!important;width:100%}.refund-sale-filter-row{align-items:center;display:flex;gap:12px;justify-content:space-between;padding:10px}.refund-sale-category,.refund-sale-subcategory{min-width:150px;width:150px}.refund-sale-search{min-width:200px}.refund-sale-extra-wrapper{display:flex;flex:1 0 auto;gap:20px;min-height:0;overflow:visible;padding-top:30px}.refund-sale-left,.refund-sale-right{background:#fff;border-radius:0;box-shadow:0 0 5px #00000040;display:flex;flex:1 1;flex-direction:column;gap:10px;overflow:hidden}.inner-table-left,.inner-table-right{border-radius:0;box-shadow:0 0 0 #fff;flex:1 1;overflow-y:auto}.refund-sale-footer-left{align-items:center;background:#fff;border-top:1px solid #ddd;bottom:0;display:flex;flex-shrink:0;gap:12px;justify-content:space-between;left:0;padding:14px;position:-webkit-sticky;position:sticky;z-index:20}.refund-sale-button{background-color:#d4b200!important;color:#fff}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid #e0e0e0;font-size:14px;padding:14px;word-break:break-word}th{background-color:#fff;font-weight:600}.inner-table-left input[type=number]{-moz-appearance:textfield;font-size:14px;padding:4px 0;text-align:center;width:75px}.inner-table-left input[type=number]::-webkit-inner-spin-button,.inner-table-left input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.payment-popup{align-items:center;background:#00000073;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.payment-popup>div{background:#fff;border-radius:8px;display:flex;flex-direction:column;gap:12px;padding:24px;width:380px}@media (max-width:1300px){.ref-animate{animation:secPulse .5s ease-in-out}.ref-success{background-color:#2e7d32!important;font-size:18px}.refund-sale-extra-wrapper{-webkit-overflow-scrolling:touch;flex-direction:row;gap:30px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory}.refund-sale-left,.refund-sale-right{border:1px solid #ddd;box-shadow:0 0 5px #00000040;flex:0 0 100%;min-width:100%;scroll-snap-align:start}.refund-sale-extra-wrapper::-webkit-scrollbar{display:none}.refund-sale-extra-wrapper{-ms-overflow-style:none;scrollbar-width:none}}@keyframes secPulse{0%{transform:scale(1)}40%{transform:scale(1.2)}to{transform:scale(1)}}body,html{background:#ececec;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100%;margin:0;overflow:hidden!important}.layout-container{display:flex;height:100vh}.main-content{background:#ececec;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:hidden;transition:margin-left .3s ease}.main-content.open{margin-left:300px}.header{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background-color:#e3f2fd;box-shadow:0 2px 10px #00000026;color:#fff;margin-left:0;transition:all .3s ease;width:100%}.header.open{margin-left:300px;width:calc(100% - 300px)}.header-toolbar{align-items:center;background-color:#fff;border-radius:0;display:flex;height:92px;justify-content:space-between;overflow:hidden;padding:0 24px;position:relative;transition:all .3s ease}.header-toolbar:after,.header-toolbar:before{content:"";height:100%;opacity:1;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:12px}.header-toolbar:before{background:linear-gradient(90deg,#00000040,#fff0);left:0}.header-toolbar.menu-open:after,.header-toolbar.menu-open:before{opacity:0}.header-toolbar-active{align-items:center;background-color:#fff;border-radius:0;display:flex;height:92px;justify-content:space-between;overflow:hidden;padding:0 24px;position:relative;transition:all .3s ease}.header-toolbar-active:after,.header-toolbar-active:before{content:"";height:100%;opacity:1;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:12px}.header-toolbar-active.menu-open:after,.header-toolbar-active.menu-open:before{opacity:0}.menu-btn{padding:0}.menu-icon{height:32px;width:32px}.header-right{align-items:center;display:flex;gap:24px}.notification-icon{height:22px;width:22px}.logout-wrapper{align-items:center;display:flex;gap:6px;margin-left:6px;margin-right:14px}.logout-icon{height:24px;width:24px}.page-content{background:#fff!important;border-radius:3px;box-shadow:0 0 3px #0000004d;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;overflow:hidden;transition:margin .3s ease}.page-content.active-log{margin:100px 7px 7px}@media (max-width:1199px){.header-toolbar,.header-toolbar-active{height:40px}}.navbar,.navbar *{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}.sidebar .MuiDrawer-paper{background:#222e3c!important;border-right:0 solid #1f2b3b;color:#fff!important}.sidebar-box{overflow:auto}.sidebar-logo{background-color:#fff;box-shadow:0 0 10px 0 #00000040;padding:15px 0;text-align:start;z-index:1000}.sidebar-logo-img{filter:brightness(1.2);margin-left:11px;width:90px}.sidebar-section-title{color:#fff!important;font-size:14px;font-weight:400;margin-bottom:20px;margin-top:20px;padding-left:15px}.sidebar-menu-btn,.sidebar-section-title{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.sidebar-menu-btn{background:#0000!important;font-weight:600;transition:.2s}.sidebar-menu-btn.active:before{background-color:#3b7ddd;content:"";height:100%;left:0;position:absolute;top:0;width:3px}.sidebar-menu-btn.active{background:linear-gradient(90deg,#3b7ddd33 0,#3b7ddd26 50%,#3b7ddd1a)!important}.sidebar-icon{color:#fff!important;min-width:24px}.sidebar-submenu-btn{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;padding-left:56px!important;position:relative;transition:.2s}.sidebar-submenu-btn:hover{background:#22354d57!important}@media (max-width:1199px){.sidebar .MuiDrawer-paper{height:100%;left:0;position:absolute!important;top:0;transform:translateX(-100%);transition:transform .3s ease;width:300px!important;z-index:1300!important}.sidebar-open .MuiDrawer-paper{transform:translateX(0)}.main-content{margin-left:0!important}.sidebar-logo{padding:2px 0}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#mobile-block{background-color:#fff;height:100vh;left:0;padding:20px;position:fixed;text-align:center;top:0;width:100vw;z-index:9999}#mobile-block,.mobile-warning{align-items:center;display:flex;flex-direction:column;justify-content:center}.mobile-warning{position:relative}.mobile-warning .gif-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.mobile-icon{height:100px;margin-bottom:20px;pointer-events:none;width:100px;z-index:1}#mobile-block h1{color:#000;font-size:24px;margin-bottom:10px}#mobile-block p{color:#333;font-size:18px}
/*# sourceMappingURL=main.eb03b8b5.css.map*/