.ttb-conc-body {
  font-family: 'Jost', sans-serif;
  background-color: #f7f9fc;
}

.ttb-conc-container {
  margin-left: 230px;
  padding: 40px;
}

.ttb-conc-menu .list-group-item {
  font-weight: 500;
  font-size: 16px;
  border: none;
}

.ttb-conc-menu .list-group-item:hover,
.ttb-conc-menu .list-group-item.active {
  background-color: #2196f3;
  color: #fff;
}
.ttb-conc-logo-img {
  max-height: 28px;
  width: auto;
}
.ttb-conc-register-page {
  min-height: 85vh;
}
.ttb-conc-logo-img {
  max-width: 160px;
  width: auto;
}
footer.footer {
  position: relative;
  bottom: 0;
  width: 100%;
}
#ttb-conc-terms-modal .modal-body {
  font-size: 15px;
  line-height: 1.6;
}
.ttb-conc-logo-img {
  max-height: 40px;
  width: auto;
}
.ttb-conc-dashboard-container {
  margin-left: 220px;
  padding: 40px;
}

.ttb-conc-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ttb-conc-summary-box {
  border-left: 6px solid #2196f3;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.ttb-conc-trip-table th, .ttb-conc-trip-table td {
  vertical-align: middle;
}
body.ttb-conc-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ttb-conc-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 220px;
  background: #f8f9fa;
  padding-top: 80px;
  border-right: 1px solid #dee2e6;
  z-index: 1000;
}

.ttb-conc-dashboard-container {
  margin-left: 220px;
  padding: 40px 50px 60px 50px;
  background: #f4f6f9;
  flex: 1;
}

.ttb-conc-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.ttb-conc-dashboard-header h1 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.ttb-conc-summary-box {
  border-left: 5px solid #2196f3;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.ttb-conc-summary-box .card-title {
  font-size: 16px;
  color: #666;
}

.ttb-conc-summary-box .display-5 {
  font-weight: 800;
  color: #2196f3;
}

.ttb-conc-trip-table th,
.ttb-conc-trip-table td {
  vertical-align: middle;
}

footer.footer {
  margin-top: auto;
  position: relative;
}
.ttb-conc-menu {
  position: fixed;
  top: 60px; /* adjust if your header is taller */
  bottom: 0;
  left: 0;
  width: 220px;
  background: #f8f9fa;
  border-right: 1px solid #dee2e6;
  overflow-y: auto;
  padding-top: 20px;
  z-index: 999;
}
.ttb-conc-submenu {
  padding-left: 15px;
}
.ttb-conc-submenu .list-group-item {
  font-size: 15px;
  padding: 5px 15px;
}
.ttb-conc-menu-item i {
  font-size: 18px;
  color: #666;
}
.ttb-conc-dashboard-container {
  margin-left: 220px;
  padding: 40px 50px;
  background: #f4f6f9;
  margin-top: 60px; /* push down below header */
}
.ttb-conc-menu {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 220px;
  background: #f8f9fa;
  border-right: 1px solid #ddd;
  z-index: 999;
  overflow-y: auto;
  transition: left 0.3s ease;
}

.ttb-conc-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: 998;
  display: none;
}

.ttb-conc-overlay.show {
  display: block;
}

@media (max-width: 991.98px) {
  .ttb-conc-menu {
    left: -220px;
  }
  .ttb-conc-menu.show {
    left: 0;
  }
  .ttb-conc-dashboard-container {
    margin-left: 0 !important;
    padding: 30px 20px !important;
    margin-top: 80px;
  }
  .ttb-conc-menu-toggle {
    margin-top: 70px;
    margin-left: 15px;
    position: relative;
    z-index: 1001;
  }
}
.ttb-conc-trip-add-container {
  margin-left: 220px;
  margin-top: 70px;
  padding: 40px;
  background: #f4f6f9;
}

.ttb-conc-trip-add-form label {
  font-weight: 600;
  color: #333;
}
.ttb-conc-booking-table td, .ttb-conc-booking-table th {
  font-size: 14px;
  vertical-align: middle;
}
.ttb-conc-dashboard-container h2,
.ttb-conc-dashboard-container h5 {
  font-weight: 700;
}
.ttb-conc-booking-table td, .ttb-conc-booking-table th {
  font-size: 14px;
  vertical-align: middle;
}
.ttb-conc-dashboard-container h2,
.ttb-conc-dashboard-container h5 {
  font-weight: 700;
}
.ttb-conc-dashboard-container h2.mb-0 {
  font-size: 24px;
}
.list-group-item em {
  color: #555;
  font-style: italic;
}
