body {
    background-color: #f5f5f5 !important;
}

.search-preferences-alert {
    align-items: center;
    background-color: #e7f3ea;
    border: solid 1px #136e28;
    border-left: 8px solid #136e28;
    border-radius: 8px;
    color: #111111;
    display: flex;
    font-size: 24px;
    gap: 24px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 auto 32px;
    max-width: 820px;
    padding: 24px;
}

.search-preferences-alert__icon {
    display: flex;
}

.search-preferences {
    background-color: #ffffff;
    border-radius: 8px;
    color: #666666;
    margin: 0 auto;
    max-width: 820px;
    padding: 32px;
    margin-bottom: 80px;
}

.search-preferences__heading {
    color: #111111;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 40px;
    margin: 0 0 8px !important;
}

.search-preferences__text {
    color: #666666;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 24px !important;
}

.search-preferences__button {
    background-color: #006cff;
    border-radius: 4px;
    color: #ffffff;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.33;
    padding-bottom: 16px;
    padding-top: 16px;
    text-align: center;
}

button.search-preferences__button {
    font-size: 18px;
}

.search-preferences__button--flex {
    flex: 1;
}

.search-preferences__button--outline {
    background: #fff;
    border: 1px solid #006cff;
    color: #006cff;
    flex: 1;
}

.search-preferences__button--outline:hover {
    color: #fff;
}

.search-preferences__button:hover {
    background-color: #2981ff;
}

.search-preferences__button-group {
    display: flex;
    gap: 16px;
}

.input-section {
    margin-bottom: 32px;
}

.input-section__title {
    color: #111111;
    font-size: 20px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.6;
    margin: 0 0 16px;
}

.input-select {
    display: flex;
    margin-bottom: 8px;
}

.input-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: url("/images/icons-svg/chevron-down.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;

    background-size: 10px;
    border: solid 1px #999999;
    border-radius: 4px;
    height: 40px;
    overflow: hidden;
    padding: 6px 16px;
    text-align: center;

    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
}

.input-select--interacted select {
    border: 1px solid #0b823e;
    color: #0b823e;
}

.input-select__title {
    align-items: center;
    display: flex;
    text-align: left;
    width: 200px;
}

.input-select__value {
    align-items: center;
    display: flex;
    flex: 1;
    text-align: left;
}

.input-checkbox {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.input-checkbox input[type=checkbox] {
    height: 24px;
    width: 24px;
}

.input-checkbox__title, .input-checkbox__value {
    align-items: center;
    display: flex;
}

.input-checkbox--interacted .input-checkbox__title {
    color: #0b823e;
}

#price-display {
    color: #666666;
    font-weight: normal;
}

.search-preferences .ui-slider-horizontal {
    height: 5px;
}

.search-preferences .ui-slider .ui-slider-handle {
    background-color: #ddf3d5;
    border: 2px solid #ccc;
    border-radius: 100%;
    height: 24px;
    top: -11px;
    width: 24px;
}

.search-preferences .slider-interacted .ui-slider-handle {
    background-color: #ddf3d5;
    border: 2px solid #0b823e;
}

.search-preferences .ui-slider .ui-widget-header {
    background: #ccc;
}

.search-preferences .slider-interacted .ui-widget-header {
    background: #0b823e;
}

.search-preferences .ui-slider .ui-state-focus {
    outline: none;
}

.search-preferences .ui-widget-content {
    background: #666;
    border: none;
}

.features-autocomplete {
    margin-bottom: 8px;
    max-width: 300px;
    position: relative;
    z-index: 1000;
}

.features-autocomplete__options {
    background: #fff;
    border: 1px solid grey;
    border-top: none;
    display: none;
    list-style-type: none;
    max-height: 200px;
    overflow-y: scroll;
    padding-bottom: 8px;
    padding-top: 8px;
    position: absolute;
    width: 100%;
}

.features-autocomplete__option {
    margin-bottom: 4px;
    padding: 4px 8px;
    text-transform: capitalize;
}

.features-autocomplete__option--not-selectable {
    background: rgba(0, 0, 0, 0.05);
    pointer-events: none;
}

.features-autocomplete__option:hover {
    background: #dedede;
    cursor: pointer;
}

.features-autocomplete__input {
    background-color: #ffffff;
    border: solid 1px #aaaaaa;
    height: 40px;
    padding: 13px;
    width: 100%;
}

.features-autocomplete__loading {
    display: none;
    position: absolute;
    right: 8px;
    top: 8px;
}

.features-autocomplete__loading img {
    height: 24px;
    width: 24px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style-type: none;
}

.features__item {
    background-color: #cccccc;
    border-radius: 4px;
    color: #111111;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 1px 8px 1px 0;
    padding: 8px;
    text-transform: capitalize;
}

.features__item::after {
    align-items: center;
    background: #666666;
    border-radius: 100%;
    color: #aaaaaa;
    content: 'X';
    display: inline-flex;
    font-weight: bold;
    height: 18px;
    justify-content: center;
    margin-left: 8px;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    width: 18px;
}

.features__item:hover {
    background-color: #bbbbbb;
    cursor: pointer;
}

.price-info {
    display: flex;
    margin-bottom: 16px;
}

.price-info__min {
    flex: 1;
    text-align: left;
}

.price-info__max {
    flex: 1;
    text-align: right;
}

.input-text {
    display: flex;

    margin-bottom: 8px;
}

.input-text input {
    overflow: hidden;

    width: 100%;
    height: 40px;
    padding: 6px 16px;

    white-space: nowrap;
    text-overflow: ellipsis;

    border: solid 1px #999;
    border-radius: 4px;
    background-color: #fff;
}

.input-text__title {
    display: flex;

    width: 200px;

    text-align: left;

    align-items: center;
}

.input-text__value {
    display: flex;

    text-align: left;

    align-items: center;
    flex: 1;
}
