.ua-popup:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/08/bg-form-b8.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: scale(1.05);
}

.fill {
    transition: transform 300ms ease;
    transform-origin: center center;
    transform: scale(1);
    overflow: hidden;
}
.grecaptcha-badge{
    display: none;
}
.section-content{
    display: flex;
    align-items: center;
}
.ua-popup {
        margin-top: 0px;
        position: relative;
}
.logo {
    margin: 6px 0 0;
}
.z-img{
    object-fit: fill;
    transform-origin: center center;
    /*transform: scale(1.1);*/

}
.z-img-1-5{
    object-fit: fill;
    transform-origin: center center;
    transform: scale(1.1);

}

.ua-popup video{
position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: fill;
    transform-origin: center center;
    transform: scale(1.1);
    background-color: transparent;
    background: transparent !important;
}
.flickity-prev-next-button{
    top: 50% !important;
}
.slider-nav-outside.slider-nav-circle .previous {
    left: 6% !important;
}
.slide-sport{
    width: 220px;
    padding-bottom: 70px;
}
.zoom-125{
    transform: scale(1.25);
    transform-origin: bottom right;
}
.row-slider .flickity-page-dots, .slider-nav-outside .flickity-page-dots {
    bottom: -50px !important;
    z-index: -1;
}
.flickity-page-dots .dot {
    border: 3px solid #fff !important;
    opacity: 1 !important;
    background-color: #fff !important;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 2px !important;
    opacity: 1;
    transition: opacity .3s;
    width: 12px;
}
.slider-nav-light .flickity-page-dots .dot.is-selected, .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: #ffa230 !important;
    border: 3px solid #ffa230 !important;
}
.slider-nav-outside.slider-nav-circle .next {
    right: 2% !important;
    left: unset !important;
}
.slide-home .flickity-slider>.img:not(.col){
    width: 25% !important;
}
.ua-popup .group-pass{
    position: relative;
}
.ua-popup .group-pass .dashicons{
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 22px;
    color: #8b98b2;
}
.ua-popup .group-pass .dashicons.first{
    position: absolute;
    top: 1.5px;
    left: 1px;
    z-index: 1;
    height: auto;
}
 

.ua-popup .group-pass .dashicons.fas:not(.eye){
    font-size: 20px;
    margin-top:0px;
    background-image: url(/wp-content/uploads/2025/08/bg-icon.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 58px;
    width: 58px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.ua-popup .group-pass .dashicons.fas{
    font-size: 18px;
    margin-top:0px;
    background-image: none;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
/*.ua-popup .group-pass .dashicons.fas.dashicons-hidden{*/
/*    display: none;*/
/*}*/
.ua-popup .error-message {
    color: red;
    font-size: 12px;
    margin: 2px 16px 4px 16px;
    height: 14px;
    line-height: normal;
}

.ua-register-popup, .ua-login-popup{
    height: 100%;
    width: 100%;
    /*display: none;*/
    justify-content: center;
    align-items: center;
}
.ua-popup-content {
    background: transparent;
    padding: 75px 40px 82px 40px;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: auto;
}
.promotion .img-inner{
    width:100%;
}
.promotion .img-inner img{
    width:100%;
    height: 100%;
    object-fit: content;
}
.promotion .slider .img-inner img{
    width:100%;
    height: 70px;
    object-fit: content;
}
.promotion .col-inner {
    margin: 16px 0px 0px 0px !important;
}
/*.promotion .col{*/
/*    padding: 10px 6px;*/
/*}*/
.container.slide-home {
    max-width: 600px;
}
.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: 9px;
    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: 0px;
    margin-bottom: 0px;
}
.ua-popup-content h3{
    text-align: center;
    margin: 15px 0px 15px 0px;
    font-weight: 500;
    font-size: 2.65rem;
    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;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #fff !important;
    color: fieldtext !important;
}
.ua-popup input, .ua-popup select{
    padding: 4px 40px 4px 70px !important;
    font-size: 18px !important;
    box-shadow: unset !important;
    background-color: fff;
    margin-bottom: 0em !important;
    height: 3.8rem !important;
    color: #8b98b2 !important;
    background-color: transparent !important;
    border: 0px !important;
    border-radius: 6px !important;
    position: relative;
    background-image: url(/wp-content/uploads/2025/08/bg-input.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.ua-popup-content form .groupField{
    margin: auto;
    max-width: 100% !important;
    width: 86% !important;
}
.ua-popup input::placeholder {
    color: #8b98b2!important;
}
.sologan.img img {
    width: 88%;
        height: auto;
}
.col{
    padding-bottom: 0px!important;
}
.ua-popup input:not(.submit), .ua-popup select {
    box-shadow: 0px !important;
}
.ua-popup #status-login.error-message{
    color: red;
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 8px;
}
/*.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: 60px;
    height: 60px;
}
.flickity-prev-next-button svg {
    display: block;
}
.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: -10px;
}
.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: -15px;
    
}
.ua-popup-content .submit{
    margin: 0px auto 0px auto !important;
    width: 60%;
    background-image: url(/wp-content/uploads/2025/08/submit.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    border: 0px !important;
    background-position: center;
    height: 5.2rem !important;
    min-height: 5.2rem;
    position: absolute;
    bottom: 0px;
    left: 20%;
    animation: btnAnimation .75s linear infinite;
    transform-origin: center;
}
.ua-popup-content .submit:before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 2s linear infinite;
  
}

@keyframes btnAnimation {
  0% {
    scale: 1;
    filter: brightness(1.15);
  }
  50% {
    scale: 1.05;
    filter: brightness(1);
  }
  100% {
    scale: 1;
    filter: brightness(1.15);
  }
}
.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%;
}
    .dang-ky{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 55px;
        font-weight: 900;
        font-style: Black;
        font-size: 28px;
        line-height: 23.94px;
        letter-spacing: 0px;
        color: #ec8201;
        text-transform: uppercase;
    }
.row-home .large-6 {
        flex-basis: 600px !important;
        max-width: 600px !important;
    }
.row-home .large-3{
        flex-basis: calc(50% - 300px) !important;
        max-width: calc(50% - 300px) !important;
    }
.content-form{
    
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.section-home{
    height: calc(var(--vh) * 100) !important;
    /*height: 100% !important;*/
    /*max-height: auto !important;*/
    /*min-height: 100% !important;*/
}
.section-content {
    height: -webkit-fill-available;
    z-index: 1;
}
.logo img {
    display: block;
    margin: 0px auto 0px auto;
    width: 160px !important;
    height: auto;
}

.logo {
    margin: 0px !important
}
.sologan .img-inner{
    display: flex;
    justify-content: center;
}
.sologan.img{
margin-bottom: -30px;
}
.promotion{
    margin-top: 16px;
}
@media only screen and (max-width: 48em) {
    .sologan{
    margin-top: 4px !important;
    margin-top: 8px !important;
}
    .row-home .large-6 {
        flex-basis: 100%;
        max-width: 100%;
    }
.row-home .large-3{
        flex-basis: 100%;
        max-width: 100%;
    }
    .dang-ky{
        top: 30px;
        font-size: 20px;
    }
    .flickity-prev-next-button {
        width: 30px !important;
        min-height: 30px;
    }
    .ua-popup .group-pass .dashicons.fas:not(.eye){
        padding: 10px;
    }
    .section-home .align-middle {
        align-self: start !important;
    }
    .section-content {
        display: flex;
        /*align-items: start;*/
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .img.img-left{
        position: absolute;
    }
    .ua-popup:before {
        transform: scale(1.1);
    }
    .ua-popup video{
        display: none;
    }
    .slider-nav-outside .flickity-page-dots {
        bottom: -28px !important;
        z-index: -1;
    }
    .ua-popup input::placeholder {
        font-size: 16px;
    }
    .ua-popup video {
        transform: scale(1.075);
    }
    .ua-popup-content form .groupField {
        margin: 1px auto;
        max-width: 90% !important;
        width: 420px !important;
    }
    .slider-nav-outside.slider-nav-circle .previous, .slider-nav-outside.slider-nav-circle .next {
        width: 40px;
        height: 40px;
    }
    .slider-nav-outside.slider-nav-circle .previous {
        left: 20% !important;
    }
    .slider-nav-outside.slider-nav-circle .next {
        right: 20% !important;
        left: unset !important;
    }
    .flickity-prev-next-button {
        top: 40% !important;
        bottom: unset !important;
    }
    .slide-sport {
        width: 100%;
        padding-bottom: 90px;
        margin-top: 45px;
    }
    .slide-sport .flickity-slider>div:not(.col) {
        width: 33.33% !important;
        opacity: 0.7;
        transform: scale(.9);
        transform-origin: center;
    }
    .slide-sport .flickity-slider>div:not(.col).is-selected {
        opacity: 1;
        transform: scale(1.025);
        z-index: 1;
    }
    
    .slide-sport .flickity-slider>div:not(.col) .img-inner{
        padding-right: 0px;
        padding-left: 0px;
    }
    .section-home{
        overflow-y:auto;
        overflow-x:hidden;
    }
    .sologan.img img {
        width: 320px;
        height: auto;
    }
    .section-home .row.promotion .col{
        padding-left: 0px;
        padding-right: 0px;
        transform: scale(.9);
        transform-origin: top;
        padding-bottom: 0px !important;

    }
    .ua-popup .error-message {
        font-size: 10px;
        height: 17px;
        margin: 1px 16px;
    }
    .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: 0px;
        margin-bottom: -60px !important;
        z-index: 1;
    }
    .ua-popup .group-pass .dashicons.first {
        top: -5px;
        left: -20px;
        width: 80px;
    }
    .ua-popup-content form {
        flex-direction: column;
        gap: 0px;
        margin-top: 6px;
        padding: 0px 20px;
    }
    .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: 0px;
        background: transparent;
        padding: 80px 16px 0px 30px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .ua-popup input, .ua-popup select {
        padding: 6px 40px 6px 70px !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: 20px;
        font-size: 20px;
    }
    .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: -10% !important;
        background-color: #a4b5fae0;
        border-radius: 7px;
    }
    .flickity-prev-next-button.next {
        right: -10% !important;
        background-color: #a4b5fae0;
        border-radius: 7px;
    }
    .logo img {
        width: 130px !important;
        margin-top: 8px !important;
    }
    .ua-popup .group-pass .dashicons.fas {
        font-size: 16px;
    }
    .ua-popup {
        background-size: 100% 100%;
    }
    .ua-popup input, .ua-popup select {
        height: 3rem !important;
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 32em) {
    .ua-popup #status-login.error-message{
        position: absolute;
        bottom: -24px;
        font-size: 14px !important;
        left: 50%;
        transform: translateX(-50%);
        margin: 0px;
    }
    .slide-sport {
        width: 100%;
        padding-bottom: 0px;
        margin-top: 5px;
    }
    .ua-popup-content .submit {
        z-index: 1;
        height: 3.5rem !important;
        width: 60%;
        margin-top: 0px;
        position: absolute;
        bottom: 2px;
        margin-bottom: 0px !important;
        padding: 4px 24px 4px 24px !important;
        min-height: 3.5rem;

    }
    .ua-popup .group-pass .dashicons.first{
                top: 1.5px;
        left: 0px;
        width: 42px !important;
        height: 42px !important;
    }
    .ua-popup .group-pass .dashicons {
        position: absolute;
        top: 4px;
        right: 8px;
        font-size: 18px;
        
    height: 36px  !important;;
    width: 36px  !important;;
    }
    .ua-popup .group-pass .dashicons.fas {
        font-size: 14px;
        

    }
    .ua-popup {
        background-size: 100% 100%;
    }
    .ua-popup input, .ua-popup select {
        padding: 4px 40px 4px 48px !important;
    }
    .ua-popup-content {
        padding: 60px 2px 60px 2px;
    }
    .ua-popup-content h3{
        font-size: 1.25rem;
        margin: 6px auto 0px auto;
    }
    .ua-popup .error-message {
        font-size: 10px;
        height: auto;
        min-height: 12px;
        margin: 1px 2px 1px 10px;
    }
    .ua-popup input, .ua-popup select {
        height: 2.8rem !important;
        font-size: 16px !important;
    }
    
}
@media screen and (max-width: 768px) {
    
    .section-home .col-inner {
        margin: 0px !important;
    }
    
}
@media screen and (min-width: 512px) and (max-width: 768px) {
    
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.logo img {
    height: auto;
}
    
    .ua-popup{
        margin: .1rem 0px 0px 0px;
    }
}