.dashboard-wrapper {
  background: #E6F3FA; /* Fallback background */
  background-image: url('/images/Topographic-Map-Pattern.png'); /* Make sure this path is correct */
  background-repeat: repeat;
  background-size: 300px;
  /* padding: 3rem 0; */
  /* min-height: 100vh; */
}
.form-label {
  font-weight: 600 !important;
}
.form-heading {
  color: #000;
  margin-bottom: 1rem;
}
.form-label {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.register-card, .contact-card, .studies-card {
  background: #fff;
  padding: 0.25rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  max-width: 600px;
}

.flex {
    display: flex;
}

.form-control {
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 1rem;
}

.form-control-list {
    padding: 3px 12px;
    font-size: .875rem;
}

.form-section {
  max-width: 550px;
  width: 100%;
}
.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #ccc !important;
  letter-spacing: 0.8px !important;
}
input.is-invalid,
textarea.is-invalid {
  border: 2px solid #dc3545; /* Bootstrap danger red */
  background-color: #fff0f0;
}

