@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box;scroll-behavior:smooth}body{line-height:1}i{color:#dfdfdf}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#fff;border-radius:5px}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.react-icons{color:#1f0909;font-size:15px;vertical-align:middle!important;margin:0 auto;padding:0;margin-bottom:.125rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#888;border-radius:4px;visibility:hidden}:hover::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{visibility:visible;background:#555}*{scrollbar-width:thin;scrollbar-color:#888 transparent}*{scrollbar-width:none}*:hover{scrollbar-width:thin}.custom-input-affix-clickable{transition:opacity .2s ease}.custom-input-affix-clickable:hover:not([style*="cursor: not-allowed"]){opacity:.85}.custom-input-affix-clickable:active:not([style*="cursor: not-allowed"]){opacity:.7}.custom-input-with-label{display:flex;flex-direction:column;gap:6px}.custom-input-label{font-size:14px;color:#000000e0;line-height:1.5;font-weight:500}.custom-input-required{color:#ff4d4f}.dynamic-data-table{border-radius:0;background:transparent;padding:0}.dynamic-data-table .ant-table{background:transparent}.dynamic-data-table .ant-table-thead>tr>th{background:#f0f4ff;font-weight:600;color:#1a1f2e;border-bottom:1px solid #edf1f7;border-top:1px solid #edf1f7}.dynamic-data-table .ant-table-thead>tr>th:first-child{border-left:1px solid #edf1f7}.dynamic-data-table .ant-table-thead>tr>th:last-child{border-right:1px solid #edf1f7}.dynamic-data-table .ant-table-tbody>tr>td{border-bottom:1px solid #f3f4f6}.dynamic-data-table .ant-table-tbody>tr:nth-child(2n)>td{background-color:#fafbff}.dynamic-data-table .ant-table-tbody>tr:hover>td{background-color:#e6f4ff!important}.dynamic-data-table .ant-table-pagination.ant-pagination{margin:12px 12px 4px}.login-inner{background:#fff;border-radius:8px;padding:64px 48px;display:flex;flex-direction:column;justify-content:center;gap:40px;width:100%;min-height:600px;box-shadow:0 2px 4px #00000005,0 8px 16px #0000000a,0 0 0 1px #00000008;position:relative}.login-logo-container{display:flex;justify-content:center;margin-bottom:2px}.login-logo{height:50px;object-fit:contain}.login-header{display:flex;flex-direction:column;gap:5px}.login-title{font-size:30px;font-weight:800;color:#0a0f1e;line-height:1.2;letter-spacing:-.04em;margin:0}.login-subtitle{font-size:15px;color:#00000073;line-height:1.5;margin:0;font-weight:400}.login-inner .ant-form-item{margin-bottom:10px}.login-inner .ant-input-affix-wrapper,.login-inner .ant-input-password{border-radius:10px!important;border-color:#e5e9f0!important;background:#f8fafc!important;transition:all .2s ease!important;height:54px!important;padding:0 16px!important;box-shadow:none!important}.login-inner .ant-input-affix-wrapper:hover,.login-inner .ant-input-password:hover{border-color:#91caff!important;background:#fff!important}.login-inner .ant-input-affix-wrapper-focused,.login-inner .ant-input-password-focused,.login-inner .ant-input-affix-wrapper:focus-within{border-color:var(--primary-color)!important;background:#fff!important;box-shadow:0 0 0 3px rgba(var(--primary-rgb),.12)!important}.login-inner .ant-input{background:transparent!important;font-size:14px!important;color:#0a0f1e!important}.login-inner .ant-input::placeholder{color:#00000047!important}.login-inner .custom-input-label{font-size:13px;font-weight:600;color:#1a1f2e;letter-spacing:.01em}.login-footer{position:absolute;bottom:20px;left:0;right:0;text-align:center}.login-forgot-link{font-size:13px;color:#0006;font-weight:500;text-decoration:none;letter-spacing:.02em;transition:color .2s ease,text-shadow .2s ease}.login-forgot-link:hover{color:var(--primary-color);text-shadow:0 0 12px rgba(var(--primary-rgb),.25)}@media(max-width:480px){.login-inner{padding:28px 24px 24px;gap:22px}.login-title{font-size:21px}}*{box-sizing:border-box}.auth-layout{display:flex;height:100vh;width:100vw;overflow:hidden;font-family:Inter,sans-serif}.auth-brand-panel{position:relative;flex:0 0 42%;background:var(--sidebar-bg);display:flex;align-items:center;justify-content:center;overflow:hidden}.auth-brand-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(160deg,color-mix(in srgb,var(--sidebar-bg) 85%,white) 0%,var(--sidebar-bg) 60%,color-mix(in srgb,var(--sidebar-bg) 80%,black) 100%)}.auth-brand-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:48px}.auth-brand-logo{height:48px;object-fit:contain;filter:brightness(1.1)}.auth-brand-lines{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.18}.auth-brand-line{background:var(--primary-color);border-radius:2px;animation:lineGrow 2.5s ease-in-out infinite alternate}.auth-brand-line:nth-child(1){width:64px;height:2px;animation-delay:0s}.auth-brand-line:nth-child(2){width:40px;height:2px;animation-delay:.3s}.auth-brand-line:nth-child(3){width:24px;height:2px;animation-delay:.6s}@keyframes lineGrow{0%{opacity:.5;transform:scaleX(.8)}to{opacity:1;transform:scaleX(1)}}.auth-brand-circle{position:absolute;border-radius:50%;border:1px solid rgba(var(--primary-rgb),.12);pointer-events:none}.auth-brand-circle-1{width:340px;height:340px;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-brand-circle-2{width:520px;height:520px;top:50%;left:50%;transform:translate(-50%,-50%);border-color:rgba(var(--primary-rgb),.07)}.auth-brand-circle-3{width:700px;height:700px;top:50%;left:50%;transform:translate(-50%,-50%);border-color:rgba(var(--primary-rgb),.04)}.auth-form-panel{flex:1;background:#f4f6f8;display:flex;align-items:center;justify-content:center;padding:40px 32px;overflow-y:auto}.auth-form-inner{width:100%;max-width:520px;animation:fadeSlide .5s ease both}@keyframes fadeSlide{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@media(max-width:850px){.auth-brand-panel{display:none}.auth-form-panel{padding:24px 16px}}
