/*Write your custom css in this file.*/
.sidebar-menu li {
    margin: 3px 0px;
}

/* SaaS Plugin */

.saas-custom-card {
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin-bottom: 0px !important;
}

.saas-custom-card-body {
    padding: 0 !important;
}

.saas-custom-chart {
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}

.brand-logo-mini .dashboard-image {
    width: 32px;
}

._overflow-x-hidden {
    overflow-x: hidden;
}