/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


/**
 * Theme Name: Child theme of TutorStarter
 * Template:   tutorstarter
 */

/* Popup Registration form */

.terms-modal,
.privacy-policy-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.6);
}

.terms-content,
.privacy-policy-content {
    background: #fff;
    margin: auto;
    padding: 20px;
    border-radius: 12px;
    width: 80%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}

.close-terms,
.close-privacy-policy {
    color: #aaa;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
}

.close-terms:hover,
.close-privacy-policy:hover {
    color: #000;
}

.tutor-password-strength-checker .show-hide-btn {
    top: 20px !important;
}

/* Hide Edge password reveal */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

/* Hide Chrome autofill icon (optional) */
input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
}

#tutor-registration-wrap .tutor-form-group {
    margin-bottom: 25px !important;
}

#tutor-registration-wrap {
    display: flex;
    max-width: 1200px !important;
    gap: 20px;
    padding: 0px !important;
    overflow: hidden;
    /* padding: 40px 0 32px; */
    box-shadow: 0 0 15px rgba(0, 0, 0, .1) !important;

}

.tutor_registration-banner {
    width: 50%;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .tutor_registration-banner {
        display: none;
    }

    #tutor-registration-wrap {
        max-width: 100% !important;
    }

    #tutor-registration-form {
        width: 100% !important;
    }
}

.tutor-password-strength-hint {
    margin-top: 0px !important;
}

#tutor-registration-form {
    padding: 40px 30px;
}