/* Progress */
.ya-progress {
    width: 100%;
    height: 15px;
    background-color: var(--ya-web-dark);
    border-radius: 15px;
    border: 1px solid var(--ya-web-palette-1);
    display: flex;
    align-items: center;
}

.ya-progress-bar {
    height: 15px;
    background-color: var(--ya-web-palette-5);
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--ya-font-dark);
}