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;
}

.text-center {
    text-align: center;
}

.primary-color {
    color: #1E4D7A !important;
}

.primary-button {
    background-color: #1E4D7A !important;
    color: white !important;
}

.secondary-button {
    background-color: white !important;
    color: #1E4D7A !important;
    border: 1px solid #1E4D7A !important;
}

.dropdown {
    border-radius: 28px !important;
    border: 1px solid #C1C7CE !important;
    padding: 5px 10px 5px 12px !important;
    gap: 4px !important;
}

.datepicker {
    border-radius: 28px !important;
    border: 1px solid #C1C7CE !important;
    padding: 5px 10px 5px 12px !important;
    gap: 4px !important;
}

.textbox {
    border-radius: 4px;
    border: 1px solid #C1C7CE;
    padding-left: 12px;
    padding-right: 12px;
    gap: 12px;
    height: 40px;
}
label.error {
    color: darkred;
}