.booking-assistant {
    margin-bottom: 16px;
    position: relative;
}
.booking-assistant.datepicker-white .header-form-container, .booking-assistant.is-loading.datepicker-white .header-form-container {
    background-color: #1a2b49;
}
.booking-assistant .header-form-container .header {
    padding: 16px 16px 0;
    z-index: 0;
    position: relative;
}
.activity-search, .activity-options {
    margin-left: -16px;
    margin-right: -16px;
    margin-left: 0;
    margin-right: 0;
}
.peoplepicker {
    z-index: 20;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    .other-post h6 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 18px;
}