.add-room-modal .modal-header {
  padding: 1rem 1rem 0.5rem;
  flex-direction: column;
  align-items: flex-start;
}

.add-room-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-room-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #555;
}

.add-room-modal .modal-body {
  padding-top: 0.75rem;
}

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

.add-room-body .form-control {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  box-shadow: none !important;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}

.add-room-body input,
.add-room-body select {
  border-radius: 6px;
}

.modal-content {
  border-radius: 10px;
}


