

.custom-panel{
    background: white;
    border: 1px solid rgba(0,0,0,0.02);
    border-radius: 5px;
    padding: 5%;
    height: 130px;
    display: flex;
    justify-content: center;
    margin-bottom:25px;
    box-shadow:0px 4px 15px rgba(0,0,0,0.02);
    transition:0.2s all;
    position: relative;
}

.custom-panel .row{
    width:100%;
    align-items: center;
}

.custom-panel .icon-section{
    width: 45px;
    height: 45px;
    background: #f9fafd;
    text-align: center;
    line-height: 45px;
    color: #7e87d0;
    margin: auto;
    border-radius: 100%;
}

.custom-panel .content-section p{
    margin: 0;
    font-size: 14px;
    opacity: 0.8;
    font-weight: 300;
}
.custom-panel .content-section h1{
    font-size: 20px;
    font-weight: 900;
    color: #282828;
}

.custom-panel.panel-blue{
    background:#7852ff !important;
    box-shadow: 0px 0px 11px #9da3c8;
}
.custom-panel.panel-blue h1, .custom-panel.panel-blue p{
    color:white;
    opacity: 1;
}
.custom-panel:hover{
    cursor: pointer;
    transform: scale(1.05);
    box-shadow: 0px 4px 30px rgba(0,0,0,0.08);
}
.chart-section{
    margin-top: 60px;
    margin-left: -25px;
    position: relative;
    max-height: initial;    

}
.ct-series-a .ct-area {
    fill: #1629ff;
}

.chart-section h1{
    padding: 0px 27px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 900;
    color: rgba(0,0,0,0.9);
}

.ct-series-b .ct-slice-donut{
    stroke: #f3f3f3;
    stroke-linecap: round;
}

.ct-series-a .ct-slice-donut{
    stroke: #bcabfd;
    stroke-linecap: round;
}


.donut-content{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.donut-content .icon{
    width: 50px;
    height: 50px;
    background: #ffc2ab;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 15px;
    line-height: 50px;
    color: #fff2f2;
}

.donut-content h2{
    font-size: 24px;
    font-weight: 900;
}
.donut-content small{
    font-size: 12px;
    opacity: 0.9;
}
.donut-section{
    margin-left:0 !important;
}


#right-panel.expand .donut-content{
    left: calc(50% + 22px);
}

.panel-action{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #6560d8;
    border-bottom-right-radius: 800px;
    transition:0.3s all;
    width: 0;
    height: 0;
    overflow: hidden;
}

.panel-action-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 76px;
    font-size: 12px;
    padding: 7px 12px;
    box-shadow: 1px 1px 8px #ffffff91;
    transition: opacity 0.3s ;
}

.panel-action-btn:hover{
    opacity: 0.7;;
}

.custom-panel:hover .panel-action{
    width:100%;
    height: 100%;
    border-radius: 6px;
}


#revenueChart{            
    height:300px !important;
    width:auto !important;
    margin:auto;    
}
.summary{
    text-align: center;
}
.summary p{
    margin: 0;
    margin-top: 25px;
    font-size: 13px;
    opacity: 0.7;
}
.summary h1{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}