html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* Custom styles for MBS Cosmic Integration */
.navbar-brand {
  font-weight: bold;
}

.btn-primary {
  background-color: #0078d4;
  border-color: #106ebe;
}

.btn-primary:hover {
  background-color: #106ebe;
  border-color: #005a9e;
}

.text-primary {
  color: #0078d4 !important;
}

/* Grid and table styling */
.table th {
  background-color: #f8f9fa;
  font-weight: 600;
}

.form-control:focus {
  border-color: #0078d4;
  box-shadow: 0 0 0 0.2rem rgba(0, 120, 212, 0.25);
}

/* Custom spacing */
.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

