@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,300,600");
html,
body {
  background-color: #f9f9f9;
  font-size: 15px;
}

header {
  background-color: #fff;
  box-shadow: 0 0 10px 0px #d4d4d4;
}

p {
  margin-bottom: 10px;
}

.input-group input {
  height: auto !important;
}

.history-page .history-card {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.history-page .history-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.history-page .history-card .card-header {
  background-color: #343a40;
  color: #fff;
}
.history-page .history-card .card-title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #343a40;
}
.history-page .history-card .card-body {
  padding: 15px;
  background-color: #f8f9fa;
}
.history-page .history-card .card-body .card-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.history-page .history-card .card-footer {
  background-color: #e9ecef;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history-page .history-card .badge {
  font-size: 0.8rem;
  padding: 0.4rem 0.7rem;
  border-radius: 8px;
}
.history-page .history-card .room-image {
  background-size: cover;
  background-position: center;
  width: 100%;
}
@media (min-width: 992px) {
  .history-page .history-card .room-image {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .history-page .history-card .room-image {
    height: 200px;
  }
}

footer {
  margin-top: 100px;
}
footer nav.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1044;
  width: 100%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 1px 0px #000;
}
footer nav.footer img {
  margin-bottom: 2px;
}
footer nav.footer a {
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
footer nav.footer a:last-child {
  cursor: no-drop;
}

h1,
h2 {
  font-size: 2em;
}

.ui-datepicker {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
}
.ui-datepicker table {
  font-size: 16px !important;
}
.ui-datepicker table tr td {
  text-align: center;
}
.ui-datepicker table tr td span, .ui-datepicker table tr td a {
  margin: auto;
}
.ui-datepicker .ui-datepicker-title span {
  font-size: 1.3em;
}
.ui-datepicker.ui-datepicker-multi {
  width: 100% !important;
  max-width: 24em;
  margin: 0 auto;
}
.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
  width: 100%;
}
.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 {
  max-width: 800px;
}
.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 45%;
}
.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-3 {
  max-width: 70em;
}
.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 30%;
}
.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group.ui-datepicker-group-middle {
  padding: 0 3.33%;
}
.ui-datepicker td a,
.ui-datepicker td span {
  border: 1px solid #fff;
  border-radius: 0.5em;
  text-align: center;
  width: 2em;
}
.ui-datepicker td a.ui-state-active,
.ui-datepicker td span.ui-state-active {
  background-color: #ffc13a;
  color: #fff;
}
.ui-datepicker td a.ui-state-hover,
.ui-datepicker td span.ui-state-hover {
  border-color: #ffc13a;
}
.ui-datepicker td.ui-datepicker-reserved a,
.ui-datepicker td.ui-datepicker-reserved span {
  background-color: #ffc13a;
  color: #fff;
}
.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkin a,
.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkin span, .ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkout a,
.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkout span {
  background-color: #fff;
  border-color: #ffc13a;
  color: #ffc13a;
}
.ui-datepicker .ui-datepicker-today a {
  background-color: #ffcc00;
  color: #000;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border: 1px solid #fff;
  border-radius: 0.5em;
  text-align: center;
  text-indent: 0;
  top: auto !important;
  bottom: 4px;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-next:after {
  display: inline-block;
}
.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
  border-color: #ffc13a;
  top: 2px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "←";
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev.ui-state-hover {
  left: 10px;
}
.ui-datepicker .ui-datepicker-next:after {
  content: "→";
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next.ui-state-hover {
  right: 10px;
}

.shadow h2 {
  font-size: 2em;
  font-weight: bold;
}
.shadow p {
  color: #808080;
}

.btn-main,
.btn-main:hover,
.btn-main:active,
.btn-main:visited,
.btn-main:focus {
  height: auto;
  background-color: #ffc13a;
  color: #000;
  border: 1px solid #1b3779;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  cursor: pointer;
}

hr {
  width: 100px;
  opacity: 1;
  border-top: 5px solid #1b3779;
}

#calendar-details {
  display: block;
  height: 70px;
}
#calendar-details .check-in,
#calendar-details .check-out,
#calendar-details .arrow {
  float: left;
  white-space: nowrap;
  width: 39.3333333333%;
  margin-left: 4%;
}
#calendar-details h5 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
#calendar-details .check-in {
  text-align: right;
  margin-left: 0;
}
#calendar-details .arrow {
  width: 13.3333333333%;
  margin-top: 0.5em;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
}
#calendar-details .arrow:before {
  display: inline-block;
  content: "→";
}

.fade-in {
  animation-duration: 1s;
  animation-name: fade-in;
}

.ui-datepicker-group {
  box-shadow: 0 0 10px 0 #ccc;
  margin: 20px 0 0;
}

.ui-state-disabled .ui-state-default {
  color: #ccc;
}

h6 {
  font-size: 1em;
}

a {
  color: #1b3779;
}

#selectedRoomsButton {
  background-color: #1b3779;
  color: #fff;
}

.img {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f9f9f9;
}

.price {
  color: #1b3779;
}
.price .span {
  font-size: 24px;
}
.price .span strong {
  font-size: 40px;
  line-height: 40px;
}

.book .img {
  height: 120px;
}
.book h2 {
  font-size: 23px;
}
.book .price .span {
  font-size: 20px;
}
.book .price .span strong {
  font-size: 35px;
  line-height: 35px;
}

@media only screen and (min-width: 992px) {
  html,
  body {
    font-size: 18px;
  }
  .ui-datepicker {
    background-color: transparent;
  }
  .ui-datepicker-group {
    background-color: #fff;
  }
  button {
    height: auto;
  }
  .input-group button {
    height: 100%;
  }
  .input-group input {
    height: auto !important;
  }
  .card {
    position: relative;
  }
  .card .remove-room {
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 1;
  }
  .price {
    color: #1b3779;
  }
  .price .span {
    font-size: 30px;
  }
  .price .span strong {
    font-size: 50px;
    line-height: 50px;
  }
  .home .swiper {
    height: 500px;
  }
  .home .swiper-slide h1,
  .home .swiper-slide h2 {
    font-size: 4em;
  }
  footer {
    margin-top: 150px;
  }
  footer nav.footer img {
    width: 30px;
    margin-bottom: 5px;
  }
  footer nav.footer a {
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
  }
  h1,
  h2 {
    font-size: 3em;
  }
  .icon img {
    width: 30px;
  }
  .img {
    height: 250px;
  }
  .shadow h2 {
    font-size: 2.2em;
    font-weight: bold;
  }
  .shadow p {
    color: #808080;
  }
  .book .img {
    height: 150px;
  }
  .book .icon img {
    width: 20px;
  }
  .book h2 {
    font-size: 28px;
    font-weight: bold;
  }
  .ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 48%;
    margin: 0 1% 20px;
  }
  .btn-main,
  .btn-main:hover,
  .btn-main:active,
  .btn-main:visited,
  .btn-main:focus {
    font-size: 24px;
  }
}
.kanit-thin {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.kanit-extralight {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.kanit-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.kanit-regular {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kanit-medium {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.kanit-semibold {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.kanit-bold {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.kanit-extrabold {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.kanit-black {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.kanit-thin-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.kanit-extralight-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.kanit-light-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.kanit-regular-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.kanit-medium-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.kanit-semibold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.kanit-bold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.kanit-extrabold-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.kanit-black-italic {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* Larger than mobile */
@media (min-width: 400px) {
  .ui-datepicker {
    min-width: 18em;
  }
}
/* Larger than tablet */
@media (min-width: 750px) {
  .arrow {
    margin-top: 0;
    font-size: 3em;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* CSS สำหรับการเน้นการเลือกวันที่ Check-In และ Check-Out */
.ui-datepicker td.ui-datepicker-checkin a,
.ui-datepicker td.ui-datepicker-checkout a {
  background-color: #1b3779 !important;
  color: #ffc13a !important;
  border-color: #ffc13a !important;
}

.ui-datepicker td.ui-datepicker-checkin span,
.ui-datepicker td.ui-datepicker-checkout span {
  background-color: #1b3779;
  color: #ffc13a;
  border-color: #ffc13a;
}

/* CSS สำหรับวันที่ระหว่าง Check-In และ Check-Out */
.ui-datepicker td.ui-datepicker-reserved:not(.ui-datepicker-checkin):not(.ui-datepicker-checkout) a,
.ui-datepicker td.ui-datepicker-reserved:not(.ui-datepicker-checkin):not(.ui-datepicker-checkout) span {
  background-color: #7c90be !important;
  /* สีอ่อนลงสำหรับวันที่ระหว่าง */
  color: #ffc13a !important;
  border-color: #ccc !important;
}/*# sourceMappingURL=join.css.map */