/* ----------------------- */
/* dashboard  */
/* -------------- */
.ds-list-card{
    /*background-color: #ffffff;*/
    /*border: 1px solid #4c8aff;*/
    /* border-radius: 5px; */
}
.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: 26px;
}
.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: #4c8aff;
    right: 0px;
}

.card-list-data .card-chart {
    color: #fe1d01;
    font-size: 30px;
}
a {
    color: #fe1d01;
}


.saw-indicator__caption {
    color: #fff;
    background: #00019e;
    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;
    height: 120px;

}

.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;
}
.hidden_footer .sa-datatables__footer{
    display:none ! important;
}
@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;
}
}

.wh-100 {
    width: 100px;
    height: 100px;
}

.pad-l-r-4{
    padding-left:4px;
    padding-right:4px;

}
.fl-r{
    float:right;
}

.bg_green{
    background:#92d050;
}
.bg_yellow{
    background:#ffff00;
}
.bg_red{
    background:#ff0000;
}
.bg_orange{
    background:#ffc000;
}

.set_per_table tbody tr td a{
color: var(--bs-body-color);
}

.set_per_table thead tr th{
    white-space: normal;
    display: inline-block;
    width: 190px;
    height: 80px;
}
.set_per_table tbody tr td{
    white-space: normal;
    display: inline-block;
    width: 209px;
    height: 30px;
}
.t_btn{
    background-color:#fe1d01;
    border-color:#fe1d01;
    color:#fff;
    border: 1px solid;
    border-radius: 5px;
    padding: 8px 24px;
}

/* 27-11-23 btn clr  */

.edit_btn{
    background-color: transparent;
    border: unset;
    margin-right: 5px;
}
.ml_5{
    margin-left: 5px;
}
.view_cust{
    color: #000;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 5px;
}

.tb_tr{
    background: #0000a2;
    color: #fff;
}
.vs-cust-table tr th {
    padding: 5px 3px 5px 10px !important;
}
.vs-cust-table tr td {
    padding: 3px 3px 3px 10px !important;
}
.sa-datatables__footer {
    padding: 5px;
}
.py_3{
    padding: 10px 10px 0px 10px;
}
.pb_10_20{
    padding: 3px 0px;
}
/*25-12-2023 by harish */
.vs_text_blue{
    color:#0066ff;
}
.vs_text_blue{
font-size: 0.7rem;
}
.vs_bg_success {
     font-size: 0.9em;
    background-color: #448344;
}
.vs-bg-light-green {
   font-size: 0.9em;
    background-color: #aadbaa;
}
.vs-bg-light-yellow {
    font-size: 0.9em;
    background-color: #ffe9a7;
}
.fs-small {
    font-size: 0.7rem;
}
.vs-table td, .vs-table th {
    vertical-align: middle;
}
.vs-table th {
    font-weight: 500;
}
.mark, mark {
    background-color:#fbeea8;
    padding: 0.1875em 0;
}
.vs-note-data{
    margin-top:20px;
    font-size: 0.8rem;
    color: #6d757e;
}
.vs-note-data-head{
        color: #0066ff;
    font-size: 0.8rem;
}
.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width:100%;
}
::-webkit-scrollbar {
  height: 10px;              /* height of horizontal scrollbar ← You're missing this */
  width: 10px;               /* width of vertical scrollbar */
  border: 6px solid #d5d5d5;
}
::-webkit-scrollbar {
  width: 4px;
  border: 6px solid #d5d5d5;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eeeeee;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #b0b0b0;
}
.pt-30{
    padding-top:30px;
}

/* project list  */
.prlist_label{
    font-size: 13px;
    font-weight: 500;
    padding-right: 5px;
    
}
.prlist_content{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.prlist_a{
    color: #000;
}

/* receipt to customer  */

.receipt_check{
    display: inline-flex;
    padding-top: 30px;
}
.receipt_check label{
    padding-left: 5px;
}
.pl_10{
    padding-left: 10px;
}
.prl_20{
    padding:0px 20px !important;
}

.vs_stock_card .card-text{
    color:#fff;
}
.pl_20{
    padding-left: 20px;
}
.pr_20{
    padding-right: 20px;
}
.w_150{
    width:150px;
}