/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@font-face {
    font-display: swap;
    font-family: "Centra No2";
    font-style: normal;
    font-weight: 300;
    src: url("/assets/fonts/CentraNo2-Light.woff2") format("woff2"), url("/assets/fonts/CentraNo2-Light.otf") format("opentype"), url("/assets/fonts/CentraNo2-Light.eot") format("embedded-opentype");
    unicode-range: U+000-0FF;
}

@font-face {
    font-display: swap;
    font-family: "Centra No2";
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/CentraNo2-Book.woff2") format("woff2"), url("/assets/fonts/CentraNo2-Book.otf") format("opentype"), url("/assets/fonts/CentraNo2-Book.eot") format("embedded-opentype");
    unicode-range: U+000-0FF;
}

@font-face {
    font-display: swap;
    font-family: "Centra No2";
    font-style: normal;
    font-weight: 500;
    src: url("/assets/fonts/CentraNo2-Medium.woff2") format("woff2"), url("/assets/fonts/CentraNo2-Medium.otf") format("opentype"), url("/assets/fonts/CentraNo2-Medium.eot") format("embedded-opentype");
    unicode-range: U+000-0FF;
}

@font-face {
    font-display: swap;
    font-family: "Centra No2";
    font-style: normal;
    font-weight: 700;
    src: url("/assets/fonts/CentraNo2-Bold.woff2") format("woff2"), url("/assets/fonts/CentraNo2-Bold.otf") format("opentype"), url("/assets/fonts/CentraNo2-Bold.eot") format("embedded-opentype");
    unicode-range: U+000-0FF;
}

:root {
    font-family: "Centra No2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-synthesis: none;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Centra No2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

.bg-theme-color {
    background-color: var(--primary-color) !important;
}
.white-theme-color {
    color: #ffffff !important;
}

.theme-color {
    color: var(--primary-color) !important;
}

.theme-border-color {
    border-color: var(--primary-color) !important;
}

.btn-theme-hover:hover {
    background-color: var(--secondary-color) !important;
}

/* Navbar */
.navbar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.nav-link {
       color: #DDD7E8 !important;
    font-size: 12px;
    /* margin: 0 10px; */
}

.nav-link:hover {
    color: white !important;
}

/* Pagination */
.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.pagination .page-link {
    color: var(--primary-color);
}

.menu-toggle-mobile {
    border: 1px solid white !important;
}

.menu-toggle-mobile:focus {
    box-shadow: none !important;
}

.rounded-4 {
    border-radius: 16px;
}

.hotel-showcase {
    color: #333;
}

.hotel-showcase .savings {
    background-color: var(--primary-color);
    color: #fff;
    font-size: .75rem;
    min-block-size: 1.5rem;
    min-inline-size: 1.5rem;
    align-items: center;
    border-radius: .25rem;
    display: inline-flex;
    gap: .25rem;
    justify-content: center;
    white-space: nowrap;
    padding: 0 .5rem;
    margin-bottom: 5px;
}

.hotel-showcase .subtext {
    font-size: 12px;
}

.hotel-showcase .carousel-item {
    height: 185px;
    background-size: cover;
}
.color-c2{
    color: var(--primary-color);
}

.hidden {
    display: none;  /* Hides the element */
}

.slideOut {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    position: fixed;
    top: 150px;
    right: 0px;
    width: auto;
    height: auto;
    text-align: center;
    background: var(--primary-color);
    border: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    z-index: 999999999;
    padding: 10px;
    overflow: hidden; 
        transition: transform 0.9s ease; 

}

.slideOut span.small::before {
    content: "Back";
    display: block;
        color: white !important;

}

.slideOut:hover span.small::before {
    content: "Back to my Session";
    color: white !important;
}


#superSlideOutWrapper.hidden {
    display: none;
    transition: right 0.3s ease-in-out;
  }

  #superSlider.moveRight {
    right: 200px;
  }

.superSlideOutWrapper{
    position: fixed;
    top: 0;
    right: 0px;
    width: 200px;
    bottom: 00px;
    background: var(--primary-color);
    z-index: 999999999;
    display: none;
}

#superSlideOutWrapper.show {
    right: 0;
}



.superSlideOut{
    position: fixed;
    top: 150px;
    right: 0px;
    width: auto;
    height: auto;
    text-align: center;
    background: var(--primary-color);
    border: none;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    z-index: 999999999;
    padding: 10px;
}

.slideInner{
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.changeDemographic button {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
    letter-spacing: initial;
}

.changeDemographic .dropdown-menu.show {
    display: block;
}

.changeDemographic .dropdown-menu {
    display: none;
    font-size: 14px;
    background: transparent;
    padding: 0;
    margin-top: 55px;
    border-radius: 0;
}

#changeDemographic .dropdown-menu .list-group-item.active
{
    background: var(--primary-color);
    color: #fff;
    border-radius: 0;
    border-color: var(--primary-color);
}

.bg-c1 {
    background-color: #000e29!important;
}

#reservationHistoryTable td {
    font-size: 12px;
}
#reservationHistoryTable .description-column {
    width: 350px;
}

.reserve-label{
    margin-right: 5px;
}

#emailHistory .container{max-width:1170px; margin:auto;}
img{ max-width:100%;}
#emailHistory .inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #c4c4c4;
}
#emailHistory .inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
#emailHistory .top_spac{ margin: 20px 0 0;}
#emailHistory .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    min-width: 100%;
}
/* #emailHistory ..panel-default{ border:none;} */


#emailHistory .recent_heading {float: left; width:40%;}
#emailHistory .srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%; padding:
}
#emailHistory .headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

#emailHistory .recent_heading h4 {
/*   color: #05728f; */
/*   font-size: 21px; */
  margin: auto;
}
#emailHistory .srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
#emailHistory .srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
#emailHistory .srch_bar .input-group-addon { margin: 0 0 0 -27px;}

#emailHistory .chat_ib h5{ font-size:12.8px; color:#464646; margin:0 0 8px 0;}
#emailHistory .chat_ib h5 span{ float:right;width:60px;text-align:right;line-height:1.3;}
#emailHistory .chat_ib p{ font-size:14px; color:#989898; margin:auto}
#emailHistory .chat_img {
  float: left;
  width: 11%;
}
#emailHistory .chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

#emailHistory .chat_people{ overflow:hidden; clear:both;}
#emailHistory .chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
#emailHistory .inbox_chat { height: 550px; overflow-y: scroll;}

#emailHistory .active_chat{ background:#ebebeb;}

#emailHistory .incoming_msg_img {
  display: inline-block;
  width: 6%;
}
#emailHistory .received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 #emailHistory .received_withd_msg p {
  background: var(--primary-color) none repeat scroll 0 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
  white-space:pre-wrap;
}
#emailHistory .time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
#emailHistory .received_withd_msg { width: 57%;}
#emailHistory .mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}

 #emailHistory .sent_msg p {
  background: #000e29 none repeat scroll 0 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
  white-space: pre-wrap;
}
#emailHistory .outgoing_msg{ overflow:hidden; margin:10px 0 20px;}
#emailHistory .sent_msg {
  float: right;
  width: 46%;
}
#emailHistory .input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

#emailHistory .type_msg {border-top: 1px solid #c4c4c4;position: relative;}
#emailHistory ::-webkit-scrollbar-thumb {background:#ccc;}
#emailHistory .msg_send_btn {
  background: var(--primary-color) none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
#emailHistory .messaging { padding: 0 0 50px 0;}
#emailHistory .msg_history {
  height: 515px;
  overflow-y: auto;
}
#emailHistory .nav>li>a { padding: 0;margin-right:0;}
#emailHistory .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { border: 0;border-right:3px solid #000e29;border-top: 1px solid #c4c4c4;}
#emailHistory .tab-content.panel { margin-bottom:0;border:0}
  @media screen and (min-width:601px){
    #backToChat{display:none;}
  }
  @media screen and (max-width:600px){
    #emailHistory{overflow:hidden;}
     #emailHistory .messaging{
      position:relative;
    }
    #emailHistory .inbox_people,#emailHistory .mesgs{
      width:100%;
    }
    #emailHistory .mesgs{
      position:absolute;
      top:0;
      left:100%;
      padding:0;
      width:100%;
      background:#fff;
    }
    #backToChat{
      display:block;
      position:absolute;
      top:10px;
      left:10px;
    }
    #emailHistory .tab-content.panel{
      padding-top:30px;
    }

  }
  .float-right{
    float: right !important;
    margin-top: -5px;
  }
  #emailHistory .incoming_msg {
    overflow: hidden;
    margin: 10px 0 20px;
}

.chatlabel a.active .chat_list {
  border-left: 5px solid red;
  padding-left: 10px;
}

.msg_send_btn {
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.msg_send_btn i {
  color: #FFF;
  font-size: 14px
}

.recent-message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



