html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Styles for Dropdown with Action Buttons (Refresh/Add) */
.dropdown-with-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-with-actions select.form-control {
    flex: 1;
    min-width: 0;
}

.dropdown-with-actions .btn {
    height: 38px;
    min-width: 38px;
    padding: 6px 12px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}