.fw-bold-medium{
    font-weight: 500;
}
.bg-gray{
    background-color:lightgray;
}
.border-custom{
    border: 1px solid #1D66A5;
}
.width-adjust{
    width: calc(100% - 10px);
    margin: 0 20px;
    display: flex;
}
.border-bg-color{
border: 1px solid black;
}
.table-bordered td{
    border: 1px solid gray;
}
.gray-background{
    background-color: gray;
}
.nav-link.active{
    background-color: #1D66A5 !important;    
}
.custom-background.table-dashboard .table tr:first-child td {
    background-color: #E6E6E6;
    border: 1px solid gray;
}
.custom-background.table-dashboard .table tr:nth-child(2) td {
    background-color: #E6E6E6;
    border: 1px solid gray;
}
.custom-background.table-dashboard .table tr th {
    border:1px solid #1D66A5;
}
.textarea-focus{
    outline: 0;
    box-shadow: 0;
    border: 0;
}
.blocked {
    background-color: #DC3545 !important; /* Change to red when blocked */
}

.unblocked {
    background-color: #1D66A5!important; /* Change to original color when unblocked */
}
.tabbs .nav-pills-custom{
        max-width: 600px;
        border-radius: 9px;
}
.nav-link-custom{
    background-color: #ffff;
    border: 0;
}
.nav-link-custom.active{
color: #1D66A5 !important; 
border-bottom: 2px solid #1D66A5;


} 
#multi-step-form-container {
    margin-top: 5rem;
}

.pl-0 {
    padding-left: 0;
}
.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #1D66A5;
    background-color: #1D66A5;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.submit-btn {
    border: 1px solid #1D66A5;
    background-color: #1D66A5;
}
.d-none1 {
    display: none;
}

.font-normal {
    font-weight: normal;
}
.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
.form-stepper .form-stepper-circle {
    position: relative;
}
.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #1D66A5 !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #1D66A5 !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #1D66A5 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #1D66A5 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #1D66A5 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #1D66A5 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
}
ul.iti__country-list{
        max-width: 230px !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code{
    width: 100% !important;
}
.ui-datepicker-calendar {
    display: none;
}
    

