@font-face {
    font-family: OpenSans;
    src: url(../assets/OpenSans-VariableFont_wdth\,wght.ttf);
}
 
* {
    box-sizing: border-box;
}
body{
    margin: auto;
    font-family: 'OpenSans' !important;
}
.title{
    display: flex;
    justify-content: space-between;
    padding: 5px 12px;
}
.hotel-name{
    font-size: 17px;
    font-weight: 600;
}
.close{
    padding: 2px 2px;
}
.close img{
    height: 20px;
    width: 20px;
}
.table_div{
    height: 600px;
    overflow: auto;
    margin-right: 1%;
}
.table_div table{
    padding: 10px 10px;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0% 1%;
    margin-bottom: 35px;
}
table,th,td{
    border-collapse: collapse;
    border: 1px solid rgb(221, 221, 221);
    text-align: left;
    cursor: move;
    font-size: 16px;
    font-weight: 500;
}
th,td{
    padding: 15px;
}
td a{
    text-decoration: none;
    color: #000;
    display: block;
    width: 100%;
}
/* tr:hover{
    background-color: #eafff7 !important;
} */
tr:hover:not(:first-child) {
    background-color: #e7ecf5 !important;
}
#first_row:hover{
    background-color: #dae2f0 !important;
}
#first_row:hover{
    background-color: #eafff7 
}
thead{
    background-color: #38507E;
    color: #fff;
    /*! font-weight: 500; */
    position: sticky;
    top: 0;
    /*! width: 100%; */
    /*! display: inline-block; */
    z-index: 999;
}
/* .table_div table{
    ! display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
} */
/* .table_div thead th{
    position: sticky;
    top: 0;
} */
/* tr:first-child{
    font-size: 14px;
    font-weight: 600;
} */
tr:nth-child(even){
    background-color: #eee;
}
/* td:nth-child(2n+1){
    width: 80%;
} */

.navbar{
    position: relative;
}
.navbar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navbar li{
    display: inline-block;
}
.navbar li a{
    color: white;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
/* Style the dropdown menu */
.navbar ul ul{
    position: absolute;
    top: 0;
    display: none;
    right: 40px;
    /*! z-index: -1; */
}
.option-color li a{
    color: #000;
}
.option-color li a:hover{
    color: #fff;
}
.navbar ul ul li{
    display: block;
    /*! padding: 5px 5px; */
    background: #fff;
    /*! position: fixed; */
    z-index: -1;
}
.navbar li:hover ul{
    display: block;
}
/* Change the background color of dropdown links on hover */
.navbar ul ul li a:hover {
    background-color: #555;
}

.td_pd{
    padding: 0px;
 }
 .a_pd{
     padding: 15px;
     font-weight: 600;
     text-decoration: 1.5px underline #036645;
     color: #099bf9;
     /*! font-size: 16px; */
 }

 .sec_box{
    display: flex;
   /* gap: 2px; */
    margin-bottom: 15px;
    margin-left: 12px;
   /* margin-top: 5px;*/
    float: left;
    /*width: 60%;*/
   margin-top: 20px;
    padding: 2px;
    /* background: #38507E; */
    margin: 1%;
}
.active{
    border-bottom: none !important;
    color: #38507e !important;
    background-color: #fff !important;
}
.sec_box a{
    text-decoration: none;
    padding: 5px 15px; 
    font-size: 16px;
    background-color:#38507E;
    color: #fff;
    font-weight: 600;
    border-right: 2px solid #fff;
  border-top: 2px solid #38507e;
  border-left: 2px solid #38507e;
  border-bottom: 2px solid #38507e;
}
.chips{
    margin-left: 10px;
    overflow: auto;
    max-height: 120px;
    margin-bottom: 20px;
}
.dates{
background-color: teal;
padding: 5px 10px;
border-radius: 20px;
float: left;
margin: 4px;
color: #fff;
font-size: 11px;
}
.clr{
    clear: both;
}



/*Cancel*/
.content-title{
display: flex;
justify-content: space-between;
padding: 10px;
margin: 0.5%;
}
.htl-name{
    font-size: 20px;
    font-weight: 600;
color: #5191FA;
}
.cancel-bt{
background-color: red;
border-radius: 2px;
display: inline-block;
}
.cancel-bt a{
    text-decoration: none;
    padding: 7px 10px;
    display: block;
    color: #fff;
}
.date{
    font-size: 16px;
    font-weight: 600;
}
.date-div{
    display: flex;
  gap: 10px;
  padding: 10px;
  align-items: center;
  background: #E9F0FA;
  margin: 1%;
  border-radius: 5px;
}
.cldr img{
    height: 20px;
    width: 20px;
}
.rt-arrow{
    margin-top: 5px;
}
.rt-arrow img{
    height: 30px;
    width: 30px;
}
select{
    border: 1px solid #00000015;
    padding: 5px 14px 5px 14px;
}

.cancel-div{
    float: right;
}

.htl-details{
display: flex;
justify-content: space-between;
border-bottom: 2px solid #ddd;
}
.htl-type-div{
  display: flex;
}
.htl-img{
margin: 5%;
}
.htl{
    display: flex;
    gap: 5px;
}
.back-bt{
    margin-top: 4px;
}
.back-bt img{
    width: 20px;
    height: 20px;
}
.htl-type{
 
}
.htl-type-title{
font-size: 18px;
font-weight: 600;
color: #555;
margin-top: 20px;
margin-bottom: 15px;
}
.htl-type1{
font-size: 14px;
font-weight: 500;
color: #555;
margin-bottom: 15px;
}
.htl-fclty{
display: flex;
gap: 10px;
}
.fclty-img{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
}
.fclty-img img{
width: 25px;
height: 25px;
}
.htl-description{
      margin-right: 50px;
      margin-top: 20px;
}
.htl-price{
   font-size: 26px;
   font-weight: 600;
   color: #90CC90;
   margin-top: 5px;
   margin-bottom: 15px;
}
.chrg{
   color: #555;
   margin-bottom: 15px;
   margin-left:10px;
   font-size: 15px;
}
.tariff{
margin-left: 10px;
margin-bottom: 15px;
display: flex;
gap: 20px;
}
.tag-img img{
    width: 20px;
    height: 20px;
margin-top: 5px;
}
.fclty-img{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.tooltip-text{
    position: absolute;
  background-color: #fff;
  color: #000;
  padding: 10px;
  border-radius: 4px;
  top: 50px;
  left: 2px;
  display: none;
  z-index: 1;
  border: 1px solid #ddd;
  box-shadow: -5px -5px 10px 0px gray;
  font-size: 16px;
}
.fclty-img:hover .tooltip-text{
    visibility: visible;
    display: block;
}


/* Confirm Pop-up*/


.clr{
    clear: both;
}
.right{
    float: right;
}
.confirm-fields{
     margin: 3%;
     max-height: 45vh;
     background-color: #eee;
     padding: 10px;
     overflow: auto;
}
.label-div{
    margin-bottom: 10px;
}
.label{
    display: inline-block;
width: 225px;

}
.close img{
    background-color: #fff;
    border-radius: 15%;
}
.value{

}
.btn-container{
background-color: #eee;
width: 100%;
height: 13vh;
padding-top: 8px;
}
.buttons{
  display: flex;
  gap: 5px;
  background-color: #eee;
  padding: 10px;
}
.green{
    background-color: green;
}
.red{
    background-color: red;
}
.btn{
  margin-right: 5px;
  border-radius: 2px;
}
.btn a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 5px 10px;
}
.confirm-statement{
    margin-bottom: 15px;
}

.orange{
    background-color: orange;
}
 /* Contact */

 




























 .popup-overlay{ background: rgba(0,0,0, 0.6); position: fixed; z-index:5; width: 100%; height: 100%;}
 .popup-wrap{ width: 450px; background: #fff;border-radius: 4px;overflow: hidden; position: absolute;}
 .pp-small-x{width:475px; top: calc(1vh - (0px / 2)); left: calc(50vw - (475px / 2));/*height: 63vh; */}
.pp-small-y{height:285px;}
.pp-medium-x{width:750px; top: calc(1vh - (0px / 2)); left: calc(50vw - (750px / 2));}
.pp-medium-y{height:350px;overflow-x: auto;}
.pp-large-x{width:1350px;top: calc(6vh - (0px / 2)); left: calc(47vw - (1250px / 2));height: 88vh;}
.pp-large-y{height:68vh; overflow-x: auto;}

th{
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:95%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}


@media screen and (max-width: 384px) {
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:95%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}
@media screen and (max-width: 1010px){
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:97%;top: calc(6vh - (0px / 2));left:12px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}
    @media screen and(max-width:810px) {
        td,th{
            padding:15px 10px;
        }
        /* th{
            display:inline-block;
                padding:5px;
                width:12%;
         } */
 .pp-large-x{width:95%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
    }

    @media (min-width: 438px) and (max-width: 810px) {
        td,th{
            padding:15px 10px;
        }
        /* th{
            display:inline-block;
                padding:5px;
                width:12%;
         } */
 .pp-large-x{width:97%;top: calc(6vh - (0px / 2));left:12px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
      }
      





@media screen and (max-width: 428px) {
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:95%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}
@media (min-width:428px) and (max-width:645px) {
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:95%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}
@media screen and (max-width:508px) {
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:95%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}

@media screen and (max-width: 395px) {
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:95%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}
@media screen and (max-width: 392px) {
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:95%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}



@media screen and (max-width: 380px) {
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:95%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}

@media screen and (max-width: 365px) {
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:95%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}

@media (min-width: 385px) and (max-width: 390px){
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:95%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}


@media (min-width: 400px) and (max-width: 415px){
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:95%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}


@media (min-width: 1000px) and (max-width: 1385px){
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:98%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}
@media (min-width: 1250px) and (max-width: 1385px){
    td,th{
        padding:15px 10px;
    }
    /* th{
        display:inline-block;
            padding:5px;
            width:12%;
     } */
 .pp-large-x{width:98%;top: calc(6vh - (0px / 2));left:10px;height: 88vh;}
 .popup-overlay{
    padding: 10px;
 }
}

.right {
    float: right;
}

#confirmOverlay{
    background:linear-gradient(rgba(11,11,11,.1),rgba(11,11,11,.6)) repeat-x rgba(11,11,11,.2);
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:100000
}
#confirmBox{
    left:50%;
    margin:-130px 0 0 -230px;
    position:fixed;
    top:50%
}

.popup_cnfwrap{
    border-radius: 4px;
    width:1020px;
    background:#fff;
    font-size:13px;
    margin:0 auto;
    overflow:hidden;
    padding:0;
    position:relative
}
.clasmov{
    width:465px
}

.popup-cnftop{
    background:#2F9DF2;
    padding:10px
}

.popup-cnftop h2{
    color:#fff!important;
    display:block;
    float:left;
    font-size:18px;
    font-weight:500;
    line-height:normal;
    margin:0!important;
    padding:0
}

.popup-cnftop .close{
    background:rgba(0,0,0,0);
    display:block;
    float:right;
    padding:10px
}
.popup-cnfbody{
    padding:10px
}
.close-cnfpop{
    border-top:1px solid #e6e6e6;
    line-height:26px;
    margin-top:10px;
    padding-top:10px
}

.popup-cnfrmwrap{
    padding: 10px 0px 10px 0px;
}
.popup-cnfrmwrap a{
    padding: 10px 20px;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 2px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    background: #f9f9f9;
}
.popup-cnfrmwrap a:hover{
    background: #eee;
}