.popup-verifyAge {
    width: 700px;
    height: auto;
    max-height: 100vh;
    overflow: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;

    background: #2A3039;
    color: #F0F8FF;
}

@media (max-height: 400px) {
    .popup-verifyAge {
        top: 0;
        transform: translate(-50%, 0%);
    }
    
    .verify-header {
        position: sticky;
        top: 0;
    }
}

@media (max-width: 750px) {
    .page-hover > div {
        width: 100%;
    }
    
    .popup-verifyAge {
        width: 100%;
        top: 0;
        transform: translate(-50%, 0%);
        min-height: initial;
    }
    
    .verify-header .verify-back {
        position: sticky;
        top: 0;
    }
    
    .verify-header .verify-close {
        position: sticky;
        right: 0px;
    }
}

.popup-verifyAge .verify-header {
    width: 660px;
    height: 19px;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;

    margin: 0 auto;
}

.popup-verifyAge .verify-back {
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;

    background-color: transparent;
    color: #FFFFFF;
    text-decoration: none;  
    border: none;
}

.popup-verifyAge .verify-close {
    font-size: 25px;
    cursor: pointer;

    background-color: transparent;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
}

.popup-verifyAge .verify-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.popup-verifyAge #verify_code_enter_sms .verify-container h4 {
    margin: 46px 0 10px 0;
 }

.popup-verifyAge #change_parental_control .verify-container h4 {
    margin: 36px 0 10px 0;
 }

.popup-verifyAge .verify-container h4 {
    height: 46px;
    
    font-weight: 700;
    line-height: 26px;
    font-size: 18px;
    margin: 12px 0 10px 0;
    padding-top: 10px;
}

.popup-verifyAge .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

.popup-verifyAge .confirmation {
    font-size: 14px;
    margin-top: auto;
    font-weight: 400;
    line-height: 16px;
    margin: 21px 0 0 0;

    color: #FFFFFF;
}

.popup-verifyAge #verify_code_enter_sms .confirmation {
    margin: 46px 0 0 0;
}

.popup-verifyAge #change_parental_control .confirmation {
    margin: 36px 0 0 0;
}

.popup-verifyAge .change-in-settings {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 10px 0 0 0;

    color: #FFFFFF;
}

.popup-verifyAge .email-request {
    font-size: 14px;
    margin: 10px 0 0 0;
    font-weight: 400;
    line-height: 16px;

    color: #FFFFFF;
}


.popup-verifyAge .verify-phone {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
    
    font-size: 16px;
    height: 35px;
}

.popup-verifyAge .verify-phone-prefix {
    padding: 6px 0px 0px 16px;
    width: 35px;

    background-color: #FFFFFF;
    color: #000000;
}
.popup-verifyAge #verify-phone-input {
    padding: 6px;
    width: 185px;

    background-color: #FFFFFF;
    color: #000000;
    border: none;
}

.popup-verifyAge .input-button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-verifyAge .verify-btn {
    width: 220px;
    height: 35px;

    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    box-sizing: border-box;

    background: #1D62B1;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
}

.popup-verifyAge .error-message {
    line-height: 16px;
    margin: 4px 0 0 0;
    display: none;

    color: #FF6347;
}

.popup-verifyAge .license-agreement {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin: 8px 85px 0 85px;

    color: #FFFFFF;
}

.popup-verifyAge .license-agreement a{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;

    color: #80C8FF;
}

.popup-verifyAge .verify-down {
    height: 35px;
    
    display: flex;
    align-items: baseline;
    margin: 5px 0 0 0;
}

.popup-verifyAge .verify-auth {
    height: 35px;

    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    padding: 10px;
    margin: 10px 0 0 0;
}

.popup-verifyAge .verify-forgot-pin-code {
    height: 35px;

    margin: 10px 0 20px 0;
    padding: 10px;

    font-size: 16px;
    line-height: 20px;
    cursor: pointer;

    color: #428BCA;
}

.popup-verifyAge .verify-down a {
    font-size: 16px;
    line-height: 20px;

    color: #428BCA;
}

.popup-verifyAge .example-block {
    width: max-content;
    height: max-content;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px 10px;
    text-align: left;
    font-size: 10px;
    margin: 0 auto 10px;

    background-color: #FFEE8F;
    color: #000000;
    border-radius: 8px;
}

.popup-verifyAge .example-block .example-header {
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
}

.popup-verifyAge .example-block .example-description {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
}

.popup-verifyAge .example-block .example-icon {
    width: 20px;
    height: 20px;

    margin: 4px 3px 4px 0px;
    vertical-align: middle;
}

.popup-verifyAge .example-block .example-bold {
    font-weight: bold;
    font-size: 12px;
}

.popup-verifyAge .example-block p {
    margin: 1px 0 0 5px;
    font-size: 14px;
}

.popup-verifyAge .digits-input {
    width: 220px;
    height: 35px;
    
    margin: 0;
    border: none;
    margin-bottom: 10px;
    padding: 0px 0px 0px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 3px;
    background-color: #FFFFFF;
    color: #000000;
}

.popup-verifyAge .timer {
    height: 19px;

    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 0;

    color: #BF3434;
}

.popup-verifyAge .no-call {  
    display: block;
    text-align: center;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: 5px 0 0 0;
    pointer-events: auto;
    opacity: 1;
    cursor: pointer;

    color: #428BCA;
}

.popup-verifyAge .no-call.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.popup-verifyAge .change-pin-code {
    height: 35px;
    
    display: block;
    text-align: center;
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;

    color: #428BCA;
}

.popup-verifyAge .verify-checkbox {
    height: 28px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.popup-verifyAge .verify-checkbox .checkbox-icon {
    margin: 0px 12px 0px 0px;
    width: 18px;
}

.popup-verifyAge .verify-checkbox .verify-checkbox-label {
    margin-bottom: 0;
    font-weight: normal;
}
.popup-verifyAge .verify-checkbox input[type="checkbox"] {
    margin: 2px 0 0 12px;
    border: 1px solid #767676;
    box-sizing: border-box;
}