@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-bg-layout,#f5f5f5);color:var(--color-text-primary,rgba(0,0,0,.88))}@layer utilities{.text-balance{text-wrap:balance}}.invoice-total-row{background-color:var(--color-bg-layout,#f5f5f5)!important}.invoice-total-row,.invoice-total-row td{font-weight:700!important}.ant-table-wrapper.striped-table .ant-table-tbody>tr:nth-child(2n)>td{background-color:rgba(128,128,128,.03)!important}.ant-table-wrapper.striped-table .ant-table-tbody>tr:nth-child(2n):hover>td{background-color:rgba(128,128,128,.06)!important}.detail-section-table:not(.detail-section-table--bordered) .ant-table-container{border:none!important}.detail-section-table.detail-section-table--bordered .ant-table-container{border:1px solid var(--color-border-light,rgba(0,0,0,.06))!important}.detail-section-table.detail-section-table--bordered .ant-table-tbody>tr>td,.detail-section-table.detail-section-table--bordered .ant-table-thead>tr>th{border-right:1px solid var(--color-border-light,rgba(0,0,0,.06))}.detail-section-table .ant-table-thead>tr>th,.detail-section-table .ant-table-thead>tr>th .ant-typography{font-weight:500}.detail-section-table.detail-section-table--bordered .ant-table-tbody>tr>td:last-child,.detail-section-table.detail-section-table--bordered .ant-table-thead>tr>th:last-child{border-right:none}.detail-section-table .ant-table{border-radius:0!important}.ant-layout-sider{scroll-behavior:smooth;overscroll-behavior:contain}.ant-layout-sider::-webkit-scrollbar{display:none}.login-form-container{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.login-page-wrapper{display:flex;min-height:100vh;width:100vw;background-color:var(--color-bg-container,#ffffff);overflow:hidden}.login-left-half,.login-right-half{display:flex;align-items:center;justify-content:center;padding:2rem}.login-left-half{flex:1 1;background-color:var(--color-bg-container,#ffffff)}[data-theme=dark] .login-left-half{background-color:#000000!important}.login-right-half{flex:1 1;background-color:var(--color-bg-container,#ffffff);display:flex;flex-direction:column;align-items:center}[data-theme=dark] .login-right-half{background-color:#000000!important}@media (max-width:768px){.login-right-half{display:none}}.login-form-wrapper{width:100%;max-width:440px}.login-form-container .ant-card{border-radius:12px!important;border:1px solid var(--color-border-light,#f1f5f9);box-shadow:0 10px 15px -3px rgba(0,0,0,.05),0 4px 6px -2px rgba(0,0,0,.02)!important;background-color:var(--color-bg-container,#ffffff);padding:1.5rem .5rem}[data-theme=dark] .login-form-container .ant-card{background-color:#111111!important;border-color:#222222!important}.login-background-wrapper{width:100%;max-width:1000px;flex:1 1;min-height:400px;max-height:1000px;display:flex;align-items:center;justify-content:center}.login-background-image{width:100%;height:100%;background:url(/rubicon/Login\ Illustration.png) no-repeat;background-size:contain;background-position:50%}.login-background-image.dark-mode-bg{background:url(/rubicon/Login_Illustration_Dark.png) no-repeat;background-size:contain;background-position:50%}.login-brand-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;width:100%}.login-logo{height:auto;width:100%;max-width:480px;margin-top:1rem;margin-bottom:.5rem}.ant-form-item-label{font-weight:500!important;font-size:.875rem!important;color:var(--color-text-secondary,#4b5563)!important}.ant-input,.ant-input-password{border-radius:6px!important;transition:all .2s ease-in-out!important}.ant-input-focused,.ant-input:focus{box-shadow:0 0 0 2px rgba(22,119,255,.1)!important}.ant-input-otp .ant-input{width:36px!important;height:36px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.ant-btn-primary{border-radius:6px!important;font-weight:600!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important;transition:all .2s ease-in-out!important}.ant-btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important}