.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;
}
.ua-popup .group-pass{
    position: relative;
}
.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;
  height: 16px;
}
.ua-popup .tu{
    font-size: .8rem;
    font-style: normal;
    margin-top: 20px;
    text-align: center;
    color: #8a98b2;
    margin-bottom:0px;
}
.ua-popup .tu a{
    color: #29c70d;
    text-decoration: none;
}

.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: 430px;
}
.ua-popup-content {
    background: #000c24;
    padding: 5rem 1.5rem 1.5rem 1.5rem;
    border-radius: 10px;
    width: 100%;
    max-width: 430px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
.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;
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0px;
    padding: 0.125rem 1.5rem;
    border-bottom: 1px solid #333;
}
.header-popup div{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: space-between;
}
.header-popup img{
    width:130px;
    height: 40px;
}
.ua-close {
    cursor: pointer;
    height: 30px;
    width: 30px;
    font-size: 42px;
    border-radius: 20px;
    display: flex;
    padding-bottom: 2px;
    color: #fff;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.ua-popup-content form{
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 0rem;
}
.ua-popup-content h3{
    text-align: center;
    margin: 20px 0px;
    font-weight: 600;
    font-size: 1rem;
    color: #fff !important;
}
.ua-popup .group-pass .dashicons.first {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 16px;
    width: fit-content;
}
.ua-popup-content h3:after{
    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 transparent !important;
    font-size: 16px !important;
    box-shadow: unset !important;
    margin-bottom: 0em !important;
    height: 3rem !important;
    background-color: #192439 !important;
    color: #fff !important;
}
.ua-popup input:focus, .ua-popup select:focus {
    box-shadow: 0 0 5px #cccccc38 !important;
    border: 1px solid #fff !important;

}

.ua-popup-content .submit{
    margin: 0px auto 10px auto;
    width: 100%;
    padding: .625rem 1.125rem !important;
    background-color: #364af5;
    line-height: normal;
    font-size: 1rem !important;
    color: #8a98b2 !important;
}
.ua-popup-content .submit:hover{
    color: #fff !important;
}
.yesAccount, .noAccount{
    position: relative;
    width: fit-content;
    margin: 12px auto 0px auto;
    cursor: pointer;
    color: #364af5;
    padding-right: 0px;
        display: flex;
    align-items: center;
}
.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%;*/
/*}*/
@media only screen and (max-width: 48em) {
    .yesAccount, .noAccount {
        margin-top: 12px;
    }
    .ua-register-popup, .ua-login-popup {
        align-items: flex-end;
    }
    .ua-popup-content{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}