

.progress-01{
    height: 0.8rem;
    border-radius: 0rem;
}

.badge-custom-01 {
    margin-right: 0.5rem;
    background-color: #b8e5eb;
    color: black;
    border-radius: 1rem;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;

    border: none;
    box-shadow: none;

    margin-bottom: 9px;
    display: inline-block;
}

.badge-custom-01:hover {
    background-color: #47c3d3;
}

.badge-custom-02 {
    margin-right: 0.5rem;
    background-color: #f7f7f7;
    color: black;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;

    border: none;
    box-shadow: none;

    margin-bottom: 9px;
    display: inline-block;
}