:root {
  /* --primary-color: #003b95;
  --primary-emphasis: #3f75c7;
  --primary-light: #ebf3ff;
  --info-color: #6c757d;
  --info-emphasis: #ced2d6;
  --info-dark: #495057;
  --info-light: #f8f9fa;
  --info-medium: #adb5bd;
  --success-color: rgb(22 163 74); */
}

.bg-main {
  background-color: var(--primary-color);
}

.bg-main-light {
  background-color: var(--primary-light);
}

.bg-desc {
  background-color: var(--info-color);
}

.text-main {
  color: var(--primary-color);
}

.text-main:hover {
  color: var(--primary-emphasis);
}

.text-desc {
  color: var(--info-dark);
  font-size: 14px;
}

.text-sm {
  font-size: 14px;
}

.text-icon-main {
  font-size: 14px;
  color: var(--primary-color);
}

.text-icon-success-custom {
  font-size: 14px;
  font-weight: 500;
  color: var(--success-color);
}

@media (max-width: 1080px){
  .text-icon-success-custom {
    font-size: 12px;
    font-weight: 500;
    color: var(--success-color);
    text-align: end;
  }
}

@media (max-width: 900px){

  /* Hide the original text */
  .benefits-text {
    position: relative;
    color: transparent; /* Make the text transparent */
    height: 85px;
  }

  /* Add new content */
  .benefits-text::after {
    content: "Login for Benefits"; /* New text to display */
    color: black; /* Change color as needed */
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* Button */

.login-button-custom{
  width: 6rem;
  height: 2.5rem;
}

@media (max-width: 1060px){
  .login-button-custom{
    width: 5rem;
  }
}

.text-icon-success {
  font-size: 14px;
  font-weight: 500;
  color: var(--success-color);
}

.text-icon-info {
  font-size: 14px;
  font-weight: 500;
  color: var(--info-dark);
}

.text-icon-danger {
  font-size: 14px;
  font-weight: 500;
  color: rgb(220 38 38);
}

.text-icon-warning {
  font-size: 14px;
  font-weight: 500;
  color: rgb(245 158 11);
}

.text-price {
  font-size: 20px;
  font-weight: 600;
}

.text-price-custom {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 906px){
  .text-price-custom {
    font-size: 15px;
    font-weight: 600;
  }
}

@media (max-width: 906px){
  .text-promo-price-custom {
    font-size: 14px;
  }
}

@media (min-width: 906px) and (max-width: 996px){
  .text-price-custom {
    font-size: 1.20rem;
    font-weight: 600;
  }
}

.btn-main {
  color: #fff;
  background-color: var(--primary-color);
  transition: background-color 0.3s ease;
  text-decoration: none;
  border-style: none;
  border-radius: 1.25rem;
  font-weight: 600;
}

.btn-main:hover {
  background-color: var(--primary-emphasis);
}

.btn-desc {
  color: #fff;
  background-color: var(--info-color);
  transition: background-color 0.3s ease;
  text-decoration: none;
  border-style: none;
  border-radius: 1.25rem;
  font-weight: 600;
}

.btn-desc:hover {
  background-color: var(--info-emphasis);
}

.btn-currency {
  padding: 2px;
  transition: background-color 0.3s ease;
}

.del-product-btn {
  background-color: rgb(239 68 68);
  width: 18px;
  height: 18px;
  font-size: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
}

.currency-context {
  color: var(--primary-color);
  font-weight: bold;
}

.btn-currency:hover {
  color: var(--primary-emphasis);
}

.mobile-dropdown-toggle::after {
  display: none;
}

.btn.dropdown-toggle::after {
  display: none;
}

.menu-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}

.menu-nav .nav-item {
  display: inline-block;
}

.menu-nav .nav-link {
  text-decoration: none;
  padding: 0.5rem 1rem;
  margin-right: 5px;
  color: var(--info-color);
  border: 1px solid var(--info-emphasis);
  border-radius: 1.25rem;
  font-weight: 600;
}

.menu-nav .nav-link:hover {
  background-color: var(--info-light);
  border-color: var(--info-medium);
  color: var(--info-dark);
}

.menu-nav .nav-link.active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: background-color 0.3s ease;
}

.menu-nav .nav-link.active:hover {
  background-color: var(--primary-emphasis);
}

.menu-nav::-webkit-scrollbar {
  height: 0px;
}
/*  */
.menu-nav.menu-nav-v2 .nav-link{
  text-decoration: none;
  padding: 5px;
  margin-right: 5px;
  color: var(--info-color);
  border: 0;
  border-radius: 0;
  font-weight: 600;
}
.menu-nav.menu-nav-v2 .nav-link .icon{ width: 26px; }
.menu-nav.menu-nav-v2 .nav-link.active{
  color: var(--primary-color);
  border: none;
  border-bottom: 2px solid var(--primary-color);
  transition: background-color 0.3s ease;
  background: none;
}
/*  */

.steps .step {
  .step-icon-wrap {
    height: 40px;
    &::before,
    &::after {
      display: block;
      position: absolute;
      top: 50%;
      width: 100%;
      height: 3px;
      margin-top: -1px;
      background-color: #e1e7ec;
      content: "";
      z-index: 1;
    }
    &::before {
      left: 0;
    }
    &::after {
      right: 0;
    }
  }
  .step-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 20px;
    line-height: 35px;
    z-index: 5;
  }
  .step-title {
    color: #606975;
    font-size: 14px;
    font-weight: 500;
  }
  &:first-child .step-icon-wrap::before {
    display: none;
  }
  &:last-child .step-icon-wrap::after {
    display: none;
  }
  &.step.completed .step-icon-wrap::before,
  &.step.completed .step-icon-wrap::after {
    background-color: var(--primary-color);
  }
  &.completed .step-icon {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
  }
  &.step.failed .step-icon {
    background-color: rgb(239 68 68);
    color: #fff;
  }
  &.step.failed .step-icon-wrap::before,
  &.step.failed .step-icon-wrap::after {
    background-color: rgb(239 68 68);
  }
}

.search-input,
.search-select {
  border-style: none;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.3s ease;
}

.search-input:focus,
.search-select:focus {
  border-bottom-color: var(--info-medium);
  outline: none;
}

.search-input-label {
  position: relative;
  font-size: 12px;
  color: var(--info-color);
  padding-block: 1px;
  padding-inline: 2px;
}

.search-input-custom,
.search-select {
  border-style: none;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 0.3s ease;
}

.search-input-custom:focus,
.search-select:focus {
  border-bottom-color: var(--info-medium);
  outline: none;
}

.search-input-custom-label {
  position: relative;
  font-size: 12px;
  color: var(--info-color);
  padding-block: 1px;
  padding-inline: 2px;
}

.room-select,
.package-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: var(--info-light);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.room-select option,
.package-select option {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
}

.hotel-map iframe {
  width: 100% !important;
  height: 300px !important;
  border-radius: 15px;
  border: 1px solid #cccccc !important;
}

.table-container {
  overflow-x: auto;
}

.table-info {
  width: 100%;
  margin-bottom: 1rem;
  background-color: #f9fafb;
  border-collapse: collapse;
}

.table-info th,
.table-info td {
  padding: 0.5rem;
}

.table-info tr:not(:last-child) {
  border-bottom: 1px solid #eaedf0;
}

.info-card {
  background-color: #f9fafb;
  border: 1px solid #eaedf0;
  border-radius: 0.75rem;
}

.room-card {
  background-color: #f9fafb;
  border: 1px solid #eaedf0;
  border-radius: 0.75rem;
  margin: 1.5rem 0.2rem;
}

.sticky-regular {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.border-right {
  border-right: 1px solid #dee2e6;
}

.offer-badge {
  padding: 0.25rem 0.5rem;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0.25rem;
  background-color: rgb(254 226 226);
  color: rgb(153 27 27);
}

.danger-badge {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  line-height: 1.5rem;
  border: 1.5px solid rgb(254 202 202);
  border-radius: 0.25rem;
  background-color: rgb(254 226 226);
  color: rgb(153 27 27);
}

.info-badge {
  padding: 0.75rem;
  font-weight: 400;
  border: 1px solid var(--info-color);
  border-radius: 0.5rem;
  background-color: var(--info-light);
}

.success-badge {
  padding: 0.75rem;
  font-weight: 400;
  border: 1px solid #d1fae5;
  border-radius: 0.5rem;
  background-color: #d1fae5;
}

.cancel-detail {
  padding: 0.75rem 1rem;
  font-size: 14px;
  background-color: #fffbee;
  border-radius: 0.5rem;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--info-emphasis);
  border-radius: 5px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: var(--info-light);
}

.display-image {
  max-width: 600px;
  max-height: 400px;
}

/* Specify styles for both months in the datepicker */
.modal-calendar .datepicker {
  width: 100%;
  box-shadow: none;
}

.modal-calendar .datepicker .datepicker__inner {
  padding: 10px 5px;
}

.modal-calendar .datepicker .datepicker__inner .datepicker__month--month1,
.modal-calendar .datepicker .datepicker__inner .datepicker__month--month2 {
  width: 48%;
}

.cart-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f9fafb;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  padding: 1rem;
}

.summary-table-head {
  background: var(--info-dark);
  color: #fff;
  padding: .25rem .65rem;
  border: 1px solid var(--bs-border-color);
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.summary-table-body span.number {
  background: var(--primary-color);
  color: #fff;
  padding: 1px 6px;
  border-radius: .25rem;
  font-size: .75rem;
  margin-right: .45rem;
}

.summary-table-content .row:first-child .summary-table-body,
.summary-table-content .row:last-child .summary-table-body,
.summary-table-footer {
  padding: .65rem;
}

.summary-table-body:last-child {
  border-right: 1px solid #e6e6e6;
  text-align: right;
}

.summary-table-body {
  padding: .25rem .65rem;
  line-height: 1.35;
  font-size: .85rem;
  border: 1px solid #e6e6e6;
  border-top: none;
  border-right: none;
}

.form-card {
  background-color: #f9fafb;
  border: 1px solid #eaedf0;
  border-radius: 0.75rem;
}
.sidebar-menu.active {
  color: var(--primary-color);
}

.fc-event {
    padding: 8px 0px;
    margin: 8px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.datepicker-skeleton {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 200%;
  border-radius: 6px;
  width: 30px;
  height: 25px;
  margin-left: 4px;
  animation: gradientAnimation 2s linear infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.listroom .upcoming-package-legend{
  font-size: 20px;
  background: rgb(0, 103, 223);
  background: linear-gradient(90deg, rgba(0, 103, 223, 1) 0%, rgba(147, 197, 255, 1) 100%);
}
.listroom ul.slot-option{ overflow-x: auto; margin: 0px -5px; }
.listroom ul.slot-option li{ list-style: none; }
.listroom ul.slot-option li a{ min-width: 100px; margin: 0px 5px 10px; }
.listroom ul.slot-option li a .range-date{ line-height: 15px; font-size: 14px; }
.listroom ul.slot-option::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.listroom ul.slot-option::-webkit-scrollbar
{
  width: 12px;
  height: 7px;
  background-color: #F5F5F5;
}
.listroom ul.slot-option::-webkit-scrollbar-thumb
{
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #999999;
}

/* Hint Loader */
.hintLoader .stripe {
  border: 1px solid white;
  background-color: #babbbc;
}
.hintLoader .stripe {
  animation: hintloading 2s ease-in-out 0s infinite reverse;
  -webkit-animation: hintloading 2s ease-in-out 0s infinite reverse;
}
@keyframes hintloading
{
  0% {opacity: 0.5;}
  50% {opacity: 1;}
  100% {opacity: 0.5;}
}
@-webkit-keyframes hintloading
{
  0% {opacity: 0.5;}
  50% {opacity: 1;}
  100% {opacity: 0.5;}
}
/*  */

@media (min-width: 768px) {
  .cart-wrapper {
    position: relative;
  }
}

@media (max-width: 576px) {
  .menu-nav .nav-link {
    border-radius: 0.5rem;
    color: #000;
  }

  .btn-main
  .btn-desc  {
    border-radius: 0.5rem;
  }

  .sticky-mobile {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .sticky-regular {
    position: sticky;
    top: 4.7rem;
    z-index: 900;
  }

  .border-right {
    border-right: 0;
  }

  /* Specify styles for both months in the datepicker */
  .modal-calendar .datepicker .datepicker__inner .datepicker__month--month1,
  .modal-calendar .datepicker .datepicker__inner .datepicker__month--month2 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .table-info {
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }

  .fc-event {
    padding: 6px 0px;
    margin: 3px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
  }

  .listroom .upcoming-package-legend{ font-size: 16px; }

  /*  */
  .menu-nav.menu-nav-v2 .nav-link{
    text-decoration: none;
    padding: 0;
    margin-right: 12px;
    color: var(--info-color);
    border: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 12px;
    width: min-content;
  }
  .menu-nav.menu-nav-v2 .nav-link .icon{ width: 25px; }
  /*  */
}