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;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.event-day-table th,
.event-day-table td,
.report-table th,
.report-table td {
  white-space: nowrap;
}

@media print {
  body {
    margin: 0;
  }

  header,
  .navbar,
  .no-print,
  footer {
    display: none !important;
  }

  .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .alert {
    border: 1px solid #000 !important;
    background: transparent !important;
    color: #000 !important;
    padding: 0.4rem 0.6rem !important;
  }

  .event-day-page,
  .financial-report-page {
    font-size: 11pt;
  }

  .event-day-table,
  .report-table {
    width: 100%;
    border-collapse: collapse;
  }

  .event-day-table th,
  .event-day-table td,
  .report-table th,
  .report-table td {
    border: 1px solid #000 !important;
    padding: 0.25rem 0.4rem !important;
    background: transparent !important;
    color: #000 !important;
  }

  a {
    color: #000 !important;
    text-decoration: none !important;
  }
}
