.choices__list--dropdown[data-choices-floating="true"],
.choices__list[aria-expanded][data-choices-floating="true"] {
    position: fixed !important;
    top: var(--choices-floating-top, 0) !important;
    right: auto !important;
    bottom: auto !important;
    left: var(--choices-floating-left, 0) !important;
    width: var(--choices-floating-width, auto) !important;
    min-width: var(--choices-floating-width, auto) !important;
    max-width: calc(100vw - 16px) !important;
    max-height: var(--choices-floating-max-height, 320px) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
    z-index: var(--choices-floating-z-index, 2147483000) !important;
}

.choices__list--dropdown[data-choices-floating="true"].is-active,
.choices__list[aria-expanded][data-choices-floating="true"].is-active {
    visibility: visible;
}

.choices__list--dropdown[data-choices-floating="true"] .choices__list,
.choices__list[aria-expanded][data-choices-floating="true"] .choices__list {
    max-height: var(--choices-floating-list-max-height, 300px) !important;
}

.choices__list--dropdown[data-choices-floating-placement="top"],
.choices__list[aria-expanded][data-choices-floating-placement="top"] {
    border-radius: 0.25rem 0.25rem 0 0 !important;
}

.choices__list--dropdown[data-choices-floating-placement="bottom"],
.choices__list[aria-expanded][data-choices-floating-placement="bottom"] {
    border-radius: 0 0 0.25rem 0.25rem !important;
}
