*{padding:0;margin:0;box-sizing:border-box}@font-face{font-family:ExpoArabic;src:url(/fonts/ExpoArabic-Book.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:ExpoArabic;src:url(/fonts/ExpoArabic-SemiBold.ttf) format("truetype");font-weight:700;font-style:normal}:root{--font-family: "ExpoArabic";--border-radius: .5rem;--background-light-color: #ffffff;--background-color: #efefef;--background-dark-color: #cfcfcf;--primary-light-color:#37693a;--primary-color: #2b532c;--primary-dark-color: #016c36;--active-color: #fccb06;--text-color: #1b1212;--white-color: #ffffff;--black-color: #121212;--disabled-color: #888888;--success-color: #37693a;--error-color: #e44603;--error-light-color: #fd6524;--input-color: #cbcbcb;--box-shadow-color: rgba(0,0,0,.2);color-scheme:light dark;font-family:var(--font-family),"Montserrat Variable",system-ui;font-size:14;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}html[theme=dark]{--background-light-color: #232323;--background-color: #121212;--background-dark-color: #0f0f0f;--primary-light-color:#37693a;--primary-color: #2b532c;--primary-dark-color: #016c36;--active-color: #fccb06;--text-color: #ffffff;--white-color: #ffffff;--black-color: #121212;--disabled-color: #8b8b8b;--success-color: #325f34;--error-color: #e44603;--error-light-color: #fd6524;--input-color: #717171;--box-shadow-color: rgba(212, 212, 212, .2)}html{scroll-behavior:smooth;overflow-x:hidden}body{background-color:var(--background-color);color:var(--text-color);min-height:99.91vh}#main{display:flex;flex-direction:row;margin:0}#content{width:100%;display:flex;flex-direction:column;margin:0;padding:0}.container{padding:1rem 2.5rem 0;margin-bottom:2rem;display:flex;flex-direction:column;row-gap:2rem}@media screen and (max-width: 1440px){.container{padding:1rem 2.5rem 0;margin-bottom:2.5rem;display:flex;flex-direction:column;row-gap:1.75rem}}@media screen and (max-width: 1024px){#content{padding-bottom:5rem}}@media screen and (max-width: 768px){body{min-height:100vh}body.body-splash #main{flex:0}body #main{display:flex;flex-direction:column-reverse;flex:100%}}@media screen and (max-width: 576px){.container{padding:1rem 1rem 0;row-gap:1.2rem}body{overflow-x:hidden}}:root{scrollbar-color:var(--primary-color);scrollbar-gutter:auto;scrollbar-width:auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:var(--background-color)}::-webkit-scrollbar-thumb{background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,var(--primary-color)),color-stop(.72,var(--primary-light-color)),color-stop(.86,var(--primary-color)));border-radius:.4rem;cursor:pointer}::-webkit-scrollbar-thumb:hover{background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.44,var(--primary-color)),color-stop(.72,var(--primary-light-color)),color-stop(.86,var(--primary-color)))}@media screen and (max-width: 768px){:root{scrollbar-width:thin;scrollbar-gutter:auto;scrollbar-color:var(--background-color) var(--background-light-color)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-light-color);border-radius:var(--border-radius)}::-webkit-scrollbar-thumb{background:var(--background-color);border-radius:var(--border-radius)}::-webkit-scrollbar-thumb:hover{background:var(--background-dark-color)}}.sidebar{box-shadow:0 2px 2px 0 var(--box-shadow-color);position:-webkit-sticky;position:sticky;top:0;padding:0;min-height:99.9vh;max-height:99.9vh}@media screen and (max-width: 1024px){.app-navbar{position:fixed;top:0;width:100%;height:65px;z-index:3}app-navbar+#app{margin-top:65px}app-navbar.d-none+#app{margin-top:0}.sidebar{width:99.9vw;min-height:4.5rem;height:4.5rem;max-height:4.5rem;overflow:hidden;position:fixed;top:auto;bottom:0!important;z-index:3;padding:0;transition:left .3s ease-out}}@media screen and (max-width: 576px){app-filter{visibility:hidden;max-height:0;opacity:0;transition:visibility .2s ease,opacity .2s ease,max-height .5s ease}app-filter+app-table{margin-top:-1rem}app-filter.mobile-show{visibility:visible;max-height:400px;opacity:1}app-filter.mobile-show+app-table{margin-top:0}}.fade-in{animation:fadeIn ease .5s;-webkit-animation:fadeIn ease .5s}.fade-in-up{animation:fadeInUp ease 1s;-webkit-animation:fadeInUp ease 1s}.fade-out{animation:fadeOut linear .3s 1 normal forwards;-webkit-animation:fadeOut linear .3s 1 normal forwards}[dir=ltr] .sidebar-slide{animation:sidebarSlideLeft ease .4s;-webkit-animation:sidebarSlideLeft ease .4s}[dir=rtl] .sidebar-slide{animation:sidebarSlideRight ease .4s;-webkit-animation:sidebarSlideRight ease .4s}@media screen and (max-width: 768px){.navbar-slide{animation:navbarSlide ease .4s;-webkit-animation:navbarSlide ease .4s}}@keyframes fadeIn{0%{opacity:.1}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:.1}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes navbarSlide{0%{margin-top:-70px}to{margin-top:0}}@-webkit-keyframes navbarSlide{0%{margin-top:-70px}to{margin-top:0}}@keyframes sidebarSlideLeft{0%{margin-left:-40%}to{margin-left:0}}@-webkit-keyframes sidebarSlideLeft{0%{margin-left:-40%}to{margin-left:0}}@keyframes sidebarSlideRight{0%{margin-right:-40%}to{margin-right:0}}@-webkit-keyframes sidebarSlideRight{0%{margin-right:-40%}to{margin-right:0}}h1,h2,h3,h4,h5,h6{font-weight:400}a{text-decoration:none}a:focus,button:focus,input:focus{outline:none}.d-none{display:none!important}.d-flex{display:flex!important}.flex-wrap{flex-wrap:wrap}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-grow-2{flex-grow:2}.flex-grow-3{flex-grow:3}.flex-gap-1{gap:1rem}.flex-gap-2{gap:2rem}.place-content-center{place-content:center center}.place-items-center{place-items:center center}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-center{justify-content:center!important}.justify-content-stretch{justify-content:stretch!important}.justify-content-end{justify-content:end}.align-items-center,.align-items-stretch{align-items:center!important}.text-center{text-align:center}.text-end{text-align:end}.m-1{margin:1rem}.m-2{margin:2rem}.m-3{margin:3rem}.mx-auto{margin-right:auto;margin-left:auto}.p-1{padding:1rem}.p-2{padding:2rem}.p-3{padding:3rem}.p-5{padding:5rem}.w-100{width:100%}hr{height:.05rem;margin:.1rem 0;background-color:silver;border:none}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/montserrat-cyrillic-ext-wght-normal-a0c152a7.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/montserrat-cyrillic-wght-normal-637f5453.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/montserrat-vietnamese-wght-normal-26a448d7.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/montserrat-latin-ext-wght-normal-6e1f71b0.woff2) format("woff2-variations");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/montserrat-latin-wght-normal-bb2f9008.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
