.op-tile-graph {
    width: calc(25% - 23px);
    border: 2px solid var(--tile-border-color);
    border-radius: 10px;
    color: var(--var-text-color);
    margin-left: 30px;
    position: relative;
    min-height: 480px;
}
.op-tile-graph-title {
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    letter-spacing: -0.5px;
}
.op-tile-graph-head {
    width: 100%;
    padding: 25px 28px;
    display: inline-block;
}
.op-tile-graph-chart {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.op-graph-detail {    
    margin-top: 16px;
    padding: 20px 0;
    border-top: 2px solid var(--var-borderGraph-color);
    color: var(--var-labelGraph-color);
}
.op-graph-detail ul {
    display: flex;
    flex-wrap: wrap;
}
.op-graph-detail li {
    width: 33.33%;
    font-size: 16px;
    font-weight: 500;
}
.op-graph-type label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
}
.op-graph-type {
    position: relative;
}
.op-graph-type .type-sale:after {
    background-color: var(--var-tagsale-color);
}
.op-graph-type .type-refund:after {
    background-color: var(--var-tagrefund-color);
}
.op-graph-type .type-decline:after {
    background-color: var(--var-tagdecline-color);
}
.op-graph-type > label {
    margin-left: 20px;
}
.op-graph-detail .value {
    font-size: 48px;
    font-weight: 500;
    line-height: 66px;
    letter-spacing: -3.6px;
    margin: 5px 10px;
    display: inline-block;
}
 canvas.chartjs-render-monitor{
    border-radius: 10px;
}