@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";.sidebar{font-family:Inter,sans-serif;background:var(--bg-secondary);border-right:1px solid var(--border-color);width:280px;height:100vh;position:fixed;top:0;left:0;display:flex;flex-direction:column;transition:width .3s ease;overflow:hidden;color:var(--text)!important;border-radius:0;position:relative;z-index:100;box-sizing:border-box}.sidebar--collapsed{width:50px}.sidebar--collapsed .sidebar__section-title,.sidebar--collapsed .sidebar__text,.sidebar--collapsed .sidebar__section-toggle{display:none}.sidebar--collapsed .sidebar__section-header,.sidebar--collapsed .sidebar__link{justify-content:center;padding:.5rem}.sidebar--collapsed .sidebar__icon{margin-right:0}.sidebar--collapsed .sidebar__logout{justify-content:center;padding:.5rem}.sidebar--collapsed .sidebar__logout span{display:none}.sidebar--collapsed .sidebar__logout svg{margin-right:0}.sidebar__header{padding:.75rem;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;min-height:48px}.sidebar__toggle{background:none;border:none;cursor:pointer;color:var(--text)!important}.sidebar__nav{flex:1 1 auto;min-height:0;overflow:hidden;padding:.5rem 0}.sidebar__section{margin-bottom:.8rem}.sidebar__section-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;cursor:pointer;transition:background-color .2s ease;border-radius:4px;margin:0 .25rem}.sidebar__section-header:hover{background-color:var(--bg-hover)}.sidebar__section-title{font-size:.85rem;font-weight:400;color:#bdbdbd;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .2rem}.sidebar__section-toggle{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:var(--text-secondary);transition:transform .2s ease}.sidebar__section-toggle svg{width:12px;height:12px}.sidebar__section-divider{height:1px;background:var(--border-color);margin:.25rem .75rem;opacity:.6}.sidebar--collapsed .sidebar__section-divider{margin:.25rem}.sidebar__list{list-style:none;padding:0;margin:0}.sidebar__item{margin:.35rem 0}.sidebar__link{display:flex;align-items:center;padding:.7rem 1rem;color:#bdbdbd;text-decoration:none;transition:all .2s ease;border-radius:4px;margin:0 .25rem;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:15px!important;font-weight:400!important}.sidebar__link:hover,.sidebar__link.active{background-color:var(--bg-hover);color:#fff}.sidebar__link--plain{cursor:pointer}.sidebar__icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:.85rem;flex-shrink:0;color:#6c6c6c!important;font-size:1.15rem}.sidebar__icon--theme{color:#bdbdbd}.sidebar__text{font-size:15px!important;font-weight:400!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#bdbdbd}.sidebar__footer{width:100%;padding:.75rem;border-top:1px solid var(--border-color);min-height:48px;display:flex;align-items:center;background:var(--bg-secondary);z-index:2;position:sticky;bottom:0;margin-top:0}.sidebar__logout{display:flex;align-items:center;width:100%;padding:.5rem;background:none;border:none;color:#bdbdbd;cursor:pointer;border-radius:4px;transition:all .2s ease;font-size:1rem;font-weight:400}.sidebar__logout:hover{background-color:var(--bg-hover);color:#fff}.sidebar__logout svg{margin-right:.5rem;width:16px;height:16px;color:#bdbdbd}.sidebar__section-toggle{transition:transform .2s ease}.sidebar__section-toggle svg{transition:transform .2s ease}@media (max-width: 768px){.sidebar{width:100%;height:auto;position:relative}.sidebar--collapsed{width:100%}.sidebar__section-header,.sidebar__link{padding:.5rem .75rem}}@media (max-width: 1200px){.sidebar{width:140px}.sidebar__text{font-size:.92rem}}@media (max-width: 900px){.sidebar{width:56px}.sidebar__text{display:none}.sidebar__logo img{height:28px}}@media (max-width: 600px){.sidebar{width:44px}.sidebar__icon{font-size:1rem}}:root{--sidebar-text-light: #222;--sidebar-icon-light: #222;--sidebar-active-bg-light: #e6e6e6;--sidebar-active-text-light: #111}[data-theme=light] .sidebar__link,[data-theme=light] .sidebar__icon,[data-theme=light] .sidebar__text{color:#222!important}[data-theme=light] .sidebar__link.active,[data-theme=light] .sidebar__link:active{background:var(--sidebar-active-bg-light)!important;color:var(--sidebar-active-text-light)!important}[data-theme=light] .sidebar__icon{color:var(--sidebar-icon-light)!important}.sidebar__link.active{background-color:var(--bg-hover);color:var(--sidebar-active-text-light, #222)!important;font-weight:400!important}.sidebar__link.active .sidebar__icon{color:#6c6c6c!important}.sidebar__icon{color:#6c6c6c!important;font-size:1.05rem!important;margin-right:.6rem!important}.sidebar__link.active .sidebar__icon,[data-theme=light] .sidebar__icon{color:#6c6c6c!important}.sidebar__link,.sidebar__text{font-size:13px!important;font-weight:400!important}.sidebar__link.active{background-color:var(--bg-hover)!important;color:#222!important;font-weight:400!important}[data-theme=light] .sidebar__link,[data-theme=light] .sidebar__text{color:#222!important}[data-theme=light] .sidebar__link.sidebar__link--plain{background:none!important;color:#222!important}[data-theme=light] .sidebar__link.sidebar__link--plain:active,[data-theme=light] .sidebar__link.sidebar__link--plain:focus{background:none!important;color:#222!important}.topbar{position:fixed;top:0;left:0;width:100%;height:48px;background:var(--card-bg);display:flex;align-items:center;z-index:1000;transition:background .3s,box-shadow .3s;box-shadow:none}.topbar--light{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.topbar--scrolled{background:#232c36b3!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #00000014}.topbar__menu{background:none!important;border:none;margin:0 16px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;height:32px;width:32px;padding:0;align-items:center;border-radius:6px;box-shadow:none;transition:background .2s;outline:none}.topbar__menu:focus{outline:none!important;box-shadow:none!important}.topbar__menu svg{color:#888;background:none;transition:color .2s}.topbar__menu:hover,.topbar__menu:focus{background:#f0f0f0}.topbar__menu-bar{width:22px;height:2px;background:#4be3c1;margin:3px 0;border-radius:2px;transition:.2s}.topbar__logo{display:flex;align-items:center;justify-content:center;margin:0 12px 0 0;height:48px}.topbar__logo img{height:38px;margin:0;max-width:120px;width:auto;display:block}.topbar__right{margin-left:auto;margin-right:24px;display:flex;align-items:center;gap:12px}.topbar__notif{position:relative}.topbar__badge{position:absolute;top:-4px;right:-4px;background:#ff4d4f;color:#fff;min-width:16px;height:16px;border-radius:8px;font-size:10px;line-height:16px;text-align:center;padding:0 4px}.topbar__notif-empty{padding:12px 16px;color:#888}.topbar__welcome{font-size:.98rem;color:#23272f;font-weight:500;padding:0 8px;border-radius:0;box-shadow:none;background:none;display:flex;align-items:center;height:32px}[data-theme=dark] .topbar__welcome{color:#f7f8fa}[data-theme=dark] .topbar__welcome b{color:#4be3c1}[data-theme=light] .topbar__welcome b{color:#1890ff}.topbar__welcome b{color:#1890ff;margin-left:4px}.topbar__user-dropdown{position:relative;display:flex;align-items:center}.topbar__user-button{background:transparent!important;border:none!important;cursor:pointer;display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;transition:background .2s;color:inherit;font-size:.98rem;font-weight:500;outline:none!important;box-shadow:none!important}.topbar__user-button:hover{background:#0000000d!important}.topbar__user-button:focus{outline:none!important;box-shadow:none!important;background:transparent!important}.topbar__user-button:active{background:transparent!important}[data-theme=dark] .topbar__user-button:hover{background:#ffffff1a!important}.topbar__user-name{color:inherit;font-family:Segoe UI,Inter,-apple-system,BlinkMacSystemFont,San Francisco,Roboto,Helvetica Neue,sans-serif!important;font-style:normal!important;font-weight:400!important;line-height:20px!important}[data-theme=dark] .topbar__user-name{color:#ccc!important}.topbar__dropdown-icon{transition:transform .2s;color:#666}.topbar__dropdown-icon.rotated{transform:rotate(180deg)}.topbar__dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:none;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:160px;z-index:1001;margin-top:4px}[data-theme=dark] .topbar__dropdown-menu{background:#1f1f1f;border:none;box-shadow:0 4px 12px #0000004d}.topbar__dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;border:none!important;background:transparent!important;cursor:pointer;color:inherit;font-size:.9rem;transition:background .2s;text-align:left;outline:none!important;box-shadow:none!important}.topbar__dropdown-item:hover{background:#f5f5f5!important}.topbar__dropdown-item:focus{outline:none!important;box-shadow:none!important;background:transparent!important}.topbar__dropdown-item:active{background:transparent!important}[data-theme=dark] .topbar__dropdown-item:hover{background:#2a2a2a!important}.topbar__dropdown-item svg{color:#666}@media (max-width: 1200px){.topbar__logo img{height:32px;max-width:90px}.topbar__welcome{font-size:.93rem;padding:4px 10px;height:28px}.topbar__user-name{font-size:.93rem}}@media (max-width: 900px){.topbar__logo img{height:24px;max-width:60px}.topbar__welcome{font-size:.9rem;padding:2px 6px;height:24px}.topbar__user-name{font-size:.9rem}}@media (max-width: 600px){.topbar__welcome{display:none}.topbar__logo img{height:18px;max-width:40px}.topbar__user-name{display:none}.topbar__dropdown-menu{right:-8px}}.topbar__theme-btn{background:transparent!important;border:none!important;color:#333!important;font-size:18px;cursor:pointer;margin-left:8px;padding:0;box-shadow:none!important;outline:none!important;border-radius:6px;transition:background .2s,color .2s;width:32px;height:32px;display:flex!important;align-items:center;justify-content:center;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important;min-width:32px!important;min-height:32px!important;overflow:visible!important;clip:auto!important;clip-path:none!important}.topbar__theme-btn:focus{outline:none!important;box-shadow:none!important;background:transparent!important}.topbar__theme-btn:hover{background:#0000000d!important;color:#000!important}.topbar__theme-btn:active{background:transparent!important}[data-theme=dark] .topbar__theme-btn{color:#ccc!important}[data-theme=dark] .topbar__theme-btn:hover{background:#ffffff1a!important;color:#fff!important}.topbar button.topbar__theme-btn,.topbar__right button.topbar__theme-btn{background:transparent!important;border:none!important;color:#333!important;font-size:18px!important;cursor:pointer!important;margin-left:8px!important;padding:0!important;border-radius:6px!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:10!important;min-width:32px!important;min-height:32px!important;overflow:visible!important;clip:auto!important;clip-path:none!important;box-shadow:none!important;font-family:inherit!important;font-weight:400!important;transition:background .2s,color .2s!important}.topbar button.topbar__theme-btn svg,.topbar__right button.topbar__theme-btn svg{stroke-width:1!important;stroke:currentColor!important;fill:none!important}.topbar button.topbar__theme-btn:hover,.topbar__right button.topbar__theme-btn:hover{background:#0000000d!important;color:#000!important}.topbar button.topbar__theme-btn:focus,.topbar__right button.topbar__theme-btn:focus{outline:none!important;box-shadow:none!important;background:transparent!important}.topbar button.topbar__theme-btn:active,.topbar__right button.topbar__theme-btn:active{background:transparent!important}[data-theme=dark] .topbar button.topbar__theme-btn,[data-theme=dark] .topbar__right button.topbar__theme-btn{color:#ccc!important}[data-theme=dark] .topbar button.topbar__theme-btn:hover,[data-theme=dark] .topbar__right button.topbar__theme-btn:hover{background:#ffffff1a!important;color:#fff!important}.app-container{display:flex;height:100vh}.main-content{flex:1;overflow:hidden;padding:0;background-color:var(--bg);overflow-x:hidden}.main-content>*{height:100%;overflow-y:auto}@media (max-width: 768px){.main-content{max-width:calc(100vw - 50px)}}.sidebar--collapsed+.main-content{max-width:calc(100vw - 50px)}.login-split-bg{display:flex;width:100vw;height:100vh;background:#23272f;overflow:hidden}.login-left-glass{flex:0 0 35vw;max-width:420px;min-width:320px;background:#ffffff26;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-right:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2}.login-right-bg{flex:1;position:relative;overflow:hidden;background:#23272f;min-width:0;display:flex;align-items:stretch;justify-content:stretch}.logo-img-center{width:120px;margin-top:-40px;margin-bottom:48px}.login-form-split{width:100%;max-width:320px;display:flex;flex-direction:column;gap:14px}.error-message{color:#ff6b6b;font-size:.9rem;text-align:center}.login-field{position:relative}.login-field input{width:100%;border:none;border-bottom:1px solid rgba(255,255,255,.7);background:transparent;color:#fff;font-size:1.1rem;padding:12px 40px 12px 0;outline:none;transition:border-color .2s}.login-field input::placeholder{color:#ffffffb3}.icon-user,.icon-eye{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.2rem;color:#ffffffb3;cursor:pointer;transition:color .2s}.icon-user:hover,.icon-eye:hover{color:#fff}.login-btn-split{width:100%;background:#927373d9;color:#23272f;border:none;border-radius:4px;padding:10px 0;font-size:1rem;font-weight:200;cursor:pointer;transition:background .2s}.login-btn-split:hover{background:#fffffff2}.login-slide-img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.2s cubic-bezier(.4,0,.2,1);z-index:1;pointer-events:none}.login-slide-img.active{opacity:1;z-index:2;pointer-events:auto}@media (max-width: 1200px){.login-left-glass{max-width:340px;min-width:220px;padding:16px 8px}.logo-img-center{width:90px;margin-bottom:32px}}@media (max-width: 900px){.login-left-glass{max-width:260px;min-width:160px;padding:8px 4px}.logo-img-center{width:60px;margin-bottom:18px}.login-form-split{max-width:180px;gap:8px}.login-field input{font-size:.95rem;padding:8px 32px 8px 0}.login-btn-split{font-size:.92rem;padding:7px 0}.login-right-bg{display:none}}@media (max-width: 600px){.login-split-bg{flex-direction:column;background:#23272f}.login-left-glass{width:100vw;max-width:100vw;min-width:0;border-radius:0;box-shadow:none;border-right:none;padding:8px 2vw}.logo-img-center{width:44px;margin-bottom:8px}.login-form-split{max-width:98vw;gap:6px}.login-field input{font-size:.9rem;padding:6px 24px 6px 0}.login-btn-split{font-size:.9rem;padding:6px 0}}@tailwind base;@tailwind components;@tailwind utilities;html{font-size:14px;background:var(--bg);overflow-x:hidden}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #f7f8fa;--text: #222;--card-bg: #fff;--card-shadow: 0 2px 8px rgba(0,0,0,.04);--primary: #3b82f6;--primary-hover: #2563eb;--border-radius: 8px;--spacing: 16px;--table-header: #f1f3f7;--button-bg: #e5e7eb;--button-text: #222;--button-hover: #d1d5db;--sidebar-border: #e0e0e0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body,html,#root{font-family:Inter,Roboto,Nunito,Segoe UI,Arial,sans-serif;font-weight:400;letter-spacing:0;margin:0;min-width:320px;min-height:100vh;padding:0;background:var(--bg);color:var(--text);transition:background .3s,color .3s;overflow-x:hidden}body,input,button,select,textarea{font-family:Segoe UI,Inter Var,Inter,-apple-system,BlinkMacSystemFont,San Francisco,Roboto,Helvetica Neue,sans-serif!important;font-weight:400!important;color:#182433!important;font-size:14px!important;line-height:20px!important}.login-split-bg .login-left-glass .login-form-split .login-field input,.login-split-bg .login-left-glass .login-form-split .login-field input:focus,.login-split-bg .login-left-glass .login-form-split .login-field input:active,.login-split-bg .login-left-glass .login-form-split .login-field input:-webkit-autofill,.login-split-bg .login-left-glass .login-form-split .login-field input:-webkit-autofill:focus,.login-split-bg .login-left-glass .login-form-split .login-field input:-webkit-autofill:active,.login-split-bg .login-left-glass .login-form-split .login-field input:-internal-autofill-selected{color:#fff!important;-webkit-text-fill-color:#fff!important;caret-color:#fff!important}[data-theme=dark] .profile-input-dark .ant-input,[data-theme=dark] .profile-input-dark .ant-input:focus,[data-theme=dark] .profile-input-dark .ant-input:active,[data-theme=dark] .profile-input-dark .ant-input-password,[data-theme=dark] .profile-input-dark .ant-input-password:focus,[data-theme=dark] .profile-input-dark .ant-input-password:active,[data-theme=dark] .profile-input-dark .ant-input-password input,[data-theme=dark] .profile-input-dark .ant-input-password input:focus,[data-theme=dark] .profile-input-dark .ant-input-password input:active{color:#fff!important;-webkit-text-fill-color:#fff!important;caret-color:#fff!important}[data-theme=light] .profile-input .ant-input,[data-theme=light] .profile-input .ant-input:focus,[data-theme=light] .profile-input .ant-input:active,[data-theme=light] .profile-input .ant-input-password,[data-theme=light] .profile-input .ant-input-password:focus,[data-theme=light] .profile-input .ant-input-password:active,[data-theme=light] .profile-input .ant-input-password input,[data-theme=light] .profile-input .ant-input-password input:focus,[data-theme=light] .profile-input .ant-input-password input:active{color:#23272f!important;-webkit-text-fill-color:#23272f!important;caret-color:#23272f!important}h1,h2,h3,h4,h5,h6,button,.ant-btn,.ant-table,.ant-card,.ant-modal-title,.ant-modal-content,.ant-modal-body,.ant-modal-footer,.ant-tag{font-family:Inter,Roboto,Nunito,Segoe UI,Arial,sans-serif;font-weight:400}h1,.page-title{font-size:1.5rem;margin:0 0 .5rem;font-weight:400;letter-spacing:0;color:var(--text)!important}h2,.section-title{font-size:1.1rem;margin:0 0 .5rem;font-weight:400;letter-spacing:0}h3,h4,h5,h6{font-size:1rem;margin:0 0 .5rem;font-weight:400;letter-spacing:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}h1,h2,h3,h4,h5,h6{margin-top:var(--spacing);margin-bottom:var(--spacing)}.card,.ant-card{background:var(--card-bg)!important;box-shadow:var(--card-shadow)!important;border-radius:var(--border-radius)!important;padding:var(--spacing)!important;margin-bottom:var(--spacing)!important}button,.ant-btn{font-family:Inter,Arial,Helvetica,sans-serif!important;background:var(--button-bg)!important;color:var(--button-text)!important;border-radius:var(--border-radius)!important;padding:.5em 1.2em!important;font-weight:500;border:none;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 2px 6px #3b82f60f}button:hover,.ant-btn:hover{background:var(--button-hover)!important;color:var(--button-text)!important}.table,.ant-table{border-radius:var(--border-radius)!important;overflow:hidden;background:var(--card-bg)!important}.ant-table-thead>tr>th,.ant-table-thead>tr>th:before,.ant-table-thead>tr>th:after{border-right:none!important;border-left:none!important;box-shadow:none!important;text-align:center!important;vertical-align:middle!important}.ant-table-tbody>tr>td{background:var(--card-bg)!important;color:var(--text)!important;font-weight:400!important;border-bottom:none!important;text-align:center}.table-cell-right,th.table-cell-right{text-align:right!important}.ant-table .table-cell-right,.ant-table-tbody>tr>td.table-cell-right,.ant-table-thead>tr>th.table-cell-right{text-align:right!important}.container,.payments-container,.users-page{padding:0!important;max-width:none;margin:0}body,.card,.ant-card,.ant-table,.ant-table-thead>tr>th,.ant-table-tbody>tr>td{transition:background .3s,color .3s}[data-theme=dark]{--bg: #181a1b;--text: #f7f8fa;--card-bg: #23272f;--card-shadow: 0 2px 8px rgba(0,0,0,.18);--primary: #60a5fa;--primary-hover: #3b82f6;--table-header: #23272f;--button-bg: #23272f;--button-text: #fff;--button-hover: #444;--sidebar-border: #23272f}.sidebar,.ant-layout-sider{background:var(--card-bg)!important;color:var(--text)!important;border-radius:var(--border-radius)!important}.sidebar a,.ant-menu-item,.ant-menu-item a{color:var(--text)!important}.sidebar a.active,.ant-menu-item-selected{background:var(--primary)!important;color:#fff!important;border-radius:var(--border-radius)!important}body,.card,.ant-card,.ant-table,.ant-table-thead>tr>th,.ant-table-tbody>tr>td,.sidebar,.ant-layout-sider{transition:background .3s,color .3s}.ant-statistic-title,.ant-statistic-content-value,.ant-statistic-content-prefix,.ant-statistic-content-suffix,.ant-card-head-title,.ant-card,.ant-card-body,.ant-card-meta-title,.ant-card-meta-description,.ant-typography,.ant-table,.ant-table-cell,.ant-table-thead>tr>th,.ant-table-tbody>tr>td,.ant-modal-title,.ant-modal-content,.ant-modal-body,.ant-modal-footer,.ant-tag{color:var(--text)!important}.app-container{background:var(--bg);min-height:100vh}main{background:var(--bg);min-height:100vh}.sidebar a.active,.sidebar__link.active{background:#e5e7eb!important;color:#222!important;border-radius:0!important}[data-theme=dark] .sidebar a.active,[data-theme=dark] .sidebar__link.active{background:#353a40!important;color:#f7f8fa!important}.sidebar a.active .sidebar__icon,.sidebar__link.active .sidebar__icon{color:#555!important}[data-theme=dark] .sidebar a.active .sidebar__icon,[data-theme=dark] .sidebar__link.active .sidebar__icon{color:#fff!important}[data-theme=dark] .ant-tag.status-tag-black,[data-theme=dark] .ant-tag.status-tag-black *,[data-theme=light] .ant-tag.status-tag-black,[data-theme=light] .ant-tag.status-tag-black *{color:#111!important;opacity:1!important}[data-theme=dark] .ant-modal-content{background:#232323!important;color:#fff!important}[data-theme=dark] .ant-modal-title{color:#fff!important}[data-theme=dark] .ant-modal-header,[data-theme=dark] .ant-modal-footer,[data-theme=dark] .ant-modal-body{background:#232323!important;color:#fff!important}[data-theme=light] .ant-modal-content,[data-theme=light] .ant-modal-header,[data-theme=light] .ant-modal-body,[data-theme=light] .ant-modal-footer{background:#fff!important;color:#111!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}[data-theme=dark] .ant-select-dropdown,[data-theme=dark] .ant-dropdown,[data-theme=dark] .ant-picker-dropdown,[data-theme=dark] .ant-select-item,[data-theme=dark] .ant-select-item-option,[data-theme=dark] .ant-select-item-option-content,[data-theme=dark] .ant-dropdown-menu,[data-theme=dark] .ant-dropdown-menu-item,[data-theme=dark] .ant-dropdown-menu-submenu-title{background:#1f1f1f!important;color:#fff!important}[data-theme=dark] .ant-select-item-option-active,[data-theme=dark] .ant-dropdown-menu-item-active{background:#ffffff0f!important;color:#fff!important}[data-theme=dark] .ant-select-item-option-selected,[data-theme=dark] .ant-dropdown-menu-item-selected{background:#ffffff1f!important;color:#fff!important}[data-theme=dark] .ant-select-item-option-content{background:transparent!important}[data-theme=dark] .ant-select-selection-item,[data-theme=dark] .ant-select-selection-placeholder,[data-theme=dark] .ant-select-arrow,[data-theme=dark] .ant-select-clear{color:#fff!important}[data-theme=light] .ant-select-selection-item,[data-theme=light] .ant-select-selection-placeholder,[data-theme=light] .ant-select-arrow,[data-theme=light] .ant-select-clear{color:#111!important}input::placeholder,textarea::placeholder,.ant-input::placeholder,.ant-input-password input::placeholder,.ant-input-number input::placeholder,.ant-select-selection-placeholder,.ant-picker-input input::placeholder{color:#bfbfbf!important}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,.ant-input::-webkit-input-placeholder,.ant-input-password input::-webkit-input-placeholder,.ant-input-number input::-webkit-input-placeholder,.ant-picker-input input::-webkit-input-placeholder{color:#bfbfbf!important}input::-moz-placeholder,textarea::-moz-placeholder,.ant-input::-moz-placeholder,.ant-input-password input::-moz-placeholder,.ant-input-number input::-moz-placeholder,.ant-picker-input input::-moz-placeholder{color:#bfbfbf!important;opacity:1!important}input:-ms-input-placeholder,textarea:-ms-input-placeholder,.ant-input:-ms-input-placeholder,.ant-input-password input:-ms-input-placeholder,.ant-input-number input:-ms-input-placeholder,.ant-picker-input input:-ms-input-placeholder{color:#bfbfbf!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder,[data-theme=dark] .ant-input::placeholder,[data-theme=dark] .ant-input-password input::placeholder,[data-theme=dark] .ant-input-number input::placeholder,[data-theme=dark] .ant-picker-input input::placeholder{color:#a6a6a6!important}[data-theme=dark] input::-webkit-input-placeholder,[data-theme=dark] textarea::-webkit-input-placeholder,[data-theme=dark] .ant-input::-webkit-input-placeholder,[data-theme=dark] .ant-input-password input::-webkit-input-placeholder,[data-theme=dark] .ant-input-number input::-webkit-input-placeholder,[data-theme=dark] .ant-picker-input input::-webkit-input-placeholder{color:#a6a6a6!important}[data-theme=dark] input::-moz-placeholder,[data-theme=dark] textarea::-moz-placeholder,[data-theme=dark] .ant-input::-moz-placeholder,[data-theme=dark] .ant-input-password input::-moz-placeholder,[data-theme=dark] .ant-input-number input::-moz-placeholder,[data-theme=dark] .ant-picker-input input::-moz-placeholder{color:#a6a6a6!important;opacity:1!important}[data-theme=dark] input:-ms-input-placeholder,[data-theme=dark] textarea:-ms-input-placeholder,[data-theme=dark] .ant-input:-ms-input-placeholder,[data-theme=dark] .ant-input-password input:-ms-input-placeholder,[data-theme=dark] .ant-input-number input:-ms-input-placeholder,[data-theme=dark] .ant-picker-input input:-ms-input-placeholder{color:#a6a6a6!important}[data-theme=dark] .ant-select-dropdown .ant-select-item-option-state{color:#fff!important}[data-theme=dark] .ant-select-dropdown .ant-empty-description{color:#aaa!important}*{box-sizing:border-box}.dashboard-container,.payments-container,.users-page,.app-container{overflow-x:hidden!important;max-width:100vw!important;width:100%!important}.ant-table-wrapper{overflow-x:auto;max-width:100%}.ant-table{min-width:100%}@media (max-width: 768px){.dashboard-container{padding:10px!important}.ant-card{margin-bottom:10px!important}}.page-subtitle{font-size:.85rem;color:#7a869a;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.1rem;margin-top:0;font-weight:400}.ant-table,.ant-table-wrapper,.ant-table-thead>tr>th,.ant-table-tbody>tr>td{background:var(--card-bg)!important;color:var(--text)!important;font-family:Inter,Roboto,Nunito,Segoe UI,Arial,sans-serif;font-size:1rem;border-radius:8px!important;border:none!important}.ant-table-thead>tr>th{background:#181a1b!important;color:#7a869a!important;font-weight:400!important;font-size:.85rem;letter-spacing:.01em;border-bottom:none!important;border-right:none!important;border-left:none!important;text-transform:uppercase;text-align:center;vertical-align:middle}.ant-table-tbody>tr>td{background:var(--card-bg)!important;color:var(--text)!important;font-weight:400!important;font-size:.85rem;border-bottom:1px solid #2c2f36!important;border-right:none!important;border-left:none!important;text-align:center;vertical-align:middle}.ant-table-tbody>tr.ant-table-row:hover>td,.ant-table-tbody>tr.ant-table-row-selected>td{background:inherit!important}.ant-table{border-radius:8px!important;overflow:hidden!important;box-shadow:0 2px 8px #0000000a}.ant-table-thead>tr>th{border-radius:0!important;margin:0!important;box-shadow:none!important;background-image:none!important;border-right:none!important;border-left:none!important;border-bottom:none!important;text-align:center;vertical-align:middle;font-family:Inter,Roboto,Nunito,Segoe UI,Arial,sans-serif!important;text-transform:uppercase!important;font-weight:400!important;font-size:.85rem;letter-spacing:.01em}.ant-table-thead>tr>th:before,.ant-table-thead>tr>th:after{border:none!important;box-shadow:none!important;background:none!important}.ant-table-tbody>tr>td{border-radius:0!important;border-right:none!important;border-left:none!important;text-align:center;vertical-align:middle;font-family:Inter,Roboto,Nunito,Segoe UI,Arial,sans-serif!important;text-transform:uppercase!important;font-weight:400!important;font-size:.85rem}[data-theme=dark] .ant-table-thead>tr>th{background:#181a1b!important;color:#7a869a!important;border-bottom:none!important}[data-theme=dark] .ant-table-tbody>tr>td{background:var(--card-bg)!important;color:var(--text)!important;border-bottom:1px solid #2c2f36!important}[data-theme=dark] .ant-table{background:var(--card-bg)!important}[data-theme=light] .ant-table-thead>tr>th{background:#f7f8fa!important;color:#7a869a!important;border-bottom:none!important}[data-theme=light] .ant-table-tbody>tr>td{background:#fff!important;color:#222!important;border-bottom:1px solid #e0e0e0!important}[data-theme=light] .ant-table{background:#fff!important}.ant-table-pagination{margin:16px 0 0!important}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{font-family:Inter,Roboto,Nunito,Segoe UI,Arial,sans-serif!important;text-transform:uppercase!important}.ant-pagination{display:flex;align-items:center;gap:4px;margin-top:8px}.ant-pagination-item{background:transparent!important;border:none!important;color:#7a869a!important;border-radius:4px!important;min-width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-family:Inter,Arial,sans-serif;font-size:1rem;transition:background .2s,color .2s}.ant-pagination-item-active{background:#1976d2!important;color:#fff!important;border:none!important;box-shadow:none!important}.ant-pagination-item:focus,.ant-pagination-item-active:focus{outline:none!important;box-shadow:none!important}.ant-pagination-prev,.ant-pagination-next{background:transparent!important;border:none!important;color:#7a869a!important;border-radius:4px!important;min-width:28px;height:28px;display:flex;align-items:center;justify-content:center}.ant-pagination-disabled{color:#b0b8c1!important;background:transparent!important}.ant-pagination-prev .ant-pagination-item-link,.ant-pagination-next .ant-pagination-item-link{background:transparent!important;border:none!important;color:#7a869a!important;box-shadow:none!important}.ant-pagination-options{display:none!important}*,body,h1,h2,h3,h4,h5,h6,p,span,div,button,input,textarea,select,label,a{font-family:Segoe UI,Inter,-apple-system,BlinkMacSystemFont,San Francisco,Roboto,Helvetica Neue,sans-serif!important;font-style:normal!important;font-weight:400!important;line-height:20px!important}[data-theme=dark] .text-primary{color:#177ddc!important}[data-theme=dark] .text-success{color:#49aa19!important}[data-theme=dark] .text-warning{color:#d89614!important}[data-theme=dark] .text-error,[data-theme=dark] .text-danger{color:#d32029!important}[data-theme=dark] .text-secondary{color:#a6a6a6!important}[data-theme=dark] .text-muted{color:#8c8c8c!important}[data-theme=dark] .ant-picker,[data-theme=dark] .ant-picker .ant-picker-input{background-color:#1f1f1f!important}[data-theme=dark] .ant-picker .ant-picker-input>input{background-color:#1f1f1f!important;color:#fff!important}[data-theme=dark] .ant-picker .ant-picker-input>input::placeholder{color:#a6a6a6!important}[data-theme=dark] .ant-input{background-color:#1f1f1f!important;border-color:#434343!important;color:#fff!important}[data-theme=dark] .ant-input:focus{background-color:#1f1f1f!important;border-color:#177ddc!important;box-shadow:0 0 0 2px #177ddc33!important}[data-theme=dark] .ant-input:hover{background-color:#1f1f1f!important;border-color:#177ddc!important}[data-theme=dark] .ant-input::placeholder{color:#a6a6a6!important;font-family:Segoe UI,Inter,-apple-system,BlinkMacSystemFont,San Francisco,Roboto,Helvetica Neue,sans-serif!important;font-weight:400!important}[data-theme=dark] .ant-form-item-label>label,[data-theme=dark] label{color:#a6a6a6!important;font-family:Segoe UI,Inter,-apple-system,BlinkMacSystemFont,San Francisco,Roboto,Helvetica Neue,sans-serif!important;font-weight:400!important;line-height:20px!important}.ant-btn,.ant-input,.ant-table,.ant-menu,.ant-dropdown,.ant-modal,.ant-card,.ant-form,.ant-tabs,.ant-pagination,.topbar,.sidebar,.dashboard,.payments,.measurements,.pfe-module{font-family:Segoe UI,Inter,-apple-system,BlinkMacSystemFont,San Francisco,Roboto,Helvetica Neue,sans-serif!important;font-style:normal!important;font-weight:400!important;line-height:20px!important}svg{stroke-width:1!important;stroke:#333!important;fill:none!important;color:#333!important}svg[fill=currentColor],svg[fill=inherit],svg[fill=none]{stroke-width:1!important;stroke:#333!important;color:#333!important}.anticon svg,.ant-menu-item .anticon svg,.ant-btn .anticon svg,.ant-input .anticon svg,.fi{stroke-width:1!important;stroke:#333!important;fill:none!important;color:#333!important}.anticon{stroke-width:1!important;stroke:#333!important;color:#333!important}.topbar__theme-btn svg{stroke-width:1!important;stroke:currentColor!important;fill:none!important}.sidebar__icon svg{stroke-width:1!important;stroke:#333!important;fill:none!important;color:#333!important}.sidebar__icon .anticon{stroke-width:1!important;stroke:#333!important;color:#333!important;font-size:16px!important;opacity:1!important;visibility:visible!important}.sidebar__icon .anticon svg{stroke-width:1!important;stroke:#333!important;color:#333!important;fill:currentColor!important;opacity:1!important;visibility:visible!important}.ant-btn svg{stroke-width:1!important;stroke:#333!important;color:#333!important}.ant-input svg{stroke-width:1!important;stroke:#333!important;color:#333!important}.ant-menu svg{stroke-width:1!important;stroke:#333!important;color:#333!important}.ant-card svg{stroke-width:1!important;stroke:#333!important;color:#333!important}.ant-table svg{stroke-width:1!important;stroke:#333!important;color:#333!important}.ant-modal svg{stroke-width:1!important;stroke:#333!important;color:#333!important}.ant-form svg{stroke-width:1!important;stroke:#333!important;color:#333!important}.ant-tabs svg{stroke-width:1!important;stroke:#333!important;color:#333!important}.ant-pagination svg{stroke-width:1!important;stroke:#333!important;color:#333!important}[data-theme=dark] svg{stroke-width:1!important;stroke:#ccc!important;fill:none!important;color:#ccc!important}[data-theme=dark] svg[fill=currentColor],[data-theme=dark] svg[fill=inherit],[data-theme=dark] svg[fill=none]{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important}[data-theme=dark] .anticon svg,[data-theme=dark] .ant-menu-item .anticon svg,[data-theme=dark] .ant-btn .anticon svg,[data-theme=dark] .ant-input .anticon svg,[data-theme=dark] .fi{stroke-width:1!important;stroke:#ccc!important;fill:none!important;color:#ccc!important}[data-theme=dark] .anticon{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important}[data-theme=dark] .sidebar__icon svg{stroke-width:1!important;stroke:#ccc!important;fill:none!important;color:#ccc!important}[data-theme=dark] .sidebar__icon .anticon{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important;font-size:16px!important;opacity:1!important;visibility:visible!important}.anticon svg{stroke-width:1!important;stroke:currentColor!important;fill:none!important}[data-theme=dark] .anticon svg{stroke-width:1!important;stroke:currentColor!important;fill:none!important}.DollarOutlined svg,.CarOutlined svg,.UserOutlined svg,.BarChartOutlined svg,.HomeOutlined svg{stroke-width:1!important;stroke:currentColor!important;fill:none!important}[data-theme=dark] .DollarOutlined svg,[data-theme=dark] .CarOutlined svg,[data-theme=dark] .UserOutlined svg,[data-theme=dark] .BarChartOutlined svg,[data-theme=dark] .HomeOutlined svg{stroke-width:1!important;stroke:currentColor!important;fill:none!important}[data-theme=dark] .ant-btn svg{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important}[data-theme=dark] .ant-input svg{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important}[data-theme=dark] .ant-menu svg{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important}[data-theme=dark] .ant-card svg{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important}[data-theme=dark] .ant-table svg{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important}[data-theme=dark] .ant-modal svg{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important}[data-theme=dark] .ant-form svg{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important}[data-theme=dark] .ant-tabs svg{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important}[data-theme=dark] .ant-pagination svg{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important}[data-theme=dark] .sidebar__icon .anticon svg{stroke-width:1!important;stroke:#ccc!important;color:#ccc!important;fill:currentColor!important;opacity:1!important;visibility:visible!important}.sidebar .anticon{color:inherit!important;font-size:16px!important;opacity:1!important;visibility:visible!important}.sidebar .anticon svg{color:inherit!important;fill:currentColor!important;opacity:1!important;visibility:visible!important}[data-theme=dark] .sidebar .anticon{color:inherit!important;font-size:16px!important;opacity:1!important;visibility:visible!important}[data-theme=dark] .sidebar .anticon svg{color:inherit!important;fill:currentColor!important;opacity:1!important;visibility:visible!important}.DollarOutlined,.CarOutlined,.UserOutlined,.BarChartOutlined,.HomeOutlined,[data-theme=dark] .DollarOutlined,[data-theme=dark] .CarOutlined,[data-theme=dark] .UserOutlined,[data-theme=dark] .BarChartOutlined,[data-theme=dark] .HomeOutlined{color:inherit!important;opacity:1!important;visibility:visible!important}.custom-calendar-dropdown{position:absolute;top:100%;left:0;background-color:#1f1f1f;border:1px solid #434343;border-radius:6px;box-shadow:0 4px 12px #0000004d;z-index:1000;min-width:240px;max-height:360px;overflow-y:auto;font-family:Segoe UI,Inter,-apple-system,BlinkMacSystemFont,San Francisco,Roboto,Helvetica Neue,sans-serif}.custom-calendar-input{outline:none!important;box-shadow:none!important;border:1px solid #434343!important}.custom-calendar-input:focus{outline:none!important;box-shadow:none!important;border-color:#177ddc!important}.custom-calendar-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid #434343;color:#fff;font-size:13px;font-weight:400}.custom-calendar-month-year{display:flex;align-items:center;gap:8px;cursor:pointer}.custom-calendar-month-year:hover{color:#177ddc}.custom-calendar-nav{display:flex;align-items:center;gap:8px}.custom-calendar-nav button{background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s}.custom-calendar-nav button:hover{background-color:#434343}.custom-calendar-nav button:active{background-color:#177ddc}.custom-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);padding:6px 12px 4px;border-bottom:1px solid #434343}.custom-calendar-weekday{text-align:center;color:#a6a6a6;font-size:12px;font-weight:400;padding:4px}.custom-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);padding:6px 12px;gap:1px}.custom-calendar-day{display:flex;align-items:center;justify-content:center;height:28px;color:#fff;font-size:13px;font-weight:400;cursor:pointer;border-radius:4px;transition:background-color .2s;-webkit-user-select:none;user-select:none}.custom-calendar-day:hover{background-color:#434343}.custom-calendar-day.selected{background-color:#177ddc;color:#fff}.custom-calendar-day.other-month{color:#666}.custom-calendar-day.today{border:1px solid #177ddc}.custom-calendar-footer{display:flex;justify-content:space-between;padding:8px 12px;border-top:1px solid #434343}.custom-calendar-footer button{background:none;border:none;color:#177ddc;cursor:pointer;font-size:14px;font-weight:400;padding:4px 8px;border-radius:4px;transition:background-color .2s}.custom-calendar-footer button:hover{background-color:#434343}[data-theme=light] .custom-calendar-dropdown{background-color:#fff!important;border:1px solid #d9d9d9!important;box-shadow:0 4px 12px #00000026!important}[data-theme=light] .custom-calendar-header{border-bottom:1px solid #d9d9d9;color:#000}[data-theme=light] .custom-calendar-nav button{color:#000}[data-theme=light] .custom-calendar-nav button:hover{background-color:#f5f5f5}[data-theme=light] .custom-calendar-weekdays{border-bottom:1px solid #d9d9d9}[data-theme=light] .custom-calendar-weekday{color:#666}[data-theme=light] .custom-calendar-day{color:#000}[data-theme=light] .custom-calendar-day:hover{background-color:#f5f5f5}[data-theme=light] .custom-calendar-day.other-month{color:#ccc}[data-theme=light] .custom-calendar-footer{border-top:1px solid #d9d9d9}[data-theme=light] .custom-calendar-footer button{color:#177ddc}[data-theme=light] .custom-calendar-footer button:hover{background-color:#f5f5f5}.custom-calendar-month-year-picker{padding:8px 12px;border-bottom:1px solid #434343}.custom-calendar-months{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin-bottom:8px}.custom-calendar-month{padding:6px 8px;text-align:center;color:#fff;font-size:12px;font-weight:400;cursor:pointer;border-radius:4px;transition:background-color .2s;-webkit-user-select:none;user-select:none}.custom-calendar-month:hover{background-color:#434343}.custom-calendar-month.selected{background-color:#177ddc;color:#fff}.custom-calendar-years{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.custom-calendar-year{padding:6px 8px;text-align:center;color:#fff;font-size:12px;font-weight:400;cursor:pointer;border-radius:4px;transition:background-color .2s;-webkit-user-select:none;user-select:none}.custom-calendar-year:hover{background-color:#434343}.custom-calendar-year.selected{background-color:#177ddc;color:#fff}[data-theme=light] .custom-calendar-month-year-picker{border-bottom:1px solid #d9d9d9}[data-theme=light] .custom-calendar-month{color:#000}[data-theme=light] .custom-calendar-month:hover{background-color:#f5f5f5}[data-theme=light] .custom-calendar-year{color:#000}[data-theme=light] .custom-calendar-year:hover{background-color:#f5f5f5}[data-theme=dark]{--bg: #0f1419;--card-bg: #1a1f2e;--text: #ffffff;--button-bg: #2563eb;--button-text: #ffffff;--button-hover: #1d4ed8}[data-theme=dark] .sidebar,[data-theme=dark] .ant-layout-sider{background:#1a1f2e!important;border-right:1px solid #374151!important}[data-theme=dark] .sidebar a,[data-theme=dark] .ant-menu-item{color:#e5e7eb!important}[data-theme=dark] .sidebar a:hover,[data-theme=dark] .ant-menu-item:hover{background:#374151!important}[data-theme=dark] .topbar{background:#1a1f2e!important;border-bottom:1px solid #374151!important}[data-theme=dark] .ant-card{background:#1a1f2e!important;border:1px solid #374151!important}[data-theme=dark] .ant-table{background:#1a1f2e!important}[data-theme=dark] .ant-table-thead>tr>th{background:#111827!important;color:#9ca3af!important}[data-theme=dark] .ant-table-tbody>tr>td{background:#1a1f2e!important;color:#e5e7eb!important;border-bottom:1px solid #374151!important}[data-theme=dark] .ant-input,[data-theme=dark] .ant-select-selector,[data-theme=dark] .ant-picker,[data-theme=dark] .ant-picker-input,[data-theme=dark] .ant-picker-input>input,[data-theme=dark] .ant-input-number,[data-theme=dark] .ant-textarea{background:#1a1f2e!important;border:1px solid #374151!important;border-radius:6px!important;color:#fff!important;outline:none!important;box-shadow:none!important}html [data-theme=dark] .ant-input-affix-wrapper{background:#1a1f2e!important;border:1px solid #374151!important;border-radius:6px!important;box-shadow:none!important;outline:none!important}html [data-theme=dark] .ant-input-affix-wrapper:hover,html [data-theme=dark] .ant-input-affix-wrapper-focused{border-color:#4b5563!important;box-shadow:none!important}html [data-theme=dark] .ant-input-affix-wrapper .ant-input{background:transparent!important;border:none!important;box-shadow:none!important}[data-theme=dark] .ant-input:focus,[data-theme=dark] .ant-input:hover,[data-theme=dark] .ant-select-focused .ant-select-selector,[data-theme=dark] .ant-select:hover .ant-select-selector,[data-theme=dark] .ant-picker-focused,[data-theme=dark] .ant-picker:focus,[data-theme=dark] .ant-picker:hover{border-color:#177ddc!important;box-shadow:none!important;outline:none!important}[data-theme=dark] .custom-calendar-input{background:#1f1f1f!important;border:1px solid #434343!important;border-radius:6px!important;color:#fff!important;outline:none!important;box-shadow:none!important}[data-theme=dark] .custom-calendar-input:focus,[data-theme=dark] .custom-calendar-input:hover{background:#1f1f1f!important;border-color:#177ddc!important;border-radius:6px!important;outline:none!important;box-shadow:none!important}body:not([data-theme=dark]) .ant-input,body:not([data-theme=dark]) .ant-select-selector,body:not([data-theme=dark]) .ant-picker,body:not([data-theme=dark]) .ant-picker-input input{color:#000!important;background:#fff!important}body:not([data-theme=dark]) input::placeholder,body:not([data-theme=dark]) textarea::placeholder,body:not([data-theme=dark]) .ant-input::placeholder,body:not([data-theme=dark]) .ant-input-password input::placeholder,body:not([data-theme=dark]) .ant-input-number input::placeholder,body:not([data-theme=dark]) .ant-select-selection-placeholder,body:not([data-theme=dark]) .ant-picker-input input::placeholder{color:#bfbfbf!important}html [data-theme=dark] input::placeholder,html [data-theme=dark] textarea::placeholder,html [data-theme=dark] .ant-input::placeholder,html [data-theme=dark] .ant-input-password input::placeholder,html [data-theme=dark] .ant-input-number input::placeholder,html [data-theme=dark] .ant-picker-input input::placeholder{color:#a6a6a6!important;opacity:1!important}[data-theme=light] .custom-calendar-input,body:not([data-theme=dark]) .custom-calendar-input{background-color:#fff!important;color:#000!important;border:1px solid #d9d9d9!important}[data-theme=light] .custom-calendar-input:focus,body:not([data-theme=dark]) .custom-calendar-input:focus{background-color:#fff!important;color:#000!important;border-color:#1890ff!important}html [data-theme=dark] .ant-select-selector,html [data-theme=dark] .ant-select .ant-select-selector,html [data-theme=dark] .ant-select-focused .ant-select-selector,html [data-theme=dark] .ant-select:hover .ant-select-selector,html [data-theme=dark] .ant-select-selection,html [data-theme=dark] .ant-select-selection-search,html [data-theme=dark] .ant-select-selection-overflow{background:#1a1f2e!important;border:1px solid #374151!important;border-radius:6px!important;outline:none!important;box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;border-color:#374151!important}html [data-theme=dark] .ant-select,html [data-theme=dark] .ant-input,html [data-theme=dark] .ant-picker,html [data-theme=dark] .ant-input-number,html [data-theme=dark] .ant-input-affix-wrapper{border:none!important;outline:none!important;box-shadow:none!important;background-image:none!important;background-color:transparent!important}html [data-theme=dark] .ant-input,html [data-theme=dark] .ant-picker-input input,html [data-theme=dark] .ant-input-number-input{background:#1a1f2e!important;border:1px solid #374151!important;border-radius:6px!important;color:#fff!important;box-shadow:none!important;background-clip:padding-box!important}html [data-theme=dark] .ant-input-number{background:#1a1f2e!important;border:1px solid #374151!important;border-radius:6px!important;box-shadow:none!important}html [data-theme=dark] .ant-input-number-input{background:transparent!important;border:none!important;box-shadow:none!important}html [data-theme=dark] .ant-picker{background:#1a1f2e!important;border:1px solid #374151!important;border-radius:6px!important;box-shadow:none!important}html [data-theme=dark] .ant-picker-input>input{background:transparent!important;border:none!important;box-shadow:none!important}html [data-theme=dark] .ant-select-focused .ant-select-selector,html [data-theme=dark] .ant-select:hover .ant-select-selector{border-color:#177ddc!important;box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important}html [data-theme=dark] .ant-select:focus,html [data-theme=dark] .ant-select-focused,html [data-theme=dark] .ant-input:focus,html [data-theme=dark] .ant-input-affix-wrapper:focus,html [data-theme=dark] .ant-input-affix-wrapper-focused,html [data-theme=dark] .ant-picker:focus,html [data-theme=dark] .ant-picker-focused,html [data-theme=dark] .ant-input-number:focus{outline:none!important;box-shadow:none!important}body:not([data-theme=dark]) .ant-input-affix-wrapper{background:#fff!important;border:1px solid #d9d9d9!important;border-radius:6px!important;box-shadow:none!important}body:not([data-theme=dark]) .ant-input-affix-wrapper:hover,body:not([data-theme=dark]) .ant-input-affix-wrapper-focused,body:not([data-theme=dark]) .ant-input-affix-wrapper:focus{border-color:#bfbfbf!important;box-shadow:none!important}body:not([data-theme=dark]) .ant-input-affix-wrapper .ant-input{background:transparent!important;border:none!important}.ant-input-search .ant-input-search-button{display:none!important}.ant-input-search .ant-input-suffix{background:transparent!important}html [data-theme=dark] .ant-input-affix-wrapper .ant-input-prefix,html [data-theme=dark] .ant-input-affix-wrapper .ant-input-suffix,html [data-theme=dark] .ant-select .ant-select-arrow,html [data-theme=dark] .ant-select .ant-select-clear{background:transparent!important;border:none!important;box-shadow:none!important}html [data-theme=dark] .ant-select-selection,html [data-theme=dark] .ant-select-selection-search,html [data-theme=dark] .ant-select-selection-overflow,html [data-theme=dark] .ant-select-selection-item,html [data-theme=dark] .ant-select-selection-placeholder,html [data-theme=dark] .ant-select-selector input,html [data-theme=dark] .ant-select-selection-search-input{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important}[data-theme=dark] .select-contract,[data-theme=dark] .select-contract .ant-card,[data-theme=dark] .select-contract .ant-card *,[data-theme=dark] .select-contract .ant-card .ant-card-body{color:#e5e7eb!important}html [data-theme=dark] .ant-select-selection-item,html [data-theme=dark] .ant-select-selection-placeholder{color:#fff!important;background:transparent!important}body:not([data-theme=dark]) .ant-select-selection-item,body:not([data-theme=dark]) .ant-select-selection-placeholder{color:#111!important}body:not([data-theme=dark]) .ant-select-dropdown,body:not([data-theme=dark]) .ant-select-item,body:not([data-theme=dark]) .ant-select-item-option-content{background:#fff!important;color:#111!important}body:not([data-theme=dark]) .ant-select-item-option-active,body:not([data-theme=dark]) .ant-select-item-option-selected{background:#f5f5f5!important;color:#111!important}.ant-select-item,.ant-select-item-option,.ant-select-item-option-content,.ant-select-item-option-state{background:transparent!important;border:none!important;box-shadow:none!important}[data-theme=dark] .ant-select-item-option-active{background:#ffffff0f!important;color:#fff!important}[data-theme=dark] .ant-select-item-option-selected{background:#ffffff1f!important;color:#fff!important}[data-theme=dark] .ant-select-item-option,body:not([data-theme=dark]) .ant-select-item-option{border-radius:6px!important;box-shadow:none!important;outline:none!important}[data-theme=dark] .ant-select-item-option-active .ant-select-item-option-content,[data-theme=dark] .ant-select-item-option-selected .ant-select-item-option-content,body:not([data-theme=dark]) .ant-select-item-option-active .ant-select-item-option-content,body:not([data-theme=dark]) .ant-select-item-option-selected .ant-select-item-option-content{background:transparent!important;box-shadow:none!important}[data-theme=dark] .ant-select-item-option-active,[data-theme=dark] .ant-select-item-option-selected,body:not([data-theme=dark]) .ant-select-item-option-active,body:not([data-theme=dark]) .ant-select-item-option-selected{outline:none!important;box-shadow:none!important}[data-theme=dark] .ant-picker-header{padding:4px 8px!important;border-bottom:1px solid #374151!important}[data-theme=dark] .ant-picker-header button,[data-theme=dark] .ant-picker-header .ant-picker-header-super-prev-btn,[data-theme=dark] .ant-picker-header .ant-picker-header-prev-btn,[data-theme=dark] .ant-picker-header .ant-picker-header-next-btn,[data-theme=dark] .ant-picker-header .ant-picker-header-super-next-btn{width:24px!important;height:24px!important;padding:0!important;margin:0 2px!important;border:none!important;background:transparent!important;color:#9ca3af!important;box-shadow:none!important;border-radius:4px!important}[data-theme=dark] .ant-picker-header button:hover{background:#2a2f3c!important;color:#e5e7eb!important}[data-theme=dark] .ant-picker-header .ant-picker-header-super-prev-btn,[data-theme=dark] .ant-picker-header .ant-picker-header-super-next-btn{display:none!important}[data-theme=dark] .ant-picker-footer{border-top:1px solid #374151!important}[data-theme=dark] .ant-picker-footer .ant-picker-today-btn,[data-theme=dark] .ant-picker-footer .ant-btn{background:transparent!important;color:#9ca3af!important;border:1px solid #374151!important;height:28px!important;padding:0 10px!important;box-shadow:none!important}[data-theme=dark] .ant-picker-footer .ant-btn:hover,[data-theme=dark] .ant-picker-footer .ant-picker-today-btn:hover{background:#2a2f3c!important;color:#e5e7eb!important;border-color:#4b5563!important}html body[data-theme=dark] .ant-picker-dropdown .ant-picker-header button,html body[data-theme=dark] .ant-picker-dropdown .ant-picker-header-view button{all:unset!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;min-width:22px!important;line-height:22px!important;padding:0!important;margin:0 2px!important;background:transparent!important;border:none!important;border-radius:4px!important;color:#9ca3af!important;box-shadow:none!important}html body[data-theme=dark] .ant-picker-dropdown .ant-picker-header button:hover,html body[data-theme=dark] .ant-picker-dropdown .ant-picker-header-view button:hover{background:#2a2f3c!important;color:#e5e7eb!important}html body[data-theme=dark] .ant-picker-dropdown .ant-picker-header .ant-picker-header-super-prev-btn,html body[data-theme=dark] .ant-picker-dropdown .ant-picker-header .ant-picker-header-super-next-btn{display:none!important}html body[data-theme=dark] .ant-picker-dropdown .ant-picker-footer button,html body[data-theme=dark] .ant-picker-dropdown .ant-picker-footer .ant-btn{height:28px!important;padding:0 10px!important;margin:0 6px 6px 0!important;background:transparent!important;color:#9ca3af!important;border:1px solid #374151!important;border-radius:6px!important;box-shadow:none!important}html body[data-theme=dark] .ant-picker-dropdown .ant-picker-footer button:hover,html body[data-theme=dark] .ant-picker-dropdown .ant-picker-footer .ant-btn:hover{background:#2a2f3c!important;color:#e5e7eb!important;border-color:#4b5563!important}.ant-picker-dropdown .ant-picker-header button,.ant-picker-dropdown .ant-picker-header-view button{all:unset!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;min-width:22px!important;line-height:22px!important;padding:0!important;margin:0 2px!important;background:transparent!important;border:none!important;border-radius:4px!important;box-shadow:none!important}.ant-picker-dropdown .ant-picker-header .ant-btn,.ant-picker-dropdown .ant-picker-header .ant-btn-primary,.ant-picker-dropdown .ant-picker-header .ant-btn-icon-only{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;width:22px!important;height:22px!important;min-width:22px!important;line-height:22px!important}.ant-picker-dropdown .ant-picker-footer button,.ant-picker-dropdown .ant-picker-footer .ant-btn{height:28px!important;padding:0 10px!important;margin:0 6px 6px 0!important;background:transparent!important;box-shadow:none!important}body:not([data-theme=dark]) .ant-picker-dropdown .ant-picker-footer button,body:not([data-theme=dark]) .ant-picker-dropdown .ant-picker-footer .ant-btn{color:#595959!important;border:1px solid #d9d9d9!important}[data-theme=dark] .ant-picker-dropdown .ant-picker-footer button,[data-theme=dark] .ant-picker-dropdown .ant-picker-footer .ant-btn{color:#9ca3af!important;border:1px solid #374151!important}.ant-picker-dropdown button,.ant-picker-dropdown .ant-btn,.ant-picker-dropdown .ant-btn-primary,.ant-picker-dropdown .ant-btn-default{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}body:not([data-theme=dark]) .ant-picker-dropdown button{color:#595959!important}[data-theme=dark] .ant-picker-dropdown button{color:#9ca3af!important}.custom-calendar-dropdown .custom-calendar-nav button{all:unset!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;min-width:22px!important;line-height:22px!important;padding:0!important;margin:0 2px!important;background:transparent!important;border:none!important;border-radius:4px!important;box-shadow:none!important}.custom-calendar-dropdown .custom-calendar-nav button:hover{background:#ffffff0f!important}.custom-calendar-dropdown .custom-calendar-nav button:active{background:transparent!important}.custom-calendar-dropdown .custom-calendar-nav button:nth-child(1),.custom-calendar-dropdown .custom-calendar-nav button:nth-child(4){display:none!important}.custom-calendar-dropdown .custom-calendar-footer button{height:28px!important;padding:0 10px!important;margin:6px 6px 8px 0!important;background:transparent!important;border:1px solid #374151!important;border-radius:6px!important;color:#9ca3af!important;box-shadow:none!important}body:not([data-theme=dark]) .custom-calendar-dropdown .custom-calendar-footer button{border-color:#d9d9d9!important;color:#595959!important}body:not([data-theme=dark]) .custom-calendar-input{color:#000!important;background:#fff!important;border-color:#d9d9d9!important}body:not([data-theme=dark]) .custom-calendar-input>span{color:#000!important;-webkit-text-fill-color:#000000!important}body:not([data-theme=dark]) .custom-calendar-input svg{color:#8c8c8c!important}[data-theme=dark] .custom-calendar-input{background:#1a1f2e!important;border:1px solid #374151!important;color:#e5e7eb!important}[data-theme=dark] .custom-calendar-dropdown{background-color:#1a1f2e!important;border:1px solid #374151!important;box-shadow:0 8px 24px #00000059!important}[data-theme=dark] .custom-calendar-header,[data-theme=dark] .custom-calendar-weekdays,[data-theme=dark] .custom-calendar-grid{background:#1a1f2e!important;color:#e5e7eb!important;border-color:#374151!important}[data-theme=dark] .custom-calendar-weekday{color:#9ca3af!important}[data-theme=dark] .custom-calendar-day{color:#e5e7eb!important}[data-theme=dark] .custom-calendar-day:hover{background:#374151!important}[data-theme=dark] .custom-calendar-day.selected{background:#177ddc!important;color:#fff!important}[data-theme=dark] .custom-calendar-day.today{border:1px solid #177ddc!important}[data-theme=dark] .custom-calendar-month-year-picker,[data-theme=dark] .custom-calendar-months,[data-theme=dark] .custom-calendar-years,[data-theme=dark] .custom-calendar-month,[data-theme=dark] .custom-calendar-year{background:#1a1f2e!important;color:#e5e7eb!important}[data-theme=dark] .custom-calendar-month:hover,[data-theme=dark] .custom-calendar-year:hover{background:#374151!important}[data-theme=dark] .custom-calendar-month.selected,[data-theme=dark] .custom-calendar-year.selected{background:#177ddc!important;color:#fff!important}
