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;
}

/* ===========================
   Agenda
=========================== */

.table-agenda {
    font-size: 0.85rem;
}

    .table-agenda th,
    .table-agenda td {
        padding: 0.45rem 0.60rem;
        vertical-align: middle;
    }

/* ===========================
   Modal Pedido
=========================== */

.modal-xl {
    max-width: 95%;
}

.pedido-card {
    font-size: 0.90rem;
}

    .pedido-card h3 {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    .pedido-card .card {
        border-radius: 8px;
        border: 1px solid #dee2e6;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.08);
    }

    .pedido-card .card-header {
        background-color: #f8f9fa;
        font-size: 1rem;
        font-weight: 600;
    }

    .pedido-card strong {
        display: block;
        font-size: 0.78rem;
        font-weight: 600;
        color: #6c757d;
        text-transform: uppercase;
        margin-bottom: 2px;
    }

    .pedido-card .card-body {
        line-height: 1.35;
    }

    .pedido-card .row > div {
        margin-bottom: 12px;
    }