.progress {
    background-color: var(--color-wit) !important;
}

.form-group label {
    color: var(--color-primary);
    font-family: var(--font-primary);
    font-size: 1.5rem;
}

.form-control {
    border-radius: var(--br) !important;
}

.custom-control-label {
    font-size: 1rem !important;
}

.custom-control-label::before {
    background-color: var(--color-wit) !important;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: var(--color-primary) !important;
    background-color: var(--color-primary) !important;
}

.form-check-input:checked~.form-check-label::before {
    border-color: var(--color-primary) !important;
    background-color: var(--color-primary) !important;
}
