.has-error .error-block {
    display: inherit !important;
    color: #b94a48;
    text-align: left;
    font-size: 0.75rem;
}

.has-error .chkbox, .has-error .form-control {
    border: 2px solid #b94a48 !important;
    box-shadow: none !important;
}

.has-error .COD_custom-selectbox .select2-selection--single {
    border: 2px solid #b94a48 !important;
    box-shadow: none !important;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.modal-backdrop.fade.in {
    display: block;
}

.link-hover-box {z-index:45}
.selectedCondition .form-check-input, .selectedCondition .form-check-label{
    cursor: pointer;
}
@media (max-width: 768px) {
    .mobPillBtn a {
      font-size: 0.8rem;
    }
}
.curedose-modal-ohidden{
    overflow: hidden;
}
body.modal-open{
    overflow: hidden;
}
.hidden {
    overflow: hidden;
}
.hidden {
    display: none !important;
}
/* consultation popup */
.br-5 {
    border-radius: 5rem;
}
.modal-popup .modal-body {
    padding: 2rem;
}
.consultant_modal .btn-close-popup {
    position: absolute;
    z-index: 1111;
}
.modal-popup .modal-content {
    border-radius: 20px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
}
section.consultation_page { 
    padding: 30px !important;
}
.consultation_page h2{
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.state-coverage-list-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.state-coverage-list-ul li{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #3e3e3e;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: #f0f0f0;
    display: inline-block;
    width: fit-content;
}