:root {
    --blue: #4c46ff;
    --headerH: 60px;
}

html {
    scroll-behavior: smooth;
}

html {
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
}

body {
    margin:0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
    background-color: #f0f0f0;
    font-family: Arial;
    color: #333333;
    font-size: 16px;
    line-height: 24px;

    overflow-y: hidden;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.2); 
}

::-webkit-scrollbar-thumb {
    background-color: var(--blue); 
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--blue); 
}

.bg-clr-white {
    background-color:#ffffff !important;
}

.bg-clr-blue {
    background-color: var(--blue); 
}

.bg-clr-white-green-toBottom {
    background-image: linear-gradient(to bottom, #ffffff, #c1e5e3) !important;
}

.clr-default {
    color: #333333 !important;
}

.clr-transparent {
    color: transparent !important;
}

.clr-white {
    color: #ffffff !important;
}

.clr-grey {
    color: #a0a0a0 !important;
}

.clr-blue {
    color: var(--blue) !important;
}

.transition-02s {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.transition-03s {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.txt-regular {
    font-family: Arial;
}

.txt-medium {
    font-family: 'Agenda-Medium', Arial;
}

.txt-semibold {
    font-family: 'Agenda-Semibold', Arial;
}

.txt-bold {
    font-family: 'Agenda-Bold', Arial;
}

.txt-note {
    font-size: 12px;
    line-height: 16px;
}

.txt-disclaimer {
    font-size: 12px;
    line-height: 16px;
}

.txt-source {
    font-size: 14px;
    line-height: 18px;
}

.ahref {
    text-decoration: none;
    border: none;
}

.ahref-cta {
    text-decoration: underline;
}

.isBtn {
    cursor: pointer;
}

.disabled {
    opacity: 0.5;
}

.isBtn.disabled {
    cursor: default;
}

.out-vp {
    position: absolute;
    top: -150%;
}

.w-vp-full {
    width: 100dvw !important;
}

.h-vp-full {
    height: 100dvh !important;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
}

.w-full {
    width: 100% !important;
}

.h-full {
    height: 100% !important;
}

ol,
ul {
    padding-left:20px;
}

.lower-roman {
    list-style-type: lower-roman;
}

.lower-alpha {
    list-style-type: lower-alpha;
}

/* app Start */

.app-container {
    margin: auto;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.flex-cust-box {
    display: flex;
    gap: 10px;
}

.flex-dir-row {
    flex-direction: row !important;
}

.flex-dir-col {
    flex-direction: column !important;
}

.flex-jc-start {
    justify-content: flex-start !important;
}

.flex-jc-end {
    justify-content: flex-end !important;
}

.flex-jc-center {
    justify-content: center !important;
}

.flex-ai-center {
    align-items: center !important;
}

.flex-center {
    justify-content: center !important;
    align-items: center !important;
}

.flex-jc-space-between {
    justify-content: space-between !important;
}

.flex-item {
}

.flex-item.w-full {
    flex: 1;
}

.flex-item.w-half {
    flex: 0 0 50%;
    max-width: 50%;
}

.flex-item.w-half .btn-rnd {
    padding: 10px;
}

.img-container {
    margin: auto;
    width: 100%;
}

.img-container img {
    margin: auto;
    width: 100%;
}

.btn-text {

}

.btn-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 30px;
    height: 30px;
}

.btn-ico.box-rnd {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.btn-rnd {
    margin: auto;
    padding: 10px 30px;
    border-radius: 8px;
    border: none;
    text-align: center;
}

.btn-rnd-blue {
    background-color: var(--blue);
    color: #ffffff;
}

.btn-rnd-black {
    background-color: #000000;
    color: #ffffff;
}

.popup-container {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    width: 100%;
}

.popup-box {
    position: relative;
    width: 100%;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
}


/* app End */

/* btn Start */
.btn-app {
    margin: 10px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid transparent;
    box-sizing: border-box;
    background-color: transparent;
    color: #333333;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}

.btn-app.ico {
    margin: 10px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    background-color: #fdfdfd;
    color: #333333;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

.btn-app.ico i {
    font-size: 20px;
    line-height: 26px;
}
/* btn End */

/* modal Start */
.modal-dialog-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-end;
    min-height: calc(100% - 1rem);
}
/* modal End */

/* main menu Start */
.app-nav-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: var(--headerH);
    background-color: #000000;
    z-index: 9100;
}

.app-nav-background-left {
    position: fixed;
    top: 0px;
    left: 0px;
    
    width: 0%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.app-nav-background-right {
    position: fixed;
    top: 0px;
    right: 0px;
    
    width: 0%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.app-nav {
    position: relative;
    z-index: 10;
    width: 100%;
}

.app-nav-brand {
    padding: 10px 20px;
    width: 100%;
    height: var(--headerH);
    background-color: transparent;
}

.app-nav-brand .flex-box {
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.app-nav-brand .flex-item {
    color: var(--blue);
}

.app-nav-logo {
    max-width: 130px;
}

.app-nav-logo-2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.ico-mainmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    cursor:pointer;
}

.logo-box {
    position: relative;
    width: 40px;
    height: 35px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.logo-box::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 26px;
    border: 3px solid var(--blue);
}

.logo-box::after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 32px;
    height: 35px;
    border: 3px solid var(--blue);
}

.logo-name {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: var(--blue);
}

.app-nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

    position: fixed;
    left: -100%;
    padding: 20px;
    width: 300px;
    height: calc(100% - var(--headerH));
    background-color: #ffffff;
}

.app-nav-list {
}

.app-nav-item {
    margin-bottom: 20px;
}

.app-nav-btn {

}

.ahref-mainmenu {
    color: #333333;
    text-decoration: none;
}

#app-nav-main.active .app-nav-background-left {
    width: 100%;
}

.app-nav-background-right.active {
    width: 100%;
}

#app-nav-main.active .app-nav-brand {
    background-color: var(--blue);
}

#app-nav-main.active .app-nav-brand .flex-item {
    color: #ffffff;
}

#app-nav-main.active .logo-box::before,
#app-nav-main.active .logo-box::after {
    border-color: #ffffff;
}

#app-nav-main.active .logo-name {
    color: #ffffff;
}

#app-nav-main.active .app-nav-menu {
    left: 0%;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.app-nav-footer {
}

.app-nav-footer-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5px 5px;
    
    margin-bottom: 20px;
}

.app-nav-footer-item {
    font-size: 12px;
    line-height: 12px;
}

.nav-footer-btn {

}

.app-nav-copyright {
    font-size: 11px;
    line-height: 14px;
}
/* main menu End */

/* main menu 2 Start */
.sub-page.app-nav-container {
    width: 0px;
}

.sub-page .app-nav-brand,
.sub-page .app-nav-menu {
    position: fixed;
    left: -100%;
    width: 300px;
}

.sub-page .app-nav-brand {
    height: var(--headerH);
    background-color: var(--blue);
}

.sub-page .app-nav-brand .flex-item {
    color: #ffffff;
}

.sub-page .app-nav-menu {
    top: var(--headerH);
}

.sub-page.active .app-nav-brand,
.sub-page.active .app-nav-menu {
    left: 0%;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
/* main menu 2 End */

/* page header Start */
.sec-app-header {
}

.cont-sec-app-header {
    position: relative;
    margin: 0px;
    padding: 10px 20px;
    width: 100%;
    height: var(--headerH);
    background-color: #4c46ff;
    color: #ffffff;
}

.cont-sec-app-header .flex-box {
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.cont-sec-app-header .flex-item:nth-child(2) {
    flex: 1;
}

.btn-mainmenu-header {
}

.sec-app-header-title,
.sec-app-header-action {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
}

.sec-app-header-title {

}

.sec-app-header-action {

}

.ahref-header-action {
    text-decoration: none;
    color: #ffffff;
}
/* page header End */

/* page content Start */
.app-container.flex-box {
    align-items: flex-start;
}

.sec-app-body {
    margin: auto;
    max-width: 1200px;
    height: 100%;
}

.cont-sec-app-body {
    width: 100%;
    height: 100%;
}

.cont-sec-app-body .flex-box.part-sec-app {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.cont-sec-app-body .flex-box.part-sec-app .item-app-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: calc(100% - var(--headerH));
}

.card-scn-main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.col-cust-app {
    margin-bottom: 0px;
}

.card-app {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px;
    
    box-sizing: border-box;
    background-color: #f0f0f0;
    color: #333333;
}

.card-app:last-child {
    margin-bottom: 0px;
}

.flex-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.scrollable {
    overflow: scroll;
}

.rotate-90deg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 1000px) {
    .scrollable {
        max-height: 300px;
    }
}
/* page content End */

/* scroll Start */
.scroll-list {
    padding: 0px 15px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.scroll-item {
    position: relative;
}

.card-app-box {
    margin: 0px 0px 20px 0px;
    padding: 15px;
    border-radius: 8px;
    background-color: #ffffff !important;
}

.card-app-box-body {
    
}
/* scroll End */

/* sign in Start */
.popup-container {
    
}

#popup-SignIn.popup-container {
    position: fixed;
    left: 50%;
    bottom: -100%;
    z-index: 60;

    margin: auto;
    padding: 20px 10px;
    width: 100%;
    max-width: 500px;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#popup-SignIn.popup-container.active {
    bottom: 0%;
}

#popup-SignIn .popup-box {
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
}

#popup-SignIn.popup-box {
    position: absolute;
    bottom: 0px;

    margin: 20px;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
}

.user-signin-container {
}

.user-signin-tagline {
    margin-bottom: 20px;
}

.form-user-signin {

}

.flex-box-SignIn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.flex-item-SignIn {

}

/*
.modal-backdrop.show {
    opacity: 0 !important;
}
*/

/* sign in End */