/*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{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Montserrat", Sans-serif;
    line-height: 1.125rem;
    width: 438px;
    border-radius: 16px;
    background-color: #F6F6F6;
    color: #111111;
}
.custom-popup .modal-content{
    color: #fff;
    text-align: center;
    padding: 35px;
    background: rgb(39 38 36);
    border-radius: 12px;
}
.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: 24px;
    color: rgb(255 220 122);
    text-align: left;
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.25rem;
    text-transform: uppercase;
}
.custom-popup label{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    opacity: 1;
    pointer-events: none;
    transition: .24s;
    font-family: "Montserrat", Sans-serif;
    margin-bottom: 6px;
    display: inline-block;
}
.custom-popup form{
    margin-bottom: 0;
}
.custom-popup input{
    background: rgb(19 19 19);
    border: 1px solid rgb(19 19 19) !important;
    border-radius: 6px !important;
    color: #fff;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    height: 44px !important;
    line-height: 23px;
    outline: 0;
    padding: 10px 12px !important;
    width: 100% !important;
    margin-bottom: 0;
    box-shadow: none !important;
}
.custom-popup input:focus{
    border: solid 1px rgb(255 220 122) !important;
}
.custom-popup .form-group {
    text-align: left;
    margin-bottom: 15px;
}
.modal a.button {
    color: #b21c4b;
    text-decoration: none;
}
.modal a.modal-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 44px;
    color: rgb(140 140 140);
    text-decoration: none;
}
.existing-user {
    margin-bottom: 15px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem;
    text-align: left;
}
.existing-user a{
    color: rgb(255 220 122);
    text-decoration: none;
}
.existing-user a:hover{
    color: rgb(255 220 122);
}
a {
    color: rgb(255 220 122);
}
.register-confirm-btn,
.login-confirm-btn, .support-confirm-btn, .custom-popup button[type="submit"] {
    background-image: radial-gradient(73.35% 113.75% at 50% 100%, #d8c284 0, #5c502d 100%);
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4375rem;
    padding: 10px 12px;
    position: relative;
    transition: all .4s ease;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 0;
    text-transform: none;
    margin-right: 0;;
}

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

.custom-popup button[type="submit"] .spinner{
    width: 20px;
    height: 20px;
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(10px, -50%);
}

.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-image: radial-gradient(73.35% 113.75% at 50% 100%, #d8c284 0, #5c502d 100%);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

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

/* agree checkbox */
.agree-wrap{
    display: flex;
    align-items: center;
    margin-bottom: 5px !important;
}

.agree-wrap input[type="checkbox"]{
    width: auto !important;
    margin-right: 5px;
    cursor: pointer;
}
.agree-wrap span{
    font-size: 13px;
    font-weight: 600;
}
button[disabled] {
    opacity: .6;
    cursor: default !important;
}

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