.add-hotel-modal .modal-header {
  padding: 1rem 1rem 0.5rem;
}

.add-hotel-modal .modal-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
}

.add-hotel .form-control {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  box-shadow: none !important;
  padding: 3px;
  font-size: 11px;
}

.add-hotel .form-label {
  font-weight: bold;
}

/* Modal spacing */
.add-hotel .modal-body input[type="text"],
.add-hotel .modal-body input[type="file"],
.add-hotel .modal-body select {
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
}

/* Managed By select: placeholder-style color when empty, normal when chosen */
.add-hotel select.form-control.select-placeholder,
.add-hotel select.form-control.select-placeholder option[value=""] {
  color: #777777 !important;
}
.add-hotel select.form-control:not(.select-placeholder) {
  color: inherit;
}

/* Checkboxes (if ever used) */
.add-hotel .custom-checkbox {
  transform: scale(1);
}

.add-hotel .form-check-label {
  margin-left: 3px;
}

.add-hotel .form-check {
  padding-left: 0em;
}



/* Modal header/footer borders */
.modal-header {
  border-bottom: 0 none;
}

.modal-footer {
  border-top: 0 none;
}

/* ================================
   CUSTOM LARGE CLOSE BUTTON
================================ */
.modal-header .btn-close {
  background-color: transparent !important;
  border: none !important;

  /* Thick large X icon */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23000' stroke-width='3' stroke-linecap='round' viewBox='0 0 16 16'%3E%3Cpath d='M4 4l8 8M12 4l-8 8'/%3E%3C/svg%3E") !important;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 1.6rem 1.6rem !important;

  width: 2rem !important;
  height: 2rem !important;
  opacity: 1 !important;

  padding: 0 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.modal-header .btn-close:hover {
  opacity: 0.7 !important;
  background-size: 1.6rem 1.6rem !important;
}
