/* -----------------------------------------------
   ReserveNation — Site Styles
   ----------------------------------------------- */

/* -----------------------------------------------
   Base
   ----------------------------------------------- */

/*body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
    color: #333;
}

a {
    text-decoration: none;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}*/
/* -----------------------------------------------
   Navigation
   ----------------------------------------------- */

/*.navbar-brand {
    font-size: 1.3rem;
    letter-spacing: -0.5px;
}*/

/* -----------------------------------------------
   Cards
   ----------------------------------------------- */

/*.card {
    border-radius: 8px;
}

.card-body {
    padding: 1.5rem;
}*/

/* -----------------------------------------------
   Buttons
   ----------------------------------------------- */

/*.btn {
    border-radius: 6px;
    font-weight: 500;
}*/

/* -----------------------------------------------
   Tables
   ----------------------------------------------- */

/*.table th {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
}

.table td {
    vertical-align: middle;
}*/

/* -----------------------------------------------
   Forms
   ----------------------------------------------- */

/*.form-label {
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.form-control,
.form-select {
    border-radius: 6px;
    border-color: #dee2e6;
}

    .form-control:focus,
    .form-select:focus {
        border-color: #86b7fe;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
    }*/

/* -----------------------------------------------
   Badges
   ----------------------------------------------- */

/*.badge {
    font-weight: 500;
    font-size: 0.78rem;
    padding: 0.35em 0.65em;
    border-radius: 4px;
}*/

/* -----------------------------------------------
   Alerts
   ----------------------------------------------- */

/*.alert {
    border-radius: 8px;
    border: none;
    font-size: 0.9rem;
}*/

/* -----------------------------------------------
   Progress bar
   ----------------------------------------------- */

/*.progress {
    border-radius: 10px;
    background-color: #e9ecef;
}

.progress-bar {
    border-radius: 10px;
    background-color: #0d6efd;
    transition: width 0.4s ease;
}*/

/* -----------------------------------------------
   Diary / Dashboard
   ----------------------------------------------- */

/*.booking-row-test {
    opacity: 0.6;
}

.time-slot-btn {
    min-width: 80px;
    font-size: 0.9rem;
}

    .time-slot-btn.selected {
        background-color: #0d6efd;
        color: white;
        border-color: #0d6efd;
    }*/

/* -----------------------------------------------
   Widget
   ----------------------------------------------- */

/*.widget-container {
    max-width: 480px;
    margin: 0 auto;
    padding: 1.25rem;
}

    .widget-container .card {
        border: none;
        box-shadow: none;
    }*/

/* Slot buttons in widget */
/*.slot-btn {
    min-width: 85px;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 6px;
    padding: 0.4rem 0.75rem;
    transition: all 0.15s ease;
}

    .slot-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .slot-btn.selected {
        background-color: #0d6efd;
        border-color: #0d6efd;
        color: white;
    }*/

/* -----------------------------------------------
   Onboarding
   ----------------------------------------------- */

/*.onboarding-card {
    max-width: 640px;
    margin: 0 auto;
}*/

/* -----------------------------------------------
   Pricing cards
   ----------------------------------------------- */

/*.pricing-card {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .pricing-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    }

    .pricing-card.selected,
    .pricing-card.border-primary {
        border-width: 2px !important;
    }*/

/* -----------------------------------------------
   Settings nav
   ----------------------------------------------- */

/*.settings-nav .nav-link {
    color: #495057;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

    .settings-nav .nav-link:hover {
        background-color: #f8f9fa;
        color: #0d6efd;
    }

    .settings-nav .nav-link.active {
        background-color: #e7f1ff;
        color: #0d6efd;
        font-weight: 500;
    }*/

/* -----------------------------------------------
   Cover usage indicator
   ----------------------------------------------- */

/*.cover-usage-bar {
    height: 8px;
    border-radius: 10px;
}*/

/* -----------------------------------------------
   Utilities
   ----------------------------------------------- */

/*.font-monospace {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.85rem;
}

.cursor-pointer {
    cursor: pointer;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}*/

/* -----------------------------------------------
   Responsive
   ----------------------------------------------- */

/*@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.85rem;
    }

    .btn-sm {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    .card-body {
        padding: 1rem;
    }
}*/

/* -----------------------------------------------
   Print
   ----------------------------------------------- */

/*@media print {
    .navbar,
    .btn,
    footer {
        display: none !important;
    }

    .card {
        border: 1px solid #dee2e6 !important;
        box-shadow: none !important;
    }
}*/


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;
}