/* Teeyz Admin Portal - Custom Styles */

/* Flash message */
.flash-msg {
  margin: 15px;
}

/* Price range slider */
.price-slider input[type="range"] {
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}
.price-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #007bff;
  border-radius: 50%;
  cursor: pointer;
}

/* Login page auth background */
.bg-card-gradient {
  background: linear-gradient(135deg, #0d6efd, #0a58ca);
}

/* Content wrapper */
.content {
  padding-top: 0;
}

/* Navbar brand spacing fix */
.navbar-brand img {
  max-height: 40px;
}

/* DataTable export button */
#btn-export-excel {
  cursor: pointer;
}
