.dropdown-menu {
    background-color: white !important;
    border: none !important;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.15);
    color: var(--bs-green) !important;
    padding: 0.5rem;
    margin-top: 0px !important;
}

.dselect-items {
    margin-top: 0.5rem !important;
}

.dselect-items, .dropdown-item {
    color: var(--bs-green) !important;
}

.dropdown-item {
    background-color: white !important;
}

.dropdown-item:hover {
    background-color: #eee !important;
}

.dropdown-item.active {
    color: white !important;
    background-color: var(--bs-green) !important;
}

.dselect-box, .form-select {
    min-height: 3.6em !important;
}

.form-select {
    text-align: left !important;
    padding-top: 1.5em;
}