/* Fix BootStrap CSS Conflict */
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: none;
    content: " ";
}
body{
    /* font-family: 'Roboto' !important; */
}
.paginate_button {
    border-radius: 40px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: var(--bs-white) !important;
    border: 1px solid #e44d26;
    background-color: #e44d26;

    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%); */
}

.button.-outline-blue-1 {
    border-color: var(--color-blue-1);
    background-color: white;
}

::-webkit-scrollbar {
    width: 0.5em;
    text-overflow: ellipsis;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    text-overflow: ellipsis;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 0.25em;
    text-overflow: ellipsis;
}

.Rooms_countainer {

    overflow-x: hidden;
    overflow-y: scroll;
    height: auto;
    width: 370px;
}

.header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-image: linear-gradient(45deg, #ff9966, #ff5e62);
    background-color: transparent;
}

.sts_preloader {
    position: fixed;
    z-index: 999999;
    background-image: linear-gradient(45deg, #ff9966, #ff5e62);
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0
}

.img-preloader-container {
    width: 20%;
    height: 30%;
    background-position: center center;
    background-size: 110%;
    background-image: url(/api_search_engin_manager/static/img/mhz2.gif);
    left: 40%;
    top: 35%;
    position: absolute;
}

.hotelsCard__title {
    text-overflow: ellipsis !important;
    max-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;


}
.h4 {

    text-overflow: ellipsis !important;
}
.hotel_card_stars{
    position: absolute;
    bottom: 22px;
    background-color: #00000061;
    min-height: 30px;
    max-width: 100px;
    min-width: 100px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    border-radius: 0px 10px 10px 0px;
}
.sidebar-checkbox-stars-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: flex-end;

}
.starting_from_hotel_card{
    position: relative;
    color: #000000bd;
    border-radius: 0px 35px 0px 19px;
    padding: 5px;
    max-width: 70%;
    left: -11px;
    bottom: -11px;
    background-color: aliceblue;
    border-top: 1px solid #00000024;
    border-right: 1px solid #00000024;

}
/* ::-webkit-scrollbar {
    width: 0;
} */

/* Hide horizontal scrollbar (if needed) */
/* ::-webkit-scrollbar-horizontal {
    display: none;
} */

/* Hide corner scrollbar (if needed) */
::-webkit-scrollbar-corner {
    display: none;
}
.accommodation_select{

    height: 29px;
    font-size: 14px;
    border-radius: 5px;
    color: white;
    background-color: var(--color-blue-1) !important;
}
.home_tab_btn{
    /* background-color: var(--color-blue-1); */
    /* min-width: 150%; */
    border-radius: 14px;
    
}
.live_hotel{

    border: var(--bs-gray-500) solid 1px;
    border-radius: 15px 15px 0px 4px;
}
.hotel_model_main_img{
    min-width: 256px;
    max-width: 256px;
    min-height: 256px;
    max-height: 256px;
    border-radius: 10px;
    border: 1px solid;
}
.hotel_card_gardian{
    position: relative;
    min-height: 80px;
    background-image: linear-gradient(360deg, #333, #343a4000);
    bottom: 70px;
}
.hotel_card_facilities-list:hover{
    color:#ff9966
}
a:hover{
    color:#ff9966
}
.hotelsCard.-type-1:hover .starting_from_hotel_card {
    background-color: #ff9966;
    transition: background-color 0.7s ease;
}
.hotelsCard.-type-1:hover .starting_from_hotel_card span {
   color: white;
}
.live_hotel:hover {
   border:none;
}

.hotel_card_facilities-list{

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;

}
.swiper-wrapper {
    height: 512px;
}

.modal-xl {
    max-width: 1140px;
    width: 1140px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: coral;
    margin-top: -15px;
    color: white;
    border-radius: 0px 0px 10px 10px;
}