input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Untuk Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.logo-dark,
.logo-light,
.logo-company {
  height: 60px;
}

@media (max-width: 480px) {
  .logo-dark,
  .logo-light {
    height: 30px;
  }

  .topnav {
    display: none;
  }

  .navbar-brand-home {
    display: block !important;
  }

  .botnav {
    padding-top: 0 !important;
  }

  .mobile-hide {
    display: none !important;
  }
}

.navbar-brand-home {
  display: none;
}

.navbar-stick .navbar-brand-home {
  display: block;
}

.navbar-stick .botnav {
  padding-top: 0 !important;
}

.botnav {
  padding-top: 75px;
}

.topnav {
  top: 10px;
  z-index: 10000;
  width: 100%;
}

.flex-top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.min-w-100 {
  min-width: 100px;
}

.card-img-top {
  max-height: 210px;
}

.card-img-header {
  max-height: 350px !important;
}

.card-img-galer {
  max-height: 250px !important;
}

.card-img-hotel {
  max-height: 250px !important;
}

.card-img-tl {
  max-height: 275px !important;
}

.card-img-tour {
  height: 375px !important;
  max-height: 375px !important;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.badge-flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-maskapai {
  height: 30px;
}

.logo-maskapai-header {
  max-height: 1.8rem;
}

.full-booked {
  top: 25%;
  left: 25%;
}

.full-booked img {
  width: 150px;
}

.fliper img {
  transform: scaleX(-1);
}

.pabo-20 {
  padding-bottom: 20px;
}

.text-titles {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.text-shadows {
  text-shadow: 3px 3px 5px rgba(30, 34, 40, 0.8) !important;
}

.overlay-img {
  background: rgba(30, 34, 40, 0.3);
}

.max-h-100 {
  max-height: 100% !important;
}

.height-4 {
  height: 4rem !important;
}

.img-mores {
  max-height: 250px;
}

.btn-square {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 0.4rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  backface-visibility: hidden;
  padding: 0.2rem;
}

.btn-square.btn-sm {
  width: 2.2rem;
  height: 2.2rem;
}

.bg-yellow-2 {
  background-color: #fdca14;
}
.p-half {
  padding: 0.08rem !important;
}

.timeline .timeline-item .timeline-marker.timeline-yellow:before {
  background: rgba(var(--bs-yellow-rgb)) !important;
}

.img-booking figure {
  height: 275px;
  width: 100%;
}

.img-booking figure img,
.img-avatar img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  content: "";
  display: block;
}

.img-avatar {
  height: 4.5rem;
  width: 4.5rem;
}

.icon-input-form {
  right: 4%;
  height: 100%;
  bottom: -15px;
}

.pointer {
  cursor: pointer;
}

.room-select.selected-room {
  background-color: #fdca14 !important;
  color: #000 !important;
}

.room-select.selected-room .text-body {
  color: #000 !important;
}

.table-co.table:not(.table-borderless) tbody {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}
