<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hotels-search-input-wrap {
    max-width: 1000px;
    margin: 20px auto;
    position: relative;
}
.o-search-container {display: flex;
    align-items: center;}
.br {border-right: 1px solid #dfdfdf;}
.search-container__search-button {
    color: #fff;
    background-color: #f70759;
    border-color: #fff;
    display: inline-block;
    float: right;
    cursor: pointer;
    font-weight: 600;
    border-style: none;
    text-transform: capitalize;
    height: 3.8125rem;
    border-radius: 9.375rem;
    border: 0.1875rem solid #fff;
    margin: 0 auto;
    width: 100%;
    font-size: 1.125rem;
    line-height: 3.4375rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    padding: 0 1.125rem 0 2.25rem;
}
.search-container__search-button:after {
    display: inline-block;
    float: right;
    content: "\f178";
    font-size: 2rem;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 100;
}
.o-search-container .form-control {height: 100%;border: 0;border-radius: 0;}
.p-0 {padding: 0;}
.placements-obejcts-list, .placements-people-select {z-index:10}
.search_form__counter_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1rem 0
}

.search_form__counter_item_label {
    flex-basis: 60%;
    max-width: 60%;
    line-height: 1;
}

.search_form__counter_item_label&gt;* {
    display: block
}

.search_form__counter_item_label small {
    color: #707070;
    font-size: 80%;
    line-height: 1.1;
    margin-top: 3px
}

.search_form__counter_item_control {
    display: flex;
    justify-content: space-between;
    flex-basis: 40%;
    max-width: 40%
}

.search_form__counter_item_control .btn {
    line-height: 1;
    font-size: 16px;
}

.search_form__counter_item_control .count {
    min-width: auto;
    height: 30px
}

.count, .dicrement, .search_form__counter_item_control&gt;.increment {
    text-align: center;
    max-width: 33%;
    font-size: 16px
}
.search_form__counter_content {
    padding: 0 1rem;
    font-size: 14px;
}
.search_form__counter_item_control .btn-primary {
    height: 30px;
    line-height: 30px !important;
    text-align: center;
}
.btn.btn-primary, .details.plans .btn {
    width: max-content;
    height: 30px;
    line-height: 30px;
    top: 0;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background: #fff;
    /* color: #fff; */
    padding: 10px 15px;
    border: 1px solid #bbbaba;
    width: 30px;
}
.btn.btn-secondary {
    width: max-content;
    height: 30px;
    line-height: 30px;
    top: 0;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background: #fff;
    /* color: #fff; */
    padding: 10px 15px;
    border: 1px solid #bbbaba;
    width: 30px;</pre></body></html>