.card-header {
    padding: 10px 15px !important;
}
.btn:disabled {
    background: darkgray !important;
    color: black !important;
    cursor: not-allowed !important;
}
.flatpickr-input[readonly] {
    cursor: pointer;
    background-color: var(--vz-input-disabled-bg);
}
#contient_li{
    width: 100%; 
    height: 340px; 
    font-size: 14px; 
    padding: 5px;
}
.form-control:disabled {
    opacity: 1;
}
.form-control {
    font-size: 14px !important;
}
.form-label {
    font-size: 14px !important;
    color: black;
}
button {
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 14px;
}
.list_item_ui {
    width: 100%; 
    height: 340px; 
    font-size: 14px; 
    padding: 5px;
    background-color: inherit;
}
#country_list{
    height: 430px !important; 
}
#district_list{
    height: 430px !important; 
}
#state_list{
    height: 340px !important; 
}
#city_list{
    height: 430px !important; 
}
#taluka_list{
    height: 430px !important; 
}
#villege_list {
    height: 520px !important;
}

#tax_master_list {
    height: 450px !important;
}

#registration_list {
    height: 255px !important;
}

#licence_list {
    height: 255px !important;
}
#currency_list {
    height: 430px !important;
}
a.dropdown-toggle[aria-expanded="true"] {
    background: black;
    color: #f7b84b;
    border-bottom: 3px solid #f7b84b;
    padding-bottom: 5px;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--vz-btn-active-color) !important;
    background-color: #405189;
    border-color: #405189;
}
label.btn.btn-outline-secondary {
    color: #405189 !important;
    border: var(--vz-btn-border-width) solid #405189;
}

.form_title_block
{
    width: 100%;
    display: block;
    line-height: 40px;
}

.common_button_block{
    text-align: start;
}

.page-content{
    margin-bottom: 100px;
}

.other_suppliment_form{
    /*display: none;*/
}
.button-addon2 {
    height: 100%;
}

.modal-body.error_modal_msg {
    text-align: center;
    font-size: 15px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-select:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.btn:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}


div:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.8);
    border: 2px solid rgba(0, 123, 255, 0.8); 
}

.div-focusable:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.8);
    border: 2px solid rgba(0, 123, 255, 0.8);
}

.do_not_touch {
    background-color: var(--vz-input-disabled-bg);
}

.tab_no {
    padding: 0px 5px;
    background: #000000;
}

.back_tab_btn{
    color: #000 !important;
    border: 1px solid !important;
    border-radius: 0px !important;
    font-weight: 600 !important;
}

.back_nav_btn{
    background-color: #fff;
    color: #000;
}

.category-badge {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0.2rem 0.2rem;
    font-size: 0.70rem;
    font-weight: 700;
    color: white;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    z-index: 10;
    background-color: #7CB342;
    border-radius: 3px;
}

@media (min-width: 1024px){
    
    [data-layout=horizontal] .page-content {
        margin-top: 0px;
    }

    [data-layout=horizontal] .page-content {
        padding: calc(45px + 1.5rem) 0.75rem 0px;
    }
    [data-layout=horizontal] .container-fluid, [data-layout=horizontal] .layout-width {
        max-width: 98%;
        margin: 0 auto;
    }
}
