/* @import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@200&display=swap'); */

/* Handwrite font */
@font-face {
    font-family: "handwrite";
    src: URL("../fonts/stay-classy-duo-script.otf") format("truetype");
}
@font-face {
    font-family: 'ivymode-regular';
    src: url('../fonts/ivymode-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'angelicaRegular';
    src: url("../fonts/angelica/angelicaRegular.eot");
    src: url("../fonts/angelica/angelicaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/angelica/angelicaRegular.woff") format("woff"), url("../fonts/angelica/angelicaRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


.angelica {
    font-family: 'angelicaRegular';
    font-size: 4rem !important;
    font-style: italic;
    letter-spacing: 2px;
}

@font-face {
    font-family: 'caramel-regular';
    src: url('../fonts/caramel-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'ivymode-semibold';
    src: url('../fonts/ivymode-semibold.ttf') format('truetype');
}
@font-face {
    font-family: 'ernestandemilyupright';
    src: url('../fonts/ernestandemilyupright.ttf') format('truetype');
}
@font-face {
    font-family: 'thescientist-l3eyw';
    src: url('../fonts/thescientist-l3eyw.ttf') format('truetype');
}

@font-face {
    font-family: 'modernline';
    src: url('../fonts/modernline.otf') format('opentype');
}
@font-face {
    font-family: "nautigal-regular";
    src: URL("../fonts/TheNautigal-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'tahu';
    src: url('../fonts/tahu!.ttf') format('truetype');
}

@font-face {
    font-family: "nautigal-bold";
    src: URL("../fonts/TheNautigal-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "ivymode-semibold";
    src: URL("../fonts/clearface/ClearfaceStd-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "beyondinfinity";
    src: URL("../fonts/Weekend.ttf") format("truetype");
}

@font-face {
    font-family: "sophia";
    src: URL("../fonts/SOPHIA.ttf") format("truetype");
}

@font-face {
    font-family: "ernestemilyupright";
    src: URL("../fonts/ErnestandEmilyUpright.ttf") format("truetype");
}

@font-face {
    font-family: "sebastian";
    src: URL("../fonts/Sebastian\ Bobby.otf") format("truetype");
}

@font-face {
    font-family: "montserrat";
    src: URL("../fonts/Montserrat-Light.otf") format("truetype");
}

.plus-btn, .minus-btn {
    border-radius: 0 !important;
}

.plus-child, .minus-child {
    border-radius: 0 !important;
}

.text-spec-redHome {
    color: #800000;
}

.daterangepicker {
    font-family: ivymode-semibold !important;
}

.sebastian {
    font-family: caramel-regular;
}

.grape-nuts {
    font-family: 'Grape Nuts', cursive;
}

.ernestemily {
    font-family: caramel-regular;
}

.handwrt-regular {
    font-family: caramel-regular;
    /* color: #D2B48C; */
    color: black;
    font-size: 3.5rem !important;
}
.hotelDetailIVY {
    font-family: ivymode-semibold!important;
    /* color: #D2B48C; */
    font-size: 40px !important;
}
.hotelDetailIVYLocaiton {
    font-family: ivymode-semibold !important;
    /* color: #D2B48C; */

    font-size: 20px !important;
}
.teodora {
    font-family: thescientist-l3eyw;
}
.handwrt-bold {
    font-family: "nautigal-bold";
    color: #d2b48c;
}

.beyond-infinity {
    font-family: "beyondinfinity";
}

    .beyond-infinity:hover {
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        color: #800000 !important;
    }

/* .clearface {
    font-family: 'clearface';
    color: #D2B48C;
} */
td.weekend.available {
    font-weight: bold!important;
}

.Playfair {
    /* font-family: 'Playfair'; */
    font-family: "ivymode-regular", sans-serif;
    font-weight: 500 !important;
    color: #191c24;
}
.PlayfairCard {
    font-family: "ivymode-regular", sans-serif;
    font-weight: bold !important;
    color: rgb(25, 28, 36);
    font-size: 18px;
}
.ClearFace {
    font-family: ivymode-semibold;
    color: #191c24;
    font-weight: 500 !important;
}

.Playfair-light {
    /* font-family: 'Playfair-light'; */
    font-family: "clearface", sans-serif;
    /* color: #191c24; */
}

.text-gold {
    color: #ffffff;
}

.logofont {
    font-family: "sophia", sans-serif;
}

/* Handwrite font*/
.logo-size {
    width: 270px;
    max-width: 270px;
    height: 100px;
}

@media only screen and (max-width: 600px) {
    .logo-size {
        width: 250px;
        max-width: 250px;
    }
}

/* index Hover hotel box inside line */
#__frame:hover {
    outline: 1px solid white;
    outline-offset: -15px;
    border-radius: 20px !important;
}

.card-hvr:hover {
    border-radius: 8px !important;
}

.list-group-item {
    padding: 0px !important;
    background-color: transparent;
}

.bg-light-transparent {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.7);
}

.border-radius {
    border-radius: 8px !important;
}

.border-radius-2 {
    border-radius: 4px !important;
}

.gradient-overlay-half-bg-gradient::before {
    border-radius: 8px !important;
}

.gradient-overlay-half-bg-gradient-v5::before {
    border-radius: 8px !important;
}

.img-fluid {
    border-radius: 8px !important;
}

#Test {
    transition: top 0.3s;
    overflow-x: hidden;
    overflow-y: hidden;
}

.flatpickr-calendar {
    left: 0px !important;
}

/* Calendar */
@media only screen and (min-width: 925px) {
    .flatpickr-calendar {
        width: 696px !important;
        left: auto !important;
        right: 178px !important;
        margin-top: 1%;
        padding: 10px !important;
    }
}

.dayContainer {
    display: block;
    width: 336px;
    min-width: 336px;
    max-width: 336px;
}

/* Calendar */

/* Footer backgroun Image */
#background-worldmap {
    background-position: 50% 0%;
    background-size: 40px;
    background-image: url(./assets/img/dlux/dlux-footer-image/world-map-svg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 10% !important;
}

#background-worldmap-gold {
    background-position: 50% 0%;
    background-size: 40px;
    background-image: url(./assets/img/dlux/dlux-footer-image/world-map-svg-gold.svg);
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 10% !important;
}

#background-worldmap-red {
    background-position: 50% 0%;
    background-size: 40px;
    background-image: url(./assets/img/dlux/dlux-footer-image/world-map-svg-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 10% !important;
}

/* Footer backgroun Image */

.btn-gold {
    background-color: #05204a;
    color: white !important;
    /* font-family: 'Playfair'; */
    font-family: "clearface", sans-serif;
}

.btn-gold-light {
    background-color: #05204a;
    color: white !important;
    /* font-family: 'Playfair-light'; */
    font-family: "clearface", sans-serif;
}

.btn-outline-gold {
    color: #05204a;
    border-color: #05204a;
}

    .btn-outline-gold:hover {
        color: white;
        background-color: #05204a;
        border: #05204a;
    }

#slider-icon {
    z-index: 999 !important;
    position: absolute;
    color: white;
}

li,
p {
    font-weight: 100 !important;
}

li {
    list-style-type: none;
}

p {
    margin: 0px !important;
}

.two-sldr {
    height: 360px !important;
}

.four-sldr {
    height: 300px !important;
}

.triple-sldr {
    /* width: 385px;
  height: 440px; */
    /* width: 355px; */
    height: 410px;
}

.four-sldr-rectangle {
    height: 460px !important;
}

.login-btn {
    font-size: 14px;
    width: 100%;
    height: 65px;
}

@media only screen and (min-width: 991px) {
    .clndr {
        position: absolute;
        bottom: 0px;
        right: 3%;
    }

    .three-sldr {
        height: 540px !important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 991px) {
    .clndr {
        position: absolute;
        bottom: 0px;
        right: 0%;
    }
}

@media only screen and (min-width: 1200px) {
    .mx-h-md-350 {
        max-height: 350px;
    }
}

@media only screen and (min-width: 1200px) {
    .mx-h-md-350 {
        max-height: 350px;
    }

    .h-400 {
        height: 400px;
    }

    .h-800 {
        height: 800px;
    }
}

@media only screen and (min-width: 1215px) {
    .location-input {
        min-width: 300px;
    }
}

.check-btn {
    background-color: #15133c !important;
    color: white !important;
}

@media only screen and (max-width: 360px) {
    .check-btn {
        width: 100px;
    }
}

@media only screen and (min-width: 600px) {
    .card-tax-text {
        bottom: -18px;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }
}

.bg-gray {
    background-color: #ebf0f7;
}

.bg-gr {
    background-color: #fafafa;
}

/* Floating Social Media  */
.social {
    /* position: fixed; */
    height: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translate(-215px, 0);
}

@media only screen and (max-width: 1024px) {
    .social {
        position: absolute;
        top: 120px;
        transform: translate(-170px, 0);
    }
}

.social a {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    text-decoration: none;
    display: block;
    padding: 10px;
    width: 200px;
    text-align: right;
    border-radius: 5px;
    transition: 1s;
    transition-property: transform;
    max-height: 50px;
}

    .social a:hover {
        transform: translate(80px, 0);
    }

.social i {
    margin-left: 10px;
    font-size: 25px;
    width: 25px;
    height: 25px;
}

.arrowclr > .dropdown-nav-link {
    color: #3b444f !important;
}

.fancybox-image {
    border-radius: 8px;
}
/* .instagram{
    background: #E1306C;
  }
  .twitter{
    background: #1DA1F2;
  }

  .facebook{
    background: #4267B2;
  }
  
  .youtube{
    background: #ff0000;
  }
   */
/* Floating Social Media  */

.max-min-width-160 {
    max-width: 160px;
    min-width: 160px;
}

/* 
.dayContainer span:nth-child(13) {
  color: #0057ff;
  border-radius: 5px;
  font-weight: bolder;
}
.dayContainer span:nth-child(20) {
  color: #0057ff;
  border-radius: 5px;
  font-weight: bolder;
}
.dayContainer span:nth-child(27) {
  color: #0057ff;
  border-radius: 5px;
  font-weight: bolder;
}
.dayContainer span:nth-child(34) {
  color: #0057ff;
  border-radius: 5px;
  font-weight: bolder;
}

.flatpickr-weekdaycontainer .flatpickr-weekday:nth-child(6) {
  color: #0057ff;
  border-radius: 5px;
  font-weight: bolder;
}

.flatpickr-weekdaycontainer .flatpickr-weekday:nth-child(7) {
  color: #9d0922;
  border-radius: 5px;
  font-weight: bolder;
} */

.abcxyz > .input-group {
    display: inline-table !important;
}

.blck {
    color: black !important;
}

.long-thin-photo {
    min-height: 530px;
    max-height: 650px;
    min-width: 385px;
    max-width: 450px;
}

.btn-burgundy {
    /*background-color: #800000 !important;*/
    background-color: #800000 !important;
    color: #fff !important;
}

@media (min-width: 768px) {
    .px-md-30 {
        padding-left: 18.4rem !important;
        padding-right: 18.4rem !important;
    }
}
/* 
footer {
    position: relative;
    z-index: 1;
  }
  
  footer::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;  
    opacity: 0.4; 
    z-index: -1;
    background: url(../img/dlux-footer-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
  } */

.eui-widget-title {
    /* font-family: 'Playfair'; */
    font-family: "clearface", sans-serif;
}

/* #commentModal{
    width: 80%!important;
} */

.comment-popup-body {
    max-height: 450px;
    overflow-y: auto;
}

.dayContainer > .hidden {
    display: none !important;
}

/* #header{
    margin-top: 5px;
} */

.specialSldrArrowLeft {
    top: 103% !important;
    color: #00000066 !important;
    left: 95% !important;
}

.specialSldrArrowRight {
    top: 103% !important;
    color: #00000066 !important;
    left: 97%;
}

.specialSldrArrowLeft-2 {
    top: 104% !important;
    color: #00000066 !important;
    left: 96% !important;
}

.specialSldrArrowRight-2 {
    top: 104% !important;
    color: #00000066 !important;
    left: 97%;
}

.specialSldrArrowLeft-3 {
    top: 104% !important;
    color: #00000066 !important;
    left: 85% !important;
}

.specialSldrArrowRight-3 {
    top: 104% !important;
    color: #00000066 !important;
    left: 86%;
}

.bottom--20px {
    bottom: -20px;
}

.u-slick__pagination--black li span {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transform: none;
    transform: none;
    border-width: 0;
}

.u-slick__pagination--black li.slick-active span {
    background-color: #800000;
}

/* ************************************ */
.navigation {
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 75vh;
    transition: 0.2s;
    /* display: flex; */
}

    .navigation .navArea ul li {
        list-style: none;
        color: black;
    }

        .navArea ul li a {
            color: black;
            font-size: x-large;
        }

        .navigation .navArea ul li a {
            color: black;
            font-size: x-large;
        }

            .navigation .navArea ul li a:hover {
                color: #d2b48c;
            }

.imgArea {
    position: relative;
    width: 50%;
    height: 100%;
}

    .imgArea img {
        position: absolute;
        top: 0;
        left: 0;
        width: 113% !important;
        height: 100%;
        object-fit: cover;
    }

/* ************************************ */

figure img {
    filter: brightness(0) invert(1);
}

.card-img-topx {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    width: 60px !important;
    height: 60px;
}

.quote-div {
    /* border: 1px solid #D2B48C; 
    background-color: rgba(255, 255, 255, 0.7);  */
    color: white;
    border-radius: 8px;
}

.quote {
    display: inline-table;
    left: 49%;
    width: 32px;
    right: 51%;
    top: -9%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    height: 32px;
    padding: 0px 14px;
    text-align: center;
}

.flatpickr-weekdays {
    border-bottom: 1px solid #d3d3d3;
}

.u-header__hide-content {
    margin-top: 8px;
}

.text-spec-red {
    color: #dd2c00;
}

.card-outline {
    outline: 1px solid black;
    outline-offset: -15px;
    border-radius: 18px;
}

.journal-title {
    text-align: center;
    font-family: "ernestemilyupright";
    font-size: 3.5rem;
}

/* Journal hover card start  */

.hovercard {
    position: relative;
    width: 100%;
    min-width: 425px;
    height: auto;
    min-height: 400px;
    border-radius: 8px;
}

.hovercard-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.hovercard:hover .hovercard-overlay {
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

.hovercard-img {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 400px;
    border-radius: 8px;
    left: 0;
}

.title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 180px;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    transition: top 0.5s ease;
    font-family: "clearface", sans-serif;
}

.hovercard:hover .title {
    top: 100px;
}

.hovercard-txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 160px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.hovercard-text {
    position: absolute;
    z-index: 1;
    padding: 12px 48px;
    text-align: center;
    color: white;
}

.hovercard-btn {
    position: absolute;
    width: 100%;
    left: 0;
    top: 300px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}

    .hovercard-btn a {
        width: 200px;
        padding: 12px 48px;
        text-align: center;
        color: white;
        border: solid 2px white;
        z-index: 1;
    }

.hovercard:hover .hovercard-btn {
    opacity: 1;
}

.hovercard:hover .hovercard-txt {
    opacity: 1;
}

/* Journal hover card start  */

/* Date Tange Picker */
/* 
.table-condensed > thead {
  border-bottom: 2px solid #e7eaf3 !important;
}



.daterangepicker .drp-calendar.left {
  border-right: 1px solid #e7eaf3 !important;
} */

/* Date Tange Picker */








.show-calendar {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
}
/*
.show-calendar {
    top: 0 !important;
    right: auto;
    left: 0 !important;
    width: 65%;
    height: 100%;
    margin-left: 0 !important;
    left: 0 !important;
    margin-right: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
}

.show-calendar table {
    display:block !important;
    width:auto !important;

}*/

    .show-calendar .drp-calendar.left table {
        position: relative;
    }

    .show-calendar .drp-calendar.left table:before {
        position: absolute;
        content: "Dlux Traveller";
        top: -10%;
        font-size:40px;
        margin-top:-20%;
        width:80vw !important;
        margin-left:22px;
    }
        .show-calendar .drp-calendar.left table:after {
            position: absolute;
            content: " \2022  Exclusive Community Deal"; /* Madde ižareti ve metin */
            bottom: -9%;
            font-size: 15px;
            margin-top: -20%;
            width: 60vw !important;
            margin-left: 22px;
        }
    .show-calendar table tr td {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.newPopup {
    flex-direction: column-reverse !important;
}


.show-calendar {
    margin-top: 100px !important;
}

@media only screen and (min-width: 1280px) {

    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
        min-width: 32px !important;
        width: 32px !important;
    }

    .daterangepicker .drp-calendar.left {
        margin-left: -80px !important;
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 30px !important;
    }

    .show-calendar {
        width: 80% !important;
        margin-top: 0 !important;
        flex-direction: row !important;
    }

    .newPopup {
        flex-direction: row-reverse !important;
    }

    .show-calendar table tr td {
        padding: 15px 22px !important;
        display: table-cell !important;
        justify-content: normal !important;
        align-items: normal !important;
    }
}









.daterangepicker .drp-calendar.left {
    padding: 0px !important;
    margin-left: -5%;
    margin-right:37% !important;
    margin-top:10% !important;

  }

    .daterangepicker .drp-calendar.left thead tr:first-child .month {
        /*background-color: #fafafa;*/
        font-size:25px !important;
    }
    .daterangepicker .drp-calendar.right thead tr:first-child .month {
        /*background-color: #fafafa;*/
        font-size: 25px !important;
    }

    .daterangepicker .drp-calendar.left thead tr:last-child {
        /*background-color: #fafafa;*/
    }



.daterangepicker .drp-calendar.right {
    padding: 0px !important;
    position: relative;
    margin-top:10% !important;
}
    .daterangepicker .drp-calendar.right thead tr:first-child .month {
        /*background-color: #fafafa;*/
    }
    .daterangepicker .drp-calendar.right thead tr:last-child {
        /*background-color: #fafafa;*/
    }

/*    .daterangepicker .drp-calendar.right::before {
        position: absolute;
        top: 160px;
        right: 113%;
        content: "";
        width: 3px;
        height: 140%;
        background-color: #f2f2f2;
    }*/


.drp-calendar.left > .calendar-table > .table-condensed > tbody {
    border-right: 2px solid rgba(231, 234, 243, 0.2) !important
}

.table-condensed > thead {
   
}

.daterangepicker .drp-calendar.left .calendar-table {
    padding: 0px !important;
}

.daterangepicker .calendar-table td {
    font-size: 15px;
    font-weight: 100;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #05204a !important;
}

.daterangepicker td.in-range {
    background-color: rgba(233, 227, 206,0.5);
}

@media only screen and (min-width: 700px) {
    .daterangepicker .calendar-table table {
        height: 550px !important;
    }

    .daterangepicker .drp-calendar {
   /*     max-width: 125% !important;*/
        height: 297px !important;
    }
}

@media only screen and (min-width: 1215px) {
/*    .show-calendar {
        margin-right: -19% !important;
        margin-left: 25% !important;
        left: -22% !important;
        height: 70%;
        right: 23% !important;
    }*/

}

.mr-2-5 {
    margin-right: 1.05rem !important;
}

tr td:nth-child(7) {
    color: #800000;
    /*border-radius: 5px;*/
    font-weight: bolder;
}


tr td:nth-child(1) {
    color: #8000ff;
    /*border-radius: 5px;*/
    font-weight: bolder;
}


.daterangepicker .calendar-table th {
    font-size: 19px;

}
.daterangepicker .calendar-table td {
    font-size: 19px;
    font-weight: initial;
}
.month{
    font-size:36px!important;
    font-weight:bold
}
/* .month{
  padding-top: 10px;
  padding-bottom: 10px;
} */
.daterangepicker .calendar-table th {
    /*height: 90px !important;*/
    height: 40px !important;
}

.mt-350 {
    margin-top: 320px;
}
/* .entryexit{
  letter-spacing: 1px;
} */

.hidex {
    display: none;
}
.detailRoomDate .date2 .daterangepicker{
    background-color:red!important;
}



@media(max-width:1440px) {
    .daterangepicker .drp-calendar.right::before {
        display: none !important;
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        margin-left:0px !important;
        margin-right:0px !important
    }
    .daterangepicker .calendar-table table {
        width:220% !important;
    }
}



    @media(max-width:1024px) {
        .daterangepicker .calendar-table table {
            width: auto !important;
        }

        .daterangepicker .drp-calendar {
            height: auto !important;
        }

        .daterangepicker {
            display: flex;
            width: 100vw !important;
            gap: 70px;
        }

            .daterangepicker .drp-calendar.left {
                display: flex;
                justify-content: center;
                width: 100%;
                /*margin-left: -10%;*/
            }

            .daterangepicker .drp-calendar.right {
                display: flex;
                justify-content: center;
                /*margin-left: -150px !important;*/
            }

            .daterangepicker .drp-calendar.left table {
                /*margin-left: -20px*/
                margin-left: 0 !important;
            }

            .daterangepicker .drp-calendar.right table {
                /*margin-left: -105px*/
                margin-left: 0 !important;
            }

            .daterangepicker .drp-calendar.right thead, tbody {
                background-color: white
            }

            .daterangepicker .drp-calendar.left .calendar-table {
                margin-left: 0 !important;
            }

                .daterangepicker .drp-calendar.left .calendar-table tr {
                    display: flex;
                    justify-content: center;
                    gap: 15px;
                    margin-bottom: 15px;
                    background-color: white;
                    align-items: center;
                }



            .daterangepicker .drp-calendar.right .calendar-table tr {
                display: flex;
                justify-content: center;
                gap: 15px;
                margin-bottom: 15px;
                background-color: white;
                align-items: center;
            }

                .daterangepicker .drp-calendar.right .calendar-table tr th {
                    display: flex;
                    justify-content: center;
                    align-items: center
                }

       
    }








    @media(max-width:768px) {
        .daterangepicker .calendar-table table {
            width: auto !important;
        }
        .daterangepicker .calendar-table {
            width:250px !important;
        }

        .daterangepicker .drp-calendar {
            height: auto !important;
        }

        .daterangepicker {
            display: flex;
            width: 100vw !important;
            gap: 70px;
        }

            .daterangepicker .drp-calendar.left {
                display: flex;
                justify-content: center;
                width: 100%;
                margin-left: -25%;
            }

            .daterangepicker .drp-calendar.right {
                display: flex;
                justify-content: center;
                margin-left: -150px !important;
            }

            .daterangepicker .drp-calendar.left table {
                /*margin-left: -20px*/
                margin-left: 0 !important;
            }

            .daterangepicker .drp-calendar.right table {
                /*margin-left: -105px*/
                margin-left: 0 !important;
            }

            .daterangepicker .drp-calendar.right thead, tbody {
                background-color: white
            }

            .daterangepicker .drp-calendar.left .calendar-table {
                margin-left: 0 !important;
            }

                .daterangepicker .drp-calendar.left .calendar-table tr {
                    display: flex;
                    justify-content: center;
                    gap: 15px;
                    margin-bottom: 15px;
                    background-color: white;
                    align-items: center;
                }

                    .daterangepicker .drp-calendar.left .calendar-table tr th {
                        display: flex;
                        justify-content: center;
                        align-items: center
                    }

            .daterangepicker .drp-calendar.right .calendar-table tr {
                display: flex;
                justify-content: center;
                gap: 15px;
                margin-bottom: 15px;
                background-color: white;
                align-items: center;
            }

                .daterangepicker .drp-calendar.right .calendar-table tr th {
                    display: flex;
                    justify-content: center;
                    align-items: center
              }
    }




.daterangepicker .drp-calendar.left {
    margin-left: 30px;
}

.daterangepicker .drp-calendar.right {
    margin-left: 30px !important;
}

    @media(min-width:4px) {


        .daterangepicker {
            display: flex !important;
            flex-direction: column;
        }

    }


    @media(max-width:375px) {
        .daterangepicker .drp-calendar.left {
            margin-left: 30px !important;
        }
    }


.hsPerson-person-selectNew {
    width:150% !important;
}

.btnNewForDate {
    border:1px solid gray;
    border-radius:50%;
    padding:15px !important;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer !important;
}




.promoCode {
  /*  position:relative;
    top:45vh;*/
    width:150%;
    height:17vh;
}


.promoCode::before {
   content:"";
   display:flex;
   justify-content:center;
   width:95%;
   height:1px;
   background-color:rgba(0,0,0,0.2);
   margin-bottom:25px;
}

.promoCode a {
 cursor:pointer !important;
 border-radius:50px;
}

    .promoCode input {
       padding:5px 15px;
       border:1px solid rgba(0,0,0,0.2);
       width:100%;
    }

.newPopup .child-age-list {
    min-height:20vh !important;
}


.newPopup .hsPerson-room-item {
    display:grid !important;
    height: 85vh !important;
}

.rightLine {
    position:relative;
    left:93%;
    background-color:rgba(0,0,0,0.2);
    width:1px;
    height:59vh;
    margin-top:13%;
}

.daterangepicker:after {
    top: -6px;
    right: -53% !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker:before {
    display:none !important;
}