* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  position: relative;
  overflow-x: hidden;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.btn-disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.4 !important;
}
.not-allowed {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

.response-wrapper-index {
  max-width: 767px;
  margin: 0 auto;
}

.submit-btn-wrapper {
  margin: 0px -15px -10px -15px;
  gap: 10px;
}
.submit-btn-wrapper button {
  background-color: #fff;
  font-weight: 500;
  border: 0;
  outline: 0;
  border-radius: 3px;
  padding: 5px 10px;
}
.submit-btn-wrapper button:hover {
  color: #076173 !important;
}

.form-note {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #efefef;
  border: 1px dotted #bfbebe;
}
.form-note span {
  color: #db1313;
}

.form-content label {
  font-weight: 500;
}

.content-wrapper {
  min-height: calc(100vh - 167px);
  /* border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; */
  max-width: 1400px;
  margin: auto;
}

/* .header {
.header {
  background-color: #0f5185;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  font-size: 24px;
  border-bottom: 7px solid #073255;
}
*/

/* Header */
.header {
  background-color: #0f5185;
  color: #fff;
  padding: 0px 10px;
  text-align: center;
  font-size: 18px;
  border-bottom: 7px solid #073255;
  height: 75px;
}

.header a {
  text-decoration: none;
  /* margin-left: 20px; */
}
.header-dropdown a:hover {
  color: #fff !important;
  background-color: grey;
  text-decoration: none;
  /* margin-left: 20px; */
}
.logo-text {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.poweroff {
  color: #ffc107;
  font-size: 20px;
}

.footer {
  background-color: #222629;
  padding: 20px 15px;
  border-top: 7px solid #53575b;
  color: #fff;
  gap: 10px;
}

.form-card h4 {
  font-size: 20px;
}
.display-price {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}
.display-price span {
  font-size: 22px;
  font-weight: 700;
  /* background-color: #ffc107; */
  color: #413737;
  padding: 5px 0px;
  border-radius: 3px;
}

.pills-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 1px;
  background-color: #fff;
  border-radius: 30px;
  padding: 5px;
}
.pills-tab li {
  padding: 14px 24px;
  border-radius: 30px;
  flex: 1;
}
.pills-tab li button {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
}
.pills-tab li:has(> button.active) {
  background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
  color: #fff;
}
.user-form-tabs,
.user-form-tabs-content {
  margin: 0 auto;
  max-width: 767px;
}

.signin-btn {
  margin-top: 15px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 11px;
  border: 0;
  outline: 0;
  color: #fff;
  min-width: 140px;
  font-size: 20px;
  background-image: linear-gradient(
    to right,
    #00c6ff 0%,
    #0072ff 51%,
    #00c6ff 100%
  );
  background-size: 200% auto;
  transition: 0.5s;
}
.signin-btn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.form-title {
  margin-bottom: 15px;
}
.form-title h2 {
  font-size: 30px;
  color: #0f5185;
}
.form-title p {
  font-size: 20px;
  margin-bottom: 0px;
  color: #585858;
}

.user-form-tabs-content {
  background-color: #cbe0ff;
  padding: 15px;
  border-radius: 30px;
}

.user-form-tabs-content input,
.user-form-tabs-content select {
  font-size: 20px;
}

.user-form-tabs-content input[type="text"],
.user-form-tabs-content input[type="tel"],
.user-form-tabs-content input[type="date"],
.user-form-tabs-content input[type="number"],
.user-form-tabs-content input[type="password"],
.user-form-tabs-content input[type="email"],
.user-form-tabs-content select {
  padding: 10px 20px;
  border: 0px;
  outline: 0px;
  background-color: #fbfdff;
  color: #2f2c2c;
}

.form-control-rounded input,
.form-control-rounded select {
  border-radius: 30px;
}
.radio-inline-wrapper input[type="radio"] {
  padding: 9px;
}

.form-control-group div:nth-of-type(1) {
  max-width: 85px;
}
.form-control-group div:nth-of-type(1) select,
.form-control-group div:nth-of-type(1) input {
  border-radius: 30px 0 0 30px;
}
.form-control-group div:nth-of-type(2) select,
.form-control-group div:nth-of-type(2) input {
  border-radius: 0 30px 30px 0;
}

.heading-main {
  font-size: 27px;
  margin-bottom: 15px;
}

.space-list-wrapper li a {
  /* font-size: 18px; */
  /* background-color: #438ac2; */
  color: rgb(255 255 255);
  text-decoration: none;
  border-radius: 8px;
}
.space-list-wrapper li a:hover {
  /* background-color: #285b83; */
  color: rgb(255 255 255);
}
.space-list-wrapper li {
  min-width: 200px;
}

.search-card-img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.input-gr-div {
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 8px;
}

.input-gr-div input,.input-gr-div select {
  height: 50px;
}

@media screen and (max-width: 991px) {
  .header img {
    height: 70px;
  }
  .logo,
  .account {
    width: 100%;
  }
  .account {
    border-top: 2px solid #406397;
    padding-top: 15px;
  }
  .logo-text {
    font-size: 22px;
    line-height: normal;
  }
  .user-form-tabs-content input,
  .user-form-tabs-content select {
    font-size: 17px;
  }
  .form-title p {
    font-size: 17px;
    line-height: normal;
  }
  .response-wrapper-index .alert {
    text-align: justify;
  }

  .space-list-wrapper li {
    width: 100% !important;
  }

  .card-body-heading {
    padding-top: 10px !important;
  }
  .search-card-img {
    margin: 0 !important;
  }
  .dropdown {
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .signin-btn {
    width: 100%;
  }
}
@media (min-width: 601px) and (max-width: 990px) {
  .card-row-container {
    width: calc(60% - 30px) !important;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .signin-btn {
    width: 100%;
  }
  /* Remove input group styling */
  .input-gr-div {
    flex-direction: column; /* Stack input and button vertically */
  }
  .input-gr-div .form-control {
    width: 100%; /* Make each item take full width */
    margin-bottom: 10px; /* Add space between the items */
  }
  .input-gr-div .form-select {
    width: 100%; /* Make each item take full width */
    margin-bottom: 10px; /* Add space between the items */
  }
  #search-space-btn {
    height: 40px;
    width: 100%;
  }
}
.card-row-container {
  width: calc(100% - 30px);
  margin: auto;
}
.card-row-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card-row-container ul li {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.card-row-container ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  /* .card-row-container{
    margin: auto;
    width: 80%;
  } */
}
/* basic positioning */
.legend {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 3px;
  padding: 0;
}
.legend li {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-right: 10px;
}
.legend span {
  float: left;
  width: 15px;
  height: 15px;
  margin: 5px;
}
/* your colors */
.legend .available {
  background-color: #3dac78;
}
.legend .notavailable {
  background-color: red;
}
.legend .partialavailable {
  background-color: #e67e22;
}
.legend .cannotbebooked {
  background-color: #efbabb;
}
.legend .previousdate {
  background-color: #bcbcbd;
}
.verifier-message {
  font-size: 20px;
  background-color: #9e9fac;
  color: white;
  margin: 5px;
  padding: 10px;
}
table {
  text-align: center;
}

.day {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
}
.selected {
  background-color: #a1c4fd;
}
.start-date {
  background-color: #64e8a2;
}
.end-date {
  background-color: #ff6666;
}

.hide-calendar {
  z-index: 100;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

.show-calendar {
  z-index: 100;
  opacity: 1;
  max-height: 500px; /* Set this to a value that is greater than the height of the content */
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

.booking-confirm-table {
  text-align: left !important;
  display: block !important;
}
.booking-confirm-table tr td {
  padding-right: 10px;
}
.booking-confirm-table tr td:nth-child(2) {
  padding: 3px;
}

.vertical-line {
  width: 1px; /* Line width */
  height: vh; /* Line height */
  border-left: 1px solid rgb(212, 212, 212);
  margin: 0 auto; /* Centering the line */
}
/* Ensure text is left-aligned for both the table headers and data */
table.dataTable th,
table.dataTable td {
  text-align: left !important;
}

/* Ensure text is left-aligned in the responsive view */
@media (max-width: 768px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    text-align: left;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before {
    text-align: left !important;
  }
}

.section {
  /* height: calc(100vh - 195px); */
  flex: 1;
  background-color: white;
  padding: 10px 15px;
}

.coupon-div {
  background-color: #698397;
  height: 40px;
  align-items: center;
  display: flex;
  padding-left: 10px;
}
.coupon-link {
  text-decoration: none;
  cursor: pointer;
  color: white;
}

/* remove this to revert to old style of space display on index.php */
.space-list-wrapper li a {
  /* background-color: #dcdcdc; */
  color: black;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
}
.space-list-wrapper li a:hover {
  /* background-color: #8a9094; */
  color: black;
}
/* .fshadow-md a img{
  border-radius:5px 5px 0 0;
} */
/* .fshadow-md:hover a img{
  transition:all ease-in-out .2s;
} */

/* .fshadow-md:hover > a img{
  transform: scale(1.1);
} */

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  height: 100%;
}

.nav-links li {
  height: 100%;
}

.nav-links li a {
  display: flex;
  text-decoration: none;
  color: white;
  font-size: 16px;
  height: 100%;
  align-items: center;
  padding: 7px;
}
.nav-links li span {
  font-size: 16px;
}
.nav-links li a:hover {
  background-color: #073255;
  color: white;
}
/* Hide hamburger menu by default */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background-color: white;
  margin: 4px;
}
.search-btn {
  height: 70px;
  width: 120px;
  background: #b78a62;
  white-space: nowrap;
  border-radius: 0.5px;
  font-size: 20px;
  color: #fff;
  transition: all 0.2s ease-out, color 0.2s ease-out;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
/* Responsive Styles for Mobile */
@media (max-width: 991px) {
  .nav-links {
    display: none !important;
    flex-direction: column;
    position: absolute;
    background-color: #333;
    top: 60px;
    right: 0;
    width: 100%;
    padding: 10px;
    height: auto;
    gap: 8px;
  }

  .nav-links li {
    width: 100%;
    margin-bottom: 2px;
    text-align: center;
  }
  .hamburger {
    display: flex;
  }

  .nav-links.active {
    z-index: 100;
    display: flex !important;
  }

  .nav-links li a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: white;
    font-size: 16px;
    align-items: center;
  }
}
