body {
    color: rgba(0,0,0, 0.6);
}
h6, p:not('display-1') {
    font-size: .8rem !important;
}
.h1.display-1 {
    font-size: 5em !important
}
.form-control,
.form-label,
label,
.list-group a,
.step-label, tr, th, td {
    font-size: .8rem !important;
    color: rgba(0,0,0, 0.6) !important;
}

.card p {
    font-size: .8rem !important;
    color: rgba(0,0,0, 0.6) !important;
}

a.nav-link, p, .btn {
    font-size: .8rem !important;
}

.form-control,
.form-select,
.input-group-text {
    border-color: rgba(0,0,0, 0.2);
    font-size: .8rem !important;
}

.mainnav__profile h6 {
    font-size: .9rem !important;
}

.swal2-container{
    overflow-y: scroll !important;
}

@media (max-width: 768px) {
    .swal2-show {
        width: 100% !important;
    }
}

.form-check-rooms {
    width:5em;
    height:5em;
    cursor:pointer;
}

.form-check-rooms,
.form-check-rooms *,
.form-check-property,
.form-check-property *,
.list-group-item.active {
    color: white !important;
}

.form-check-property {
    width:8em;
    height:8em;
    cursor:pointer;
}
.checkbox-input {
    
    height: 50%;
    width: 72%;
    appearance: none;
    color-adjust: exact;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: top;
}

.checkbox-input[type="checkbox"] {
    border-radius: .35em;
}
.checkbox-input:checked[type="checkbox"],
.checkbox-input:checked[type="radio"] {  
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
#btn-checked {
    pointer-events: none;
}
.blocked-color,
.available-color {
    height:1.3em;
    width:1.3em;
}

.w-40px {
    width: 5% !important;
}

.table-scroll {
    max-width: 100% !important;
    white-space: nowrap; /* Prevents table cell content from wrapping */
    overflow-x: auto;
}

select#room_select option[selected] {
    background-color: lightsteelblue !important;
}

@media only screen and (min-width: 768px) {
    .w-m-80 {
        max-width: 80% !important;
        width: 80% !important;
    }
}









.slider {
    display: flex;
    height: 250px;
    max-height: auto;
    overflow-y: hidden;
    overflow-x: scroll !important;
    padding: 16px;
    transform: scroll(calc(var(--i,0)/var(--n)*-100%));
    scroll-behavior: smooth;
}
.minislider {
    display: flex;
    height: 80px !important;
    max-height: auto;
    overflow-y: hidden;
    overflow-x: scroll !important;
    padding: 8px;
}
.slider::-webkit-scrollbar {
    height: 5px;
    width: 150px;
    display: none;
}
.slider::-webkit-scrollbar-track {
    background: transparent;
}
.slider::-webkit-scrollbar-thumb {
    background: #888;
}
.slider::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.slider img:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
}
.slide {

    position: relative;
}
.slide img {
    height: 100%;
    width: 350px !important;
    margin: 0 10px;
    object-fit: cover;
    border-radius: 15px;
    cursor: pointer;
    transition: .25s ease-in-out;
}

.minislide img {
    height: 100%;
    width: 80px !important;
    
}


.control-prev-btn {
    position: absolute;
    top: 50%;
    left: 0;
    background-color: rgba(255,255,255,0.55);
    height: 100px;
    line-height: 100px;
    width: 45px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    color: #444;
    cursor: pointer;
}
.control-next-btn {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: rgba(255,255,255,0.55);
    height: 100px;
    line-height: 100px;
    width: 45px;
    text-align: center;
    box-shadow: 0 1px 3px #888;
    user-select: none;
    color: #444;
    cursor: pointer;
}
.slide img.zoomed {
    height: auto;
    width: 80% !important;
    max-width: 90%;
    max-height: 90%;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.overlay{
       position: absolute;
   height: 100%;
   width: 100%;
   background: rgba(0,0,0,.45);
   top: 0;
       display: none;
}
.overlay.active{
   display: block;
}
@media only screen and (max-width: 420px) {
    .slider {
        padding: 0;
   }
    .slide {
        padding: 16px 10px;
   }
    .slide img {
        margin: 0;
   }
    .control-prev-btn {
        top: 37%;
   }
    .control-next-btn {
        top: 37%;
   }
}
