/* ----------------------- */
/* dashboard  */
/* -------------- */

.ds-list-card .sa-widget-header h4{
    color: #272b2f;
}

.ds-list-card .sa-widget-header__title {
    color: #272b2f;
    font-size: 17px;
    padding-top: 12px;
    font-weight: 600;
    /* letter-spacing: 1px; */
}
.justify_even{
    justify-content: space-evenly !important;
}
.card-chart-img img{
    width: 40px;
}
.sa-widget-header {
    display: unset;
}
.card-list-data{
    display: flex;
    justify-content: space-between;
}
.card-list-body::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #b90020;
    right: 0px;
}

.card-list-data .card-chart{
    color: #b90020;
    font-size: 30px;
}

.saw-indicator__caption {
    color: #fff;
    background: #b90020;
    font-size: 16px;
    grid-column: 1;
    grid-row: 3;
    text-align: center;
    padding: 8px;
    margin-top: unset;
}
.saw-indicator__body {
    display: unset;
    padding: unset;
}
[dir=ltr] .saw-indicator--size--lg .saw-indicator__caption {
    text-align: center;
}
.saw-indicator {
    padding: unset;
}
.saw-indicator__header {
    margin-bottom: unset;
    padding: 10px;
   

}

.sa-sidebar__header {
    background-color: #1eb6b6;
    color: #3d464d;
    flex-shrink: 0;
    
    height: var(--sa-toolbar-height);
}
.sa-sidebar-logo__caption {
    background-color: #1eb6b6;
    font-size: 16px;
    color: #fff;
}

.view-design{
    color: #fff;

}
.view-design:hover{
    color: #fff;

}
.view-design span{
margin-right: 5px;
}

.container--max--md {
    max-width: 100%;
}
.chart-heading{
font-size: 16px;
font-weight: bold;
color: #3d464d;
}
.chart-percent{
    text-align: center;
  
    margin-bottom: 20px;
}
.chart-percent-circle{

padding: 10px;
    border-radius: 2px;
}
.circle-m{
    margin-right:5px ;
}

.circle-col{
    display: inline-flex;
}
@media screen and (min-width:312px)and (max-width:426px){

.circle-col {
    display: -webkit-box;
}
}
/* stock value  */
/* ------------------------ */

.breadcrumb-item + .breadcrumb-item::before {
  
    content: '/' !important;
}



/* audit report  */
/* ------------- */
.audit-filter input{
    width: 90%;
    padding: 4px 4px;
    border-radius: 3px;
    border: 1px solid #bab3b3;
}
.audit-filter label{
    display: block;
}
.audit-filter select{
    width: 90%;
    padding: 6px 0px;

border-radius: 2px;
border: 1px solid #c2bcbc;
}
.audit-filter  .filter-btn{

padding: 0px 30px;
}

.audit-filter{
    border-bottom: 1px solid #a7aaae;
    display: flex;
    
    padding-bottom: 12px;
}
.audit-date-view{
font-size: 16px;
text-align: center;

padding-top: 10px;
}

@media screen and (min-width:312px)and (max-width:426px){
.audit-filter{
    
display: unset;
}
.audit-filter input{

width:100%;
margin-bottom: 12px;
    text-align: center;
}
.audit-filter select{
    width:100%;
    margin-bottom: 12px;
        text-align: center;
}
}

/* school css  */

.d-block{
    display: block;
}
.d-flex{
    display: flex;
}

.d-space{
    justify-content: space-between;
}

.crd-name{
    font-weight: 400 !important;
    /* font-size: 20px; */
}
.crd-count{
    padding-top: 6px;
    font-weight: 400;
}

.crd-p{
    color: red ;
    font-size: 15px;
    font-weight: 400 ;
}
.w-55{
    width: 55px !important;
}
.pl-10{
    padding-left: 10px;
}

.brd{
    border: 1px solid #ced4da !important;
}

.br_cover{
        background: url('./../../assets/images/login/login.webp') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
li.sa-nav__menu-item.sa-nav__menu-item--has-icon.active {
    background-color: #033e69;
    color: #fff;
}
li.sa-nav__menu-item.sa-nav__menu-item--has-icon.active .sa-nav__arrow {
    color: #fff !important; 
}
.sa-nav--sidebar .sa-nav__link:hover .sa-nav__arrow {
    color: #fff !important; 
}

#add_excel_file {
    padding: 3px;
}

/* billing css  */

.menu_icon{
    color:#425c70 !important;
}
.p-space-style{
    padding: 8px 10px;
}
.sa-nav--sidebar .sa-nav__arrow {
    color: #000
}

.tx-end{
    text-align: end;
}
.pt-37{
    padding-top:37px;
}

.documnet_supload{
    border: none;
    background: none;
}
.documnet_sdownload{
    font-size: 16px;
    color: #16cd16;
    padding-left: 16px;
}
.documnet_sdownload:hover{
    color: #16cd16;
}
#view_application_data td,#view_application_data th{
    padding:5px;
}
.bg_blue{
    background: #1c8ced;
    border-color: #3b93e9;
}
.bg_green{
    background: #48a70d;
    border-color: #48a70d;
}
.text_l{
        text-transform: lowercase;
}

.notify-wrapper .confirm h3 {
    background-color: #101b7d !important;
    color: #ffffff;
}

.notify-wrapper .success h3 {
    background-color: #101b7d !important;
    color: #ffffff;
}

/* email drop down  */
.autocomplete-suggestions {
    position: absolute;
    width: auto;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 1;
  }
  
  .autocomplete-suggestions > div {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    font-family: "Arial", sans-serif;
    color: #333;
  }
  
  .autocomplete-suggestions > div:last-child {
    border-bottom: none;
  }
  
  .autocomplete-suggestions > div:hover {
    background-color: #f5f5f5;
    color: #444;
  }
  
  .autocomplete-suggestions > div:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  
  .autocomplete-suggestions > div:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  
  .autocomplete-suggestions > div:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
  }
  .btn_cs{
    background-color:#101b7d;
    border:1px solid #101b7d;
  }

  .p_b10{
    padding-bottom: 10px;
  }

  .btn-success {
    --sa-button--normal-bg-color: #0d1777;
    --sa-button--normal-font-color: #fff;
    --sa-arrow-opacity: 0.5;
    --sa-button--hover-bg-color: #1d3198;
}

.jb_rp_label{
    font-size: 16px;
    font-weight: 500;
}
.fl_r{
    float:right;
}
.img_0{
    padding: 0px;
    border:none;
}
.vss-application-style{
    padding:0px;
}
.sa-entity-layout--size--md .sa-entity-layout__main {
    padding: 10px 5px;
}
.ml-10{
    margin-left: 10px;
}
.btn-secondary:hover{
    border-color: #a3a29f;
    /* color: var(--sa-button--hover-font-color); */
    /* background-color: #db3737; */
    background-color: #a3a29f;
    color: #fff;

}
.ml{
    margin-left: 5px;
}

.cust_btn_bg{
    background: none;
    border: none;
}

.pt_10{
    padding-top:10px;
}
.dashboard-card-theme1 .card-body {
    flex: 1 1 auto;
    padding: 10px 10px 0px 10px;
}

.dashboard-card-theme1 a,.dashboard-card-theme1 h4,.dashboard-card-theme1 .i-tag{
    color: #fff;
}
.dashboard-card-theme1 .i-tag{
font-size: 42px;
}

.bg-customer {
    --bs-bg-opacity: 1;
    background-color: rgb(4 81 196)!important;
}
.bg-product-category {
    --bs-bg-opacity: 1;
    background-color: #5126ff;
}
.bg-service-engineer {
    --bs-bg-opacity: 1;
    background-color: #512b8d;
}
.bg-sales {
    --bs-bg-opacity: 1;
    background-color: rgb(191 59 255) !important;
}

.dashboard-row .col-xl-3.col-md-6{
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.hidden_footer .sa-datatables__footer{
    display:none ! important;
}