/* CHOSEN INPUTS */

.chosen-container {
    box-sizing: border-box !important;
    border-width: 0 !important;
    border-radius: 0.375rem;
    min-height: 2.25rem !important;
}
.chosen-container-active {
    border-width: 0px !important;
    box-shadow: 0px 0px 0px 2px rgba(98, 158, 255, 0.25) !important;
}
.chosen-single {
    height: auto !important;
    line-height: 1.25rem !important;
    padding: 0.438rem 0 0.438rem 0.75rem !important;
    background: white !important;
    border: 1px solid #d5dae1 !important;
    border-radius: 0.375rem !important;

    box-shadow: none !important;
}
.chosen-container-active .chosen-single {
    border: 1px solid var(--light-highlight-blue) !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.chosen-single > span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    color: black;
}
.chosen-single div {
    line-height: 1.25rem !important;
    padding: 0.5rem 0 0.625rem 0 !important;
}
.chosen-single div b {
    background-position-y: 0 !important;
}
.chosen-drop {
    border: 1px solid #8e978e !important;
    border-radius: 0.375rem !important;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.05) !important;
    margin-top: 0.5rem !important;
    padding: 0.5rem 0 0.375rem 0 !important;
}
.chosen-drop .active-result {
    border-radius: 0.25rem !important;
}

.chosen-container-multi .chosen-drop {
    padding: 0.5rem 0.25rem !important;
}
.chosen-choices {
    /* height: 100% !important; */
    line-height: 1.25rem !important;
    padding: 0.188rem 0 0.25rem 0.75rem !important;
    background: white !important;
    border: 1px solid #d5dae1 !important;
    border-radius: 0.375rem !important;
    box-shadow: none !important;
}
.chosen-container-active .chosen-choices {
    border: 1px solid var(--light-highlight-blue) !important;
}
.chosen-choices .search-choice {
    background: var(--highlight-blue) !important;
    border: 1px solid var(--highlight-blue) !important;
    border-radius: 0.25rem !important;
    color: white !important;
    box-shadow: none !important;
}
.chosen-results li.highlighted {
    color: black !important;
    background: #d5dae1 !important;
    background-image: none !important;

}

/* CHOSEN INPUTS */