/* body */
.table-container {
    margin: 5%;
}

.container-fluid {
    padding: 10px;
}
/* checkin-input */

#checkin-input{
    /* border: 1px solid black; */
    margin: 1%;
}
#checkin-col{
    border: 1px solid black;
}
/* table */

/* container-infos */
.container-infos {
    margin-bottom: 0%;
    font-size: 25px;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 0%
}

#header-color {
    background-color: rgb(87, 87, 148);
    color: rgb(87, 87, 148);
    scroll-behavior: smooth;
}

#head-color {
    background-color: rgb(87, 87, 148);
    color: white;
    border: 1px solid rgb(116, 231, 247) !important;
}

/* row1 */
#main-row {

    align-self: center;
    /* margin: 0% 5%; */
}

#room-div {
    margin-top: 10%;
}

#myImg{
    width: 100%;
    height: 200px;
    margin-top: 2%;
    cursor: pointer;
}

#bed-numbers {
    font-size: 23px;
}

#btn-more {
    color: blue;
    border: transparent;
    font-size: 20px;
    background-color: white !important;
}

#collapseExample {
    font-size: 20px;
    /* word-break: keep-all; */
}

#collapseExample i {
    color: green;
    font-weight: 800s;

}

#div-info {
    /* position: -webkit-sticky; */
    position: sticky;
    top: 10%
}

/* crousel on img */

/* #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    /* width: 100%;
    height: 500px; */
/* align-items: center; */
/* margin: auto; */


#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 1000px; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
#myImg01{
    width: auto;
    height: 400px;
}
.carousel-inner{
    margin: auto;
    padding: 2% 30%;
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/* middlerows */
#row {
    border: 1px solid rgb(116, 231, 247) !important;
    /* height: 80px; */
    padding: 1%;
}

.discount {
    text-decoration: line-through;
    font-size: 20px;
    color: red;
}

.current-price {
    font-weight: 700;
    font-size: 23px;
}

.taxes-charges {
    font-size: 18px;
    word-wrap: normal;
}

.off-percent {
    font-size: 18px;
    background-color: rgb(39, 153, 39);
    width: fit-content;
    padding: 2px 6px;
    color: white;
    margin-bottom: 3px;
    border-radius: 5px;
}

.deals {
    font-size: 18px;
    background-color: rgb(39, 153, 39);
    width: fit-content;
    padding: 2px 6px;
    color: white;
    border-radius: 5px;
}

.text-1 {
    font-size: 22px;
}

#free-cancel {
    color: green;
    font-size: 20px;
    font-weight: 600;
}

#free-cancel i {
    font-size: 22px;
    font-weight: 900;
}

.cancel-time {
    color: green;
    font-size: 20px;
}

#options-custom {
    width: 90%;
}

/* last col */
#header-color {
    background-color: rgb(87, 87, 148);
    color: rgb(87, 87, 148);
    scroll-behavior: smooth;
    position: sticky;
    top: 0%;
}

/* last row */
#reserve-room {
    background-color: rgb(87, 87, 148);
    color: white;
    align-items: center;
    margin-top: 3%;
    width: 100%;
    align-content: center;
    font-size: 20px;
    padding: 5px;
}

.extra-info {
    font-size: 20px;
}

.extra-info-2 {
    border: 1px solid green;
    color: green;
    font-size: 20px;
    padding: 2px;
    padding-left: 3px;
}

#dark-green {
    font-weight: 800;
}

.row-note {
    /* position: -webkit-sticky; */
    position: sticky;
    top: 10%
}
