label.err-msg{
    color: #F41B35 !important;
    font-size: 80%;
    font-weight: 400;
}
span.err-msg{
    color: #F41B35 !important;
    font-size: 80%;
    font-weight: 400;
}
a.err-msg-valid{
    color: #F41B35 !important;
    font-size: 80%;
    font-weight: 400;
}

label.err-msg-valid{
    color: #F41B35 !important;
    font-size: 80%;
    font-weight: 400;
}
span.err-msg-valid{
    color: #F41B35 !important;
    font-size: 80%;
    font-weight: 400;
}
a.err-msg-valid{
    color: #F41B35 !important;
    font-size: 80%;
    font-weight: 400;
}

.error{
    color: #F41B35 !important;
    font-size: 80%;
    font-weight: 400;
}

.c-pointer{
    cursor: pointer
}

.c-not-allow{
    cursor: not-allowed
}

.resend_otp h4 button {
    padding: 0;
    margin: 0;
    color: #262261;
    font-size: 16px;    
    border: none;
    padding: 2px;
    background: none;
}
.err-msg-custom{
    color: #F41B35 !important;
    font-size: 80%;
    font-weight: 400;
}
.swal2-title{
    display: block;
    font-size: 18px !important;
}

.btn_view{
    font-size: 14px;
}
.no-data{
    width: 100%;
    text-align: center;
}
.no-data img{
    width: 110px;
}

a.nav-link-custom {
    color: #fff !important;
}

/* .nav-link.active {
    color: #000 !important;
} */
.datepicker[readonly] {
    background-color: #eee !important;
    opacity: 1;
}
.no-data img {
    width: 80px;
}

.ss-disabled {
    background-color: var(--ss-disabled-color);
    cursor: not-allowed;
    pointer-events: none;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 991;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    transition: all .25s;
    z-index: 99999;
    background-color: rgba(0,0,0,0.3);
}

.loader-circle {
    width: 24px;
    height: 24px;
    border: 3px solid transparent;
    border-right-color: #1e569b;
    border-top-color: #3a74bb;
    border-radius: 50%;
    animation: rotatingLoader .75s linear infinite;
    z-index: 99999;
}

.bd-wizard-step-icon i {
 font-size: 16px;
 line-height: inherit;
}

.btn_view{
    font-weight: 600 !important;
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}

.datepicker[readonly] {
    background-color: #fff!important;
    opacity: 1;
}