.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;
}
.logo-popup{
    margin: 0px;
    width:55%;
}
.ua-popup .group-pass{
    position: relative;
}
.ua-popup .label{
    color: #151515;
    font-size: .8rem;
}
.ua-popup .group-pass .dashicons{
    position: absolute;
    top: 14px;
    right: 14px;
    color: #8a98b2;
}
.ua-popup .title{
    margin-top:1rem;
}
.ua-popup .group-pass .dashicons-hidden{
    display: none;
}
#login-form .welcome,#register-form .welcome{
    margin-top: 1.5rem;
    width:100%;
    height: auto;
}
.ua-popup .error-message {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 4px;
  max-height: 16px;
  height: auto;
}
.ua-popup .tu{
    font-size: .8rem;
    font-style: normal;
    margin-top: 12px;
    text-align: center;
    color: #dde4e4;
    margin-bottom:0px;
    font-weight: 600;
}
.ua-popup .tu span{
    color: #00dce5;
    text-decoration: none;
    font-weight: 600;
}
.ua-popup .tu span:hover{
    text-decoration: underline;
    color: #00dce5;
}
.ua-register-popup, .ua-login-popup{
    height: 100%;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}
.ua-login-popup .ua-popup-content{
    max-width: 830px;
}
.ua-popup-content {
    padding: 10px;
    width: 100%;
    max-width: 830px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 16px;
    background-image: url(/wp-content/uploads/2025/06/modal-auth-bg-C1cQlzhe.avif);
}
.ua-popup-content:before{
    content:'';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top:0px;
    left: 0px;
    margin: -1px;
    z-index: -1;
    position: absolute;
    border-radius: 16px;
    background-image: linear-gradient(118.04deg, #686b74 .88%, #2b303d, #686b74 99.12%);
    background-size: 100% 100%;
}
.ua-popup label{
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    margin-bottom: 0.5em !important;
    color: #fff !important;
    font-weight: 550 !important;
}
.header-popup{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
    top: 0px;
    right: 0px;
    padding: 0.125rem 1.5rem;
    border-bottom: 0px;
}
.header-popup div{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: space-between;
}
.header-popup img{
    width:130px;
    height: 40px;
}
.ua-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    height: 34px;
    width: 36px;
    font-size: 36px;
    border-radius: 5px;
    display: flex;
    padding-bottom: 2px;
    color: #fff;
    background-color: #404459;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.ua-close:hover{
    background-color: transparent;
}
.ua-popup-content form{
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 0rem;
    width: 45%;
    justify-content: center;
}
.ua-popup-content h3{
    text-align: center;
    margin: 0px;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: normal;
    color: #fff !important;
    text-transform: uppercase;
}
.ua-popup .group-pass .dashicons.first {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 16px;
    width: fit-content;
}
.ua-popup-content h3:after{
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 1.5px;
    background: #ffffff;
    bottom: 4px;
    left: 0px;
}
.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 #002b2d !important;
    font-size: 16px !important;
    box-shadow: 0 0 #00dce540 !important;
    margin-bottom: 0em !important;
    height: 3rem !important;
    background-color: #2b303d !important;
    color: #dde4e4 !important;
}
.ua-popup input:focus, .ua-popup select:focus {
    border: 1px solid #48c3ff !important;
    box-shadow: 0 0 0 1px #cccccc38 !important;
    color: #dde4e4;
}

.ua-popup-content .submit{
    margin: 10px auto 10px auto;
    width: 100%;
    padding: .625rem 1.125rem !important;
    line-height: normal;
    font-size: 1rem !important;
    border-radius: 6px !important;
    background-color: #fda335 !important;
    color: #152831 !important;
}
.ua-popup-content .submit:hover{
    color: #1f1f1f !important;
    background-color: #f2c24c !important;
}
.yesAccount, .noAccount{
    position: relative;
    display: inline;
    cursor: pointer;
}
.yesAccount .dashicons, .noAccount .dashicons{
    font-weight: 300;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}
/*.yesAccount:after, .noAccount:after{*/
/*    content: "";*/
/*    height: 12px;*/
/*    right: -6px;*/
/*    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%;*/
/*}*/
.desktop{
    display: block;
}
.mobile{
    display: none;
}
@media only screen and (max-width: 48em) {
    .ua-popup-content form {
        min-height: 350px;
    }
    .logo-popup, #register-form, .ua-popup-content form {
        width: 100%;
    }
    .logo-popup {
        position: absolute;
        top: 0px;
        left: 0px;
    }
    #register-form, .ua-popup-content form {
        padding: 12px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
        background-color: #202531;
        z-index: 1;
        margin-top: -20px;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .yesAccount, .noAccount {
        margin-top: 12px;
    }
    .ua-register-popup, .ua-login-popup {
        align-items: flex-end;
    }
    .ua-popup-content{
        border-radius: 0px;
        flex-direction: column-reverse;
        padding: 0px 0px 16px 0px;
        height: 100%;
        justify-content: end;
    }
}