/* ----------------------- */
/* dashboard  */
/* -------------- */

.p_15{
    padding: 7px 0px 7px 15px;;
}

.text_align_unset{
    text-align: unset;
}
.saw-indicator .sa-widget-header__title {
    font-size: 20px;
    font-weight: 500;
    color: #212529;
}



.ds-list-card{
    background-color: #ffffff;
    border: 1px solid #4c8aff;
    /* border-radius: 5px; */
}
.ds-list-card .sa-widget-header h4{
    color: #4c8aff;
}

.ds-list-card .sa-widget-header__title {
    color: #4c8aff;
    font-size: 17px;
    padding-top: 12px;
    font-weight: 600;
    /* letter-spacing: 1px; */
}
.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: #448aff;
    font-size: 30px;
}

.saw-indicator__caption {
    color: #fff;
    background: #448aff;
    font-size: 16px;
    grid-column: 1;
    grid-row: 3;
    text-align: center;
    padding: 8px;
    margin-top: unset;
}
.saw-indicator__body {
    /* display: grid; */
    padding: unset;
}
.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;
}
@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;
}
}
