/* Auth Pages Start */

.auth-tab-pane {
    display: none;
}
.auth-tab-pane.show {
    display: block;
}

.auth-page-area {
    padding: 80px 0px;
    background: var(--white-color);
}
.auth-card {
    background: #eaf4f4;
    border-radius: 24px;
    padding: 32px;
}
.auth-card.change-password-card {
    margin-top: 46px;
}
.auth-card-head {
    text-align: center;
    margin-bottom: 24px;
    margin-top: -78px;
    position: relative;
    z-index: 22;
}
.auth-card-head-icon {
    margin-bottom: 20px;
}
.auth-card-head-icon img {
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.form-group-icon {
    position: absolute;
    top: 16px;
    left: 12px;
}
.form-group-icon i {
    color: var(--primary-color);
    font-size: 24px;
}

.auth-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.form-group-icon::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    background: #f0ecf6;
    left: 34px;
    top: 1px;
}
.form-group-icon i {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
}
.auth-card-form .form-group {
    margin-bottom: 16px;
    position: relative;
}
.auth-card-form .form-group input {
    width: 100%;
    height: 56px;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid transparent;
    box-shadow: 0px 2px 2px 0px rgba(32, 38, 46, 0.08);
    padding-left: 60px;
    border-radius: 8px;
    color: #888;
}
.auth-card-head-title-text {
    margin-top: 16px;
}
.auth-card-form .form-group input:focus {
    border: 1px solid var(--primary-color);
}
.auth-card-info .form-check {
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.auth-card-info .form-check label {
    color: var(--hints-color);
    font-weight: 500;
    position: relative;
    top: 3px;
    margin: 0;
    cursor: pointer;
}
.auth-card-info .form-check input {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 4px;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 2px;
    box-shadow: none;
}
.auth-card-info .form-check-input:checked {
    background-color: var(--secondary-color);
}
.auth-card-info a {
    color: var(--primary-color) !important;
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    top: 2px;
}
.auth-card-form-btn.primary__btn {
    width: 100%;
    display: block;
    margin-top: 20px !important;
    background: var(--primary-color);
    box-shadow: none;
    border: 1px solid transparent;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    font-weight: 600;
    height: 52px;
    font-family: var(--primary-color);
    cursor: pointer;
}
.auth-card-form-btn.primary__btn:hover {
    background: var(--secondary-color);
}
.auth-card-bottom span {
    text-align: center;
    display: inline-block;
    font-weight: 400;
    margin-top: 20px;
    position: relative;
    color: var(--paragraph-color);
}

.auth-card-bottom span::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: var(--title-color);
    left: -112px;
    top: 50%;
    opacity: 0.2;
}
.auth-card-bottom span::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: var(--title-color);
    right: -112px;
    top: 50%;
    opacity: 0.2;
}
.auth-card-google-btn {
    margin-top: 12px;
}
.auth-card-google-btn a {
    width: 100%;
    text-align: center;
    background: var(--white-color);
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.auth-card-google-btn a:hover {
    color: var(--secondary-color);
}
.auth-card-google-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 6px;
}
/* Auth Login Tabs  */
.auth-signin-tab-menu .list-group {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
    display: flex;
}
.auth-signin-tab-menu .list-group-item {
    background: var(--white-color);
    border-radius: 100%;
    padding: 0;
    width: 56px;
    height: 56px;
    line-height: 52px;
    border: 1px solid transparent;
    box-shadow: 0px 2px 2px 0px rgba(32, 38, 46, 0.08);
    text-align: center;
    display: block;
}
.auth-signin-tab-menu .list-group-item.active {
    border: 1px solid var(--primary-color);
}
.auth-signin-tab-menu .list-group-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.auth-card-bottom-link {
    margin: 0;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}
.auth-card-bottom-link a {
    color: var(--secondary-color) !important;
    text-decoration: underline !important;
    font-weight: 600;
    margin-left: 4px;
}
.auth-card-title {
    font-size: 30px;
    margin-bottom: 10px;
}
.auth-card-text {
    font-weight: 400;
    font-size: 15px;
}
.form-group-password i {
    position: absolute;
    right: 12px;
    top: 17px;
    font-size: 22px;
    color: var(--hints-color);
    cursor: pointer;
}
.auth-card-form .form-group .form-group-password input {
    padding-right: 46px;
}
/* Verify OTP Card */
.auth-card-form .otp-input {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.auth-card-form .form-group label {
    margin: 0 0 8px 12px;
    color: var(--hints-color);
}
.auth-card-form .otp-input input {
    width: 48px;
    height: 48px;
    text-align: center;
    background: #fdfdfd;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    padding: 0;
}
.OTP-send-again {
    margin-top: 24px !important;
}
.OTP-send-again a {
    color: var(--bestu-primary-color) !important;
    font-weight: 600;
}
.OTP-re-send {
    display: inline-block;
    background: var(--white-color);
    border-radius: 4px;
    padding: 4px 8px;
    margin-top: 8px !important;
    color: var(--hints-color);
}
.OTP-re-send span {
    font-weight: 600;
    display: inline-block;
    margin: 0;
    color: var(--paragraph-color);
}
.auth-card-bottom {
    text-align: center;
}
.auth-form-btn {
    margin-top: 24px;
}
.auth-form-btn .theme-btn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 22px;
}
#verification-result {
    margin: 0;
    margin-top: 8px;
    text-align: center;
}
.successful-text {
    margin: 0;
    line-height: 140%;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.successful-text .loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 5px;
    margin-left: 2px;
}
.successful-text .dot1,
.successful-text .dot2,
.successful-text .dot3 {
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #333;
    animation: bounce 0.6s infinite alternate;
    margin: 1px;
}

.successful-text .dot2 {
    animation-delay: 0.2s;
}

.successful-text .dot3 {
    animation-delay: 0.4s;
}

@keyframes bounce {
    to {
        transform: translate3d(0, -0.2em, 0);
    }
}

@media only screen and (max-width: 767px) {
    .auth-page-area {
        padding: 56px 0px;
    }
    .auth-card-form-btn.primary__btn {
        line-height: 46px;
        height: 48px;
    }
    .auth-card-bottom span {
        margin-top: 12px;
    }
}

/* Auth Pages End */
