/*General*/
@font-face {
    font-family: 'Averta';
    src: url(../fonts/Averta-Regular.otf);
    font-weight: normal;
}
@font-face {
    font-family: 'Averta';
    src: url(../fonts/Averta-Semibold.otf);
    font-weight: 600;
}
@font-face {
    font-family: 'Averta';
    src: url(../fonts/Averta-Bold.otf);
    font-weight: 700;
}
.custom-popup.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.custom-popup .modal-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: inherit !important;
    width: 314px;
    border-radius: 16px;
    border-radius: 9px;
    border: 3px solid #7E0226;
    background: linear-gradient(to bottom,#0e3c38,#0d2020) padding-box,linear-gradient(to bottom,#c4933700,#fcf7cd 27.5%,#edcd78 49.5%,#a7602b 63%,#fdf8d0 82.5%,#bb9138) border-box;
    box-shadow: 0px 4px 5.1px 0px rgba(0, 0, 0, 0.46);
}
.custom-popup .img-top{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -19px);
}
.custom-popup .img-bottom{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 19px);
}
#thankyou-modal.custom-popup .modal-wrapper{
    width: 380px;
    padding: 20px 0;
}
#thankyou-modal.custom-popup .modal-wrapper .info-content p{
    color: #fff;
}
#thankyou-modal.custom-popup .modal-wrapper .info-content .btn{
    background-color: #F7054B;
    padding: 10px;
}
.custom-popup .modal-content{
    text-align: center;
    padding: 0px 20px 5px;
}
#cskh-modal.custom-popup .modal-content{
    padding: 20px 20px;
} 
.custom-popup .modal-content input{
    width: 100%; 
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}
.custom-popup .modal-content h2 {
    margin-bottom: 15px;
    margin-top: 0;;
    font-size: 18px;
    color: #fff;
    text-align: left;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.5rem;
}
.custom-popup label{
    color: #383838;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    opacity: 1;
    pointer-events: none;
    transition: .24s;
    font-family: inherit;
    margin-bottom: 4px;
    display: inline-block;
}
.custom-popup form{
    margin-bottom: 0;
}
.custom-popup input{
    background: #fff;
    border: 1px solid #C0C0C0 !important;
    border-radius: 4px !important;
    color: #000 !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    outline: 0;
    padding: 7px 10px !important;
    width: 100% !important;
    margin-bottom: 0;
    box-shadow: none !important;
}
.custom-popup input:focus{
    border: solid 1px #de0d3e;
}
.custom-popup input::placeholder{
    color: #000;
}
.custom-popup .form-group {
    text-align: left;
    margin-bottom: 10px;
}
.modal a.button {
    color: #b21c4b;
    text-decoration: none;
}
.modal a.modal-close-button {
    position: absolute;
    top: 8px;
    right: 8px;
}
.existing-user {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.125rem;
    text-align: left;
    color: #fff;
}
.existing-user a{
    color: #fff;
    text-decoration: none;
}
a {
    color: #000;
}
.register-confirm-btn,
.login-confirm-btn{
    padding: 0 !important;
    background-color: unset;
    border: none !important;
    margin-top: 7px;
    transition: opacity 0.3s ease;
}
/* 
.register-confirm-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
} */

/* .login-confirm-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
} */

.error-message {
    color: #ff4444;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}
.support-confirm-btn{
    background-color: #F7054B !important;
    color: #fff !important;
    padding: 5px 12px !important;
    font-weight: bold !important;
    margin-top: 7px;
    border: none !important;
    position: relative;
}
.login-confirm-btn{
    margin-top: 12px;
}

.custom-popup button[type="submit"]:hover, .custom-popup button[type="submit"]:focus{
    background-color: unset !important;
}
#cskh-modal.custom-popup button[type="submit"]:hover{
    background-color: #F7054B !important;
    color: #fff;
}
.custom-popup button[type="submit"] .submit-img{
    transition: all .3s ease;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 0;
	translate: -50%;
}
.custom-popup button[type="submit"]:hover .submit-img{
    transform: scale(1.03);
}

.custom-popup .xac-nhan{
    color: #706f6f;
    font-family: inherit;
    font-size: .875rem;
    line-height: 1.125rem;
    margin-bottom: 20px;
    text-align: left;
}

#register-modal button[type="submit"]{
    position: relative;
    width: 100%;
    height: 50px;
}
.custom-popup button[type="submit"] .spinner{
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.custom-popup button[type="submit"] .submit-img-hover{
    display: none;
}
/* .custom-popup button[type="submit"]:hover .submit-img {
    display: none;
}
.custom-popup button[type="submit"]:hover .submit-img-hover{
    display: block;
} */

.info-content {
    margin-bottom: 20px;
}

.info-content p {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.125rem;
}

.info-content .btn {
    margin: 0;
    background-color: #2199ca;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#thank-you-modal > .modal-content {
    padding: 60px;
}

.formlogo{
    margin-bottom: 18px;
}

/* .nav-tabs  */
#register-modal .nav-tabs {
    border: none !important;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }
  
  #register-modal .nav-tabs > li{
    width: 50%;
  }

  #register-modal .nav-tabs > li > a {
    position: relative;
    text-decoration: none;
    width: 100%;
    color: #FCFCFC;
    display: block;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    background: transparent;
    padding: 5.5px;
    text-transform: uppercase;
  }
  
  #register-modal .nav-tabs > li.active > a{
    background: #03D0A2;
  }  
 

.tab-content>.tab-pane{
    display: none;
}
.tab-content>.active {
display: block;
}
.tab-content>.active {
display: block;
}




@media (max-width: 767px){
    .custom-popup .modal-wrapper{
        width: 90vw;
    }
     #thankyou-modal .modal-content{
        padding: 30px 15px;
    }
}