@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800&display=swap");
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: "Nunito Sans", sans-serif;
}
body a {
  color: #006ddf;
}
body h1 {
  color: #7413dc;
  margin-bottom: 1rem;
}
body .form-group, body .form-floating {
  margin-bottom: 1rem;
}
body .input[readonly] {
  background-color: #e9ecef; /* Light gray background */
  cursor: not-allowed; /* Change cursor to indicate non-editable */
}
body .btn-primary {
  background-color: #7413dc;
  border-color: #7413dc;
}
body .btn-primary:hover {
  background-color: #9e5ae7;
  border-color: #9e5ae7;
  color: black;
}

.section-booking .no-camp {
  background-color: #EEEEEE;
}
.section-booking thead tr th {
  text-align: center;
}
.section-booking thead tr th h4 {
  font-size: 1.25rem;
  color: #7413dc;
}
.section-booking thead tr th p {
  margin-bottom: 0;
}
.section-booking thead tr th sup a {
  text-decoration: none;
  color: #00a794;
}
.section-booking tbody .section-name {
  vertical-align: middle;
}
.section-booking tbody .section-name img {
  max-width: 90px;
  max-height: 25px;
}

table#all-groups tr.invoiced {
  color: #23a950 !important;
}
table#all-groups.table-striped > tbody > tr.invoiced:nth-of-type(odd) > * {
  color: #23a950 !important;
}
table#all-groups td.due {
  color: #7413dc;
}
table#all-groups td.overdue {
  color: #e22e12;
}

.campers a {
  text-decoration: none;
}
.campers a h2 {
  color: #7413dc;
}
.campers .card-img-top {
  width: 100%;
}
.campers i {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .campers .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: contain;
  }
}

.details-form .section-title {
  margin-top: 2rem;
}
.details-form .section-title h4 {
  background-color: #7413dc;
  color: #FFFFFF;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1rem;
}
.details-form .section-title.top {
  margin-top: 1rem;
}
.details-form .section-sub-title h4, .details-form .section-sub-title h5 {
  border-bottom: 1px solid #7413dc;
}
.details-form .row.hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .details-form input[type=text], .details-form select {
    margin-bottom: 10px;
  }
}

.card.health-card img.section-logo {
  max-height: 25px;
  max-width: 120px;
}
.card.health-card .permissions {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1rem;
}
.card.health-card .permissions p {
  margin-bottom: 0;
}
.card.health-card .permissions .Allowed, .card.health-card .permissions .AbleTo {
  color: #23a950;
}
.card.health-card .permissions .NotAllowed, .card.health-card .permissions .NoAbleTo {
  color: #e22e12;
}
.card.health-card .permissions .activities span {
  margin-right: 1rem;
}
.card.health-card ul.ice-people {
  padding-left: 0;
}
.card.health-card ul.ice-people li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}
.card.health-card .big-warning {
  background-color: #e22e12;
  color: #FFFFFF;
  padding: 1rem;
}
.card.health-card .big-warning p {
  margin-bottom: 0;
}

.lunch-option-display {
  font-size: 1.5rem;
  color: #00a794;
}

.activity-scan-card .award-trophy {
  font-size: 3rem;
}

:root {
  --bs-primary: #7413dc;
  --bs-primary-rgb: 116, 19, 220;
  --bs-secondary: #00a794;
  --bs-secondary-rgb: 0, 167, 148;
  --bs-success: #23a950;
  --bs-success-rgb: 35, 169, 80;
  --bs-info: #006ddf;
  --bs-info-rgb: 0, 109, 223;
  --bs-warning: #ffee27;
  --bs-warning-rgb: 255, 238, 39;
  --bs-danger: #e22e12;
  --bs-danger-rgb: 226, 46, 18;
  --bs-dark: #000000;
  --bs-dark-rgb: 0, 0, 0;
  --bs-light: #f8f9fa;
  --bs-light-rgb: 248, 249, 250;
  --scouts-purple: #7413dc;
  --scouts-teal: #00a794;
  --scouts-red: #e22e12;
  --scouts-pink: #ffb4e5;
  --scouts-green-cubs: #23a950;
  --scouts-navy-explorers: #003982;
  --scouts-blue-beavers: #006ddf;
  --scouts-yellow: #ffee27;
  --scouts-green-section: #004851;
  --bs-font-sans-serif: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-heading-font-family: 'Nunito Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

.btn-secondary {
  --bs-btn-bg: #00a794;
  --bs-btn-border-color: #00a794;
  --bs-btn-hover-bg: rgb(0, 116, 102.8023952096);
  --bs-btn-hover-border-color: rgb(0, 116, 102.8023952096);
  --bs-btn-active-bg: rgb(0, 90.5, 80.2035928144);
  --bs-btn-active-border-color: rgb(0, 90.5, 80.2035928144);
}

.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 rgba(116, 19, 220, 0.5);
}

.bg-scouts-purple {
  background-color: #7413dc !important;
}

.bg-scouts-teal {
  background-color: #00a794 !important;
}

.bg-scouts-red {
  background-color: #e22e12 !important;
}

.bg-scouts-pink {
  background-color: #ffb4e5 !important;
}

.bg-scouts-green-cubs {
  background-color: #23a950 !important;
}

.bg-scouts-navy-explorers {
  background-color: #003982 !important;
}

.bg-scouts-blue-beavers {
  background-color: #006ddf !important;
}

.bg-scouts-yellow {
  background-color: #ffee27 !important;
}

.bg-scouts-green-section {
  background-color: #004851 !important;
}

.text-scouts-purple {
  color: #7413dc !important;
}

.text-scouts-teal {
  color: #00a794 !important;
}

.text-scouts-red {
  color: #e22e12 !important;
}

.text-scouts-pink {
  color: #ffb4e5 !important;
}

.text-scouts-green-cubs {
  color: #23a950 !important;
}

.text-scouts-navy-explorers {
  color: #003982 !important;
}

.text-scouts-blue-beavers {
  color: #006ddf !important;
}

.text-scouts-yellow {
  color: #ffee27 !important;
}

.text-scouts-green-section {
  color: #004851 !important;
}

.border-scouts-purple {
  border-color: #7413dc !important;
}

.border-scouts-teal {
  border-color: #00a794 !important;
}

.border-scouts-green-section {
  border-color: #004851 !important;
}

.badge.bg-scouts-purple,
.badge.bg-scouts-teal,
.badge.bg-scouts-red,
.badge.bg-scouts-navy-explorers,
.badge.bg-scouts-blue-beavers,
.badge.bg-scouts-green-cubs,
.badge.bg-scouts-green-section {
  color: #ffffff !important;
}

.badge.bg-scouts-yellow,
.badge.bg-scouts-pink {
  color: #000000 !important;
}

.btn-scouts-purple {
  background-color: #7413dc;
  border-color: #7413dc;
  color: #ffffff;
}
.btn-scouts-purple:hover {
  background-color: rgb(91.2468619247, 14.9456066946, 173.0543933054);
  border-color: rgb(91.2468619247, 14.9456066946, 173.0543933054);
  color: #ffffff;
}

.btn-scouts-teal {
  background-color: #00a794;
  border-color: #00a794;
  color: #ffffff;
}
.btn-scouts-teal:hover {
  background-color: rgb(0, 116, 102.8023952096);
  border-color: rgb(0, 116, 102.8023952096);
  color: #ffffff;
}

.btn-outline-scouts-purple {
  border-color: #7413dc;
  color: #7413dc;
}
.btn-outline-scouts-purple:hover {
  background-color: #7413dc;
  color: #ffffff;
}

.btn-outline-scouts-teal {
  border-color: #00a794;
  color: #00a794;
}
.btn-outline-scouts-teal:hover {
  background-color: #00a794;
  color: #ffffff;
}

.home-hero {
  background: linear-gradient(135deg, #7413dc 0%, rgb(86.2962343096, 14.1347280335, 163.6652719665) 100%);
}
.home-hero .hero-logo-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.home-hero .hero-logo-box img {
  max-height: 50px;
  max-width: 100px;
}
.home-hero .hero-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff !important;
}
@media (min-width: 992px) {
  .home-hero .hero-title {
    font-size: 1.75rem;
  }
}
.home-hero .hero-dates {
  opacity: 0.9;
  font-size: 0.95rem;
}
.home-hero .hero-badge {
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.85rem;
}
.home-hero .hero-contact a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}
.home-hero .hero-contact a:hover {
  color: #ffffff;
}

.feature-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}
.feature-card .feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-card .card-body {
  padding: 1.5rem;
}
.feature-card .card-title {
  color: #000000;
  font-weight: 600;
}

.quick-action-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.quick-action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
}
.quick-action-card .action-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.quick-action-card .card-title {
  color: #000000;
  font-weight: 600;
}

.admin-phase-toggle {
  padding: 6px 0;
  font-size: 0.75rem;
}
.admin-phase-toggle .admin-phase-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 4px 12px;
  color: #666;
}
.admin-phase-toggle .admin-phase-pill span {
  color: #888;
}
.admin-phase-toggle .admin-phase-pill a {
  color: #666;
  text-decoration: none;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 2px;
  transition: all 0.15s ease;
}
.admin-phase-toggle .admin-phase-pill a:hover {
  background: rgba(116, 19, 220, 0.1);
  color: #7413dc;
}
.admin-phase-toggle .admin-phase-pill a.active {
  background: #7413dc;
  color: #ffffff;
}

.section-header {
  color: #6c757d;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.section-header i {
  margin-right: 0.5rem;
}

.page-header-banner {
  background: linear-gradient(135deg, #7413dc 0%, rgb(91.2468619247, 14.9456066946, 173.0543933054) 100%);
  padding: 1.25rem 0;
  margin-bottom: 1.5rem;
}
.page-header-banner h1 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.page-header-banner h1 i {
  margin-right: 0.5rem;
  opacity: 0.85;
}
.page-header-banner .breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
}
.page-header-banner .breadcrumb .breadcrumb-item {
  font-size: 0.85rem;
}
.page-header-banner .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
}
.page-header-banner .breadcrumb .breadcrumb-item a:hover {
  color: #ffffff;
}
.page-header-banner .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.6);
}
.page-header-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.hover-lift {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.admin-page-header .event-icon {
  flex-shrink: 0;
}

.stat-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}
.stat-card .stat-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.stat-card .stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1;
  color: #000000;
}
.stat-card .stat-label {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 500;
}

.admin-section-card {
  transition: box-shadow 0.2s ease;
}
.admin-section-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}
.admin-section-card .card-title {
  font-size: 1rem;
  font-weight: 600;
}

.admin-action-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #333;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.admin-action-link i {
  width: 20px;
  margin-right: 0.5rem;
  text-align: center;
  color: #6c757d;
}
.admin-action-link:hover {
  background-color: rgba(116, 19, 220, 0.08);
  color: #7413dc;
}
.admin-action-link:hover i {
  color: #7413dc;
}
.admin-action-link .badge {
  margin-left: auto;
}

.setting-item {
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 0.5rem;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.user-detail-header .user-avatar {
  flex-shrink: 0;
}

.role-chip {
  transition: background-color 0.15s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.role-chip:hover {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.role-chip a {
  opacity: 0.6;
  transition: opacity 0.15s ease;
}
.role-chip a:hover {
  opacity: 1;
}

.user-stat-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.user-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.user-stat-card .stat-value {
  font-weight: 600;
  color: #7413dc;
}

.access-card {
  transition: all 0.15s ease;
  border-left: 3px solid transparent;
}
.access-card:hover {
  border-left-color: #7413dc;
  background-color: rgba(116, 19, 220, 0.02);
}
.access-card.access-level-admin {
  border-left-color: #7413dc;
}
.access-card.access-level-readwrite {
  border-left-color: #198754;
}
.access-card.access-level-readonly {
  border-left-color: #6c757d;
}

.crew-application-item {
  border-left: 3px solid #dee2e6;
}
.crew-application-item.status-pending {
  border-left-color: #ffc107;
}
.crew-application-item.status-accepted {
  border-left-color: #198754;
}
.crew-application-item.status-rejected {
  border-left-color: #dc3545;
}

.shift-card {
  border-radius: 0.375rem;
}
.shift-card .shift-time {
  font-weight: 500;
  color: #7413dc;
}

.user-details-tabs .nav-link {
  color: #495057;
  border: none;
  padding: 0.75rem 1rem;
}
.user-details-tabs .nav-link:hover {
  color: #7413dc;
  background-color: rgba(116, 19, 220, 0.05);
}
.user-details-tabs .nav-link.active {
  color: #7413dc;
  font-weight: 500;
  border-bottom: 2px solid #7413dc;
}

.quick-action-btn {
  transition: all 0.15s ease;
}
.quick-action-btn:hover {
  transform: translateY(-1px);
}

.variant-row {
  background-color: #fafafa;
  transition: background-color 0.15s ease;
}
.variant-row:hover {
  background-color: #f0f0f0;
}

.table .product-thumb {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 0.25rem;
}

.merch-shop .shop-hero {
  background: linear-gradient(135deg, #7413dc 0%, rgb(86.2962343096, 14.1347280335, 163.6652719665) 100%);
  padding: 2rem 0;
  margin-bottom: 0;
}
.merch-shop .shop-hero.shop-hero-compact {
  padding: 1rem 0;
}
.merch-shop .shop-hero .shop-hero-title {
  color: #ffffff !important;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .merch-shop .shop-hero .shop-hero-title {
    font-size: 2rem;
  }
}
.merch-shop .shop-hero .shop-hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
  font-size: 1rem;
}
.merch-shop .product-grid {
  margin-bottom: 2rem;
}
.merch-shop .product-card {
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.merch-shop .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.merch-shop .product-card .product-image-wrapper {
  position: relative;
  padding-top: 66.67%;
  background: #f8f9fa;
  overflow: hidden;
}
.merch-shop .product-card .product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.merch-shop .product-card:hover .product-image {
  transform: scale(1.05);
}
.merch-shop .product-card .product-image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dee2e6;
  font-size: 3rem;
}
.merch-shop .product-card .product-details {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.merch-shop .product-card .product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
}
.merch-shop .product-card .product-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
.merch-shop .product-card .product-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #7413dc;
  white-space: nowrap;
}
.merch-shop .product-card .product-description {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 1rem;
  flex: 1;
}
.merch-shop .size-hint {
  color: #7413dc;
  font-weight: 500;
  animation: pulse-hint 2s ease-in-out infinite;
}
.merch-shop .size-hint i {
  animation: point-right 1s ease-in-out infinite;
}
@keyframes pulse-hint {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes point-right {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
}
.merch-shop .size-selector {
  margin-bottom: 1rem;
}
.merch-shop .size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.merch-shop .size-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 36px;
  padding: 0 0.75rem;
  border: 2px solid #dee2e6;
  border-radius: 0.5rem;
  background: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #495057;
  cursor: pointer;
  transition: all 0.15s ease;
}
.merch-shop .size-pill:hover {
  border-color: #7413dc;
  color: #7413dc;
}
.merch-shop .size-pill.selected {
  border-color: #7413dc;
  background: #7413dc;
  color: #ffffff;
}
.merch-shop .qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  overflow: hidden;
}
.merch-shop .qty-stepper .qty-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: #f8f9fa;
  color: #495057;
  cursor: pointer;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merch-shop .qty-stepper .qty-btn:hover:not(:disabled) {
  background: #e9ecef;
  color: #7413dc;
}
.merch-shop .qty-stepper .qty-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.merch-shop .qty-stepper .qty-input {
  width: 48px;
  height: 36px;
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  background: #ffffff;
}
.merch-shop .cart-sidebar {
  position: sticky;
  top: 1rem;
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.merch-shop .cart-sidebar .cart-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
.merch-shop .cart-sidebar .cart-items {
  max-height: 350px;
  overflow-y: auto;
  padding: 0.5rem;
}
.merch-shop .cart-sidebar .cart-empty {
  padding: 2rem;
  text-align: center;
}
.merch-shop .cart-sidebar .cart-footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid #eee;
  background: #fafafa;
}
.merch-shop .cart-sidebar .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
}
.merch-shop .cart-sidebar .cart-total strong {
  font-size: 1.25rem;
  color: #7413dc;
}
.merch-shop .cart-sidebar .delivery-details {
  border-top: 1px solid #eee;
  padding-top: 1rem;
}
.merch-shop .cart-item {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: #fafafa;
  margin-bottom: 0.5rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.merch-shop .cart-item:last-child {
  margin-bottom: 0;
}
.merch-shop .cart-item .cart-item-image {
  width: 50px;
  height: 50px;
  border-radius: 0.375rem;
  overflow: hidden;
  flex-shrink: 0;
}
.merch-shop .cart-item .cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.merch-shop .cart-item .cart-item-image .cart-item-placeholder {
  width: 100%;
  height: 100%;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
}
.merch-shop .cart-item .cart-item-details {
  flex: 1;
  min-width: 0;
}
.merch-shop .cart-item .cart-item-name {
  font-weight: 600;
  font-size: 0.85rem;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.merch-shop .cart-item .cart-item-variant {
  font-size: 0.75rem;
  color: #6c757d;
}
.merch-shop .cart-item .cart-item-price {
  font-size: 0.75rem;
  color: #7413dc;
}
.merch-shop .cart-item .cart-item-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
.merch-shop .cart-item .cart-item-line-total {
  font-weight: 600;
  font-size: 0.85rem;
  color: #000000;
}
.merch-shop .cart-item .cart-item-remove {
  background: none;
  border: none;
  padding: 0.25rem;
  color: #dc3545;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.15s ease;
}
.merch-shop .cart-item .cart-item-remove:hover {
  opacity: 1;
}
.merch-shop .cart-qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  overflow: hidden;
}
.merch-shop .cart-qty-stepper .cart-qty-btn {
  width: 24px;
  height: 24px;
  border: none;
  background: #f8f9fa;
  color: #495057;
  cursor: pointer;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}
.merch-shop .cart-qty-stepper .cart-qty-btn:hover:not(:disabled) {
  background: #e9ecef;
  color: #7413dc;
}
.merch-shop .cart-qty-stepper .cart-qty-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.merch-shop .cart-qty-stepper .cart-qty-value {
  width: 28px;
  text-align: center;
  font-weight: 600;
  font-size: 0.8rem;
  background: #ffffff;
}
.merch-shop .cart-items-full .cart-item-full {
  display: grid;
  grid-template-columns: 80px 1fr auto auto;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  align-items: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.merch-shop .cart-items-full .cart-item-full:last-child {
  border-bottom: none;
}
@media (max-width: 575px) {
  .merch-shop .cart-items-full .cart-item-full {
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto;
    gap: 0.75rem;
  }
  .merch-shop .cart-items-full .cart-item-full .cart-item-full-qty,
  .merch-shop .cart-items-full .cart-item-full .cart-item-full-total {
    grid-column: span 1;
  }
}
.merch-shop .cart-items-full .cart-item-full-image {
  width: 80px;
  height: 80px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.merch-shop .cart-items-full .cart-item-full-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.merch-shop .cart-items-full .cart-item-full-image .cart-item-placeholder {
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .merch-shop .cart-items-full .cart-item-full-image {
    width: 60px;
    height: 60px;
  }
}
.merch-shop .cart-items-full .cart-item-full-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.merch-shop .cart-items-full .cart-item-full-name {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
.merch-shop .cart-items-full .cart-item-full-variant {
  font-size: 0.85rem;
  color: #6c757d;
}
.merch-shop .cart-items-full .cart-item-full-price {
  font-size: 0.85rem;
  color: #7413dc;
}
.merch-shop .cart-items-full .cart-item-full-qty {
  text-align: center;
}
.merch-shop .cart-items-full .cart-item-full-qty .cart-qty-stepper .cart-qty-btn {
  width: 32px;
  height: 32px;
}
.merch-shop .cart-items-full .cart-item-full-qty .cart-qty-stepper .cart-qty-value {
  width: 36px;
  font-size: 0.9rem;
}
.merch-shop .cart-items-full .cart-item-full-total {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.merch-shop .cart-items-full .cart-item-full-line-total {
  font-size: 1.1rem;
  font-weight: 700;
  color: #7413dc;
}
.merch-shop .mobile-cart-btn {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #7413dc;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 16px rgba(116, 19, 220, 0.4);
  z-index: 1000;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.merch-shop .mobile-cart-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(116, 19, 220, 0.5);
  color: #ffffff;
}
.merch-shop .mobile-cart-btn .mobile-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 22px;
  height: 22px;
  border-radius: 11px;
  background: #e22e12;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}
.merch-shop .order-card {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.merch-shop .order-card .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: #fafafa;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.merch-shop .order-card .order-items {
  padding: 1rem 1.25rem;
}
.merch-shop .order-card .order-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.merch-shop .order-card .order-item:last-child {
  border-bottom: none;
}
.merch-shop .order-card .order-item-name {
  flex: 1;
}
.merch-shop .order-card .order-item-qty {
  color: #6c757d;
  padding: 0 1rem;
}
.merch-shop .order-card .order-item-price {
  font-weight: 600;
  min-width: 80px;
  text-align: right;
}
.merch-shop .order-card .order-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: #fafafa;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.merch-shop .order-card .order-total {
  font-size: 1.1rem;
}
.merch-shop .order-card .order-total strong {
  color: #7413dc;
  margin-left: 0.5rem;
}
.merch-shop .status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
}
.merch-shop .status-badge.status-placed {
  background: rgba(255, 238, 39, 0.2);
  color: rgb(115.5, 106.4097222222, 0);
}
.merch-shop .status-badge.status-paid {
  background: rgba(35, 169, 80, 0.15);
  color: #23a950;
}
.merch-shop .status-badge.status-invoicedawaitingpayment {
  background: rgba(0, 109, 223, 0.15);
  color: #006ddf;
}
.merch-shop .status-badge.status-cancelled {
  background: rgba(226, 46, 18, 0.15);
  color: #e22e12;
}

.toast-container .toast {
  min-width: 280px;
  border-radius: 0.5rem;
}

.auth-page {
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(116, 19, 220, 0.03) 0%, rgba(0, 167, 148, 0.03) 100%);
}
.auth-page .auth-event-logo {
  max-height: 80px;
  width: auto;
}
.auth-page .auth-card {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.auth-page .auth-card-header {
  padding: 2rem 2rem 1rem;
}
.auth-page .auth-card-header .auth-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #7413dc;
  margin-bottom: 0.5rem;
}
.auth-page .auth-card-header .auth-subtitle {
  color: #6c757d;
  margin-bottom: 0;
}
.auth-page .auth-card-body {
  padding: 1rem 2rem 2rem;
}
.auth-page .auth-footer {
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
  margin-top: 1rem;
}
.auth-page .auth-divider {
  position: relative;
  text-align: center;
  margin: 1.5rem 0;
}
.auth-page .auth-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e9ecef;
}
.auth-page .auth-divider span {
  position: relative;
  background: #ffffff;
  padding: 0 1rem;
  color: #adb5bd;
  font-size: 0.875rem;
}
.auth-page .auth-link {
  color: #7413dc;
  text-decoration: none;
  font-weight: 600;
}
.auth-page .auth-link:hover {
  color: rgb(91.2468619247, 14.9456066946, 173.0543933054);
  text-decoration: underline;
}
.auth-page .auth-group-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(116, 19, 220, 0.1);
  color: #7413dc;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.auth-page .auth-icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.auth-page .auth-icon-circle.auth-icon-primary {
  background: rgba(116, 19, 220, 0.1);
  color: #7413dc;
}
.auth-page .auth-icon-circle.auth-icon-success {
  background: rgba(35, 169, 80, 0.1);
  color: #23a950;
}
.auth-page .auth-icon-circle.auth-icon-warning {
  background: rgba(255, 238, 39, 0.2);
  color: rgb(141, 129.9027777778, 0);
}
.auth-page .auth-icon-circle.auth-icon-danger {
  background: rgba(226, 46, 18, 0.1);
  color: #e22e12;
}

.otp-input-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.otp-input-container .otp-input {
  width: 52px;
  height: 64px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  border: 2px solid #dee2e6;
  border-radius: 0.75rem;
  transition: all 0.2s ease;
  background: #f8f9fa;
}
.otp-input-container .otp-input:focus {
  outline: none;
  border-color: #7413dc;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(116, 19, 220, 0.15);
}
.otp-input-container .otp-input:not(:placeholder-shown) {
  background: #ffffff;
  border-color: #7413dc;
}
.otp-input-container .otp-separator {
  font-size: 1.5rem;
  color: #adb5bd;
  margin: 0 0.25rem;
}

.otp-timer .timer-ring {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.otp-timer .timer-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.otp-timer .timer-ring .timer-ring-bg {
  fill: none;
  stroke: #e9ecef;
  stroke-width: 3;
}
.otp-timer .timer-ring .timer-ring-progress {
  fill: none;
  stroke: #00a794;
  stroke-width: 3;
  stroke-linecap: round;
  transition: stroke-dasharray 1s linear;
}
.otp-timer .timer-ring .timer-ring-progress.timer-warning {
  stroke: #ffee27;
}
.otp-timer .timer-ring .timer-ring-progress.timer-danger {
  stroke: #e22e12;
  animation: pulse-ring 0.5s ease-in-out infinite;
}
.otp-timer .timer-ring .timer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: #7413dc;
}
.otp-timer .timer-label {
  font-size: 0.75rem;
}

@keyframes pulse-ring {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.auth-benefits {
  padding: 1.5rem;
  background: rgba(116, 19, 220, 0.03);
  border-radius: 0.75rem;
}
.auth-benefits i {
  opacity: 0.8;
}

@media (max-width: 576px) {
  .auth-page .auth-card-header,
  .auth-page .auth-card-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .auth-page .auth-title {
    font-size: 1.5rem;
  }
  .otp-input-container {
    gap: 0.35rem;
  }
  .otp-input-container .otp-input {
    width: 44px;
    height: 56px;
    font-size: 1.5rem;
  }
  .otp-input-container .otp-separator {
    margin: 0 0.1rem;
  }
  .auth-benefits {
    padding: 1rem;
  }
  .auth-benefits i {
    font-size: 1.5rem !important;
  }
}
.details-form .card:has(.card-title:first-child) {
  border: none;
  border-left: 4px solid #e22e12;
  background: rgba(226, 46, 18, 0.05);
  border-radius: 0.5rem;
}
.details-form .card .card-title {
  color: #e22e12;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.details-form .card .card-title::before {
  content: "\f071";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}
.details-form .card .card-text.text-danger ul {
  margin-bottom: 0;
  padding-left: 1.25rem;
}
.details-form .card .card-text.text-danger li {
  padding: 0.25rem 0;
}
.details-form .section-title h4 {
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}
.details-form .section-sub-title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.details-form .section-sub-title h5 {
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  color: #333;
}
.details-form .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.375rem;
}
.details-form .form-control,
.details-form .form-select {
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
  padding: 0.5rem 0.75rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.details-form .form-control:focus,
.details-form .form-select:focus {
  border-color: #7413dc;
  box-shadow: 0 0 0 3px rgba(116, 19, 220, 0.15);
}
.details-form span.text-danger:not(:empty) {
  display: block;
  font-size: 0.85rem;
  margin-top: 0.375rem;
  padding: 0.375rem 0.625rem;
  background: rgba(226, 46, 18, 0.08);
  border-radius: 0.25rem;
  border-left: 3px solid #e22e12;
}
.details-form .field-validation-valid {
  display: none;
}
.details-form .form-check {
  padding: 0.625rem 0.75rem 0.625rem 2rem;
  margin-bottom: 0.375rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  transition: all 0.15s ease;
  background: #f8f9fa;
}
.details-form .form-check:hover {
  background: #f0f0f0;
  border-color: #dee2e6;
}
.details-form .form-check:has(.form-check-input:checked) {
  background: rgba(116, 19, 220, 0.08);
  border-color: rgba(116, 19, 220, 0.3);
}
.details-form .form-check-input {
  width: 1.15em;
  height: 1.15em;
  margin-top: 0.15em;
  cursor: pointer;
}
.details-form .form-check-input:checked {
  background-color: #7413dc;
  border-color: #7413dc;
}
.details-form .form-check-label {
  cursor: pointer;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}
.details-form .form-group > .form-label:has(.form-check-input[type=radio]) {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background: #f8f9fa;
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  cursor: pointer;
  transition: all 0.15s ease;
  font-weight: 400;
}
.details-form .form-group > .form-label:has(.form-check-input[type=radio]):hover {
  border-color: #7413dc;
  background: #f0f0f0;
}
.details-form .form-group > .form-label:has(.form-check-input[type=radio]):has(.form-check-input[type=radio]:checked) {
  background: rgba(116, 19, 220, 0.1);
  border-color: #7413dc;
  color: #7413dc;
}
.details-form .form-group > .form-label:has(.form-check-input[type=radio]) > .form-check-input[type=radio] {
  margin-right: 0.5rem;
  margin-top: 0;
}
.details-form label.form-check-label[for^=allergy-],
.details-form label.form-check-label[for=HasOtherAllergiesNotListed] {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.875rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background: #f8f9fa;
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  cursor: pointer;
  transition: all 0.15s ease;
  font-weight: 400;
}
.details-form label.form-check-label[for^=allergy-]:hover,
.details-form label.form-check-label[for=HasOtherAllergiesNotListed]:hover {
  border-color: #7413dc;
  background: #f0f0f0;
}
.details-form label.form-check-label[for^=allergy-]:has(.form-check-input:checked),
.details-form label.form-check-label[for=HasOtherAllergiesNotListed]:has(.form-check-input:checked) {
  background: rgba(116, 19, 220, 0.1);
  border-color: #7413dc;
  color: #7413dc;
}
.details-form label.form-check-label[for^=allergy-] .form-check-input,
.details-form label.form-check-label[for=HasOtherAllergiesNotListed] .form-check-input {
  margin-right: 0.5rem !important;
  margin-top: 0;
}
.details-form label.form-check-label[for=TravelSicknessSea],
.details-form label.form-check-label[for=TravelSicknessCoach] {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
  background: #f8f9fa;
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  cursor: pointer;
  transition: all 0.15s ease;
}
.details-form label.form-check-label[for=TravelSicknessSea]:hover,
.details-form label.form-check-label[for=TravelSicknessCoach]:hover {
  border-color: #7413dc;
}
.details-form label.form-check-label[for=TravelSicknessSea]:has(.form-check-input:checked),
.details-form label.form-check-label[for=TravelSicknessCoach]:has(.form-check-input:checked) {
  background: rgba(116, 19, 220, 0.1);
  border-color: #7413dc;
}
.details-form .row.removeable,
.details-form .row.medication-template,
.details-form .row.ice-template {
  background: #fafafa;
  padding: 1rem;
  margin-bottom: 0.75rem !important;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
}
.details-form .remove-row {
  transition: all 0.15s ease;
}
.details-form .remove-row:hover {
  background: #e22e12 !important;
  border-color: #e22e12 !important;
  color: #ffffff !important;
}
.details-form a#add-new-medication,
.details-form a#add-new-ice,
.details-form #medication-row-add .btn,
.details-form a.btn[href="#ice-rows"],
.details-form a.btn[href="#medication-rows"] {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1.25rem;
  background: #7413dc !important;
  border-color: #7413dc !important;
  border-radius: 0.375rem;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.15s ease;
  gap: 0.5rem;
}
.details-form a#add-new-medication:hover,
.details-form a#add-new-ice:hover,
.details-form #medication-row-add .btn:hover,
.details-form a.btn[href="#ice-rows"]:hover,
.details-form a.btn[href="#medication-rows"]:hover {
  background: rgb(91.2468619247, 14.9456066946, 173.0543933054) !important;
  border-color: rgb(91.2468619247, 14.9456066946, 173.0543933054) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(116, 19, 220, 0.3);
}
.details-form a#add-new-medication::before,
.details-form a#add-new-ice::before,
.details-form #medication-row-add .btn::before,
.details-form a.btn[href="#ice-rows"]::before,
.details-form a.btn[href="#medication-rows"]::before {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.details-form .alert {
  border-radius: 0.5rem;
  border: none;
  border-left: 4px solid;
}
.details-form .alert.alert-info {
  border-left-color: #006ddf;
  background: rgba(0, 109, 223, 0.08);
}
.details-form .alert.alert-warning {
  border-left-color: #ffee27;
  background: rgba(255, 238, 39, 0.15);
}
.details-form .alert.alert-success {
  border-left-color: #23a950;
  background: rgba(35, 169, 80, 0.08);
}
.details-form .alert:has(i.fa-lock) {
  border-left-color: #23a950;
  background: rgba(35, 169, 80, 0.08);
}
.details-form .alert p:last-child {
  margin-bottom: 0;
}
.details-form .form-group:has(button[type=submit]) {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}
.details-form button[type=submit] {
  padding: 0.75rem 2rem;
  font-weight: 600;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .details-form .form-check {
    padding: 0.5rem 0.625rem 0.5rem 1.75rem;
  }
  .details-form .section-title h4 {
    font-size: 1rem;
    padding: 0.625rem 1rem;
  }
  .details-form .row.removeable,
  .details-form .row.medication-template,
  .details-form .row.ice-template {
    padding: 0.75rem;
  }
  .details-form label.form-check-label[for^=allergy-],
  .details-form label.form-check-label[for=HasOtherAllergiesNotListed] {
    padding: 0.375rem 0.625rem;
    font-size: 0.9rem;
  }
  .details-form .form-group > .form-label:has(.form-check-input[type=radio]) {
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
  }
}

.account-page {
  padding-bottom: 3rem;
}

.account-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 2rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dee2e6;
}

.account-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #7413dc;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.account-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.25rem;
}

.account-email {
  color: #6c757d;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.account-nav-card {
  background: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.account-nav {
  padding: 0;
}

.account-nav-section {
  padding: 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.account-nav-section:last-child {
  border-bottom: none;
}

.account-nav-section-logout {
  background: #fafafa;
}

.account-nav-heading {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #868e96;
  margin-bottom: 0.75rem;
  padding: 0 0.75rem;
}

.account-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-nav-link {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.75rem;
  color: #495057;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 0.15s ease;
  font-size: 0.9rem;
  gap: 0.75rem;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
}
.account-nav-link i {
  width: 18px;
  text-align: center;
  color: #868e96;
  font-size: 0.9rem;
}
.account-nav-link:hover {
  background: #f8f9fa;
  color: #212529;
}
.account-nav-link:hover i {
  color: #7413dc;
}
.account-nav-link.active {
  background: rgba(116, 19, 220, 0.1);
  color: #7413dc;
}
.account-nav-link.active i {
  color: #7413dc;
}

.account-nav-logout {
  color: #dc3545;
}
.account-nav-logout i {
  color: #dc3545;
}
.account-nav-logout:hover {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.account-nav-logout:hover i {
  color: #dc3545;
}

.account-content .alert {
  border-radius: 0.5rem;
  border: none;
  border-left: 4px solid;
}
.account-content .alert.alert-success {
  border-left-color: #23a950;
  background: rgba(35, 169, 80, 0.1);
}
.account-content .alert.alert-danger {
  border-left-color: #e22e12;
  background: rgba(226, 46, 18, 0.1);
}
.account-content .alert.alert-info {
  border-left-color: #006ddf;
  background: rgba(0, 109, 223, 0.08);
}

.account-card {
  background: #ffffff;
  border-radius: 0.5rem;
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.account-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: #fafafa;
  border-bottom: 1px solid #e9ecef;
}

.account-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 0.5rem;
  background: rgba(116, 19, 220, 0.1);
  color: #7413dc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.account-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.125rem;
}

.account-card-subtitle {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0;
}

.account-card-body {
  padding: 1.5rem;
}

.account-card-actions {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ecef;
}

.account-readonly-field {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 0.875rem;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  color: #495057;
}
.account-readonly-field i {
  color: #868e96;
}

.account-info-panel {
  background: #f8f9fa;
  border-radius: 0.5rem;
  padding: 1.25rem;
  height: 100%;
}
.account-info-panel h6 {
  font-size: 0.9rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 1rem;
}
.account-info-panel ul {
  padding-left: 1.25rem;
  margin-bottom: 0;
}
.account-info-panel ul li {
  padding: 0.25rem 0;
  color: #6c757d;
  font-size: 0.85rem;
}

@media (max-width: 767.98px) {
  .account-header {
    padding: 1.5rem 0;
  }
  .account-avatar {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  .account-name {
    font-size: 1.25rem;
  }
  .account-card-header {
    padding: 1rem;
  }
  .account-card-body {
    padding: 1rem;
  }
}
.site-footer {
  background: #f8f9fa;
  color: #6c757d;
  margin-top: auto;
  border-top: 1px solid #e9ecef;
}
.site-footer .footer-main {
  padding: 2rem 0 1.5rem;
}
.site-footer .footer-brand {
  margin-bottom: 0.75rem;
}
.site-footer .footer-logo {
  max-width: 80px;
  height: auto;
  opacity: 0.7;
  margin-bottom: 0.25rem;
}
.site-footer .footer-tagline {
  font-size: 0.75rem;
  color: #868e96;
  font-weight: 500;
  margin: 0;
}
.site-footer .footer-contact a {
  color: #6c757d;
  text-decoration: none;
  font-size: 0.85rem;
}
.site-footer .footer-contact a:hover {
  color: #495057;
}
.site-footer .footer-contact i {
  margin-right: 0.4rem;
  color: #868e96;
}
.site-footer .footer-heading {
  color: #495057;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 0.75rem;
}
.site-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  margin-bottom: 0.4rem;
}
.site-footer .footer-links a {
  color: #6c757d;
  text-decoration: none;
  font-size: 0.85rem;
}
.site-footer .footer-links a:hover {
  color: #495057;
}
.site-footer .footer-links i {
  width: 18px;
  margin-right: 0.4rem;
  font-size: 0.8rem;
  color: #adb5bd;
}
.site-footer .footer-notice {
  font-size: 0.8rem;
  line-height: 1.5;
  color: #856404;
  background: #fff3cd;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  border-left: 3px solid #ffc107;
}
.site-footer .footer-bottom {
  background: #f1f3f5;
  padding: 0.75rem 0;
  border-top: 1px solid #e9ecef;
}
.site-footer .footer-copyright,
.site-footer .footer-credit {
  margin: 0;
  font-size: 0.8rem;
  color: #868e96;
}
.site-footer .footer-credit a {
  color: #6c757d;
  text-decoration: none;
}
.site-footer .footer-credit a:hover {
  color: #495057;
}
@media (max-width: 767.98px) {
  .site-footer .footer-main {
    padding: 1.5rem 0 1rem;
  }
  .site-footer .footer-bottom .col-md-6 {
    text-align: center !important;
  }
  .site-footer .footer-copyright {
    margin-bottom: 0.25rem;
  }
}

/*# sourceMappingURL=event-reg.css.map */
