body, #wrapper, #main{
    height: 100vh;
}
@media (min-width: 850px) {
    #main .is-full-height {
         height: auto!important; 
    }
}
.ua-popup {
    /*display: none;*/
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*z-index: 9999;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*font-size: 16px;*/
    /*color: #333 !important;*/
    background-image: url(./images/Landing_1_PC.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.slide-home .flickity-slider>.img:not(.col){
    width: 25% !important;
}
.ua-popup .group-pass{
    position: relative;
}
.ua-popup .group-pass .dashicons{
    position: absolute;
    top: 16px;
    right: 14px;
}
.ua-popup .group-pass .dashicons.first{
    position: absolute;
    top: 16px;
    left: 14px;
}
.ua-popup .group-pass .dashicons.fas{
    font-size: 16px;
    margin-top:0px;
    width: fit-content;
}
.ua-popup .group-pass .dashicons-hidden{
    display: none;
}
.ua-popup .error-message {
    color: red;
    font-size: 12px;
    margin-top: 0px;
    height: 20px;
}

.ua-register-popup, .ua-login-popup{
    height: 100%;
    width: 100%;
    /*display: none;*/
    justify-content: center;
    align-items: center;
}
.ua-popup-content {
    background: transparent;
    padding: 50px 60px 0px 60px;
    border-radius: 10px;
    width: 100%;
    max-width: 700px;
    position: relative;
    margin: auto;
}
.container.slide-home {
    max-width: 550px;
}
.ua-popup label{
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    margin-bottom: 0.1em !important;
}
.ua-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    font-size: 40px;
    border-radius: 20px;
    display: flex
;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ua-popup-content form{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 0px;
}
.ua-popup-content h3{
    text-align: center;
    margin: 15px 0px 10px 0px;
    font-weight: 500;
    font-size: 2rem;
    color: #d80c84 !important;
}
.ua-popup-content form .groupField{
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.ua-popup-content input,.ua-popup-content select{
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #333;
    font-size: 16px;
}
.ua-popup input, .ua-popup select{
    padding: 8px 40px !important;
    border-radius: 8px !important;
    border: 1px solid #eeeeee !important;
    font-size: 16px !important;
    box-shadow: unset !important;
    margin-bottom: 0.5em !important;
    height: 3rem !important;
}
.col{
    padding-bottom: 0px!important;
}
.ua-popup input:not(.submit), .ua-popup select {
    box-shadow: 0 0 5px #cccccc38 !important;
}
.ua-popup #status-login.error-message{
    color: #fff;
    font-size: 16px !important;
    text-align: center;
        margin-bottom: 10px;
}
.slider-style-container .flickity-slider>:not(.is-selected), .slider-style-focus .flickity-slider>:not(.is-selected), .slider-style-shadow .flickity-slider>:not(.is-selected) {
    opacity: 1 !important;
}
.slider-nav-outside.slider-nav-circle .previous, .slider-nav-outside.slider-nav-circle .next{
    width: 24px;
    height: 24px;
}
.flickity-prev-next-button svg {
    display: none;
}
.slider-nav-outside.slider-nav-circle .previous:before{
    content: '';
    position: absolute;
    background-image: url(./images/arow1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: -5px;
    left: -24px;
}
.slider-nav-outside.slider-nav-circle .next:before{
    content: '';
    position: absolute;
    background-image: url(./images/arow2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: -5px;
    right: -24px;
    
}
.ua-popup-content .submit{
    margin: 0px auto 10px auto;
    width: 50%;
    background-image: url(./images/BTN.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: 0px !important;
    background-position: center;
    height: 4rem !important;
    min-height: 4.5em;
}
.yesAccount, .noAccount{
    position: relative;
    width: fit-content;
    margin: auto;
    cursor: pointer;
}
.yesAccount:after, .noAccount:after{
    content: "";
    height: 12px;
    right: -20px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 12px;
    border-radius: 3px;
    background-image: url(./images/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@media only screen and (max-width: 48em) {
    .ua-popup .error-message {
        font-size: 10px;
        height: 17px;
        margin: 5px 0px;
    }
    .ua-popup input, .ua-popup select {
        margin-bottom: 0em !important;
        
    }
    .ua-popup-content .submit {
        background-size: 16rem auto;
        height: 3rem !important;
        width: 65%;
        margin-top: 12px;
        margin-bottom: -20px !important;
    }
    .ua-popup .group-pass .dashicons.first {
        top: 16px;
        left: 12px;
    }
    .ua-popup-content form {
        flex-direction: column;
        gap: 0px;
        margin-top: 6px;
        padding: 0px 10px;
    }
    .ua-popup-content h3 {
        font-size: 1.65rem;
        margin: 16px auto;
    }
    
    .ua-register-popup, .ua-login-popup {
        align-items: flex-end;
    }
    .ua-popup-content {
        margin-top: 30px;
        background: transparent;
        padding: 54px 30px 0px 30px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .ua-popup input, .ua-popup select {
        padding: 6px 35px !important;
        height: 3rem !important;
        font-size: 16px !important;
    }
    .dashicons, .dashicons-before:before {
        width: 16px;
        height: 16px;
    }
    .ua-popup .group-pass .dashicons {
        position: absolute;
        top: 12px;
        right: 16px;
    }
    .container.slide-home {
        max-width: 768px;
        width: 90%;
        bottom: 25px;
        left: 5%;
        position: fixed !important;
        /*display: none;*/
    }
    .slider-wrapper .flickity-prev-next-button {
         display: block !important; 
    }
    .flickity-prev-next-button.previous {
        left: -4% !important;
    }
    .flickity-prev-next-button.next {
        right: -4% !important;
    }
    .logo img {
        width: 80% !important;
    }
    .ua-popup .group-pass .dashicons.fas {
        font-size: 16px;
    }
    .ua-popup {
        background-size: 100% 100%;
    }

}
@media only screen and (max-width: 32em) {
    .ua-popup-content .submit {
        background-size: 13rem auto;
        height: 3rem !important;
        width: 65%;
        margin-top: 12px;
        margin-bottom: -20px !important;
    }
    .ua-popup .group-pass .dashicons.first{
            top: 12px;
            left: 12px;
    }
    .ua-popup .group-pass .dashicons {
        position: absolute;
        top: 9px;
        right: 14px;
    }
    .ua-popup .group-pass .dashicons.fas {
        font-size: 14px;
    }
    .ua-popup {
        background-size: 100% 100%;
    }
    .ua-popup input, .ua-popup select {
        padding: 4px 35px !important;
        height: 2.5rem !important;
        font-size: 16px !important;
    }
    .ua-popup-content {
        padding: 40px 30px 0px 30px;
    }
    .ua-popup-content h3{
        font-size: 1.25rem;
        margin: 6px auto 0px auto;
    }
    .ua-popup .error-message {
        font-size: 10px;
        height: 17px;
        margin: 2px 0px;
    }
    
}
/*@media only screen and (max-width: 26em) {*/
/*    .ua-popup-content {*/
/*        padding: 24px 30px 0px 30px;*/
/*    }*/
/*}*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.section-home{
    width: 100% !important;
    height: auto !important;
    align-items: flex-start !important;
}
.section-content {
    height: -webkit-fill-available;
    z-index: 1;
}
.logo img {
    display: block;
    margin: auto;
    width: auto;
    width: 400px;
    height: 10vh;
}
.sologan{
    width: 500px;
}
.sologan.img img {
    width: auto;
    height: 13vh;
}
.sologan.img{
margin-bottom: -30px;
}
.col-inner>.img:not(:last-child){
    margin-bottom: 0px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.logo img {
    height: auto;
}
    .section.section-home  .section-bg.bg-loaded {
        background-image: url(./images/BG-landing-page-mobile.webp) !important;
        background-position: top;
        background-size: 100% 100% !important;
    }
    .ua-popup{
        margin: -12px;
    }
}