body.home-page::-webkit-scrollbar {
    width: 5px;
}


/* Track */

body.home-page::-webkit-scrollbar-track {
    background: #cccccc;
}

#sa-edurp-signing-server-error strong:nth-child(1) {
    display: none;
}

#sa-edurp-signing-server-error a {
    color: #fff;
    text-decoration: underline;
}


/* Handle */

body.home-page::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}


/* Handle on hover */

body.home-page::-webkit-scrollbar-thumb:hover {
    background: #000;
}


/* Scroll bar End*/

.home-page {
    height: 100%;
}

.sa-edurp-forms-wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 50%;
    justify-content: center;
    gap: 20px 0;
}

.sa-edurp-tssf-wrapper {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -ms-flex-direction: column; */
    /* flex-direction: column; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
    background-image: url("/wp-content/plugins/edurp-customizations/assets/frontend/images/backgrounds/signup-and-signin-black-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    overflow: auto;
}

.sa-edurp-tssf-wrapper .sa-edurp-logo {
    height: auto;
    max-width: 100%;
}

.sa-edurp-tssf-wrapper .sa-edurp-content {
    width: 50%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px 0;
    padding: 15px;
}

.sa-edurp-tssf-wrapper .sa-edurp-content p {
    max-width: 500px;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper {
    max-width: 100%;
    background-color: #fff;
    /* height: 600px; */
    margin-right: auto;
    width: 100%;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 40px 0px 40px;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper h2 {
    color: #D51C29;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding: 0 30px;
    margin: 20px; */
    gap: 20px 0;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .sa-edurp-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .sa-edurp-input-group input {
    width: 100%;
    height: 48px;
    background: #fff;
    color: #000 !important;
    border-radius: 5px;
    border: 1px solid #d6d9dd;
    padding-left: 10px;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .sa-edurp-input-group input:focus-visible {
    border: 1px solid #D51C29;
    outline: none;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .sa-edurp-input-group input:active {
    border: 1px solid #D51C29;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .sa-edurp-input-group label {
    margin-bottom: 10px;
    color: #666666;
    font-size: 16px;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .sa-edurp-input-group .sa-edurp-eye-icon {
    position: absolute;
    top: 50%;
    right: 2%;
}

.sa-edurp-tssf-wrapper .sa-edurp-input-group .sa-edurp-eye-icon span {
    background-image: url("/wp-content/plugins/edurp-customizations/assets/frontend/images/icons/password-eye.png");
    width: 26px;
    height: 26px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 12px;
}

.sa-edurp-tssf-wrapper .sa-edurp-eye-icon span.show::after {
    content: "";
    background: #323232;
    height: 34px;
    width: 3px;
    position: absolute;
    right: 11px;
    top: -4px;
    transform: rotate3d(1, 1, 1, 45deg);
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .sa-edurp-input-group .slash-line span::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 101%;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1%;
    right: 47%;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .sa-edurp-forgot-pass a {
    color: #D51C29;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-top: 100px; */
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .submit #wp-submit {
    line-height: 0;
    height: 48px;
    border-radius: 50px;
    font-size: 18px !important;
    font-weight: 400;
    background: #00582A;
    color: #fff;
    width: 30%;
    border: none;
    cursor: pointer;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .submit #wp-submit:hover {
    background-color: #0a0a0a;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .submit #register_form {
    line-height: 0;
    border-radius: 50px;
    font-size: 18px !important;
    font-weight: 400;
    background: #0a0a0a;
    color: #fff;
    width: 30%;
    border: none;
    padding-top: 22px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    text-align: center;
    justify-content: center;
}

.sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .submit #register_form:hover {
    background-color: #00582A;
}

.sa-edurp-tssf-wrapper .error {
    color: #D51C29 !important;
    /* padding-top: 10px; */
}

.sa-edurp-tssf-wrapper label#user-pass-error {
    position: absolute;
    bottom: -35px;
}

.sa-edurp-tssf-wrapper .padding-added {
    padding-top: 15px;
}

@media only screen and (max-width: 1200.5px) {
    .sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .submit #register_form {
        width: 100%;
        padding: 22px 0;
        text-align: center;
    }
    .sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .submit #wp-submit {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 1084.5px) {
    .sa-edurp-tssf-wrapper .sa-edurp-logo {
        height: auto;
        max-width: 80%;
        margin-right: auto;
    }
    .sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .sa-edurp-input-group {
        width: 98%;
    }
}

@media only screen and (max-width: 850.5px) {
    .sa-edurp-content {
        padding: 0 0 0 20px;
    }
    .sa-edurp-tssf-wrapper .sa-edurp-login-wrapper {
        height: auto;
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767.5px) {
    .sa-edurp-tssf-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 40px;
    }
    .sa-edurp-tssf-wrapper .sa-edurp-content {
        padding: 0 0 0 20px;
        width: 100%;
    }
    .sa-edurp-tssf-wrapper .sa-edurp-login-wrapper {
        height: auto;
        padding-top: 30px;
        padding-bottom: 0px;
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .sa-edurp-tssf-wrapper .sa-edurp-logo {
        margin: 0;
        max-width: 50%;
        width: 100%;
    }
    .sa-edurp-tssf-wrapper .sa-edurp-content p {
        max-width: initial;
        width: auto;
        padding: 0 20px;
        text-align: center;
    }
    .sa-edurp-tssf-wrapper .sa-edurp-content {
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    .sa-edurp-tssf-wrapper .sa-edurp-login-wrapper {
        padding: 50px 20px 0px 20px;
    }
    /* .sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .submit {
        flex-direction: column;
        gap: 15px;
    } */
    .sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .submit #wp-submit,
    .sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .submit #register_form {
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .sa-edurp-login-wrapper .sa-edurp-input-group:nth-child(2) {
        height: 100px;
    }
    .sa-edurp-login-wrapper .sa-edurp-input-group:nth-child(2) .sa-edurp-eye-icon span {
        top: 5px;
    }
    #sa_edurp_sigin_password-error {
        position: absolute;
        bottom: 0 !important;
        top: 86%;
        line-height: normal;
    }
}

@media only screen and (max-width: 450px) {
    .sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .sa-edurp-input-group label {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    .sa-edurp-tssf-wrapper .sa-edurp-logo {
        width: 70%;
        max-width: 70%;
    }
}

.sa-edurp-signup-wrapper {
    background: #fff;
    padding: 30px 40px 5px 40px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    width: 100%;
}

.sa-edurp-signup-wrapper h2 {
    margin-bottom: 20px;
}

.sa-edurp-signup-wrapper .sa-edurp-input-group {
    margin-bottom: 15px;
}

.sa-edurp-signup-wrapper .sa-edurp-input-group label {
    display: block;
    margin-bottom: 5px;
    color: #666666;
    font-size: 16px;
}

.sa-edurp-signup-wrapper .sa-edurp-input-group input {
    width: calc(100% - 0px);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 48px;
}

.sa-edurp-signup-wrapper .sa-edurp-input-group .sa-edurp-password-wrapper {
    position: relative;
}

.sa-edurp-signup-wrapper .sa-edurp-input-group .sa-edurp-password-wrapper input {
    width: calc(100% - 0px);
}

.sa-edurp-signup-wrapper .sa-edurp-input-group .sa-edurp-password-wrapper .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.sa-edurp-signup-wrapper .t-sign-submit-btn {
    background: #333333;
    color: #fff;
    border: none;
    padding: 0px 45px 5px 45px;
    height: 55px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
}

.sa-edurp-signup-wrapper .t-sign-submit-btn:hover,
.sa-edurp-signup-wrapper .t-sign-submit-btn:focus {
    background: #00582a;
    color: #fff;
}

.t-sign-container {
    background-image: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/backgrounds/signup-and-signin-black-bg.webp);
    background-size: cover;
    background-position: 50% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 15px;
}

.t-sign-container .row {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.t-sign-container .row .half {
    width: 50%;
}

.t-sign-container .row .col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.lg-text {
    padding-right: 40px;
}

.t-sign-logo {
    width: 100%;
    max-width: 400px !important;
}

.sa-edurp-signup-wrapper h1 {
    margin: 0px 0px 30px 0;
    text-align: center;
    color: #D51C29 !important;
    text-transform: uppercase;
}

.bb-password-wrap a.bb-toggle-password {
    height: 40px;
    width: 40px;
    color: rgba(18, 43, 70, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
}

i.fa::before {
    content: "";
    color: #0000;
    background-image: url(/wp-content/plugins/edurp-customizations/assets/frontend/images/icons/password-eye.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    font-size: 24px;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0px;
    top: 0px;
}

i.fa-eye-slash::after {
    content: "";
    height: 32px;
    width: 3px;
    background: #323232;
    position: absolute;
    right: 10px;
    top: -1px;
    -webkit-transform: rotate3d(1, 1, 1, 45deg);
    transform: rotate3d(1, 1, 1, 45deg);
}

.btn-sub {
    text-align: center;
    margin-top: 30px;
}


/* Aimal new css */

#sa_edurp_sigin_password-error {
    position: absolute;
    bottom: -38px;
}

.second-half form .sa-edurp-input-group .sa-edurp-eye-icon {
    position: absolute;
    top: 42% !important;
    right: 2%;
}

.third-half {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0 150px;
    display: none;
}

.second-half {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 200px;
    height: auto;
}

@media screen and (max-width: 1600.5px) {
    .second-half {
        padding: 0 150px;
    }
}

@media screen and (max-width: 1500.5px) {
    .third-half {
        padding: 0 100px;
    }
    .sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .submit #wp-submit,
    .sa-edurp-tssf-wrapper .sa-edurp-login-wrapper form .submit #register_form {
        width: 50%;
    }
}

@media screen and (max-width: 1300.5px) {
    .third-half {
        padding: 0 70px;
    }
    .second-half {
        padding: 0 100px;
    }
}

@media only screen and (max-width: 1089.5px) {
    .sa-edurp-tssf-wrapper .sa-edurp-content p {
        max-width: 390px;
    }
}

@media screen and (max-width: 1024.5px) {
    .third-half {
        padding: 0 30px;
    }
    .second-half {
        padding: 0 50px;
    }
}

@media screen and (max-width: 991px) {
    .sa-edurp-forms-wrapper {
        width: 100%;
    }
    .sa-edurp-tssf-wrapper .sa-edurp-content p {
        max-width: 100%;
    }
    .second-half {
        justify-content: flex-start;
        height: auto;
        width: 100%;
    }
    .sa-edurp-tssf-wrapper .sa-edurp-logo {
        margin-right: initial;
    }
    .sa-edurp-tssf-wrapper .sa-edurp-content {
        width: 100%;
        height: auto;
    }
    .sa-edurp-tssf-wrapper {
        flex-direction: column;
        padding: 10px 0 50px;
        justify-content: flex-start !important;
        flex-wrap: nowrap;
    }
    .third-half {
        width: 100%;
    }
    .t-sign-container {
        height: 100%;
    }
    .t-sign-container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .lg-text {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .t-sign-container .row .half {
        width: 100%;
    }
    .sa-edurp-signup-wrapper {
        max-width: 90%;
        padding: 30px 20px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767.5px) {
    .third-half {
        padding: 0;
    }
    .second-half {
        padding: 0 20px;
    }
}

#sa-edurp-signup-server-error,
#sa-edurp-signing-server-error {
    display: none;
    background-color: var(--bb-danger-color);
    color: #fff;
    margin-top: 15px;
    border: 0;
    box-shadow: none;
    border-radius: var(--bb-input-radius);
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
}

#sa-edurp-signup-activation-email-message-wrapper{
    display: none;
    background: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 95%;
    margin: 0 auto;
    width: 100%;
}
#sa-edurp-signup-activation-email-message-wrapper #sa-edurp-signup-activation-email-message-heading {
    font-size: 20px;
    margin-bottom: 10px;
}
a[href="http//z2.internethaus.com/wp-login.php?action=lostpassword"] {
    display: none;
}
.sa-edurp-signup-wrapper .sa-edurp-input-group input[type="radio"] {
    width: 20px;
    height: auto;
    border-radius: 0;
    border: none;
    padding: 0;
}

.sa-edurp-signup-wrapper .sa-edurp-input-group input[type="radio"] {
    accent-color: #d51c29 !important;
}
.sa-edurp-signup-wrapper .sa-edurp-input-group input#real_time_selfie {
    margin: 15px 0;
}
.sa-edurp-signup-wrapper .sa-edurp-input-group #capture_selfie_btn {
    background: #d51c29 !important;
    border: 0;
}
.sa-edurp-signup-wrapper .sa-edurp-input-group input#real_time_selfie::-webkit-file-upload-button {
    display: none;
}