﻿.apexcharts-menu-icon{
    display:none;
}

.row>.card{
    padding: 0px
}

.row>.apexcharts-canvas {
    padding: 0px
}


.box {
    background-color: #2B2D3E;
    padding: 25px 20px;
    font-weight:600;
}

.shadow {
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.sparkboxes .box {
    padding-top: 10px;
    padding-bottom: 10px;
    text-shadow: 0 1px 1px 1px #666;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    position: relative;
    border-radius: 5px;
}

    .sparkboxes .box .details {
        position: absolute;
        color: #fff;
        transform: scale(0.7) translate(-22px, -15px);
    }

.sparkboxes strong {
    position: relative;
    z-index: 3;
    top: -8px;
    color: #fff;
}


.sparkboxes .box0 {
    background-color: transparent;
    text-shadow: 0 1px 1px 1px #FFF;
    box-shadow: 0px 1px 15px 1px #FFF;
}

.sparkboxes .box1 {
    
    background-color: #DCD8D7
}

.sparkboxes .box2 {
    
    background-color: #66CAF2
}

.sparkboxes .box3 {
    
    background-color: #BED95B
}
.sparkboxes .box4 {
    background-color: rgb(242, 132, 68)
}
