﻿::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient( to bottom, #607EAA, #337ab7);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: white;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    user-select: none;
    -webkit-user-select: none;
}

    *:focus,
    *:focus-within,
    *:focus-visible {
        outline: none !important;
    }

a {
    text-decoration: none !important;
}

input {
    user-select: text !important;
    -webkit-user-select: text !important;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    user-select: none !important;
    height: 100% !important;
}

body {
}

textarea {
}

abbr {
    position: relative;
}

    abbr:hover::after {
        font-weight: bold;
        position: absolute;
        bottom: 100%;
        left: 100%;
        width: 200px;
        display: block;
        padding: 1em;
        background: #dee0e0;
        content: attr(title);
        border-radius: 10px;
    }

    abbr[title] {
        border-bottom: none !important;
        cursor: inherit !important;
        text-decoration: none !important;
    }

ol {
    list-style-position: inside;
}

/*@media (min-width: 768px) {*/

.change-lang {
    width: 96px;
    margin: 10px;
}

.room-detail-table {
    display: flex;
    flex-direction: column;
    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 2%;
}

.table-rows {
    display: flex;
    flex-direction: row;
    height: auto;
    padding: 20px 0;
}

    .table-rows:first-child {
        padding-top: 0;
    }

    .table-rows:nth-child(2n) {
        background-color: #f8f8f8;
    }

.col-price-cell {
    margin-left: 3%;
}

.room-type {
    flex-grow: 3;
}

.room-count {
    flex-grow: 2;
}

.room-price {
    flex-grow: 1;
}

.lower-room {
    flex-grow: 5;
}

.room-total-count {
    flex-grow: 2;
}

.table-cells {
    width: 20%;
}

.room-detail-row {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
}

.room-detail-cell {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.table-rows-detail {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.image-row {
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

    .image-row:hover .room-gallery-indicator {
        display: block;
    }

.room-details {
    cursor: pointer;
    text-align: center !important;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    min-height: 104px;
}

    .room-details:hover {
        opacity: 0.8;
    }


.room-image {
    border-radius: 20px;
    height: auto;
    width: 100% !important;
    padding: 11px;
    filter: drop-shadow(2px 4px 6px #4b4b4b);
    max-width: 400px;
}

.table-room-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    height: 75px;
    border-radius: 4px;
    width: 98%;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 2%;
}

.title-room-name {
    width: 100%;
    height: 40px !important;
    background-color: #d8d8d8;
}

.room-title-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 45px;
    width: 98%;
    padding: 3px 20px;
    justify-content: space-between;
    text-align: left;
}

.title-max-guest-mobile {
    display: none;
}

.title-max-guest {
    width: 30%;
    border-radius: 4px;
    font-weight: bold;
}

.dr-room-detail > .text-danger {
    margin-right: 30px;
}

.title-price {
    width: 30%;
    font-weight: bold;
    text-align: center;
    margin-right: -45px;
}

.title-room-count {
    width: 30%;
    font-weight: bold;
    text-align: center;
    margin-right: 19px;
}

.room-empty {
    margin-left: -20px;
}

.reservation-summary {
    position: sticky;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    width: 400px;
    margin-left: 20px;
    text-align: center;
    top: 0;
    /* min-height: 200px; */
    max-height: 66vh;
    display: flex;
    flex-direction: column;
    height: max-content;
    background-color: #fff;
}

.reservation-summary-title {
    font-size: 18px;
    font-weight: bold;
    background-color: #d8d8d8;
    margin: 10px;
    height: 42px;
    padding-top: 10px;
}

.reservation-summary-table {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}

.reservation-summary-room-count {
}

.reservation-summary-details {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 14px;
    justify-content: center;
    padding-top: 10px;
}

.reservation-body {
    display: flex;
    flex-direction: inherit;
}
/*}*/

.reservation-container {
    padding: 40px 60px;
}

.reservation-page-title {
    border-radius: 4px;
    min-height: 255px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-image: url("/Content/img/bg2.jpg");
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .reservation-page-title h1 {
        text-align: center;
    }

.reservation-search-result {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.reservation-rooms {
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    flex-grow: 2;
    background-color: #fff;
}

.table-room-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*max-height: 40px !important;*/
    padding: 3px 20px;
    border-bottom: 1px solid #d1caca;
}

.discount-price {
    width: 120px;
    margin-left: -25px;
    text-align: end;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    white-space: nowrap;
    margin: 0;
}

.reservation-date-row {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.reservation-arrival-date {
    margin: 0 25px 0 0;
}

.has-feedback .form-control {
    min-height: 52px;
}

.form-control-feedback {
    top: 10px;
    right: 5px;
}

.reservation-departure-date {
    margin: 0 100px 0 0;
}

.reservation-search-button {
    min-height: 52px;
    min-width: 125px;
}

.dr-oda-sayisi {
    max-width: 165px;
    padding: 0;
    line-height: 0;
    height: 30px;
    padding: 0px 0px 0px 20px;
    border-radius: 2px !important;
    text-align: center;
}

    .dr-oda-sayisi > option {
        text-align: center;
    }

.btn-reservation {
    width: 94%;
    margin-left: 3%;
    min-height: 47px;
    font-size: 20px;
}

.expand-reservation-summary {
    display: none !important;
}

.reservation-hotel-name {
    font-size: 46px;
    color: #f8f8f8;
}

    .reservation-hotel-name:hover {
    }

.reservation-change-lang {
    display: flex;
    justify-content: flex-end;
}

.room-gallery-indicator {
    display: none;
    font-size: 12px;
    background-color: #6b6b6b;
    color: #d8d8d8;
    padding: 4px 29px;
    margin-top: -46px;
    z-index: 99;
    border-radius: 2px;
    position: absolute;
    pointer-events: none;
}

.table-cells {
    /*margin-bottom: 30px;*/
    /*border:1px solid #f2f2f2;*/
}

.total-nights {
    font-size: x-small;
    white-space: nowrap;
}

.room-name {
    margin-top: 1%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-weight: bold;
}

.col-user-count {
    width: 30%;
}

.col-price-cell {
    width: 30%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.dr-room-detail {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

.table-room-detail:hover {
    background-color: #00c2ff24;
}

.btn-reservation {
    display: block;
    --webkit-appearance: none;
    font-size: 18px;
    border: none;
    border-radius: 3px;
    color: white;
    margin: 15px auto;
    padding: 15px;
    cursor: pointer;
    transition: box-shadow 0.2s ease-out;
}

#btnRezervasyonYap:hover {
    box-shadow: 0px 0px 7px #377ab6;
}

#btnRezervasyonYap:active {
    box-shadow: 0px 0px 10px lightgrey;
}

.reservation-date {
    background-color: white !important;
}

.room-description-row {
    padding: 8px;
    font-size: 12px;
}

.reservation-hotel-name {
    text-shadow: 2px 2px 2px #808080;
}

.reservation-subtitle {
    color: #ededed;
    cursor: pointer;
    text-shadow: 2px 2px 2px #808080;
}

    .reservation-subtitle:hover {
        color: #23527c;
    }

.box {
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    height: 100%;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #a9d0f2;
    opacity: 1;
}

.datepicker td.active, .datepicker td.active:hover {
    background-image: linear-gradient(to bottom, #002334, #3679ff);
}

.reservation-control tr th, .reservation-control tr td, .selected-rooms tr th, .selected-rooms tr td, .available-rooms tr th, .available-rooms tr td {
    border: 1px solid #a9d0f2 !important;
}

.selected-room-infos > div {
    padding: 5px;
    border-bottom: 1px solid #d4d0d0;
    width: 93%;
    margin-left: 3%;
}

.bank-details-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #a6a0a0;
    padding: 4px;
}

.bank-details-inner-item {
    display: flex;
    flex-direction: row;
    padding: 2px;
}

.bank-details-inner-left {
    width: 25%;
    font-weight: bold;
}

.bank-details-inner-right {
    width: 75%;
}
/* MOBIL */
@media (max-width: 768px) {
    .reservation-search-result {
        margin-bottom: 120px;
    }

    .reservation-container {
        padding: 20px 10px;
    }

    .room-empty {
        margin-left: 0px;
    }

    .reservation-hotel-name {
        font-size: 30px;
        white-space: break-spaces !important;
    }

    .expand-reservation-summary {
        display: block !important;
        margin-top: -6px;
        right: 14px;
        position: absolute;
        font-size: 32px !important;
    }

    .reservation-departure-date {
        margin: 0 0px 0 0;
    }

    .reservation-arrival-date {
        margin: 0 0px 0 0;
    }

    .discount-price {
        width: 120px;
        margin-left: -55px;
        text-align: end;
    }

    .reservation-date-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .dr-oda-sayisi {
        padding: 5px 4px !important;
        width: 75px !important;
        font-size: 12px !important;
        max-width: 145px;
    }

    .table-cells {
        width: 100%;
    }

    .body-table {
        display: flex;
        flex-direction: column;
        margin-top: -25%;
    }

    .table-rows {
        display: flex;
        flex-direction: row;
        height: auto;
    }

    .available-rooms {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .room-detail-row {
        display: flex;
        flex-direction: row;
    }

    .table-rows-detail {
        flex-direction: column;
    }

    .table-room-detail {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-grow: 1;
        /*height: 45px !important;*/
        margin-bottom: 10px;
    }

    .name-row {
        margin-top: 2%;
    }

    .table-title {
        visibility: hidden;
    }

    .table-room-title {
        display: flex;
        flex-direction: column;
        text-align: center;
        flex-wrap: nowrap;
        align-items: center;
        height: 75px;
        border-radius: 4px;
        width: 98%;
        margin-left: 1%;
        margin-top: 1%;
        margin-bottom: 7%;
    }

    .room-title-content {
        display: flex;
        flex-direction: row;
        text-align: center;
        flex-wrap: nowrap;
        align-items: center;
        height: 45px;
        border-radius: 4px;
        width: 98%;
        text-align: left;
        margin-top: 10px;
    }

    .title-max-guest-mobile {
        width: 34%;
        border-radius: 4px;
        font-weight: bold;
        display: block;
    }

    .title-max-guest {
        display: none;
    }

    .title-price {
        width: 30%;
        text-align: center;
    }

    .title-room-count {
        width: 30%;
        text-align: end;
    }

    .reservation-summary {
        position: fixed;
        bottom: 0px;
        z-index: 99;
        width: 100% !important;
        left: 0;
        margin-bottom: 0px !important;
        top: inherit;
        margin: auto;
        /*max-height: none;*/
        height: auto;
        transition: height 0.4s ease-out;
        display: none;
        /*border-top: 2px solid #4b4b4b;*/
        box-shadow: 0px -2px 10px 2px #4b4b4b;
    }

    .reservation-summary-table {
        display: none;
        flex-direction: column;
        height: 90%;
        justify-content: space-between;
    }

    .reservation-summary-table-expanded {
        display: flex;
    }

    .reservation-summary-room-count {
        flex-grow: 2;
    }

    .reservation-summary-currency {
        flex-grow: 2
    }

    .reservation-summary-title {
        display: none;
    }

    .reservation-summary-mobile {
        display: flex;
        flex-direction: column;
    }

    .reservation-summary-hide-mobile {
        display: none !important;
    }

    .reservation-summary.collapsed {
        max-height: 800px;
        height: 800px;
    }

    .reservation-body {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 110px;
        margin-top: 90px;
    }
}


/* PAYMENT PAGE */
.reservation-summary-guest {
    position: sticky;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    width: 400px;
    margin-left: 20px;
    text-align: center;
    top: 0;
    /* min-height: 200px; */
    max-height: 66vh;
    display: flex;
    flex-direction: column;
    height: max-content;
    background-color: #fff;
}

.hotel-reservation-info {
    width: 100%;
    max-width: 900px;
    padding: 0 10px;
}

.payment-summary-title {
    font-size: 18px;
    font-weight: bold;
    background-color: #d8d8d8;
    margin: 10px;
    height: 42px;
    padding-top: 10px;
}

.distance-sales-agreement-container {
    display: flex;
    flex-direction: row;
    padding: 12px 0px;
}

.sales-agreement-text {
    margin: 4px 0px 1px 10px;
    text-align: left;
}

.btn-show-sales-agreement {
    cursor: pointer;
}

.deposit-container {
    display: flex;
    justify-content: space-between;
}

    .deposit-container > div {
        font-size: 20px;
        color: #ff0000;
    }

.deposit-result-container {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.HavaleBilgileriModal {
    left: 45%;
    width: 40%;
}

.payment-button-container {
    display: flex;
    flex-direction: row;
}

    .payment-button-container > button {
        max-width: 180px;
    }

@media (max-width: 768px) {
    .reservation-summary-guest {
        position: initial;
        margin-bottom: 20px;
    }

    .exchange-modal-body {
        overflow: scroll !important;
    }

    .payment-button-container > button {
        margin: 5px auto;
    }

    .payment-button-container {
        flex-direction: column;
    }

    .HavaleBilgileriModal {
        left: 0%;
        width: 100%;
    }

    .reservation-summary-guest {
        width: 100%;
        flex-direction: column;
        order: 1;
        margin-left: 0px;
    }

    .reservation-summary-wrapper {
        order: 2;
    }

    .distance-sales-agreement-container {
        padding: 10px 0px;
    }

    .reservation-summary-container {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }
}
/* PAYMENT SUCESS PAGE */

/* PAYMENT FAIL PAGE */
