/* Application-wide style overrides */

.required-mark {
  color: #dc3545;
  margin-left: 2px;
  font-weight: bold;
}

/* btn-secondary: AdminLTE の CSS を !important で強制上書き */
.btn-secondary {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #5a6268 !important;
  border-color: #545b62 !important;
  color: #fff !important;
}

.btn-secondary:active,
.btn-secondary.active {
  background-color: #545b62 !important;
  border-color: #4e555b !important;
  color: #fff !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #fff !important;
  opacity: 0.65;
}
