.loading-screen[data-v-14a88b32]{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s ease,visibility .5s ease;opacity:1;visibility:visible}.loading-screen.fade-out[data-v-14a88b32]{opacity:0;visibility:hidden}.loading-content[data-v-14a88b32]{text-align:center;display:flex;flex-direction:column;align-items:center}.logo-container[data-v-14a88b32]{animation:pulse-14a88b32 2s ease-in-out infinite}.logo[data-v-14a88b32]{max-width:120px;max-height:120px}.app-name[data-v-14a88b32]{font-size:2.5rem;font-weight:700;color:#333;margin:0;letter-spacing:-.5px}.loading-animation[data-v-14a88b32]{display:flex;justify-content:center;gap:8px}.dot[data-v-14a88b32]{width:12px;height:12px;background-color:#4f46e5;border-radius:50%;animation:bounce-14a88b32 1.4s ease-in-out infinite both}.loading-message[data-v-14a88b32]{font-size:1rem;color:#6c757d;font-weight:500}@keyframes bounce-14a88b32{0%,80%,to{transform:scale(0);opacity:.2}40%{transform:scale(1);opacity:1}}@keyframes pulse-14a88b32{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (prefers-color-scheme:dark){.loading-screen[data-v-14a88b32]{background:linear-gradient(135deg,#212529,#343a40)}.app-name[data-v-14a88b32]{color:#f8f9fa}.loading-message[data-v-14a88b32]{color:#dee2e6}}.data-table{width:100%;border-radius:10px!important;overflow:auto;.data-table-header,.v-data-table__wrapper thead th{white-space:nowrap;background-color:#d5d1de;font-weight:bolder;color:#000;padding:.5rem 0;cursor:pointer;position:sticky;top:0;z-index:2;font-size:1rem!important;&:hover .sort-icon,&:hover span{transition:.5s;color:#546e7a}&:hover .sort-icon{visibility:visible!important}}tbody{tr:nth-of-type(odd){background-color:#ecf0f1}tr:nth-of-type(2n){background-color:#0000000b}tr:nth-of-type(odd) td.sticky-column{background-color:#dfe4ea!important}tr:nth-of-type(2n) td.sticky-column{background-color:#ecf0f1!important}}.header-freeze{position:sticky!important;color:#fa0!important;background:#424242!important;z-index:3!important}.sticky-column{position:sticky;z-index:2!important}.v-data-table__empty-wrapper{height:488px!important;td{font-size:1.25rem!important}}.v-data-table__wrapper tbody tr td:first-child,.v-data-table__wrapper tbody tr th:first-child,.v-data-table__wrapper thead th.active-left{left:0!important}.v-data-table__wrapper table td{white-space:nowrap;font-size:1rem!important}.v-data-footer{background-color:#eee}.v-data-table__wrapper::-webkit-scrollbar{width:.5rem;height:15px}.v-data-table__wrapper::-webkit-scrollbar-track{box-shadow:inset 0 0 5px grey;border-radius:10px}.v-data-table__wrapper::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#34495e 50%,#fc466b 0);background-size:30px 100%;border-radius:10px}}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.w-auto{width:auto}.w-screen{width:100dvw}.w-max-content{width:-moz-max-content;width:max-content}.w-0{width:0}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}.w-100{width:100%}.h-auto{height:auto}.h-screen{height:100dvh}.h-0{height:0}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.not-found-img-container{width:250px;height:100%;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#eee;.image{max-width:250px;height:auto}}.left-1{left:.25rem}.left-2{left:.5rem}.left-4{left:1rem}.left-6{left:1.5rem}.left-8{left:2rem}.left-10{left:2.5rem}.left-12{left:3rem}.right-1{right:.25rem}.right-2{right:.5rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-8{right:2rem}.right-10{right:2.5rem}.right-12{right:3rem}.top-1{top:.25rem}.top-2{top:.5rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-10{top:2.5rem}.top-12{top:3rem}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-10{bottom:2.5rem}.bottom-12{bottom:3rem}*{margin:0;padding:0;box-sizing:border-box}body{font-size:100%;overflow-y:initial}a{list-style:none;text-decoration:none}::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}.pointer{cursor:pointer}.app-loading{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f5f5f5;z-index:9999}.goTop{position:fixed;bottom:-200px;right:5%;width:60px;height:60px;border-radius:30px;z-index:10;background-color:#57606f;font-size:30px;text-align:center;line-height:60px;cursor:pointer}.goTop,.goTop:hover{transition:.3s ease-in-out}.goTop:hover{background-color:#2c3e50}.goTopAfter{transition:.3s ease-in-out;bottom:1%}@media screen and (max-width:577px){.goTop{width:50px;height:50px;font-size:12px}.goTopAfter{bottom:2.5%}}.app-container{background-color:#eee;min-height:400px}.main-container{flex:1;width:100%;height:100%;min-height:85vh}