/* APEXCHARTS */
.apexcharts-legend-text,
.apexcharts-text,
.apexcharts-title-text {
    font-family: Poppins, Helvetica, sans-serif !important;
}
.apexcharts-title-text {
    font-weight: 400;
}
.apexcharts-pie-label {
    font-weight: 400;
    font-size: 0.925rem;
}
.apexcharts-toolbar {
    text-align: left !important;
}
.apexcharts-menu {
    background: #fff;
    border: 0 !important;
    padding: 0.5rem 0 !important;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    border-radius: 0.42rem !important;
    overflow: hidden;
    min-width: 10rem !important;
}
.apexcharts-menu .apexcharts-menu-item {
    padding: 0.75rem 1.25rem;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.apexcharts-menu .apexcharts-menu-item:hover {
    background-color: #f3f6f9 !important;
}
.apexcharts-tooltip.apexcharts-theme-light {
    border-radius: 0.42rem;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    border: 0 !important;
    background: #fff;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: #f3f6f9 !important;
    border: 0 !important;
}
.apexcharts-tooltip .apexcharts-tooltip-title {
    padding: 0.5rem 1rem;
}
.apexcharts-xaxistooltip.apexcharts-theme-light {
    border-radius: 0.42rem !important;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15) !important;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15) !important;
    border: 0 !important;
    background: #fff !important;
}
.apexcharts-xaxistooltip.apexcharts-theme-light:before {
    border-bottom: 0 !important;
}
.apexcharts-xaxistooltip.apexcharts-theme-light:after {
    border-bottom-color: #fff !important;
}
.card-rounded-bottom .apexcharts-canvas svg {
    border-bottom-left-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}
.rounded .apexcharts-canvas svg {
    border-radius: 0.42rem !important;
}
.rounded-sm .apexcharts-canvas svg {
    border-radius: 0.28rem !important;
}
.rounded-lg .apexcharts-canvas svg {
    border-radius: 0.85rem !important;
}
.rounded-xl .apexcharts-canvas svg {
    border-radius: 1.25rem !important;
}
/* apexcharts */
.apexcharts-svg { overflow: visible; }
.apexcharts-toolbar { display:none !important; }
