.one-line {
    white-space: nowrap !important;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.conditions_wrapper_title .office_bottom_list_top {
    max-width: 30%;
    height: unset;
    float: left;
    padding-right: 1rem;
    padding-bottom: 1rem;
    box-sizing: border-box;
}

.bottom-space {
    height: 2rem;
    width: 100%;
}

.bottom-space.big {
    height: 12rem;
}

.hidden {
    visibility: hidden;
    opacity: 0;
    height: 0px !important;
    margin: 0px !important;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
    padding: 0px !important;
}

.reservation_services_table tr td.scoper {
    background: url("/dist/images/icons/check-icon.svg") no-repeat center;
    background-position-x: left 10px;
    background-position-x: 10px;
}

.reservation_services_table tr td .addButton.removeButton {
    background-color: #20a405 !important;
}

.intro-background {
    letter-spacing: 0.1rem;
    /*background: linear-gradient(45deg, #ffcc5c 20%, #3c3c3c 20% 50%, #ff6f69 50% 80%, #96ceb4 80%);*/
    background: linear-gradient(45deg, #ffcc5c 20%, #3c3c3c 20% 40%, #ff6f69 40% 60%, #96ceb4 60% 80%, #ffcc5c 80%);
    padding: 5rem;
}

.showcase_reservation_inner_box_tab_content_cupon_field a {
    width: 100px;
    height: 45px;
    border-radius: var(--siteRadius);
    background-color: #d20a30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 1rem;
    line-height: 1.5333333333rem;
    font-family: montserrat-bold;
    color: #fff;
    text-align: center
}

.showcase_reservation_inner_box_tab_content_cupon_field a:hover {
    background-color: #102157
}

.select2-container .select2-selection--single {
    height: 100% !important;
}

.showcase_reservation_form_inner_field_bottom_date {
    height: unset !important;
}

@media screen and (min-width: 320px) and (max-width: 760px) {
    .conditions_wrapper_title .office_bottom_list_top {
        max-width: 100%;
    }

    .bottom-space {
        height: 6rem;
        width: 100%;
    }

}