html,body {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Prompt';
    /* background-color: rgba(var(--rw-rgb-color-black),1); */
    /* background-color: rgba(0,0,0,1); */    
    color: rgba(var(--rw-rgb-header-text-color), 1);
    color: rgba(30,30,30,1);
}
body {
    display: flex;    
    flex-direction: column;
}
.bg-color-gradient {
    background: linear-gradient(to top, rgba(var(--rw-rgb-header-bg-1), 1), rgba(var(--rw-rgb-header-bg-2), 1));
    background-attachment: fixed;
}
.bg-white {
    background-color: rgba(var(--rw-rgb-color-white),1);
}


.container {
    position: relative;
    width: var(--rw-container);
    max-width: 100% !important;
    margin: 0 auto;
    min-height: 10px;
    padding: 0 20px;
    /* background-color: rgba(255,0,0,0.2); */
}

.text-color-black {
    color: rgba(var(--rw-rgb-color-black),1) !important;
}
.text-color-gray {
    color: rgba(var(--rw-rgb-color-gray),1) !important;
}
.text-color-primary {
    color: rgba(var(--rw-rgb-color-primary),1) !important;
}

.title-main,
.title-sub {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.text-min {
    font-size: 11px;
    line-height: 15px;
}

/* --- font weight --- */

.font-light {
	font-weight: 300 !important;
}
.font-regular {
	font-weight: 400 !important;
}
.font-medium {
	font-weight: 500 !important;
}
.font-semi-bold {
	font-weight: 600 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.font-extra-bold {
	font-weight: 800 !important;
}
.font-black {
	font-weight: 900 !important;
}


/* animate slide */
.animate-element-section {
	display: none;
}
.animate-element-section.d-block {
	display: block;
}


.bg-img,
.bg-img-inside:before  {
    background-image: url(../../images/bg-desktop.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: rgba(var(--rw-rgb-color-white));
}
.bg-img-inside:before,
.bg-img-inside:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.bg-img-inside:before {
    opacity: 0.6;
}
.bg-img-inside:after {  
    /* background-color: rgba(0,0,0,0.5); */
    -webkit-backdrop-filter: saturate(100%) blur(5px);
    -moz-backdrop-filter: saturate(100%) blur(5px);
    -ms-backdrop-filter: saturate(100%) blur(5px);
    -o-backdrop-filter: saturate(100%) blur(5px);
    backdrop-filter: saturate(100%) blur(5px);
}

/* --------------------------------------------------------------- */
/* ----------------------------- tab ----------------------------- */
/* --------------------------------------------------------------- */

.tab-section,
.tab-section .tab-menu-section,
.tab-section .tab-content-section {
	position:relative;
}

.tab-menu-group,
.tab-menu-group .tab-menu-item {
	position:relative;
}

ul.tab-content-group,
ul.tab-content-group > li.tab-content-item {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
ul.tab-content-group {
	display:block;
	clear:both;
	width:100%;
}
ul.tab-content-group > li.tab-content-item {
	display:none;
}
ul.tab-content-group > li.tab-content-item.active {
	display:block !important;
}

/* --------------------------------------------------------------- */
/* ----------------------------- tab ----------------------------- */
/* --------------------------------------------------------------- */

.modal-backdrop {
    background-color: rgba(0,0,0,0.5) !important;
    -webkit-backdrop-filter: saturate(100%) blur(200px);
    -moz-backdrop-filter: saturate(100%) blur(200px);
    -ms-backdrop-filter: saturate(100%) blur(200px);
    -o-backdrop-filter: saturate(100%) blur(200px);
    backdrop-filter: saturate(100%) blur(200px);
}
.modal-backdrop.show {
    opacity: 1;
}


/* ============================================================================================== */
/* =============================================== APP ========================================== */
/* ============================================================================================== */
/* 
.app-page-section {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}
.app-page {
    position: relative;
    width: 600px;
    height: calc(100% - 100px);    
    margin: 50px auto;
    background-color: rgba(255,255,0,0.5);
} */

/* --------------------------------------------------------------- */
/* ---------------------------- header --------------------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* ---------------------------- main ----------------------------- */
/* --------------------------------------------------------------- */

#app-main-section {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /* min-height: 500px; */
    flex: 1 0 0;
    /* overflow-y: auto; */
    z-index: 1;
}
#app-main-section.bg-gradient {
    background: linear-gradient(to right, rgba(var(--rw-rgb-header-bg-1), 1), rgba(var(--rw-rgb-header-bg-2), 1));
    color: rgba(255,255,255,1);
    /* padding-top: 70px; */
}

#app-main-section>.main-container {
    position: relative;
    height: 100%;
    min-height: 500px;
    /* background-color: rgba(255,255,0,0.1); */
}
body.has-header #app-main-section>.main-container {
    padding-top: var(--app-header-height);
}
/* body.has-header.has-ref-on-header #app-main-section>.main-container {
    padding-top: var(--app-header-and-ref-height);
} */
body.has-action #app-main-section>.main-container {
    padding-bottom: var(--app-action-height);
}

/* auto */
#app-main-section.auto {
    height: auto;
    min-height: auto;
}

/* --------------------------------------------------------------- */
/* ---------------------------- action --------------------------- */
/* --------------------------------------------------------------- */


/* ============================================================================================== */
/* ============================================= BUTTON ========================================= */
/* ============================================================================================== */

i.icon, span.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /* height: 0; */
    line-height: 0;
}

.default-btn-group {
    position: relative;
    display: flex;
}
.default-btn-group.vertical {
    flex-direction: column;
    align-items: center;
}
.default-btn {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}
.default-btn:hover {
    transform: scale(1.02);
}
.default-btn,
.default-btn:active {
    transform: scale(1);
}
.default-btn>.icon {  
    position: relative;  
    top: 1px;
}
.default-btn>.icon:before {
    position: relative;
    display: inline-block;
    line-height: inherit !important;
}
.default-btn>.text+.icon,
.default-btn>.icon+.text {
    margin-left: 10px;
}
.default-btn>.icon[ class*="rw-icon-" ].font-size-extra-small {
	font-size:50% !important;
}
.default-btn>.icon[ class*="rw-icon-" ].font-size-small {
	font-size:75% !important;
}
.default-btn>.icon[ class*="rw-icon-" ].font-size-medium {
	font-size:125% !important;
}
.default-btn>.icon[ class*="rw-icon-" ].font-size-large {
	font-size:150% !important;
}

.default-btn.clear {
    height: auto !important;
    min-width: auto !important;
    line-height: inherit !important;
    transform: scale(1) !important;
}

.default-btn.fill-primary {
    color: rgba(var(--rw-rgb-color-white), 1);
    background: linear-gradient(to right, rgba(var(--rw-rgb-color-3), 1), rgba(var(--rw-rgb-color-4), 1));    
}
.default-btn.fill-gray-light {
    color: rgba(var(--rw-rgb-color-black), 1);
    background-color:rgba(var(--rw-rgb-color-gray-light))   
}

.btn-group.inline .default-btn+.default-btn {
    margin-left: 10px;
}

/* btn close */
/* .btn-close {
    background: none !important;
    overflow: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    padding: 0 !important;
    margin: 0 !important;
} */

/* select file */
.select-file-img-btn div,
.select-file-img-btn i,
.select-file-img-btn span {
    z-index: 1;
}
.select-file-img-btn #select-file-img {
    position: absolute;
    opacity: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
}
.select-file-img-btn,
.select-file-img-btn #select-file-img {
    cursor: pointer !important;
}

/* icon btn */
.icon-btn {
    position: relative;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    /* padding-top: 6px; */
    border-radius: 100%;
    /* border-radius: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none !important;
    border: none !important;
    text-decoration: none !important;
    color: rgba(var(--rw-rgb-header-text-color),1) !important;
    background-color: rgba(var(--rw-rgb-color-black),0) !important;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.icon-btn:hover {
    background-color: rgba(var(--rw-rgb-color-black),0.5) !important;
}
.icon-btn.black {
    color: rgba(var(--rw-rgb-black),1) !important;
}
.icon-btn.black:hover {
    background-color: rgba(var(--rw-rgb-color-black),0.1) !important;
}

/* ============================================================================================== */
/* ============================================= LOADING ======================================== */
/* ============================================================================================== */

.icon-loading-animate {
    position: relative;
    border: 5px solid rgba(var(--rw-rgb-color-white),0.2);
    border-radius: 50%;
    border-top: 5px solid rgba(var(--rw-rgb-color-white),1);
    width: 70px;
    height: 70px;
    -webkit-animation: loading 2s linear infinite; /* Safari */
    animation: loading 2s linear infinite;
    margin: 0 auto 20px auto;
}
.icon-loading-animate.white {
    border:  5px solid  rgba(255,255,255,0.3);
    border-top: 5px solid  rgba(255,255,255,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); }
}

.message-loading,
.message-alert {
    position: relative;
    text-align: center;
    color: rgba(255,255,255,1);
    line-height: 25px;
}
.message-loading>.title {}
.message-loading>.description {}

.message-alert>.icon {
    width: 70px;
    height: 70px;
    font-size: 60px;
    margin: 0 auto 20px auto;
}

/* ============================================================================================== */
/* =========================================== FRAME MEDIA ====================================== */
/* ============================================================================================== */

.frame-media-section {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* padding: 30px 0; */
    /* background-color: rgba(255,255,0,0.1); */
    /* border: 2px solid rgba(255, 255, 255, 1); */
    /* padding: 10px;
    background-color: rgba(var(--rw-rgb-color-black), 0.6);
    border-radius: 10px; */
}
.frame-media-section,
.frame-media-section .frame-media-inner,
.frame-media-section .frame-media-container,
.frame-media-section .frame-media-loading {
    line-height: 0 !important;
}
.frame-media-section .frame-media-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(255,255,0,0.2); */

}
.frame-media-section .frame-media-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    z-index: 2;
}
.frame-media-section .frame-media-loading.on {
    opacity: 1;
}
.frame-media-section .frame-media-container {
    position: relative;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}
.frame-media-section .frame-media-container,
.frame-media-section .frame-media-container.off {
    opacity: 0;
}
.frame-media-section .frame-media-container.on {
    opacity: 1;
}

.frame-media-section .frame-media-container .render-frame {
    position: relative;
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(var(--rw-rgb-color-black), 0.3);
    border: 1px solid rgba(var(--rw-rgb-color-white), 0.3);
    background-color: rgba(var(--rw-rgb-color-black), 0.5) !important;
    /* background-color: rgba(0,255,0,1) !important; */
    width: 100%;
    height: 100%;
    z-index: 1;
}
.frame-media-section .frame-media-container .render-inner {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.frame-media-section .frame-media-container.w-full,
.frame-media-section .frame-media-container.w-full .render-frame,
.frame-media-section .frame-media-container.w-full .render-inner,
.frame-media-section .frame-media-container.w-full .render-result {
    width: 100%;
    /* max-width: 100%; */
}
.frame-media-section .frame-media-container.h-full,
.frame-media-section .frame-media-container.h-full .render-frame,
.frame-media-section .frame-media-container.h-full .render-inner,
.frame-media-section .frame-media-container.h-full .render-result {
    height: 100%;
    /* max-height: 100%; */
}

/* .frame-media-section .frame-media-container>.this-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.frame-media-section .frame-media-container>.this-background:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.85);
    -webkit-backdrop-filter: saturate(100%) blur(20px);
    -moz-backdrop-filter: saturate(100%) blur(20px);
    -ms-backdrop-filter: saturate(100%) blur(20px);
    -o-backdrop-filter: saturate(100%) blur(20px);
    backdrop-filter: saturate(100%) blur(20px);
    z-index: 2;
}
.frame-media-section .frame-media-container>.this-background>video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100% !important;
    z-index: 1;
} */

/* auto */
.frame-media-section.auto {
    height: auto;
}
.frame-media-section.auto>.frame-media-container .render-frame {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

/* camera */
.frame-media-section.media-camera>.frame-media-container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--rw-rgb-color-black),1);
    opacity: 0;
    z-index: 4;
}
.frame-media-section.media-camera.capturing>.frame-media-container:before {
    opacity: 1;
}

/* 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) {

body.has-header #app-main-section>.main-container {
    padding-top: var(--app-header-height-mobile);
}
/* body.has-header.has-ref-on-header #app-main-section>.main-container {
    padding-top: var(--app-header-and-ref-height-mobile);
} */
body.has-action #app-main-section>.main-container {
    padding-bottom: var(--app-action-height-mobile);
}

}

/* xs custom */
@media (max-width: 399.98px) {}

