body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-header{height:60px;background-color:#edf0f3;color:#090909;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.app-header h2{margin:0}.header-right{display:flex;align-items:center;gap:15px}.logout-btn{padding:5px 10px;cursor:pointer;border:none;background-color:#0b348c;color:#fff;border-radius:4px}.logout-btn:hover{background-color:#475569}.app-footer{margin-top:20px;height:40px;background-color:#edf0f3;color:#0b0b0b;display:flex;align-items:center;justify-content:center;font-size:14px}.layout-container{display:flex;flex-direction:column;height:100vh;overflow:hidden}.layout-main{display:flex;flex:1}.layout-sidebar{width:220px;height:100vh;background:#1e293b;color:#fff;padding:20px;overflow-y:auto;overflow-x:hidden;z-index:9;scrollbar-width:auto;scrollbar-color:#475569 #1e293b}.layout-sidebar::-webkit-scrollbar{width:10px}.layout-sidebar::-webkit-scrollbar-track{background:#1e293b}.layout-sidebar::-webkit-scrollbar-thumb{background:#475569;border-radius:8px}.layout-sidebar::-webkit-scrollbar-thumb:hover{background:#64748b}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#1e293b}.custom-scrollbar::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#64748b}.layout-right{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden}.layout-content{flex:1;padding:20px;overflow-y:auto}.layout-sidebar a{color:#fff;display:block;margin-bottom:10px;text-decoration:none}.layout-sidebar a:hover{text-decoration:underline}.menu-link{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;text-decoration:none;color:#fff;position:relative}.menu-label{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:small}.menu-link:hover .tooltip{visibility:visible;opacity:1}.tooltip{visibility:hidden;opacity:0;position:absolute;left:100%;top:50%;transform:translateY(-50%);background-color:#0b348c;color:#fff;padding:4px 8px;border-radius:4px;white-space:nowrap;font-size:12px;transition:opacity .2s;z-index:9999}.steps{font-size:12px!important}.active-steps{color:#00497a!important;font-weight:700!important}.custom-user-table .ant-table-thead>tr>th{background-color:#ecf8ff}
