.custom-selectize.selectize-dropdown .active,
.custom-selectize.selectize-dropdown .active:not(.selected),
.custom-selectize.selectize-dropdown .selected,
.custom-selectize-default.selectize-dropdown .active,
.custom-selectize-default.selectize-dropdown .active:not(.selected),
.custom-selectize-default.selectize-dropdown .selected {
    background: white;
    color: #343a40;
}

.custom-selectize .selectable-item:hover,
.custom-selectize-default .selectable-item:hover {
    background: #e9ecef !important;
    color: #1e2125 !important;
}

.item {
    font-size: 23px;
}
.custom-selectize.selectize-dropdown,
.custom-selectize-default.selectize-dropdown {
    border: 1px solid #eee !important;
    position: absolute;
    top: 100% !important;
    z-index: 100000 !important;
}
html {
    --scrollbarBG: transparent;
    --thumbBG: #bdbdbd;
}
.custom-selectize.selectize-dropdown
    > .selectize-dropdown-content::-webkit-scrollbar,
.custom-selectize-default.selectize-dropdown
    > .selectize-dropdown-content::-webkit-scrollbar {
    width: 5px !important;
}
.custom-selectize.selectize-dropdown > .selectize-dropdown-content,
.custom-selectize-default.selectize-dropdown > .selectize-dropdown-content {
    scrollbar-width: thin !important;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG) !important;
}
.custom-selectize.selectize-dropdown
    > .selectize-dropdown-content::-webkit-scrollbar-track,
.custom-selectize-default.selectize-dropdown
    > .selectize-dropdown-content::-webkit-scrollbar-track {
    background: var(--scrollbarBG) !important;
}
.custom-selectize.selectize-dropdown
    > .selectize-dropdown-content::-webkit-scrollbar-thumb,
.custom-selectize-default.selectize-dropdown
    > .selectize-dropdown-content::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) !important;
    border-radius: 6px !important;
    border: 3px solid var(--scrollbarBG) !important;
}

.custom-selectize.selectize-control,
.custom-selectize-default.selectize-control {
    padding-bottom: 0;
    position: static;
    z-index: 1;
}
.custom-selectize.selectize-control .selectize-input,
.custom-selectize-default.selectize-control .selectize-input {
    text-align: left;
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding-bottom: 0;
    padding-left: 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    min-height: auto;
    position: sticky !important;
    z-index: 1 !important;
}
.selected-area {
    padding-left: 12px;
    padding-right: 12px;
}

.overflow-clamp-1 {
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
}
.overflow-clamp-2 {
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
}

.border-paste {
    border: 1px solid #209e9d;
}

.h-99 {
    height: 98.78px;
}

.border-radius-0 {
    border-radius: 0 !important;
}
.border-l-radius-10 {
    border-radius: 10px 0 0 10px !important;
}
.border-r-radius-10 {
    border-radius: 0 10px 10px 0 !important;
}
.border-t-radius-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.border-t-l-radius-10 {
    border-top-left-radius: 10px !important;
}
.border-t-r-radius-10 {
    border-top-right-radius: 10px !important;
}

.custom-nav-tabs.nav-tabs .nav-link:hover,
.custom-nav-tabs.nav-tabs .nav-link.active {
    transition: all ease-in-out 0.5s;
    background-color: #fdc703;
    isolation: unset;
}
.custom-nav-tabs.nav-tabs .nav-link {
    border: 0 !important;
    background-color: #231e60;
    color: white;
}

.calendar-hide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100% !important;
    z-index: 2;
}

.cursor-pointer {
    cursor: pointer !important;
}

.multi_city_button > button:focus {
    box-shadow: none !important;
}
.multi_city_button > button {
    border: 0 !important;
    outline: 0 !important;
}
.vertically-center {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.book-hotels-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
