/* ----------------------- */
/* menu branch  */

.branch_br{
    border: none;
}

/* dashboard  */
/* -------------- */
.ds-list-card{
    background-color: #1eb6b6;
    border-radius: 5px;
}
.ds-list-card .sa-widget-header h4{
    color: #fff;
}

.ds-list-card .sa-widget-header__title {
    color: #fff;
    font-size: 20px;
    padding-top: 12px;
    font-weight: 400;
}

.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: #fff;
    right: 0px;
}

.card-list-data .card-chart{
    color: #fff;
    font-size: 30px;
}

.saw-indicator__caption {
    color: #fff;
    font-size: 16px;
    grid-column: 1;
    grid-row: 3;
    margin-top: .25rem;
    text-align: unset;
    padding-top: 12px;
}
.saw-indicator {
    padding: 10px 10px;
}
.saw-indicator__header {
    margin-bottom: unset;
}
.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 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;
}
}

/* login form  */
/* ---------------------- */

.login_btn{
    background-color: #448aff;
    
    border: 1px solid #448aff;
    color: #fff;
    }
    .login_btn:hover{
        background-color: #3f81d0;
        border: 1px solid #3f81d0;
        color: #fff;
        }
    .login_logo{
        padding-bottom: 50px;
    }
    
    .login-forgot{
        text-align: center;
        padding-top: 19px;
        font-size: 15px;
        font-weight: 400;
    }
.logo_font{
    background-color: #ffffff;
    font-size: 25px;
    color: #448aff;
}

p.title-map-info {
    font-size: 14px !important;
}
p.title-sub-info {
    font-size: 12px !important;
}
td.emptygab {
    padding-right: 10px;
}
.icon-list-show td{
    padding-right:5px;
}