:root,html[data-theme-accent=blue]{--theme-primary:#009ef7;--theme-primary-rgb:0,158,247;--theme-primary-light:#f1faff;--theme-primary-hover:#0095e8}html[data-theme-accent=purple]{--theme-primary:#7239ea;--theme-primary-rgb:114,57,234;--theme-primary-light:#f8f5ff;--theme-primary-hover:#5014d0}html[data-theme-accent=green]{--theme-primary:#50cd89;--theme-primary-rgb:80,205,137;--theme-primary-light:#e8fff3;--theme-primary-hover:#47be7d}html[data-theme-accent=red]{--theme-primary:#f1416c;--theme-primary-rgb:241,65,108;--theme-primary-light:#fff5f8;--theme-primary-hover:#d9214e}html[data-theme-accent=orange]{--theme-primary:#fd7e14;--theme-primary-rgb:253,126,20;--theme-primary-light:#fff8f0;--theme-primary-hover:#e8700c}:root{--bs-primary:var(--theme-primary);--bs-primary-rgb:var(--theme-primary-rgb);--bs-link-color:var(--theme-primary);--bs-link-hover-color:var(--theme-primary-hover)}.btn-primary{background-color:var(--theme-primary)!important;border-color:var(--theme-primary)!important}.btn-primary:hover{background-color:var(--theme-primary-hover)!important;border-color:var(--theme-primary-hover)!important}.bg-info,.btn-info,a.bg-info{background-color:var(--theme-primary)!important}.btn-info,a.bg-info{border-color:var(--theme-primary)!important;color:#fff!important}.btn-info:hover,a.bg-info:hover{background-color:var(--theme-primary-hover)!important}.text-primary{color:var(--theme-primary)!important}.bg-primary{background-color:var(--theme-primary)!important}.bg-light-primary{background-color:var(--theme-primary-light)!important}.border-primary{border-color:var(--theme-primary)!important}.btn-active-color-primary:focus,.btn-active-color-primary:hover{color:var(--theme-primary)!important}.form-control:focus,.form-select:focus{border-color:var(--theme-primary)!important;box-shadow:0 0 0 .25rem rgba(var(--theme-primary-rgb),.15)!important}.form-check-input:checked{background-color:var(--theme-primary)!important;border-color:var(--theme-primary)!important}.form-check-input:focus{border-color:var(--theme-primary)!important;box-shadow:0 0 0 .2rem rgba(var(--theme-primary-rgb),.25)!important}#nprogress .bar{background:var(--theme-primary)!important}.aside-menu .menu-item .menu-link.active,.aside-menu .menu-item .menu-link.active .menu-icon,.aside-menu .menu-item .menu-link:hover,.aside-menu .menu-item .menu-link:hover .menu-icon,.menu-state-title-primary .menu-item .menu-link.active .menu-title,.menu-state-title-primary .menu-item.show>.menu-link .menu-title{color:var(--theme-primary)!important}.menu-state-icon-primary .menu-item .menu-link.active .menu-icon,.menu-state-icon-primary .menu-item .menu-link.active .menu-icon svg [fill]:not(.permanent):not(g),.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon,.menu-state-icon-primary .menu-item.show>.menu-link .menu-icon svg [fill]:not(.permanent):not(g){color:var(--theme-primary)!important;fill:var(--theme-primary)!important}.menu-state-bullet-primary .menu-item .menu-link.active .menu-bullet .bullet,.menu-state-bullet-primary .menu-item.show>.menu-link .menu-bullet .bullet{background-color:var(--theme-primary)!important}html[data-theme-mode=dark]{--bs-body-bg:#1e1e2d;--bs-body-color:#cdcdde;--bs-card-bg:#1e1e2d;--bs-border-color:#2d2d43;--bs-gray-100:#1b1b28;--bs-gray-200:#2d2d43;--bs-gray-300:#363650;--bs-gray-400:#474761;--bs-gray-500:#565674;--bs-gray-600:#6d6d80;--bs-gray-700:#92929f;--bs-gray-800:#cdcdde;--bs-gray-900:#fff;--bs-white:#1e1e2d;--bs-light:#2d2d43}html[data-theme-mode=dark] .page,html[data-theme-mode=dark] body{background-color:#151521!important;color:#cdcdde}html[data-theme-mode=dark] #kt_content,html[data-theme-mode=dark] #kt_wrapper{background-color:#151521}html[data-theme-mode=dark] #kt_header,html[data-theme-mode=dark] #kt_toolbar,html[data-theme-mode=dark] .toolbar{background-color:#1e1e2d!important;border-bottom:1px solid #2d2d43!important}html[data-theme-mode=dark] .bg-white,html[data-theme-mode=dark] .card{background-color:#1e1e2d!important;border-color:#2d2d43!important;color:#cdcdde}html[data-theme-mode=dark] .form-control,html[data-theme-mode=dark] .form-select{background-color:#2d2d43!important;border-color:#363650!important;color:#cdcdde!important}html[data-theme-mode=dark] .form-control::placeholder{color:#565674!important}html[data-theme-mode=dark] .border.border-1{background-color:#2d2d43!important;border-color:#363650!important}html[data-theme-mode=dark] .border.border-1 input{background-color:initial!important;color:#cdcdde!important}html[data-theme-mode=dark] .table{--bs-table-bg:#1e1e2d;--bs-table-border-color:#2d2d43;--bs-table-color:#cdcdde;--bs-table-striped-bg:#252540;--bs-table-hover-bg:#2a2a45}html[data-theme-mode=dark] .table th{background-color:#252540!important;color:#92929f}html[data-theme-mode=dark] .separator{border-color:#2d2d43!important}html[data-theme-mode=dark] .modal-content{background-color:#1e1e2d;border-color:#2d2d43;color:#cdcdde}html[data-theme-mode=dark] .modal-footer,html[data-theme-mode=dark] .modal-header{border-color:#2d2d43}html[data-theme-mode=dark] .dropdown-menu{background-color:#1e1e2d;border-color:#2d2d43}html[data-theme-mode=dark] .dropdown-item{color:#cdcdde}html[data-theme-mode=dark] .dropdown-item:hover{background-color:#2d2d43}html[data-theme-mode=dark] .bg-light{background-color:#252540!important}html[data-theme-mode=dark] .bg-light-primary{background-color:rgba(var(--theme-primary-rgb),.15)!important}html[data-theme-mode=dark] .alert-danger{background-color:rgba(241,65,108,.15);border-color:rgba(241,65,108,.3);color:#f1416c}html[data-theme-mode=dark] .text-dark,html[data-theme-mode=dark] .text-gray-800{color:#cdcdde!important}html[data-theme-mode=dark] .text-gray-700{color:#92929f!important}html[data-theme-mode=dark] .text-gray-600{color:#6d6d80!important}html[data-theme-mode=dark] .text-black{color:#cdcdde!important}html[data-theme-mode=dark] .border{border-color:#2d2d43!important}html[data-theme-mode=dark] .accordion-button,html[data-theme-mode=dark] .accordion-item{background-color:#1e1e2d!important;color:#cdcdde!important;border-color:#2d2d43!important}html[data-theme-mode=dark] .accordion-button:not(.collapsed){background-color:#252540!important;color:#cdcdde!important;box-shadow:none!important}html[data-theme-mode=dark] .accordion-body{background-color:#1e1e2d!important;color:#92929f!important}html[data-theme-mode=dark] ::-webkit-scrollbar{width:6px;height:6px}html[data-theme-mode=dark] ::-webkit-scrollbar-track{background:#1e1e2d}html[data-theme-mode=dark] ::-webkit-scrollbar-thumb{background:#363650;border-radius:3px}html[data-theme-mode=dark] ::-webkit-scrollbar-thumb:hover{background:#474761}.sv-btn{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .15s,transform .1s;white-space:nowrap;border:none}.sv-btn:hover{opacity:.88;transform:translateY(-1px)}.sv-btn:active{transform:translateY(0)}.sv-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.sv-btn--primary{background:var(--theme-primary);color:#fff}.sv-btn--primary:hover{color:#fff}.sv-btn--outline{background:transparent;border:1px solid var(--bs-border-color,#e4e6ef)!important;color:var(--bs-gray-700,#5e6278)}.sv-btn--outline:hover{border-color:var(--theme-primary)!important;color:var(--theme-primary)}html[data-theme-mode=dark] .sv-btn--outline{border-color:#363650!important;color:#cdcdde}html[data-theme-mode=dark] .sv-btn--outline:hover{border-color:var(--theme-primary)!important;color:var(--theme-primary)}.sv-btn--disabled{opacity:.4!important;pointer-events:none}.sv-btn--secondary{background:var(--theme-primary-light,#f1faff);color:var(--theme-primary,#009ef7);border:1px solid transparent!important}.sv-btn--secondary:hover{background:var(--theme-primary,#009ef7);color:#fff}html[data-theme-mode=dark] .sv-btn--secondary{background:rgba(var(--theme-primary-rgb,0,158,247),.15);color:var(--theme-primary,#009ef7)}html[data-theme-mode=dark] .sv-btn--secondary:hover{background:var(--theme-primary,#009ef7);color:#fff}.sv-btn--ghost{background:transparent;color:var(--bs-gray-600,#7e8299);border:1px solid var(--bs-border-color,#e4e6ef)!important}.sv-btn--ghost:hover{border-color:var(--theme-primary,#009ef7)!important;color:var(--theme-primary,#009ef7);background:transparent}html[data-theme-mode=dark] .sv-btn--ghost{color:#92929f;border-color:#363650!important}html[data-theme-mode=dark] .sv-btn--ghost:hover{border-color:var(--theme-primary,#009ef7)!important;color:var(--theme-primary,#009ef7)}.sv-btn--blue{background:#009ef7;color:#fff}.sv-btn--blue:hover{background:#0095e8;color:#fff}.sv-btn--purple{background:#7239ea;color:#fff}.sv-btn--purple:hover{background:#5014d0;color:#fff}.sv-btn--teal{background:#20c9a5;color:#fff}.sv-btn--teal:hover{background:#18b594;color:#fff}.sv-btn--orange{background:#fd7e14;color:#fff}.sv-btn--orange:hover{background:#e8700c;color:#fff}.sv-btn--neutral{background:var(--bs-gray-200,#eff2f5);color:var(--bs-gray-700,#5e6278);border:1px solid var(--bs-border-color,#e4e6ef)!important}.sv-btn--neutral:hover{background:var(--bs-gray-300,#e4e6ef);color:var(--bs-gray-800,#3f4254)}html[data-theme-mode=dark] .sv-btn--neutral{background:#2d2d43;color:#92929f;border-color:#363650!important}html[data-theme-mode=dark] .sv-btn--neutral:hover{background:#363650;color:#cdcdde}.stat-filter{display:flex;align-items:flex-end;flex-wrap:wrap;grid-gap:12px;gap:12px;width:100%}.stat-filter__field{display:flex;flex-direction:column;grid-gap:4px;gap:4px;flex:1 1;min-width:140px}.stat-filter__label{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--bs-gray-500,#a1a5b7)}.stat-filter__input,.stat-filter__select{height:40px;padding:0 12px;border-radius:8px;width:100%;border:1px solid var(--bs-border-color,#e4e6ef);background:var(--bs-body-bg,#fff);color:var(--bs-gray-700,#5e6278);font-size:13px;font-weight:500;outline:none;transition:border-color .15s,box-shadow .15s}.stat-filter__input:focus,.stat-filter__select:focus{border-color:var(--theme-primary,#009ef7);box-shadow:0 0 0 3px rgba(var(--theme-primary-rgb,0,158,247),.12)}html[data-theme-mode=dark] .stat-filter__input,html[data-theme-mode=dark] .stat-filter__select{background:#2d2d43;border-color:#363650;color:#cdcdde}.stat-filter__btn{height:40px;padding:0 20px;border-radius:8px;border:none;cursor:pointer;background:var(--theme-primary);color:#fff;font-size:13px;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;grid-gap:6px;gap:6px;transition:opacity .15s}.stat-filter__btn:hover{opacity:.88}.stat-filter__btn:disabled{opacity:.5;cursor:not-allowed}.tm-card{background:var(--tm-bg,#fff);border:1px solid var(--tm-border,#e4e6ef);border-radius:12px;overflow:hidden}html[data-theme-mode=dark] .tm-card{--tm-bg:#1e1e2d;--tm-border:#2d2d43}.tm-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--tm-border,#e4e6ef);grid-gap:10px;gap:10px}.tm-toolbar__left,.tm-toolbar__right{display:flex;align-items:center;grid-gap:8px;gap:8px}.tm-select{padding:7px 12px;border-radius:8px;border:1px solid var(--tm-border,#e4e6ef);background:var(--tm-bg,#fff);color:var(--bs-gray-700,#5e6278);font-size:13px;font-weight:500;cursor:pointer;outline:none;transition:border-color .15s}.tm-select:focus{border-color:var(--theme-primary,#009ef7)}html[data-theme-mode=dark] .tm-select{background:#2d2d43;color:#cdcdde;border-color:#363650}.tm-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;cursor:pointer;border:1px solid var(--tm-border,#e4e6ef);background:var(--tm-bg,#fff);color:var(--bs-gray-600,#7e8299);transition:background .15s,color .15s,border-color .15s}.tm-icon-btn:hover{background:var(--theme-primary-light,#e8fff3);border-color:var(--theme-primary,#009ef7);color:var(--theme-primary,#009ef7)}html[data-theme-mode=dark] .tm-icon-btn{background:#2d2d43;border-color:#363650;color:#92929f}.tm-table-wrap{overflow-x:auto}.tm-table{width:100%;border-collapse:collapse;font-size:13px}.tm-table thead tr{border-bottom:2px solid var(--tm-border,#e4e6ef)}.tm-table thead th{padding:11px 14px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--bs-gray-500,#a1a5b7);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;background:transparent}.tm-table thead th:hover{color:var(--theme-primary,#009ef7)}.tm-table tbody tr{border-bottom:1px solid var(--tm-border,#e4e6ef);transition:background .12s}.tm-table tbody tr:last-child{border-bottom:none}.tm-table tbody tr:hover{background:var(--bs-gray-100,#f9f9f9)}html[data-theme-mode=dark] .tm-table tbody tr:hover{background:hsla(0,0%,100%,.03)}.tm-table tbody tr.tm-row--inactive{background:var(--bs-gray-100,#f9f9f9);opacity:.7}.tm-table td{padding:11px 14px;color:var(--bs-gray-700,#5e6278);font-weight:500;word-break:break-word;vertical-align:middle}html[data-theme-mode=dark] .tm-table td{color:#cdcdde}html[data-theme-mode=dark] .tm-table thead th{color:#6d6d80}.tm-table td.text-success{color:#50cd89!important}.tm-table td.text-danger{color:#f1416c!important}.tm-table td.text-warning{color:#ffc700!important}.tm-table td.text-info{color:#7239ea!important}.tm-empty{padding:40px 20px;text-align:center;color:var(--bs-gray-400,#b5b5c3);font-size:13px;font-weight:500}.tm-empty__icon{font-size:32px;margin-bottom:8px;display:block}.tm-actions{display:flex;align-items:center;grid-gap:4px;gap:4px;flex-wrap:nowrap}.tm-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:7px;cursor:pointer;border:1px solid var(--tm-border,#e4e6ef);background:var(--tm-bg,#fff);color:var(--bs-gray-500,#a1a5b7);transition:background .12s,color .12s,border-color .12s;text-decoration:none;flex-shrink:0}.tm-btn:hover{background:var(--theme-primary-light,#e8fff3);border-color:var(--theme-primary,#009ef7);color:var(--theme-primary,#009ef7)}.tm-btn--danger:hover{background:#fff5f8;border-color:#f1416c;color:#f1416c}.tm-btn--warning:hover{background:#fffde7;border-color:#ffc700;color:#ffc700}html[data-theme-mode=dark] .tm-btn{background:#2d2d43;border-color:#363650;color:#6d6d80}html[data-theme-mode=dark] .tm-btn:hover{background:rgba(var(--theme-primary-rgb,80,205,137),.15);border-color:var(--theme-primary,#50cd89);color:var(--theme-primary,#50cd89)}html[data-theme-mode=dark] .tm-btn--danger:hover{background:rgba(241,65,108,.15);border-color:#f1416c;color:#f1416c}html[data-theme-mode=dark] .tm-btn--warning:hover{background:rgba(255,199,0,.12);border-color:#ffc700;color:#ffc700}.tm-sort-icon{font-size:10px;margin-left:4px;opacity:.6}.tm-footer-row{background:var(--bs-gray-100,#f9f9f9);font-weight:700;font-size:13px;border-top:2px solid var(--tm-border,#e4e6ef)}html[data-theme-mode=dark] .tm-footer-row{background:#252540}.tm-pagination{display:flex;align-items:center;justify-content:center;grid-gap:12px;gap:12px;padding:14px 20px;border-top:1px solid var(--tm-border,#e4e6ef)}.tm-page-btn{padding:6px 16px;border-radius:8px;font-size:13px;font-weight:600;border:1px solid var(--tm-border,#e4e6ef);background:var(--tm-bg,#fff);color:var(--bs-gray-600,#7e8299);cursor:pointer;transition:all .12s}.tm-page-btn:hover:not(:disabled){background:var(--theme-primary-light,#e8fff3);border-color:var(--theme-primary,#009ef7);color:var(--theme-primary,#009ef7)}.tm-page-btn:disabled{opacity:.4;cursor:not-allowed}html[data-theme-mode=dark] .tm-page-btn{background:#2d2d43;border-color:#363650;color:#92929f}html[data-theme-mode=dark] .tm-page-btn:hover:not(:disabled){background:rgba(var(--theme-primary-rgb,80,205,137),.15);border-color:var(--theme-primary,#50cd89);color:var(--theme-primary,#50cd89)}.tm-page-info{font-size:13px;font-weight:500;color:var(--bs-gray-500,#a1a5b7)}.tm-page-info strong{color:var(--bs-gray-700,#5e6278)}html[data-theme-mode=dark] .tm-page-info strong{color:#cdcdde}.sv-header{display:flex;align-items:center;flex-wrap:wrap;grid-gap:8px;gap:8px;padding:16px 20px;border-bottom:1px solid var(--tm-border,#e4e6ef);background:var(--tm-bg,#fff)}html[data-theme-mode=dark] .sv-header{background:#1e1e2d}.sv-date-row{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:10px 20px;border-bottom:1px solid var(--tm-border,#e4e6ef);background:var(--tm-bg,#fff)}html[data-theme-mode=dark] .sv-date-row{background:#1e1e2d}.sv-date-input{padding:7px 12px;border-radius:8px;border:1px solid var(--tm-border,#e4e6ef);background:var(--tm-bg,#fff);color:var(--bs-gray-700,#5e6278);font-size:13px;font-weight:500;outline:none;transition:border-color .15s}.sv-date-input:focus{border-color:var(--theme-primary,#009ef7)}html[data-theme-mode=dark] .sv-date-input{background:#2d2d43;border-color:#363650;color:#cdcdde}
/*# sourceMappingURL=main.6a00bbc9.chunk.css.map */