.h-180 {
  height: 180px;
}

.h-350 {
  height: 350px;
}

.h-400 {
  height: 400px;
}

.h-full {
  height: 100%;
}

.h-10 {
  height: 10%;
}

.h-20 {
  height: 20%;
}

.h-30 {
  height: 30%;
}

.h-32 {
  height: 32%;
}

.h-40 {
  height: 40%;
}

.h-50 {
  height: 50%;
}

.h-55 {
  height: 55%;
}

.h-60 {
  height: 60%;
}

.h-70 {
  height: 70%;
}

.h-80 {
  height: 80%;
}

.h-90 {
  height: 90%;
}

.w-full {
  width: 100%;
}

.w-550 {
  width: 550px;
}

.w-500 {
  width: 500px;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-32 {
  width: 32%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.text-10 {
  font-size: 10px;
}

.text-xs {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

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

.text-base {
  font-size: 16px;
}

.text-lg {
  font-size: 18px;
}

.text-xl {
  font-size: 20px;
}

.text-2xl {
  font-size: 24px;
}

.text-3xl {
  font-size: 28px;
}

.text-color-des {
  color: #6677a2;
}

.text-orange {
  color: #fc820a;
}

.text-445375 {
  color: #445375;
}

.text-027C61 {
  color: #027c61;
}

.text-333E5A {
  color: #333e5a;
}

.text-FF424E {
  color: #ff424e;
}

.text-007D3A {
  color: #007d3a;
}

.text-6677A2 {
  color: #6677a2;
}

/* color background */

.bg-E6F9F7 {
  background-color: #e6f9f7;
}

.bg-007D3A {
  background-color: #007d3a;
}

/* margin */
.-mt-20 {
  margin-top: -20px;
}

.-mt-30 {
  margin-top: -30px;
}

.-ml-30 {
  margin-left: -30px;
}

.-mr-30 {
  margin-right: -30px;
}

.-mt-40 {
  margin-top: -40px;
}

.-ml-10 {
  margin-left: -10px;
}

/* Border-radius */
.rounded-6 {
  border-radius: 6px;
}

.rounded-12 {
  border-radius: 12px;
}

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

.rounded-24 {
  border-radius: 24px;
}

/* gap */
.gap-1 {
  gap: 5px;
}

.gap-2 {
  gap: 10px;
}

.gap-3 {
  gap: 15px;
}

.gap-4 {
  gap: 20px;
}

.gap-5 {
  gap: 30px;
}

.gap-6 {
  gap: 40px;
}

.gap-7 {
  gap: 50px;
}

/* Input Checked */
.input-checked {
  height: 25px;
  width: 25px;
  outline: none;
  border: none !important;
  cursor: pointer;
}

.input-checkbox-combo {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: 2px solid #e6eaf5 !important;
}

.div-icon-circle {
  height: 15px;
  width: 15px;
  border-radius: 100%;
}

/* pointer-events none */
.none-event {
  pointer-events: none;
  opacity: 0.6;
}

/* hide input date picker */
.hide-date-icon input[type="date"]::-webkit-inner-spin-button,
.hide-date-icon input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.border-gray {
  border: 1px solid rgb(223, 218, 218);
}

input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #6677a2;
}

/* form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #ff0000;
} */
.input-location input {
  outline: none;
  border: none;
  width: 70px;
}

.input-room input {
  outline: none;
  border: none;
  width: 150px;
}

.input-date input {
  outline: none;
  border: none;
  width: 100px;
}

/* font weight */
.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.cursor {
  cursor: pointer;
}

/* img */
.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-combo .img-slider {
  height: 500px;
  width: 700px !important;
}

.slider-combo .slick-list.draggable {
  height: 500px;
  width: 700px !important;
  overflow: hidden !important;
}

.slider-combo .slick-track {
  height: 100%;
}

.slider-combo .slick-prev.slick-arrow {
  z-index: 100;
  height: 30px;
  width: 30px;
  background: #ffffffd7;
  margin-left: 30px;
  border-radius: 100%;
}

.slick-next.slick-arrow {
  z-index: 100;
  height: 30px;
  width: 30px;
  background: #ffffffd7;
  margin-right: 30px;
  border-radius: 100%;
}

.slider-combo .slick-prev.slick-arrow:hover,
.slider-combo .slick-next.slick-arrow:hover {
  filter: brightness(0.7);
}

.slider-combo .slick-prev.slick-arrow::before {
  content: "\f104";
  font-family: FontAwesome;
  color: #006ce5;
  font-size: 16px;
}

.slider-combo .slick-next.slick-arrow::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #006ce5;
  font-size: 16px;
}

.backdrop {
  background-color: #000000;
  opacity: 0.4;
  z-index: 2;
}

.bg-button {
  background-color: #ecf5ff;
  border: none;
}

.bg-button:hover {
  background-color: #c3deff;
}

.bg-button-white {
  background-color: #ffffff;
}

.bg-button-white:hover {
  background-color: #007bff;
  color: white !important;
}

.disabled {
  display: none !important;
}

/* position center row */
.position-center-row {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.position-top-right {
  top: 20px;
  right: 20px;
  z-index: 10;
}

.input-none {
  outline: none;
  border: none;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* positon */
.top-1 {
  top: 4px;
}

.top-2 {
  top: 8px;
}

.position-top-3 {
  top: 12px;
}

.position-top-4 {
  top: 16px;
}

.position-top-5 {
  top: 20px;
}

.position-top-6 {
  top: 24px;
}

.position-top-7 {
  top: 28px;
}

.position-top-8 {
  top: 32px;
}

.position-top-9 {
  top: 36px;
}

.position-top-10 {
  top: 40px;
}

.position-top-11 {
  top: 44px;
}

.position-top-15 {
  top: 60px;
}

.position-top-17 {
  top: 68px;
}

.position-top-20 {
  top: 80px;
}

.position-top-22 {
  top: 88px;
}

.hover:hover {
  background-color: #dde5ee;
  cursor: pointer;
}

.bg-chip {
  background-color: #e6f9f7;
}

.active-chip.btn {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12), 0px 3px 1px rgba(0, 0, 0, 0.04) !important;
  color: #006ce5;
}

.icon-rotate {
  transform: rotate(180deg);
}

/* range */
.noUi-origin.noUi-connect,
.noUi-handle.noUi-handle-lower,
.noUi-handle.noUi-handle-upper {
  background-color: #006ce5;
}

.active-nav {
  color: #006ce5;
}

.dot-outline {
  height: 10px;
  width: 10px;
  background-color: #006ce5;
  border-radius: 100%;
}

.dot-fill {
  height: 10px;
  width: 10px;
  background-color: white;
  border-radius: 100%;
  border: 1px solid #007bff;
}

.stept-complete {
  height: 20px;
  width: 20px;
  background-color: #006ce5;
  border-radius: 50%;
  cursor: pointer;
}

.stept-checked {
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  border: 4px solid #006ce5;
  cursor: pointer;
}

.stept {
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  border: 4px solid #006ce5;
  cursor: pointer;
  opacity: 30%;
}

.hr-checked {
  height: 2px;
  width: 100%;
  background-color: #006ce5;
  margin-top: -10px;
}

.hr {
  height: 2px;
  width: 100%;
  border-top: 1px solid #006ce5;
  border-bottom: 1px solid #006ce5;
  opacity: 30%;
  margin-top: -32px;
}

.hr-gray {
  border-top: 1px dashed #dfdfdf;
  height: 1px;
  width: 100%;
}

.border-right-dashed {
  border-right: 1px dashed #dfdfdf;
}

.border-dashed {
  border: 1px dashed;
  color: #11151f;
}

.border-dashed-primary {
  border: 1px dashed;
  color: #006ce5;
}

/* Line height */
.lh-1 {
  line-height: 1;
}

.flex-row-center {
  display: flex;
  align-items: center;
}

/* width modal dialog */
.modal-dialog {
  max-width: 1100px !important;
}

.active-bank {
  border: 2px solid #006ce5;
}

.hover:hover {
  filter: brightness(1);
}

.hover-shadow:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.hover-border-bottom:hover {
  border-bottom: 4px solid #006ce5 !important;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/* 
.menu-text:after {
  transition: all ease-in-out .2s;
  background: none repeat scroll 0 0 #3700ff;
  content: "";
  display: block;
  height: 2px;
  width: 0;
}
.menu-text:hover:after {
  width: 100%;
} */

/* .nav-hover .nav-link span {
  color: var(--header-link);
} */

.nav-hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  border-radius: 9999px;
  background-color: #006ce5;
  color: #006ce5;
  transition: 0.3s all ease;
}

.nav-hover:hover:before,
.nav-hover:hover:before {
  width: 100%;
}

/* .nav-hover {
  margin-right: 0 !important;
} */

/* .nav-hover .nav-item.active .nav-link svg path,
.nav-hover .nav-item .nav-link:hover svg path {
  fill: #006CE5;
} */

/* .nav-hover .nav-item.active .nav-link span,
.nav-hover .nav-item .nav-link:hover span {
  color: #006CE5;
} */

/* div modal fade*/
.tour-booking-detail-checkInfo .modal-backdrop.fade.show {
  z-index: 0;
}

.tour-booking-detail-payment .modal-backdrop.fade.show {
  z-index: 0;
}

.modal-show-index .modal-backdrop.fade.show {
  z-index: 0;
}

.modal-show-none .modal-backdrop.fade.show {
  display: none;
}

/* li style */

.li-none {
  list-style-type: none !important;
}

/* dotted slick slider*/
.img-show button.slick-prev.slick-arrow {
  margin-left: 50px !important;
}

.img-show button.slick-next.slick-arrow {
  margin-right: 35px !important;
}

@media only screen and (max-width: 780px) {
  .responsive-780-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 520px) {
  .responsive-520-hidden {
    display: none !important;
  }

  .responsive-520-opa {
    opacity: 0 !important;
  }
}

@media only screen and (max-width: 430px) {
  .responsive-450-wrap {
    flex-shrink: 1;
  }

  .custom-d-flex-between {
    justify-content: space-between;
  }

  .custom-absolute-xs {
    position: absolute;
    right: 30px;
  }

  .custom-p-xs {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .custom-justify-content {
    justify-content: center !important;
  }

}