﻿.kfs-proceed-title {
    font-size: 0.74rem;
    font-weight: bold;
    margin-bottom: 25px;
    border-bottom: 1px solid;
}

.previous-title {
    font-size: 0.7rem;
}

.data-value-text {
    font-size: 1.1rem;
}

.data-value-text2 {
    font-size: 0.9rem;
}

.card-div {
    text-align: start;
}

    .card-div div {
        padding-right: 0px !important;
    }

.kfs-proceed-card {
    border: 1px solid #eed5d5;
    border-radius: 17px;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #fff5f5;
}

.percent-card-div {
    text-align: center;
    margin-top: 12px;
    color: white;
}

    .percent-card-div span {
        border-radius: 5px;
        padding: 5px;
    }

    .percent-card-div .text-red {
        background-color: #d25050 !important;
    }

    .percent-card-div .text-yellow {
        background-color: #b7b708 !important;
    }

    .percent-card-div .text-green {
        background-color: #419b5d !important;
    }
