#sidebar .option__panel__content {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.option__panel__content {
    position: relative;
    margin-top: 0;
    border-bottom: 1px solid #aeaeb2;
    padding: 22px 60px 22px 22px;
    cursor: pointer;
}

.option__panel__content.active::after {
    content: url("/images/svg/tick.svg");
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-56%);
    border: 1px solid #1d9d58;
    display: flex;
    padding: 0 5px 0 6px;
    border-radius: 50px;
    background: #4acd86;
}

.option__panel__content:hover, .option__panel__content.active {
    background: #ebebf4;
    cursor: pointer;
}

.percent-compress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.circular-chart {
    display: block;
    max-width: 80%;
    max-height: 80px;
    margin-right: 30px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.orange .circle {
    stroke: #e5322d;
}

.percent-compress-content {
    margin-right: -60px;
}

.percentage-save {
    fill: #111111;
    font-family: sans-serif;
    font-size: 8px;
    text-anchor: middle;
}

.percentage-text {
    fill: #666;
    font-family: sans-serif;
    font-size: 4px;
    text-anchor: middle;
    text-transform: uppercase;
}

#result-area-relate {
    margin-bottom: unset;
}
.custom-compress{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 24px;
    justify-content: space-between
}
.custom-compress span{
    padding: 8px 12px 8px 12px;
    height: 42px;
    margin-left: 12px
}