﻿.text-underline-hover {
    text-decoration: none;
}

.text-underline-hover:hover {
    text-decoration: underline;
}

.spinner-border-tabeeb {
    display: block;
    position: fixed !important;
    top: calc(50% - (58px / 2)) !important;
    right: calc(50% - (58px / 2)) !important;
    width: 40px !important;
    height: 40px !important;
    color: #0288d1 !important;
    border-width: 6px !important
}

#backdrop {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: rgb(0,0,0,0.2);
}

.toast.container {
    width: 100%;
    padding: 12px;
    border: 1px solid red;
    border-radius: 4px;
    background: 0;
    background-color: rgba(255, 0, 0, 0.2)
}

.passwordRequirement.wrong .fa-check {
    display: none;
}

.passwordRequirement.good .fa-times {
    display: none;
}

#registrationForm .field-validation-error, #resetPasswordForm .field-validation-error, #setPasswordForm .field-validation-error {
    display: block;
    padding: 8px !important;
    border: 1px solid red;
    background-color: rgba(255,0,0,.3);
    border-radius: 4px;
    margin-bottom: 15px;
}

.nav-link {
    background: none !important;
}

.nav-link.active {
    background-color: var(--mdb-nav-pills-link-active-bg) !important;
}

.iti__country-list {
    color: black !important;
}

.iti input::placeholder {
    opacity: .6 !important;
}

@media (max-width: 1024px) {
    .profilePhoneNumberBlock {
        flex-direction: row !important;
    }
    #phoneNumberConfirmationBlock {
        margin-top: unset !important;
    }
}

@media (max-width: 991px) {
    .profilePhoneNumberBlock {
        flex-direction: column !important;
    }
    #phoneNumberConfirmationBlock {
        margin-top: 1rem !important;
    }
}