.kv-grid-bs4 a.asc:after,
.kv-grid-bs4 a.desc:after{
    display: none !important;
}

#sidebarToggle::after {
    display: none !important;
}

#sidebarToggle {
    color: rgba(255,255,255,.5);
}

.preview-detail-image{
    max-height: 200px;
}

.sidebar hr.sidebar-divider{
    margin: 1rem 1rem 1rem;
}


/* @media (min-width: 992px) and (max-width: 1199px){
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px){
    .modal-xl {
        max-width: 1140px;
    }
}

.table .kv-child-table > tbody > tr > td,
.table .kv-child-table > tbody > tr > th {
    padding: 0.75rem;
}

.person-detail{
    font-size: 1.1rem;
} */