.text-primary {
    color: #23985d !important;
}

.bg-primary {
    background-color: #23985d !important;
}

.bg-primary-light {
    background-color: rgb(226, 248, 237) !important;
}

.btn-primary {
    background: hsl(150, 63%, 37%) !important;
    border-color: hsl(150, 63%, 37%) !important;
}

.btn-outline-primary {
    color: hsl(150, 63%, 37%) !important;
    background-color: transparent;
    background-image: none;
    border-color: hsl(150, 63%, 37%) !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: hsl(150, 63%, 37%) !important;
}

.btn-outline-primary:focus {
    color: #fff !important;
    background-color: hsl(150, 63%, 37%) !important;
}

.btn.active {
    color: #fff !important;
    background-color: hsl(150, 63%, 37%) !important;
}

.text-success {
    color: hsl(131, 45%, 44%) !important;
}

.btn-success {
    background: hsl(131, 45%, 44%) !important;
    border-color: hsl(131, 45%, 44%) !important;
}

.bg-success {
    background-color: hsl(131, 45%, 44%) !important;
}

.btn-secondary {
    background: #6c757d;
    border-color: #6c757d;
}

.text-secondary {
    color: #6c757d;
}

.bg-secondary {
    background-color: #6c757d;
}

.bg-warning-light {
    background-color: hsl(45, 100%, 88%) !important;
}

.text-warning-darker {
    color: hsl(43, 91%, 42%);
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #f8f9fa !important;
}

.accordion-button:not(.collapsed) {
    color: #23985d !important;
    background-color: #23985d1c !important;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #91cdaf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(35, 154, 94, 0.25);
}

.form-floating > label {
    padding: .75rem !important;
}

.form-floating :is(input, select, textarea),
.form-control {
    max-width: 50vw !important;

    & ~ label {
        & > i, & > svg {
            margin-right: 0.5ch;
        }
    }

    &[required] ~ label {
        & > i, & > svg {
            color: #23985d;
        }

        &:after {
            content: "*";
            margin-left: 0.5ch;
        }
    }
}

@media only screen and (max-width: 2560px) {
    .form-floating :is(input, select, textarea),
    .form-control {
        max-width: 100vw !important;
    }
}

.form-switch .form-check-input {
    width: 3em !important;
    height: 1.5em !important;
}

.show-label-first {
    display: flex;
    flex-direction: column-reverse;
}

@media only screen and (max-width: 450px) {
    .dropdown-item {
        white-space: normal;
    }
}

.modal-footer [data-bs-dismiss="modal"]:first-child {
    margin-right: auto;
}

.img-circle {
    border-radius: 50%;
}

.floatingSelect,
.tooltip {
    text-transform: none;
}

.tooltip-inner {
    color: white !important;
}
