<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* --------------------------------------------------------------- */
/* -------------------------- LOADING ---------------------------- */
/* --------------------------------------------------------------- */

.onload-section.disable {
    display: none;
}

/* ----- loading page ----- */

.loading-page {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--custom-rgb-color-white),1);
    z-index: 3000 !important;
    opacity: 1;
}
.loading-result-section {
    position: relative;
}
.loading-result-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.loading-result,
.loading-result-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
}
.loading-result.fade-out,
.loading-result-container.fade-out,
.loading-page.fade-out {
    opacity: 0;    
}
.icon-loading&gt; .inside,
.icon-loading&gt; .inside &gt; .sec-table {
    height: 100%;
}
.loading-page-message {
    position: relative;
    text-align: center;
    top: 0;
    opacity: 1;   
}
.loading-page-message &gt; .img {
    margin-bottom: 30px;
}
.loading-page-message &gt; .title {}
.loading-page-message &gt; .text {}

.loading-page.fade-out .loading-page-message {
    top: -100px;
    opacity: 0;   
}

.loading-page,
.loading-page.fade-out,
.loading-page-message,
.loading-page.fade-out .loading-page-message {
    transition: opacity 0.5s ease, top 0.5s ease;
    -webkit-transition: opacity 0.5s ease, top 0.5s ease;
    -ms-transition: opacity 0.5s ease, top 0.5s ease;
    -moz-transition: opacity 0.5s ease, top 0.5s ease;
    -o-transition: opacity 0.5s ease, top 0.5s ease;
}

.loading-result,
.loading-result.fade-out,
.loading-result-container,
.loading-result-container.fade-out,
.loading-page,
.loading-page.fade-out {
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
}

.icon-loading-animate {
    position: relative;
    border: 3px solid rgba(var(--custom-rgb-color-primary),0.15);
    border-radius: 50%;
    border-top: 3px solid rgba(var(--custom-rgb-color-primary),1);
    width: 40px;
    height: 40px;
    -webkit-animation: loading 2s linear infinite; /* Safari */
    animation: loading 2s linear infinite;
    margin: 0 auto;
}
.icon-loading-animate.white {
    border:  3px solid  rgba(var(--custom-rgb-color-white),0.8);
    border-top: 3px solid  rgba(var(--custom-rgb-color-white),1);
}


/* Safari */
@-webkit-keyframes loading {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes loading {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* dot loading */
.icon-dot-loading-animate {
	position: relative;
	line-height: 0;
	width: 100px;
	margin: 0 auto;
}
.icon-dot-loading-animate&gt;.dot,
.icon-dot-loading-animate&gt;.dot:before,
.icon-dot-loading-animate&gt;.dot:after {
	position: relative;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.icon-dot-loading-animate&gt;.dot {
	margin: 0 auto;
	color: #ffffff;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.icon-dot-loading-animate&gt;.dot:before,
.icon-dot-loading-animate&gt;.dot:after {
	content: '';
	position: absolute;
	top: 0;
}
.icon-dot-loading-animate&gt;.dot:before {
  left: -20px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.icon-dot-loading-animate&gt;.dot:after {
  left: 20px;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 20px 0 -20px;
  }
  40% {
    box-shadow: 0 20px 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 20px 0 -20px;
  }
  40% {
    box-shadow: 0 20px 0 0;
  }
}

/* ----- loading data ----- */

.loading-data {
	position: relative;
}
.loading-data .title-loading-bar,
.loading-data .text-loading-bar,
.loading-data .description-loading-bar {
	position: relative;	
	height: 10px;
}
.loading-data [class*="-loading-bar"]+[class*="-loading-bar"] {
	margin-top: 10px;
}
.loading-data [class*="-loading-bar"].w-100-per {
	width: 100%;
}
.loading-data [class*="-loading-bar"].w-90-per {
	width: 90%;
}
.loading-data [class*="-loading-bar"].w-80-per {
	width: 80%;
}
.loading-data [class*="-loading-bar"].w-70-per {
	width: 70%;
}
.loading-data [class*="-loading-bar"].w-60-per {
	width: 60%;
}
.loading-data [class*="-loading-bar"].w-50-per {
	width: 50%;
}
.loading-data [class*="-loading-bar"].w-40-per {
	width: 40%;
}
.loading-data [class*="-loading-bar"].w-30-per {
	width: 30%;
}
.loading-data [class*="-loading-bar"].w-20-per {
	width: 20%;
}
.loading-data [class*="-loading-bar"].w-10-per {
	width: 10%;
}

.loading-data .bg-loading-bar {
	background-color: rgba(var(--custom-rgb-color-black),0.03);
}
.loading-data .title-loading-bar {
	height: 20px;
	background-color: rgba(var(--custom-rgb-color-black),0.05);
}
.loading-data .text-loading-bar {
	height: 10px;
	background-color: rgba(var(--custom-rgb-color-black),0.03);
}
.loading-data .description-loading-bar {
	height: 10px;
	background-color: rgba(var(--custom-rgb-color-black),0.01);
}
.loading-data .animate-skeleton-loading.pos-icon-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-data .animate-skeleton-loading.pos-icon-center&gt;.icon {
    z-index: 1;
    color: rgba(var(--custom-rgb-color-black),0.05);
}

.animate-skeleton-loading {
	position: relative;
	overflow: hidden;
}
.animate-skeleton-loading::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	opacity: 0.1;
	background-image: linear-gradient(90deg, rgba(var(--custom-rgb-color-black),0) 0, rgba(var(--custom-rgb-color-black),0.2) 20%, rgba(var(--custom-rgb-color-black),0.5) 60%, rgba(var(--custom-rgb-color-black),0));
	animation-duration: 1.5s;
    animation-name: skeletonAnimate;
    animation-iteration-count: infinite;
    /* animation-direction: alternate; */
}
.animate-skeleton-loading::before {}

/* animate slide */
.animate-element-section {
	display: none;
}
.animate-element-section.d-block {
	display: block;
}

@keyframes skeletonAnimate {
    from {
        transform: translateX(-100%);
    }  
    to {
        transform: translateX(100%);
    }
}

/* --------------------------------------------------------------- */
/* ----------------------- FILE DOWNLOAD ------------------------- */
/* --------------------------------------------------------------- */

#loading-file-download {
    position: fixed;
    width: 100%;
    height: 50px;
    font-size: 19px;
    line-height: 50px;
    letter-spacing:0.3px;
    left: 0;
    right: 0;
    bottom: -100px;
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,0.8);
    padding: 0 20px;
    text-align: center;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    z-index: 2000;
    -webkit-backdrop-filter: saturate(100%) blur(10px);
    -moz-backdrop-filter: saturate(100%) blur(10px);
    -ms-backdrop-filter: saturate(100%) blur(10px);
    -o-backdrop-filter: saturate(100%) blur(10px);
    backdrop-filter: saturate(100%) blur(10px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#loading-file-download.on {
    bottom: 0;
}

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* xs */
@media (max-width: 575.98px) {

#loading-file-download {
    font-size: 16px;
}

}

/* xs custom */
@media (max-width: 399.98px) {}
</pre></body></html>