.qr-image {
    width: 100%;
    height: 250px !important;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    max-width: 250px !important;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-18 {
    font-size: 18px;
}


.hide {
    display: none;
}

.custom-toast-class {
    width: 50% !important;
}
/**loader*/
.loader_overlay {
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
    z-index: 9999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.loader {
    position: absolute;
    width: 5rem;
    height: 3.5rem;
    top: 45vh;
    left: 45vw;
    z-index: 999999;
    background-color: #0070ef;
    border-radius: 9px;
}

.loader-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.spinner-message {
    color: white;
    font-size: 1.2em;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 55px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        margin: 8px;
        border: 3px solid #80c7a0;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #80c7a0 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/**loader*/

/**help docs icon*/
.help-docs {
    height: 30px !important;
    width: 30px !important;
}
/**hiding arrows in number type input*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.bold-text {
    font-weight: bold;
}

.text-align-right {
    text-align: right;
    float: right;
}

.mfa-message {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    font-family: Arial, sans-serif;
    margin: 20px 20px 20px 0px px;
    background-color: #f9f9f9;
    font-size: 14px;
}

    .mfa-message h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .mfa-message p {
        margin-bottom: 10px;
    }

    .mfa-message strong {
        font-weight: bold;
    }

.emoji {
    font-size: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    font-weight: bold;
}
.authType-radio {
    width: 16px;
    height: 16px;
    border: 2px;
    padding: 4px;
}

.authType-label {
    height: 16px;
    padding-inline: 12px;
    font-size: 20px;
}
.authenticator-instructions {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}

    .authenticator-instructions li {
        font-size: 14px;
        margin-top: 10px;
    }

    .authenticator-instructions p {
        font-size: 14px;
        margin-top: 10px;
    }
    .authenticator-instructions strong {
        font-weight: bold;
    }

.instructions-header {
    font-size: 16px;
    margin-bottom: 10px;
}

.instructions-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.instructions-list,
.instructions-sublist {
    margin-left: 20px;
    font-size: 1.2rem;
    line-height: 1.6;
}
