.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: inherit;
    line-height: 1.125rem;
    width: 438px;
    border-radius: 16px;
    background: linear-gradient(0deg, #0C1013, #0C1013);
    color: rgb(109 119 123);
}
.custom-popup .modal-content{
    
    text-align: center;
    padding: 35px;
}
.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: #fff;
    text-align: left;
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.25rem;
}
.custom-popup label{
    color: rgb(109 119 123);
    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: rgb(19 23 25);
    border: 1px solid #1e2124 !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    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 #de0d3e;
}
.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: 28px;
    color: rgb(109 119 123);
    text-decoration: none;
}
.existing-user {
    margin-bottom: 15px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.125rem;
    text-align: left;
    color: rgb(109 119 123);
}
.existing-user a{
    color: rgb(24 255 182);
    text-decoration: none;
}
.existing-user a:hover{
    color: rgb(24 255 182);
}
.register-confirm-btn,
.login-confirm-btn, .support-confirm-btn, .custom-popup button[type="submit"] {
    background-blend-mode: overlay;
    background: linear-gradient(180deg, #00c29e, #076d65), linear-gradient(300.15deg, #8dffc8 6.69%, rgba(8, 125, 90, 0) 53.82%);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    animation-duration: .3s;
    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: #706f6f;
    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;
    color: #fff;
}

.info-content .btn {
    margin: 0;
    background-blend-mode: overlay;
    background: linear-gradient(180deg, #00c29e, #076d65), linear-gradient(300.15deg, #8dffc8 6.69%, rgba(8, 125, 90, 0) 53.82%);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    animation-duration: .3s;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

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

@media (min-width: 768px) and (max-width: 1199px){
    .custom-popup .modal-wrapper{
        transform: translate(-50%, -100%);
    }
}

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