.btn-primary,
.btn-primary:hover {
  background-color: #aed136;
  color: black;
  border: none;
  font-weight: bold;
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-primary:first-child:active {
  background-color: #aed136;
}

.btn-secondary,
.btn-secondary:hover {
  background-color: #1d4c7e;
  color: white;
  border: none;
  font-weight: bold;
}

.btn-secondary:hover {
  opacity: 0.9;
}

.btn-secondary:first-child:active {
  background-color: #1d4c7e;
}

.btn-gray,
.btn-gray:hover {
  background-color: #828282;
  color: white;
  border: none;
  font-weight: bold;
}

.btn-gray:hover {
  opacity: 0.9;
}

.btn.disabled {
  opacity: 0.5;
}

.btn.disabled.btn-primary {
  background-color: #aed136;
  color: black;
  cursor: not-allowed;
}

.btn.disabled.btn-secondary {
  background-color: #1d4c7e;
  color: white;
  cursor: not-allowed;
}

.btn.btn-primary:disabled {
  background-color: #aed136;
  color: black;
  cursor: not-allowed;
}

.btn.btn-secondary:disabled {
  background-color: #1d4c7e;
  color: white;
  cursor: not-allowed;
}

.form-control::file-selector-button {
  color: white;
  background-color: #1d4c7e;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  color: white;
  background-color: #1d4c7e;
  opacity: 0.9;
}

.form-control:focus {
  border-color: rgb(25, 118, 210);
  border-width: 2px;
  box-shadow: none;
  color: rgb(25, 118, 210);
}

.border-primary {
  border-color: #aed136 !important;
}

.border-secondary {
  border-color: #1d4c7e !important;
}

.popover {
  background-color: #1d4c7e;
  --bs-popover-bg: #1d4c7e;
}

.popover-header {
  background-color: #1d4c7e;
}

.popover-body {
  color: white;
  font-weight: bold;
}

.popover.bs-popover-top .popover-arrow::before {
  border-top-color: #1d4c7e;
}

.popover.bs-popover-bottom .popover-arrow::before {
  border-bottom-color: #1d4c7e;
}

.popover.bs-popover-start .popover-arrow::before {
  border-left-color: #1d4c7e;
}

.popover.bs-popover-end .popover-arrow::before {
  border-right-color: #1d4c7e;
}

.form-check-input[type='checkbox']:checked {
  background-color: #1d4c7e;
  border-color: #1d4c7e;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid;
  padding: 0;
}

.form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid;
  padding: 0;
}

.form-check-input:checked {
  background-color: #1d4c7e;
  border-color: #1d4c7e;
}

.form-check-input[type='checkbox']:indeterminate {
  background-color: #1d4c7e;
  border-color: #1d4c7e;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid;
  padding: 0;
}

.modal-title {
  font-weight: bold;
}

.alert-success {
  font-weight: bold;
  --bs-alert-color: white;
  --bs-alert-bg: #1d4c7e;
  --bs-alert-border-color: #1d4c7e;
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
