:root{--custom-primary-color-h:225;--custom-primary-color-s:69%;--custom-primary-color-l:59%;--custom-primary-color:hsl(var(--custom-primary-color-h),var(--custom-primary-color-s),var(--custom-primary-color-l));--custom-primary-color-light:hsl(var(--custom-primary-color-h),var(--custom-primary-color-s),calc(var(--custom-primary-color-l)/.9));--custom-primary-color-dark:hsl(var(--custom-primary-color-h),var(--custom-primary-color-s),calc(var(--custom-primary-color-l)*.9));--custom-primary-contrast-color:#fff;--bg-login:url(/images/Login_default.svg);--logo-login:url();--reveal-dur:.9s;--reveal-ease:cubic-bezier(.2,.8,.2,1);--stagger-step:.06s;}
*,*::before,*::after{box-sizing:border-box;}
html{font-family:'Open Sans',Arial,sans-serif;line-height:1.5;}
body{margin:0;background:#fff;color:#3a3b45;min-height:100vh;}
main{display:block;}
a{color:inherit;text-decoration:none;}
h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;}
.navbar{background:#fff;border-bottom:1px solid rgba(58,59,69,.08);}
.navbar .container{max-width:1140px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.navbar-nav{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0;}
.header{padding:4rem 0 3rem;background:linear-gradient(180deg,rgba(78,115,223,.08),rgba(255,255,255,0));}
.header .container{max-width:960px;text-align:center;}
.section{padding:3rem 0;}
.section:nth-of-type(odd){background:#f8f9fc;}
.container{width:100%;padding:0 1.5rem;margin:0 auto;}
@media(min-width:576px){.container{max-width:540px;}}
@media(min-width:768px){.container{max-width:720px;}}
@media(min-width:992px){.container{max-width:960px;}}
@media(min-width:1200px){.container{max-width:1140px;}}
.table{width:100%;margin-bottom:1rem;color:#858796;background-color:transparent;border-collapse:collapse;}
.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid transparent;}
.table thead th{vertical-align:bottom;border-bottom:2px solid transparent;font-weight:600;color:inherit;}
.table tbody+tbody{border-top:2px solid transparent;}
.scroll-progress{position:fixed;top:0;left:0;width:0;height:3px;background:var(--custom-primary-color);z-index:1050;transition:width .2s ease;}
.skeleton{position:relative;background:#e9ecef;border-radius:4px;overflow:hidden;}
.skeleton::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transform:translateX(-100%);animation:skeleton-shimmer 1.6s infinite;}
.skeleton-text{height:1em;margin-bottom:.75rem;}
.skeleton-btn{height:2.5rem;width:10rem;margin:2rem auto 0;border-radius:999px;}
.loader-wrapper{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#fff;z-index:1100;}
.loader-list{position:relative;width:180px;height:180px;}
.loader{position:absolute;top:80px;left:65px;color:#fff;border-radius:50%;transition:1s all;}
.loader-top,.loader-bottom{position:absolute;border:5px solid transparent;border-radius:50%;animation:loader-spin linear infinite;border-color:transparent;}
.loader-top.one,.loader-bottom.one{top:24px;left:15px;width:120px;height:120px;animation-duration:1s;}
.loader-top.two,.loader-bottom.two{top:37px;left:30px;width:90px;height:90px;animation-duration:1.2s;}
.loader-top.three,.loader-bottom.three{top:50px;left:40px;width:70px;height:70px;animation-duration:1.4s;}
.loader-top.four,.loader-bottom.four{top:64px;left:50px;width:50px;height:50px;animation-duration:1.6s;}
#main-top-footer{min-height:120px;}
@keyframes skeleton-shimmer{0%{transform:translateX(-100%);}100%{transform:translateX(100%);}}
@keyframes loader-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
