
body{ font-family: 'Poppins' !important;}
#myTable_filter{ 
    margin-top: -4% !important;
}
.balance{
    font-style: italic;
    font-size: 12px;
    color: #c40f0f;
    font-weight: bold;
}
.bx_report{
    background: #bebebe;
    padding: 4%;
    height: 100px;
    text-align: center;
}
.form-control{
    background-color: #ffffff87 !important;
    box-shadow: 0px 0px 12px 5px rgba(15, 34, 58, 0.12) !important;border-radius: 8px !important;
}
#customer_address{
  
        min-height: calc(8.5em + .94rem + var(--bs-border-width)* 2) !important;
    
}
.select2-container .select2-selection--single .select2-selection__rendered{
    background-color: #ffffff87 !important;border-radius: 8px !important;
    box-shadow: 0px 0px 12px 5px rgba(15, 34, 58, 0.12) !important;
}
.select2-container .select2-selection--single{
    background-color: #ffffff87 !important;border-radius: 8px !important; border: 1px solid #ffffff87;
}
body{background-image: url(../images/as_bg.png) !important;background-size:cover !important;}
.card{       background-color: #c6f3ed33 !important;
    box-shadow: 0px 0px 12px 5px rgba(15, 34, 58, 0.12) !important;
    border-radius: 17px !important;}

.table>:not(caption)>*>*{
    background: rgba(129, 176, 129, 0.1) !important;
}
.vertical-menu{background:#ffffff !important;box-shadow:none !important;}
.btn{border-radius: 8px !important;--bs-btn-padding-x: 0.5rem !important;
    --bs-btn-padding-y: 0.2rem !important; font-weight: bold;}
/* .btn-success{background: linear-gradient(to right, #6e6ef1, #d0a9eb) !important;
    color: black !important;} */
.btn-primary{
    
    background: linear-gradient(to right, #4040e6, #b262e9) !important;
    color: #00ffeafc !important;
   
}
.dt-buttons {
    margin-right: 10px !important; /* Add spacing between buttons */
}
.cmn_btn{width:100px !important}
.btn-edit{background-color: rgb(18, 95, 26) !important;color: #fefefe !important; }
#myTable_length{margin-top: 8px !important;}
#btn_fetch{margin-top: 35% !important;}

.input-group-text{
    background-color: #ffffff87 !important;
    box-shadow: 0px 0px 12px 5px rgba(15, 34, 58, 0.12) !important;
    border-radius: 8px !important;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

#loader .spinner-border {
    width: 3rem;
    height: 3rem;
}
.imagePreview{
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: repeat;
    background-size: auto;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}