@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
  font-size: 16px !important;
}

body {
  font-family: "Work Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.header {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.container {
  font-family: inherit !important;
  max-width: 1280px;
  font-size: inherit !important;
  /* padding: 0 !important; */
}

.top-header {
  padding: 10px 15px;
  background-image: linear-gradient(to right top, #3b69d7, #2e72db, #1f7bdf, #1083e1, #028be3);
}

.container-top-link.pull-right.dropdown {
  display: flex;
}

.hotel-title {
  color: white;
  font-weight: 700;
}

.header-options {
  display: flex;
  align-items: center;
  margin-right: 15px;
  justify-content: space-between;
  color: white;
}

.style, .currency {
  color: rgba(255, 255, 255, 0.774) !important;
}

.currency-dropdown .selected {
  color: #4fe4dd !important;
  font-weight: 500;
}

.currency-dropdown .selected:hover {
  color: #4f9ce4;
}

.second-column {
  padding-right: 0;
}

.contact-header {
  background-color: white;
  color:black;
  font-size: 1.5rem;
  line-height: 36px;
  padding: 15px 0 !important;
}

.contact-icons-right {
  margin-left: 0px !important;
  width: 100% !important;
  font-size: 0.875rem !important;
  text-transform: capitalize;
  font-weight: 600;
}

.contact-details {
  border: none;
  padding: 0 !important;
  max-width: 275px;
}

.contact-details h5 {
  font-size: 1.125rem !important;
  text-transform: capitalize;
  color: #3B69D7 !important;
}

.detail-contact {
  margin: 10px 0;
}

.contact-icons-left-new {
  background-color: white;
  text-align: left;
  border-radius: 50%;
  padding: 10px;
  color: black;
  height: 36px;
  width: 36px;
  margin: 10px 0;
  border: 1px solid slategrey;
}

.contactbutton {
  margin-top: 10px;
  padding: 10px 16px;
  background-color: #3B69D7;
  color: white !important;
  border-radius: 8px;
  border: none;
}

.container.datefilter {
  background-color: white;
  display: flex;
  justify-items: center;
  align-items: center;
  grid-auto-flow: column;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 120px;
  border-bottom: 1px solid #e0e0e0;
  flex-wrap: wrap;
}

input:not([type=checkbox]):not([type=radio]):not(input.select2-search__field) {
  /* width: 270px !important; */
  background-color: white;
  padding: 18px 12px !important;
  color: black;
}

select {
  height: 38px !important;
  color: black !important;
  padding: 0 12px !important;
}

span.select2-container .select2-selection--single{
  /* width: 270px !important; */
  height: 38px !important;
  color: black !important;
  /* margin: 0 10px; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  padding: 3px 10px 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 270px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 6px;
}

.cc-control select {
  /* width: 270px !important; */
}


input[type=checkbox] {
  width: 18px;
  height: 18px;
  border-radius: 2px;
}

.control-label {
  color: #333;
  font-size: 0.875rem;
  /* padding-left: 10px; */
}

.space-y-loose {
  margin-bottom: 1.5rem;
}

.btn {
  border-radius: 6px !important;
}

.roomtype img, .carousel img {
  border-radius: 10px !important;
  padding: 5px;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
  min-height: initial;
  padding: 5px;
  border-radius: 18px;
}

.result_search {
  text-align: left !important;
  /* margin-top: 20px; */
  border-radius: 5px;
  background: #c7c7c74f !important;
  border-radius: 10px;
  border: 1px solid rgba(216, 216, 216, 0.25);
  color: black;
}

.roomtype {
  background-color: #fbfbfb;
  border: none !important;
  font-weight: 600;
  overflow: hidden;
  background: white;
  margin: 30px 0 0 0;
}

.roomtype-title {
  color: #222222 !important;
}

.rate {
  color: #222222;
}

.icon-svg {
  fill: #3B69D7;
}

.nav-tabs {
  border-radius: 10px;
  margin-bottom: 12px !important;
  overflow: hidden;
  border: 1px solid rgba(148, 148, 148, 0.25) !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #3B69D7 !important;
  font-weight: 600;
  background-color: unset;
  border: unset;
  border-bottom: 4px solid #3B69D7 !important;
}

.ratestable {
  padding-bottom: 40px;
}

.ratestable tr {
  font-size: 0.813rem !important;
}

.reservation-details-dates-right,
.reservation-details-dates-left {
  color: #3B69D7;
}

.rates-item {
  background-color: red;
  display: flex;
}

.wrap-ratestable .collapse, .wrap-ratestable .collapsing {
  border-radius: 0 0 10px 10px;
}

.form-control {
  height: 31px;
  padding: 6px 5px;
  font-size: 0.813rem;
  line-height: 1.42857143;
  color: #5c5c5c;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  /* margin: 0 10px 0 10px; */
}

.book_now {
  margin-left: 20px;
  background-color: #3B69D7;
  border-radius: 5px;
}

.footer {
  font-family: inherit !important;
  width: 1280px;
  font-size: inherit !important;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.footer-details p.property-address {
  color: white;
  font-weight: 500;
}

.footer-details p.property-desc {
  padding: 10px 0;
}

ul.property-facilities {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 0.875rem;
  padding-bottom: 25px;
}

ul.property-facilities span.mytooltip {
  border-bottom: none !important;
}

.btn-main {
  background-color: #3B69D7 !important;
  color: white;
  padding: 8px 16px;
}

.btn-link {
  display: flex;
  cursor: pointer;
  align-content: center;
  align-items: center;
  border: 1px solid #ccc;
  padding: 8px 16px;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  margin: 8px 0;
  color: #555555;
}

.btn-link.social {
  width: fit-content !important;
  margin: 0px 6px 7px 0px;
}

.selected-room {
  color: #3B69D7;
}

.flex-center {
  display: flex;
  align-items: center;
  align-content: space-between;
  gap: 5px;
  justify-content: center;
}

#sticky.stick {
  width: 275px;
}

.btn-link:hover {
  border: 1px solid #3B69D7;
  text-decoration: none;
  color: #3B69D7;
  font-weight: 500;
}

.btn-link i {
  margin-right: 10px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: white;
  opacity: 1;
}

.btn-main:hover {
  filter: brightness(1.25);
  color:white;
}

.box1 :hover {
  color: white;
}

.booking-form {
  margin-top: 20px;
}

/* Add animation when carousel image clicked */
.carousel .active {
  opacity: 0;
  animation: fadeIn .5s ease-in forwards;
}

.carousel img {
  padding: 0;
  margin: 10px;
}

.text-smaller {
  font-size: 1rem;
}

.text-smallest {
  font-size: 0.75rem;
}

.loo {
  margin-left: 20px !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.table.table-sm.table-condensed.ratestable {
  border-collapse: separate; /* Prevents cells from sharing borders */
  border-spacing: 0 10px; /* Adds vertical spacing between rows */
  width: 100%;
  margin: 20px 20px 20px 0;
  background: white;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.table.table-sm.table-condensed.ratestable:nth-last-of-type {
  border-bottom: none;
}

.table.table-sm.table-condensed.ratestable th,
.table.table-sm.table-condensed.ratestable td {
  padding: 10px 15px; /* Adds padding to table cells */
  background-color: white; /* Background color for cells */
  border: 1px solid #e2e2e2;
}

.table.table-sm.table-condensed.ratestable td.flex-center-between {
  margin-top: unset !important;
}

.table.table-sm.table-condensed.ratestable th {
  background-color: #333;
  color: white;
}

.table.table-sm.table-condensed.ratestable tr {
  border-radius: 10px; /* Rounds corners for each row */
  overflow: hidden; /* Ensures the border-radius is visible */
}

.table.table-sm.table-condensed.ratestable tr td:first-child,
.table.table-sm.table-condensed.ratestable tr th:first-child {
  border-top-left-radius: 10px; /* Rounds top-left corner */
  border-bottom-left-radius: 10px; /* Rounds bottom-left corner */
}

.table.table-sm.table-condensed.ratestable tr td:last-child,
.table.table-sm.table-condensed.ratestable tr th:last-child {
  border-top-right-radius: 10px; /* Rounds top-right corner */
  border-bottom-right-radius: 10px; /* Rounds bottom-right corner */
}

.booking-header {
  margin-top:20px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #3B69D7;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: white;
  padding: 15px 0;
}

.reservation-details-dates {
  font-size: 0.875rem;
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
  padding-top: 15px;
}

.reservation-details-dates strong {
  color: #3B69D7;
}

.flex-center-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.make_this_booking2 {
  background: #f1f1f1;
  border-radius: 10px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
}

.remove_room {
  float: right;
  margin-right: -11px;
}

.flex-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

.contactbutton:hover,
.contactbutton:focus {
  background-color: #3B69D7;
  filter: brightness(1.25);
  color: white;
  border: none;
}

.top-footer {
  font-size: 0.75rem;
  color: white;
  padding: 20px 10px 20px 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

.footer-details {
  margin: 0 0 10px 0;
}

.footer-details h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-details p {
  font-size: 0.875rem;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.9);
}

.terms-link {
  display: flex;
  font-size: 0.838rem !important;
}

.terms {
  color: white;
  font-size: 0.875rem;
}

.currency-desktop {
  color: #fffffff3;
  font-weight: 500;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 0.875rem;
}

.btn-white {
  background-color:white;
  color: #3B69D7;
  padding: 6px 14px;
}

.btn-white:hover {
  filter: brightness(1.25);
}

.btn-promo {
  margin-top: 22px;
  width: fit-content;
}

.currency-desktop:hover {
  filter: brightness(1.25);
}

.simple-link {
  font-weight: 500;
  color:rgb(54, 175, 255);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.simple-link:hover {
  color:rgb(54, 175, 255);
  text-decoration: underline dotted;
  font-weight: 600;
}

.first-column {
  /* max-width: 75%; */
  margin-top: 8px;
  margin-bottom: 40px;
  border-right: 1px solid #eee;
  /* padding:0 25px 20px 0 !important; */
}

.width-inherit {
  width: 100% !important;
  max-width: 100% !important;
}

.btn-block {
  padding: 9px;
  font-weight: 500;
  font-size: 1rem !important;
}

.terms_and_conditions {
  display: flex;
  margin: 10px 0;
}

.terms_and_conditions label {
  font-weight: 400 !important;
  padding: 3px;
}

.footer_css {
  background-image: linear-gradient(to right top, #3b69d7, #2e72db, #1f7bdf, #1083e1, #028be3);
}

.currency-popup {
  position: absolute;
  top: 50%;
  margin-left: 50%;
  background-color: #3B69D7;
}

.modal-description-window li {
  text-align: left;
  font-weight: 400 !important;
  color: #4a4a4a;
}

.modal-description-text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3B69D7;
}

.modal-description-detail {
  text-align: left;
  font-size: 0.875rem;
  padding-bottom: 15px;
}

.special-room-type p {
  font-weight: 400;
}

.special-rates {
  padding-top: unset;
}

.special-room-type strong {
  font-weight: 600;
  text-decoration: none;
}

.roomtype-description {
  font-size: 0.875rem;
  font-weight: 400;
  color: #4a4a4a !important;
}

.moreinformation {
  color: #3B69D7;
  font-size: 0.875rem;
  font-weight: 400;
}

.moreinformation:hover {
  color: #3B69D7;
  text-decoration: underline #3B69D7;
  filter: brightness(1.25);
}

.terms_and_conditions a {
  color: #3B69D7;
}

.icon-smaller {
  font-size: 0.625rem;
  padding-left: 3px;
}

button.close {
  position: absolute;
  top: 10px !important;
  right: 10px;
  color: #292929;
  font-size: 2rem;
}
 
.reservations-add-button {
  margin-top: 20px;
}

.extra_tab_content {
  font-weight: 400;
}

.extra_tab_content h4 {
  font-weight: 600;
  margin: 5px 0;
  font-size: 1.125rem;
}

.extra_tab_content p {
  margin: 10px 0;
}

.property-map {
  margin: 20px 0;
}

.property-map h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.whatsapp-btn {
  margin: 30px !important;
  padding-top: 25px;
}

.custom-content {
  padding: 1rem;
  background-color:rgb(54, 175, 255) !important;
  color: white;
}

/* This is for styling an external html loaded from API response */
#last_row {
  padding: 20px 0;
}

.costfor {
  font-size: 0.75;
  font-weight: 600;
}

.extra-label h4 {
  font-size: 1.25rem !important;
  padding-bottom: 10px !important;
  font-weight: 600;
}

.col-sm-12.roomtype.services_tab h4 {
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: 15px;
}

.roomtype.extra_tab_content div.row {
  margin: 20px 0 !important;
}

.date_extrasB {
  vertical-align: middle;
  border: 1px solid #bbb;
  margin: 0 !important;
  box-shadow: 0 0 3px gray;
}

.apply-extras {
  margin: 10px 20px;
}

.apply-extras .checkbox {
  display: flex !important;
  font-size: 0.875rem;
  align-content: center !important;
  justify-content: flex-start;
}

.extra-desc {
  font-size: 0.875rem !important;
  font-weight: 500;
}

.checkbox label {
  padding-top: 2px;
  padding-left: 5px !important;
  font-weight: 500;
}

.checkbox label:hover {
  color: #3B69D7;
}

.booknow-mobile {
  color: white !important;
}

.mobile-show-rates-title a {
  font-size: 12px;
  font-weight: 500 !important;
}

.property-title-mobile {
  color: #3B69D7;
  background-color: unset !important;
  padding: 15px 10px !important;
}

.hotdeal {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  margin: 5px !important;
  line-height: 26px;
}

.menubars {
  width: 24px;
  height: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  cursor: pointer;
  flex-direction: column;
}

.menubars .topbar,
.menubars .midbar,
.menubars .bottombar {
  height: 4px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.menubars .bottombar {
  width: 50%;
}

.menubars.open .topbar {
  transform: rotate(45deg) translate(6px, 6px);
}

.menubars.open .midbar {
  opacity: 0;
}

.menubars.open .bottombar {
  transform: rotate(-45deg) translate(5px, -5px);
  width: 100%;
}

.ui-widget.ui-widget-content {
  border: 1px solid #bbb !important;
}

.reservation-mobile-right {
  background-color: #3B69D7;
  color: white;
  font-size: 0.813rem;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.paymentMethodselect2 {
  /* margin-left: 20px; */
  margin-bottom: 10px;
}

#invoice_result label {
  width: 100%;
}

.fa:not(.fa-facebook):not(.fa-instagram):not(.fa-youtube):not(.fa-check-circle-o):not(.fa-check-circle), 
.glyphicon:not(.glyphicon-fire):not(.glyphicon-chevron-left):not(.glyphicon-chevron-right):not(.glyphicon-ok),
button:not(button.btn-main):not(.close),
.btn-white {
  color: #3B69D7 !important;
}

span.facilities,
div.property-desc p,
.property-address,
.footer-details h3,
.terms-link,
.terms-caret.fa,
.cancellation-caret.fa {
  color: white !important;
}

/* Responsive */
@media only screen and (max-width: 360px) {
  .btn-promo {
    margin: 0 11px;
  }
}

@media only screen and (max-width: 375px) {
  .btn-promo {
    margin: 0 10px;
  }

  .whatsapp-btn {
    padding-top: 0;
  }
}

@media only screen and (max-width: 430px) {
  .container {
    width: 100%;
    padding: inherit 10px;
  }

  .header {
    width: 100%;
  }

  .second-column {
    width: 100%;
  }

  .btn-promo {
    margin: 0 10px;
  }

  .whatsapp-btn {
    padding-top: 0;
  }

  .contact-details,
  .contact-header {
    max-width: 100%;
    margin: 0 10px;
  }

  .contact-header.text-smaller {
    font-size: 1.375rem;
  }

  .first-column {
    max-width: 100%;
    border: none;
    padding: 0 10px !important;
  }

  .result_search {
    font-size: 0.875rem;
  }

  .extra-label h4 {
    padding-top: 10px !important;
  }

  .nav-tabs {
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 20px;
  }

  .btn-promo{
    margin-right: 10px;
  }

  .showrates-mobile {
    background: transparent;
    padding: 15px inherit;
    height: fit-content;
  }

  .flex-center-between {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .form-control {
    margin: unset;
    padding: unset;
  }

  .terms-link {
    display: flex !important;
    font-size: 0.838rem !important;
    justify-content: space-between !important;
  }

  .top-footer {
    flex-wrap: wrap;
  }

  #last_row.flex-center {
    display: flex;
    align-items: center;
    align-content: space-around;
    gap: 5px;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #invoice_result label {
    width: 70%;
  }

  .mobile-form {
    /* row-gap: 20px !important; */
  }

  span.select2-container .select2-selection--single {
   /* margin: unset; */
  }

  .terms_and_conditions label {
    font-weight: 400 !important;
    padding: 0 6px !important;
    width: fit-content !important;
  }
}

.user-form .form-group {
  margin-bottom: 15px;
}

label.error.valid {
  display: none !important;
}

.cart_edit_item {
  padding-top: 15px;
  padding-bottom: 15px;
}