﻿.accordion-button::after {
    background-image: unset;
}

.form-control {
    font-size: 14px;
}

.label-custom {
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 1.13rem;
    color: var(--bs-link-color);
}

.btn-outline-secondary {
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-hover-bg: var(--bs-whites) !important;
    --bs-btn-hover-color: var(--bs-link-color) !important;
    --bs-btn-active-color: var(--bs-link-color) !important;
    --bs-btn-active-bg: var(--bs-whites) !important;
    --bs-btn-border-color: #D7D7D7;
    --bs-btn-active-border-color: var(--bs-link-color) !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@media (max-width: 991.98px) {
    .label-custom {
        display: flex;
        justify-content: left;
        font-weight: 400;
        font-size: 1.13rem;
        color: var(--bs-link-color);
    }
}
