@import "variables";
@import "mixins/mixins";

.graph-content-section {
    /* border-top: 1px solid #ccc!important; */
    padding-bottom: 15px!important;
    background-color: #e9e8d9!important;
    border-radius: 0 0 24px 24px!important;
    margin-top: 0!important;
    padding-top: 5px!important;
}

.chart-conent-section{
    position: relative;
    z-index: 3;
    margin: 15px!important;
    border: .0625rem solid var(--rc-dddddd);
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 .125rem .4375rem 0 rgba(var(--rc-rgba-black),.16);
    border-radius: 24px !important;
}