:root{--background:#fff;--foreground:#171717;--system-background:#007bff}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.ant-menu-sub{background:var(--system-background)!important}.ant-menu-submenu-title{color:#fff!important;transition:transform .3s ease}.ant-menu-item:hover:not(.ant-menu-item-selected),.ant-menu-sub .ant-menu-item:hover:not(.ant-menu-item-selected),.ant-menu-submenu-title:hover{background:hsla(0,0%,100%,.2)!important;transform:scale(1.015)}.ant-card-body{padding:1rem!important}.ant-drawer-body{padding-top:0!important}.ant-upload{width:100%!important}div:where(.swal2-container){z-index:999999!important}.progress-container{width:100%;height:4px;background-color:#e0e0e0;overflow:hidden;position:relative}.progress-bar{width:50%;height:100%;background-color:var(--system-background);position:absolute;left:-50%;animation:indeterminate 1s linear infinite}@keyframes indeterminate{0%{left:-50%;width:30%}50%{left:25%;width:50%}to{left:100%;width:30%}}.ant-table .ant-table-tbody>tr:hover>td{background-color:rgba(0,123,255,.3)!important}.ant-table .ant-table-tbody>tr{transition:box-shadow .3s ease}.ant-table .ant-table-tbody>tr:hover{box-shadow:0 -1px 1px rgba(0,0,0,.75),0 2px 3px rgba(0,0,0,.25)}.pac-container{z-index:999999!important}.row-active{background-color:rgba(0,123,255,.3)!important}.upload-list-custom .ant-upload-list-item{border-radius:.5rem .5rem 0 0!important}.disabled-row{opacity:.6;background-color:#f5f5f5}.disabled-row:hover td{background-color:#f5f5f5!important}.disabled-row .ant-checkbox-wrapper{pointer-events:none}.ant-table-title{background-color:#fafafa!important}.ant-table-cell-fix-right{padding-top:4px!important;padding-bottom:4px!important}