html, body {
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}


body {
  font-size: 0.875rem; /* ~14px, down from 1rem (16px) */
}

.selectpicker{
  font-size: 0.85rem;
}

form {
  font-size: 0.85rem; /* Reduce overall font size in form */
}

form label,
form .form-label {
  font-size: 0.85rem; /* Smaller label text */
}

form input[type="text"],
form input,
form .form-control {
  font-size: 0.85rem; /* Smaller input text */
  padding: 6px 10px; /* Optional: reduce padding */
}


h1, h2, h3 {
  color: #2c3e50;
}


.btn {
  padding: 5px 10px;
  background: #00BFA6;
  color: white;
  font-size: 0.875rem;
}

.btn:hover {
  background: #357abd;
}