.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;
}

.mm-ocd {
	z-index: 9999999999999 !important;
}

.button-of-menu {
    border-radius: var(--siteRadius);
    font-size: 1rem;
    font-family: montserrat-regular;
    text-align: center;
    padding: 5px 10px;
    background: linear-gradient(-75deg, transparent, transparent, var(--color-1), transparent, transparent);
    background-size: auto;
    background-size: 400% 400%;
    animation-name: wavelink;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.button-of-menu:hover {
    background-color: var(--color-1);
}

.button-of-menu:hover a {
    color: #fff;
}

/* hazirlik (5) teki sorunlu değişiklik düzeltmesi. */
.content_title h1 {
    margin-top: unset;
    margin-bottom: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
}

.gray-location {
    min-height: 19rem;
}

.reservation_payment_right_wrapper_info_form_inner4 {
    --paymentForm-column: 4;
    --paymentForm-gap: 20px;
    display: grid;
    padding: 20px;
    grid-gap: var(--paymentForm-gap);
    grid-template-columns: repeat(var(--paymentForm-column),minmax(0,1fr));
}

.reservation_payment_right_wrapper:not(:last-child) {
    margin-bottom: 1rem;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .reservation_payment_right_wrapper_info_form_inner_field {
        grid-area: initial !important;
    }

    .reservation_payment_right_wrapper_info_form_inner4 {
        --paymentForm-column: 1;
    }
}

@keyframes wavelink {
    0% {
        background-position: 100%
    }

    100% {
        background-position: 0%
    }
}

@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%;
    }

}

@media screen and (min-width:1240px) {

    .gray-location .showcase_reservation {
        top: 200px
    }

}