﻿.modal img.icon {
    background-color: #EFF6FF !important;
    padding: 10px;
    border-radius: 50%;
    margin-bottom:16px;
}

.modal .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.modal .sub-title {
    color: #4F4F4F;
    font-size: 14px;
    margin-bottom: 20px;
}

.modal form p {
    font-size: 12px;
    color: #4F4F4F;
    margin-bottom: 20px;
}

.modal form .btn-submit {
    color: #fff;
    background-color: #2166AE;
    width:100%;
    border:0;
    outline:0;
    border-radius:4px;
    padding:10px;
}

.modal .modal-footer p {
    font-size: 12px;
    color: #4F4F4F;
}

.modal .modal-footer p a{
    color:#2166AE !important;
}

.modal #otp-digits {
    direction: ltr;
    display: flex;
    flex-direction: row;
    gap: .5rem;
}

    .modal #otp-digits input {
        direction: ltr;
        text-align: center;
    }

.modal #resend-btn {
    margin-top: 20px !important;
}

.modal #resend-btn.disabled {
    pointer-events: none;
    opacity: .5;
}