:root
{
    --rate-text-color : #006f00;

    --minstay-bg-color : #f3e97a;
    --minstay-text-color : #000000;

    /* daterange picker color */

    --date-avail-selected-bg-color : #00276c;
    --date-avail-selected-text-color : #ffffff;

    --date-avail-selected-active-bg-color : #00276c;
    --date-avail-selected-active-border-color : #00276c;
    --date-avail-selected-active-text-color : #ffffff;

    --date-avail-selected-active-hover-bg-color : #011c4b;
    

    /* not avail selected */
    /* --date-not-avail-selected-bg-color : #790000; */
    --date-not-avail-selected-bg-color : #ff5050;
    --date-not-avail-selected-text-color : #ffffff;

    /* not avail */
    --date-not-avail-bg-color : #ff5050;
    --date-not-avail-border-color : #ff5050;
    --date-not-avail-text-color : #ffffff;

    /* not avail hover */
    --date-not-avail-hover-bg-color : #e77373;
    --date-not-avail-hover-text-color : #ffffff;

}

.page-wrap{
    overflow: hidden;
}
/* ==========================================================================
   Header
   ========================================================================== */
.city-header{
    background-color: #33b9db;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    z-index: 9;
    border-color: #fff;
    padding: 13px 5px;
    /* border-radius: 7px; */
}
.city-branding{
    display: inline-block;
    background-color: #029adb;
    padding: 30px;
}

/* .city-branding__logo {
    float: left;
} */
.city-branding__name{
    display: none;
}
.city-search__input{
    width: 65%;
    background-color: #f3f3f3;
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.25);
    height: 40px;
}
.select-options{
    display: none;
}
.b247-searchbox{
    /*float: right;
    width: 70%;*/
    margin-top: 10px;
    background-color: transparent;
    padding: 0;
}
.csb-container {
    position: relative;
    z-index: 10;
    padding: 0;
}
.csb-container .check-date-container__icon:after{
    top: 0;
}
.csb-container .check-date-container__text{
    top: 18px;
}
.csb-container .select-duration{
    margin-top: 5px;
}
.b247-searchbox .b247-button .btn{height: 53px;}
.csb-container .nights{
    color: #333;
}
.city-search{
    border-radius: 0;
    height: 45px;
    border: 0;
    background-color: #f9f9f9;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.20);
}
.csb-container .b247-searchbox .b247-button .btn-success{
    border-color: #e8827a;
    background-color: #F44336;
    border: 0;
    box-shadow: 0px 0px 0px 6px #ffc1c1;
    /*box-shadow: 0px 0px 0px 1px hsla(4, 90%, 58%, 1), 
                0px 0px 0px 2px hsla(4, 90%, 50%, 1), 
                0px 0px 0px 3px hsla(4, 90%, 42%, 1),
                0px 0px 0px 4px hsla(4, 90%, 34%, 1),
                0px 0px 0px 5px hsla(4, 90%, 26%, 1);*/
}
/* search options */
.search-options{
    margin-top: 10px;
}
.search-options__view,
.search-options__filters
.search-options__sort{
    display: inline-block;
}
.search-options__view{
    margin-right: 15px;
}
.search-options__view a{
    margin-right: 7px;
}
.search-options__view .fa{
    margin-right: 5px;
}
.search-options a{
    margin: 0 10px;
    color: #00296f;
}
.search-options__sort a{
    font-weight: bold;
}
.search-options a:hover, .search-options a:focus{
    text-decoration: none;
}
.search-options__sort
{
    float: right;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 4px 5px;
    border-radius: 4px;
}
.search-options__trigger{
    box-shadow: 0 0 0 1px #dadada;
    border-radius: 10px;
    padding: 4px 10px;
    background-color: #ededed;
}
.search-options__sub{
    position: absolute;
    background-color: #fff;
    width: auto;
    padding: 20px;
    top: 119px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    display: none;
}
/* ==========================================================================
   Guests
   ========================================================================== */
.section{
    padding: 50px 0;
}
.section-guests{
    background-color: #33b9db;
    margin-top: -65px;
    color: #fff;
}
.section-header{
    font-size: 35px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.section-guests .section-header{
    margin-top: 75px;
    
    line-height: 1.65;
    margin-bottom: 20px;
    color: #fff;
    
}
.section-guests .section-content{
    font-size: 20px;
}
/* ==========================================================================
   Destinations
   ========================================================================== */
.section-destinations .section-header{
    text-align: center;
    margin-bottom: 40px;
}
.section-sub{
    font-size: 14px;
    font-weight: normal;
}
.dest-single{
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.dest-single:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.25);
    top: 0;
    left: 0;
    z-index: 2;
    transition: background-color 0.5s ease;
}
.dest-single:hover:after {
    background-color: rgba(0,0,0,0.66);
}
.dest-single:hover img{
    transform: scale(1.45);
}
.dest-single img{
    transition: all 0.5s ease;
}
.dest-single__head{
    position: absolute;
    top: 50%;
    text-align: center;
    left: 0;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 35px;
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
}
.dest-single__head span{
    border: 1px solid #fff;
    padding: 20px 40px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
/*.footer{
    background-color: #33b9db;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}*/

/* ==========================================================================
   stack : toggle view
   ========================================================================== */

/* map view */

.map-wrapper.map-view{
    width: 100%;
}
.properties-main.map-view{
    display: none;
}

/* tile-view */
.map-wrapper.tile-view{
    width: 49.5%;
}
.properties-main.tile-view{
    display: block;
    width: 50.5%;
}
.properties-main__content{
    overflow: hidden;
}
/* list-view */
.map-wrapper.list-view{
    width: 75%;
}
.properties-main.list-view{
    display: block;
    width: 25%;
}

/* ==========================================================================
   properties list
   ========================================================================== */
.property-content__description, .rooms-expander{
    display: none;
}
body{
    font-family: 'lato', sans-serif;
    line-height: 1.85;
}
.property {
    overflow: hidden;
    /*margin-bottom: 40px;*/
    border: 1px solid #e4e4e4;
    padding: 15px 15px 30px 15px;
    transition: box-shadow 0.25s ease;
    background-color: #fff;
    position: relative;
}
.property-tile:nth-child(3n+1){
    clear: left;
}
.property-resize{
    width: 48.9%;
    float: left;
    /*margin: 13px 0 13px 10px;*/
    /*box-shadow: 2px 4px 10px rgba(0,0,0,0.18);*/
}
.property:hover{
    /*box-shadow: 0 0 50px rgba(0,0,0,0.25);*/
}
.property-content__name{
	margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.property-resize-1{
    width: 100%;
    float: none;
    margin: 0;
    box-shadow: none;
    display: inline-block;
}
.property-resize-2{
    width: 48.9%;
    float: left;
    display: inline-block;
    /*margin: 13px 10px 13px 0;*/
    /*box-shadow: 2px 4px 10px rgba(0,0,0,0.18);*/
}
.property-resize-3{
    width: 32.55%;
    float: left;
    display: inline-block;
    /*margin: 13px 10px 13px 0;*/
    /*box-shadow: 2px 4px 10px rgba(0,0,0,0.18);*/
}
.property__image{
    margin-bottom: 15px;
    padding: 0;
}
.property__image img{
    width: 100%;
}
.property-content__name a{
    font-size: 17px;
    font-weight: bold;
    color: #585858;
    line-height: 1.35;
}
.property-content__name a:hover{
    text-decoration: underline;
    color: #5d5d5d;
}
.property-content__meta{
	margin-bottom: 10px;
    color: #a4a4a4;
    margin-top: -7px;
}
.property-content__name{
    display: inline-block;
    margin-bottom: 0;
}
.property-content__star-rating{
    display: inline-block;
    float: right;
    margin-left : 3px;
}
.property-content__star-rating .fa{
    color: #e2cc54;
    font-size: 14px;
}
.property-content__description{
    margin-bottom: 20px;
}
.property-expander{
    padding: 0 7px;
    color: #797979;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: #eee;
}
.property-rooms{
    clear: both;
}
.property-room:first-child{
    border-top: 0;
}
.property-room{
    overflow: hidden;
    color: #6d6d6d;
    border-top: 1px solid #e4e4e4;
}
.property-room:hover{
    background-color: #f9f9f9;
}
.property-room__details{
    overflow: hidden;
    padding: 3px 0;
    width: 70%;
    float: left;
}
.property-room__details > div{
    display: inline-block;
}
.property-room__name{
    font-size: 14px;
    float: left;
    margin-top: 5px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-room__cost {
    font-weight: 800;
    font-size: 15px;
    float: right;
    margin-top: 5px;
}
.property-cta{
    position: relative;
    text-align: right;
    padding-bottom: 10px;
}
.property-cta a{
    margin-top: 8px;
    background-color: transparent;
    color: #d43f3a;
    padding: 2px 10px;
}
.property-content__cta{
    text-align: right;
    margin: 30px 0;
}
.property-roomtype{
    font-weight: bold;
}
.roomtype-active{
    padding-left: 15px;
}
.proom-cave{
    display: none;
}
.rooms-expander{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.rooms-expander a{
    padding: 5px 0;
    border: 1px solid #e0e0e0;
    display: block;
    transition: all 0.25s ease;
    font-weight: bold;
}
.rooms-expander a:hover{
    background-color: #f9f9f9;
    text-decoration: none;
}
/* citySuggest */
.sbx-destination{
    position: relative;
}
.city-suggest {
    position: absolute;
    width: 89.5%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 0px 10px rgba(0,0,0,0.25);
    top: 0;
    opacity: 0;
    transition: all 0.25s ease;
}
.city-suggest.appear{
    top: 36px;
    opacity: 1;
}
.city-suggest a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #988e8e;
    text-transform: capitalize;
    transition: all 0.25s ease;
}
.city-suggest a:hover{
    color: #333333;
    background-color: #f9f9f9;
    padding-left: 20px;
}
.search-heading{
    background-color: #33b9db;
    border: 0;
    border-radius: 0;
    color: #fff
}
.search-heading__sort{
    float: right;
}
.search-heading__count{
    font-weight: bold;
}
.search-heading__result{
    display: inline-block;
    padding-top: 5px;
}
.pagination{
    padding: 10px 15px;
    background-color: #dbdbdb;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.55);
}
.pagination > li> a {
    color: #b2c2c8;
    border-radius: 0;
    margin-right: 5px;
}
.pagination >li:last-child a {
    margin-right: 0;
}
.load-properties{
    text-align: center;
    margin: 20px;
}
.load-properties a {
    border: none;
    display: block;
    background-color: #fff;
    color: #00296f;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0;
    transition: all 0.25s ease;
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.load-properties a:hover{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    color: #00296f;
}
/* ==========================================================================
   FIlters
   ========================================================================== */
.city-filters{
    background-color: #fff;
    border: 1px solid #e4e4e4;
}
.city-filters__heading{
    margin-top: 0;
    background-color: #708f9c;
    padding: 15px 10px;
    font-size: 24px;
    color: #fff;
}
.filter{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.filter__heading{
    font-size: 15px;
    font-weight: bold;
    position: relative;
    margin-top: 0;
}
.filter__heading a{
    font-size: 14px;
}
.filter-list{
    list-style-type: none;
    padding-left: 5px;
    top: 15px;
    background-color: #fff;
    left: 10px;
    /*box-shadow: 0 0px 6px rgba(0,0,0,0.25);*/
    z-index: 2;
}
.filter-list li a{
    text-decoration: none;
}
.filter-list li a:hover{
    text-decoration: none;
}
.filter-list__item{
    display: block;
    color: inherit;
    padding: 0 7px;
}
.filter-list__item input[type="checkbox"] {
    margin-right: 5px;
}
.filter-imp__item{
    display: block;
    margin-right: 10px;
}
.filter-imp__item input{
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.filter-imp__item label{
    color: #0064b1;
}
.filter-list__item span .fa{
    color: #cccc38;
}
.filter-list__item:hover{
    text-decoration: none;
    background-color: #eee;
}
.filter-list__item .fa{
    font-weight: normal;
    margin-right: 7px;
}
.filter-item__count{
    color: #a4a4a4;
    float: right;
}
.city-filters__clear{
    padding: 5px 15px;
    color: #708f9c;
}
.filter-item label {
    color: #5d5d5d;
    font-weight: normal;
}
/*infowindow styles*/
.infoWindow-content{
   overflow: hidden;
   padding: 10px 0;
}
.infoWindow-content img{
    width: 200px;
    max-height: 134px;
    overflow: hidden;
    float: left;
}
.infoWindow-main{
    float: left;
    margin-left: 15px;
    height: 134px;
    position: relative;
}
.infoWindow-main__name {
    font-size: 22px;
    color: #333;
    margin-bottom: 4px;
}
.infoWindow-main__rating {
    margin-top: 8px;
    color: goldenrod;
}
.infoWindow-main__cta {
    position: absolute;
    bottom: 0;
}
.infoWindow-main__cta a {
    padding: 10px;
    display: inline-block;
    background-color: #f44336;
    color: #fff;
}
.infoWindow-main__cta a:hover{
    text-decoration: none;
}
.property__carousel{
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-width: 992px){
    .properties-wrap__row{
        min-height: 800px;
    }
}
@media screen and (max-width: 991.95px)
{
    .search-heading
    {
        text-align: center;
    }
    .search-heading__sort
    {
        float: none;
        margin-top: 10px;
    }

    .city-branding
    {
        position: relative;
        overflow: hidden;
        text-align: center;
        display: block;
    }
}

@media screen and (max-width: 767.95px)
{
    .header
    {
        position: relative;
        overflow: hidden;
        height: 0;
        transition: all 0.5s ease;
    }

    .mqflag
    {
        content: 'mobile';
    }

    .city-suggest
    {
        z-index: 10000;
    }

    .city-header{
        min-height: 50px;
        padding-bottom: 0;
    }
    
    .city-branding__logo{
        max-width: 80px;
        float: none;
    }
    .csb-container{
        margin-top: 0;
    }
    .b247-sbx div[class*='col-sm-'] {
        margin-bottom: 10px;
    }
    .datepicker{
        background-color: #fff;
    }
    .swal-modal{
        z-index: 99999;
    }
    .property-room__details{
        width: 100%;
        float: none;
    }
    .properties-wrap .container{
        padding: 0;
    }
    .property-content__name, 
    .property-content__star-rating,
    .property-content__meta{
        display: block;
        text-align: center;
        float: none;
    }
    .property-content__name{
        margin-bottom: 10px;
    }
    .property-content__name a{
        font-size: 30px;
        line-height: 1;
    }
    .property-content__star-rating{
        margin: 0 0 5px 0;
    }
    .property-cta{
        text-align: center;
    }
    .property-cta a {
        position: relative;
        margin: 10px 0;
        box-shadow: 0px 4px 0 0 #b72722;
    }
    .property-cta a:focus{
        top: 4px;        
    }
    .property-room__details > div{
        display: block;
        text-align: center;
        float: none;
    }
    .properties-main__content{
        background-color: #fff;
    }
    .city-header{
        background-color: #0064b1;
    }
    .properties-wrap__row{
        margin: 0;
    }
    .city-filters{
        margin-bottom: 20px;
    }
    .city-filters__heading{
        margin-bottom: 0;
    }
    .city-filters__container{
        padding: 15px 0;
        display: none;
    }
    .filter__heading{
        margin-top: 0;
    }
    /* sort filter menu */
    .search-heading__sort,
    .city-filters{
        display: none;
    }
    .sfm{
        margin-bottom: 10px;
    }
    .sfm__heading{
        background-color: #708f9c;
        overflow: hidden;
        padding: 15px;
    }
    .sfm__heading ul{
        float: right;
        margin-bottom: 0;
    }
    .sfm__heading ul li{
        display: inline-block;
        margin-right: 10px;
    }
    .sfm__heading ul li .fa{
        margin-right: 5px;
        color: #fff;
    }
    .sfm__heading ul li a{
        color: #fff;
    }
    .sfm__container{
        background-color: #fff;
        padding: 15px;
    }
    .sfm__content--sort{
        text-align: center;
    }
    .sfm__content--sort a {
        display: inline-block;
        background: #eee;
        color: #333;
        border: none;
        padding: 5px 8px;
    }
    .hide-filter__trigger{
        float: right;
    }
    .select-options {
        box-sizing: border-box;
        border-top: 1px solid #ecebeb;
        display: block;
    }
    .select-options a {
        color: #333;
        display: inline-block;
        width: 25%;
        text-align: center;
        border-right: 1px solid #ecebeb;
        padding: 7px 0;
        float: left;
    }
    .select-options a:hover, .select-options a:focus{
        text-decoration: none;
    }
    .select-options a:last-child{
        border-right: none;
    }
    .select-options .fa{
        margin-right: 5px;
    }
    .filter-list{
        display: block;
        position: relative;
        width: auto;
        box-shadow: 0 0px 2px rgba(0,0,0,0.25);
        top: 0;
    }
    .filter-imp__item{
        display: block;
        list-style-type: none;
    }
    .search-options__sort{
        float: none;
    }
    .search-options__sort a{
        display: block;
    }
    .map-wrapper{
        float: none;
        width: 100%;
    }
    /*.map-wrapper{
        float: none;
        width: 100%;
        height: 100%;
        display: none;
    }
    #map{
        height: 100%;
        width: 100%;
        margin-bottom: 15px;
        position: fixed;
        overflow: hidden;
        display: block;
        z-index: 9999;
        top: 0;
        left: 0;
        float: none;
    }*/
}
@media screen and (max-width: 480px){
    .property-cta a {
        width: 100%;
    }
}





/* for daterangepicker */


.daterangepicker
{
  border-radius: 0px;
  box-shadow: 0px 0px 7px 2px #595555;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td
{
    padding : 0px;
    height : 35px;
    width : 32px;
    min-width : 32px;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect
{
  font-size: 16px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;  
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect,
.daterangepicker select.monthselect:active, .daterangepicker select.yearselect:active,
.daterangepicker select.monthselect:focus, .daterangepicker select.yearselect:focus,
.daterangepicker select.monthselect:visited, .daterangepicker select.yearselect:visited
{
  outline: none !important;
}

.daterangepicker td.in-range 
{
  /* background-color: #a0b3bb; */
  background-color : var(--date-avail-selected-bg-color);
  color : var(--date-avail-selected-text-color);
}

.daterangepicker td.active, .daterangepicker td.active:hover
{
  background-color : var(--date-avail-selected-bg-color);
}

.daterangepicker .calendar-table td.unavailable-date
{
    text-decoration : none;
}

/* .daterangepicker .calendar-table td.unavailable-date:not(.ends)
{
  background-color : #ff5050;
  color : #ffffff;
} */

.daterangepicker .calendar-table td.unavailable-date.ends
{
  /* background-color : #e9a9a9; */
  color : #d1d1d1;
  border-radius : 0px;
  text-decoration : none;
}

.daterangepicker .calendar-table td.unavailable-date:not(.start-date):not(.end-date)
{
    border-radius : 0px;
}

/* .daterangepicker .calendar-table td.unavailable-date.start-date
{
    background-color: #c13d00;
} */

.daterangepicker.auto-apply .drp-buttons
{
  display : block;
  text-align : center;
  background-color : #EFEFEF;
  padding : 5px 0px;
}

.daterangepicker .drp-buttons .btn
{
  display : none;
}

.daterangepicker .drp-selected
{
  font-size : 15px;
  padding : 2px 0px;
  letter-spacing : .35px;
  width: 100%;
}

.daterangepicker .drp-calendar td.off.force_hide_date_cell
{
    visibility: hidden !important;
}

.daterangepicker th.available.next, .daterangepicker th.available.prev
{
    background-color: var(--search-button-bg-color) !important;
}

.daterangepicker th.available.next span, .daterangepicker th.available.prev span
{
    border-color: var(--search-button-text-color) !important;
}

.div-date-custom-container-root
{
    height : 100%;
    width : 100%;
    pointer-events: none;
    /* border : 1px solid transparent; */
    border: 1px solid #7d898d;
    border-radius: 4px;
}


/* TD -> DIV */
td:not(.in-range):not(.start-date):not(.end-date) .div-date-custom-container-root
{
    border-color: #7c888d;  
}

/* TD -> DIV */
td:not(.in-range):not(.start-date):not(.end-date).off .div-date-custom-container-root
{
    border-color : #e1e1e1;
}

.daterangepicker .calendar-table td.active .div-date-custom-container-root
{
    border-color : var(--date-avail-selected-active-border-color);
}

/* TD -> DIV */
.daterangepicker .calendar-table td.unavailable-date:not(.active):not(.ends) > .div-date-custom-container-root
{
    background-color : var(--date-not-avail-bg-color);
    border-color : var(--date-not-avail-border-color);
    color : var(--date-not-avail-text-color);
}

/* TD -> DIV */
.daterangepicker .calendar-table td.unavailable-date:not(.active):not(.ends):hover > .div-date-custom-container-root
{
    background-color : #c62e2e;
    border-color : #c62e2e;
}

/* TD */
.daterangepicker .calendar-table td.unavailable-date.in-range:not(.active):not(.ends)
{
  background-color: #c70e0e;
}

/* TD -> DIV */
.daterangepicker .calendar-table td.unavailable-date.in-range:not(.active):not(.ends) > .div-date-custom-container-root
{
  background-color: #c70e0e;
  border-color : #740303;
}

/* TD */
.daterangepicker .calendar-table td.unavailable-date.in-range:not(.active):not(.ends):hover
{
  background-color: var(--date-not-avail-hover-bg-color);
}

/* TD -> DIV */
.daterangepicker .calendar-table td.unavailable-date.in-range:not(.active):not(.ends):hover > .div-date-custom-container-root
{
  background-color: var(--date-not-avail-hover-bg-color);
  border-color : var(--date-not-avail-hover-bg-color);
}

/* TD */
.daterangepicker td.active.unavailable-date:not(.ends)
{
  background-color: var(--date-not-avail-selected-bg-color);
}

/* TD -> DIV */
.daterangepicker td.active.unavailable-date:not(.ends) > .div-date-custom-container-root
{
  background-color: var(--date-not-avail-selected-bg-color);
  border-color : var(--date-not-avail-selected-bg-color);
}

/* TD */
.daterangepicker td.active.unavailable-date:not(.ends):hover
{
  background-color: var(--date-not-avail-selected-bg-color);
}

/* TD -> DIV */
.daterangepicker td.active.unavailable-date:not(.ends) > .div-date-custom-container-root
{
  background-color: var(--date-not-avail-selected-bg-color);
  border-color : var(--date-not-avail-selected-bg-color);
}

.daterangepicker td.unavailable-date-checkout-possible.in-range:not(.ends)
{
    background-color: var(--date-avail-selected-active-bg-color) !important;
}

.daterangepicker td.unavailable-date-checkout-possible.in-range:not(.ends) > .div-date-custom-container-root
{
    background-color: var(--date-avail-selected-active-bg-color) !important;
    border-color : var(--date-avail-selected-active-bg-color) !important; 
    color : var(--date-avail-selected-active-text-color) !important;   
}

.div-date-custom-container
{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.div-date-custom-container .date-num
{
    
}

.div-date-custom-container .date-rate
{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 2px);
    line-height: 1;
    font-size: 0.65em;
}

.div-date-custom-container .date-minstay
{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -3px);
    line-height: 1;
    font-size: 0.65em;
    padding: 1px 3px;
    border-radius: 4px;
}

/* RATE COLOR */

td:not(.off) .div-date-custom-container .date-rate
{
    color : var(--rate-text-color);
}

td:not(.off).in-range .div-date-custom-container .date-rate
{
    color : #ffffff;
}

td:not(.off).start-date .div-date-custom-container .date-rate
{
    color : #FFF;
}

td:not(.off).end-date .div-date-custom-container .date-rate
{
    color : #FFF;
}

.daterangepicker td.available.in-range .div-date-custom-container-root, .daterangepicker th.available.in-range .div-date-custom-container-root
{
  /* border-color : #00286c; */
}

.daterangepicker td.available.in-range:hover, .daterangepicker th.available.in-range:hover
{
  background-color : var(--date-avail-selected-active-bg-color);
}

.daterangepicker td.available:hover .div-date-custom-container-root, .daterangepicker th.available:hover .div-date-custom-container-root
{
  background-color : var(--date-avail-selected-active-bg-color);
  border-color : var(--date-avail-selected-active-border-color);
  color : var(--date-avail-selected-active-text-color);
}

.daterangepicker td.available.in-range:hover .div-date-custom-container-root, .daterangepicker th.available.in-range:hover .div-date-custom-container-root
{
  background-color : var(--date-avail-selected-active-hover-bg-color);
}

.daterangepicker td.available:hover .date-rate, .daterangepicker th.available:hover .date-rate
{
    color : var(--date-avail-selected-active-text-color);
}

/* RATE COLOR -----> */

/* Minstay color */

td:not(.off) .div-date-custom-container .date-minstay
{
    background-color: var(--minstay-bg-color);
    color: var(--minstay-text-color);
}

/* Minstay color -----> */


.div_daterangepicker_bottom_note_container 
{
    display: flex;
    /* flex-direction: column; */
    row-gap: 4px;
    column-gap: 4px;
    align-items: center;
    flex-wrap: wrap;
    font-size: .85em;
    /* justify-content: space-evenly; */
    padding: 0px 5px;
}

.div_block_dates_note span
{
    display:inline-block;
}

.div_block_dates_note  i
{
    color: #ff5050;
    font-size: 1.3em;
}



.div_calendar_date_minstay_note
{
    border: 1px solid var(--search-button-bg-color);
    color: var(--search-button-bg-color);
    background-color : var(--search-button-text-color);
    padding: 3px 5px;
    border-radius: 4px;
    line-height: 1.1;
    min-height: 25px;
    display: flex;
    align-items: center;
    row-gap: 5px;
    column-gap: 5px;
}

.span_calendar_minstay_indicator
{
    background-color: var(--minstay-bg-color);
    color: var(--minstay-text-color);
    display: inline-block;
    vertical-align: middle;
    padding: 2px 4px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #000;
    font-size: .85em;
}

.div_calendar_property_currency_note
{
    background-color: var(--search-button-bg-color);
    border-color: var(--search-button-bg-color);
    color: var(--search-button-text-color);
}

@media only screen and (min-width : 1200px)
{
    .daterangepicker .drp-calendar 
    {
        max-width: 430px;
    }
    
    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td 
    {
        min-width: 45px;
        width: 45px;
        height: 45px;
        line-height: 34px;
        font-size: 15px;
        /* padding: 5px; */
    }
}

@media only screen and (max-width : 767.95px)
{
    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td
    {
        font-size: 14px;
    }

    .div-date-custom-container .date-rate
    {
        transform: translate(-50%, 4px);
    }

    .div-date-custom-container .date-minstay
    {
        transform: translate(-50%, -3px);
        padding: 0px 2px;
    }
}

