body {
    background-image: url('../images/bg.jpg');
    opacity: 0.85;
    background-size: cover;
}

.select2-container .select2-selection--single {
    height: 3.5rem;
    border-radius: 7px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 1.4rem;
}

.btn {
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-black);
    --bs-btn-bg: var(--bs-white);
    --bs-btn-border-color: var(--bd-white);
    --bs-btn-border-radius: .5rem;
    --bs-btn-hover-color: var(--bs-black);
    --bs-btn-hover-bg: var(--bs-white);
    --bs-btn-hover-border-color: var(--bs-white);
    --bs-btn-focus-shadow-rgb: var(--bd-white-rgb);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-white);
    --bs-btn-active-border-color: var(--bs-white);
}