/* Front-end custom css */
/* Neue Plak Fonts Import */

@font-face {
  font-family: "Neue Plak Black";
  src: url("../custom_fonts/Neue Plak Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Neue Plak Bold";
  src: url("../custom_fonts/Neue Plak Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Neue Plak Regular";
  src: url("../custom_fonts/Neue Plak Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Neue Plak Light";
  src: url("../custom_fonts/Neue Plak Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Neue Plak Thin";
  src: url("../custom_fonts/Neue Plak Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Neue Plak UltraLight";
  src: url("../custom_fonts/Neue Plak UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

/* Add more styles as needed */

body {
  font-family: "Neue Plak Regular", sans-serif !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
h1 {
  font-family: "Neue Plak Black", sans-serif;
  font-weight: 900;
  color: #ffffff !important;
}

h2 {
  font-family: "Neue Plak Bold", sans-serif;
  font-weight: bold;
  color: #ffffff !important;
}

h3,
h4,
h5,
h6 {
  color: #ffffff !important;
}

p {
  font-family: "Neue Plak Light", sans-serif;
  font-weight: 300;
  color: #ffffff !important;
}

.custom-swal-container {
  padding: 2rem 1rem !important;
}

.custom-swal-actions.swal2-loading .swal2-loader {
  border-color: #222 transparent;
}

.custom-swal-actions.swal2-loading {
  margin-top: 1rem;
}

.swal2-popup.swal2-toast .swal2-header {
  padding: 0 !important;
  justify-content: center;
  display: flex;
}

.swal2-popup {
  width: auto !important;
}
.custom-swal-popup {
  padding: 16px 8px !important;
}

.custom-swal-content {
  padding: 0 !important;
}

.swal2-actions {
  margin: 0 !important;
}

.swal2-html-container {
  text-align: center;
}

.swal2-icon.swal2-icon-show {
  margin-right: 0 !important;
}

.custom_model .show {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: hsla(0, 0%, 3%, 1) !important;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  z-index: 9998;
  margin: auto;
}

/* Dark theme overrides */
/* Cards and containers */
.card {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border-color: #333333 !important;
}

.modal-content {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border-color: #333333 !important;
}

/* Navigation */
.navbar {
  /* background-color: #000000 !important; */
}

.navbar-nav .nav-link {
  color: #ffffff !important;
}

.navbar-nav .nav-link:hover {
  color: #f9eb06 !important;
}

/* Buttons */
.btn-primary {
  background-color: #2176ff !important;
  border-color: #2176ff !important;
  color: #ffffff !important;
}

.btn-secondary {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #ffffff !important;
}

.btn-light {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}

.btn-dark {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}

/* Forms */
.form-control {
  background-color: #333333 !important;
  border-color: #555555 !important;
  color: #ffffff !important;
}

.form-control:focus {
  background-color: #333333 !important;
  border-color: #f9eb06 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25) !important;
}

.form-label {
  color: #ffffff !important;
}

.form-select {
  background-color: #333333 !important;
  border-color: #555555 !important;
  color: #ffffff !important;
}

/* Tables */
.table {
  color: #ffffff !important;
}

.table-dark {
  --bs-table-bg: #000000 !important;
  --bs-table-striped-bg: #1a1a1a !important;
}

/* Alerts */
.alert-light {
  background-color: #333333 !important;
  border-color: #555555 !important;
  color: #ffffff !important;
}

/* Text utilities */
.text-dark {
  color: #ffffff !important;
}

.text-muted {
  color: #adb5bd !important;
}

/* Background utilities */
.bg-light {
  background-color: #1a1a1a !important;
}

.bg-white {
  background-color: #000000 !important;
}

/* Additional dark theme overrides for existing components */
.bookings-row {
  background: #333333 !important;
  border-radius: 4px;
}

.single-category {
  padding: 20px !important;
  border-radius: 12px !important;
  background: #333333 !important;
  color: #ffffff !important;
}

.nav-header {
  /* border-bottom: 1px solid #333333; */
  /* background-color: #000000 !important; */
}

.form-label {
  color: #ffffff !important;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: -0.025rem;
  text-align: left;
  margin-bottom: 0.6875rem;
}

.outofstock-event .schedule-info,
.expired-event .schedule-info {
  border-color: #666666 !important;
  color: #cccccc !important;
  background-color: #2a2a2a !important;
}

.card.shadow-sm {
  border-radius: 4px;
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border-color: #333333 !important;
}

.dropdownmenu {
  background-color: #1a1a1a !important;
  border: 1px solid #333333 !important;
  border-radius: 10px;
}

.dropdownmenu a {
  color: #ffffff !important;
}

.dropdownmenu a:hover {
  background-color: #333333 !important;
  color: #f9eb06 !important;
}

/* Fix text colors that should be white */
.text-secondary {
  color: #adb5bd !important;
}

.text-body {
  color: #ffffff !important;
}

/* Fix all text elements */
span,
div,
li,
td,
th,
small,
strong,
b,
em{
  color: inherit !important;
}

/* Ensure primary text is yellow */
.text-primary {
  color: #f9eb06 !important;
}

/* Fix any remaining grey text */
.text-gray-600,
.text-gray-700,
.text-gray-800,
.text-gray-900 {
  color: #ffffff !important;
}

/* Logo fixes */
.logo img {
  max-height: 50px !important;
  width: auto !important;
  height: auto !important;
}

.navbar-brand img {
  max-height: 50px !important;
  width: auto !important;
  height: auto !important;
}

/* Button color fixes - YELLOW PRIMARY */
.btn-primary {
  background-color: #f9eb06 !important;
  border-color: #f9eb06 !important;
  color: #000000 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #f9eb06 !important;
  border-color: #f9eb06 !important;
  color: #000000 !important;
}

/* Ensure buttons don't turn blue unexpectedly */
.btn {
  color: inherit;
}

.btn-outline-primary {
  background-color: transparent !important;
  border-color: #f9eb06 !important;
  color: #f9eb06 !important;
}

.btn-outline-primary:hover {
  background-color: #f9eb06 !important;
  border-color: #f9eb06 !important;
  color: #000000 !important;
}

/* Fix any links that might be wrong color */
a {
  color: #f9eb06 !important;
}

a:hover {
  color: #f9eb06 !important;
}

/* Navbar specific text fixes */
.navbar-nav .nav-link,
.navbar-text {
  color: #ffffff !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #f9eb06 !important;
}

/* Card text fixes */
.card-body,
.card-text,
.card-title {
  color: #ffffff !important;
}

/* List text fixes */
ul li,
ol li {
  color: #ffffff !important;
}

/* Table text fixes */
.table td,
.table th {
  color: #ffffff !important;
  border-color: #333333 !important;
}

/* Input placeholder text */
.form-control::placeholder {
  color: #adb5bd !important;
}

/* Footer text if any */
footer,
.footer {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.footer-logo {
  max-width: 100px;
}

/* Sidebar text fixes */
.sidebar,
.sidebar-nav {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

/* Pagination fixes */
.pagination .page-link {
  background-color: #333333 !important;
  border-color: #555555 !important;
  color: #ffffff !important;
}

.pagination .page-link:hover {
  background-color: #f9eb06 !important;
  border-color: #f9eb06 !important;
  color: #000000 !important;
}

.pagination .page-item.active .page-link {
  background-color: #f9eb06 !important;
  border-color: #f9eb06 !important;
  color: #000000 !important;
}

/* Additional element fixes */
/* Breadcrumb fixes */
.breadcrumb {
  background-color: transparent !important;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: #ffffff !important;
}

.breadcrumb-item.active {
  color: #adb5bd !important;
}

/* Badge fixes */
.badge {
  color: #ffffff !important;
}

.badge-light {
  background-color: #333333 !important;
  color: #ffffff !important;
}

/* Tab fixes */
.nav-tabs .nav-link {
  background-color: #333333 !important;
  border-color: #555555 !important;
  color: #ffffff !important;
}

.nav-tabs .nav-link.active {
  background-color: #f9eb06 !important;
  border-color: #f9eb06 !important;
  color: #000000 !important;
}

/* Tooltip fixes */
.tooltip-inner {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

/* List group fixes */
.list-group-item {
  background-color: rgba(5, 1, 1, 0.7) !important;
  border-color: #555555 !important;
  color: #ffffff !important;
}

.list-group-item.active {
  background-color: #f9eb06 !important;
  border-color: #f9eb06 !important;
  color: #000000 !important;
}

/* Progress bar fixes */
.progress {
  background-color: #333333 !important;
}

.progress-bar {
  background-color: #f9eb06 !important;
}

/* Accordion fixes */
.accordion-item {
  background-color: #333333 !important;
  border-color: #555555 !important;
}

.accordion-header button {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.accordion-body {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

/* Spinner/loading fixes */
.spinner-border {
  border-color: #333333 !important;
  border-top-color: #f9eb06 !important;
}

/* Text color overrides for specific utility classes */
.text-white {
  color: #ffffff !important;
}

.text-light {
  color: #ffffff !important;
}

.text-dark {
  color: #ffffff !important;
}

/* Ensure all headings are white */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #ffffff !important;
}

.z-index-9 {
  z-index: 9;
}

.btn.btn-checkout {
  background: #ffe900 !important;
  color: #000 !important;
  border: none !important;
}

/* Fix yellow button visibility issues */
.btn-warning,
.btn.btn-warning {
  background-color: #ffe900 !important;
  border-color: #ffe900 !important;
  color: #000 !important;
  font-weight: 600;
}

.btn-warning:hover,
.btn.btn-warning:hover {
  background-color: #e6d100 !important;
  border-color: #e6d100 !important;
  color: #000 !important;
}

.btn-warning:focus,
.btn.btn-warning:focus,
.btn-warning:active,
.btn.btn-warning:active {
  background-color: #ccb800 !important;
  border-color: #ccb800 !important;
  color: #000 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 233, 0, 0.25) !important;
}

/* Fix outline warning buttons */
.btn-outline-warning {
  color: #ffe900 !important;
  border-color: #ffe900 !important;
  background-color: transparent !important;
}

.btn-outline-warning:hover {
  color: #000 !important;
  background-color: #ffe900 !important;
  border-color: #ffe900 !important;
}

/* Custom yellow buttons with improved visibility */
.bg-trends-yellow,
.bg-trends-yellow * {
  background-color: #ffe900 !important;
  color: #000 !important;
}

/* Dashboard improvements */
.apex-charts {
  font-family: "DM Sans", sans-serif !important;
}

.apex-charts .apexcharts-title-text {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.apex-charts .apexcharts-xaxis-title-text,
.apex-charts .apexcharts-yaxis-title-text {
  font-size: 12px !important;
  font-weight: 500 !important;
}

.apex-charts .apexcharts-datalabel {
  font-size: 11px !important;
  font-weight: 600 !important;
}

/* Dashboard card improvements */
.card-header h5 {
  color: var(--bs-dark) !important;
}

.card-header small {
  font-size: 0.8rem;
  color: var(--bs-gray-600) !important;
}

/* Analytics container improvements */
.analytics-page .container-fluid.event-detail {
  padding: 2rem 1.5rem;
  background-color: var(--bs-light);
  border-radius: 0.5rem;
  margin-top: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* Analytics event header */
.analytics-page .event-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--bs-dark);
  line-height: 1.3;
}

.analytics-page .pill {
  background-color: var(--bs-success);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* Analytics event image */
.analytics-page .main-event-img {
  border-radius: 0.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.analytics-page .main-event-img:hover {
  transform: scale(1.02);
}

/* Analytics buttons */
.analytics-page .border-size-md {
  border-width: 2px !important;
}

/* Analytics stats section */
.analytics-page .border-end {
  border-right: 2px solid var(--bs-gray-300) !important;
}

.analytics-page ul.list-unstyled li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--bs-gray-200);
}

.analytics-page ul.list-unstyled li:last-child {
  border-bottom: none;
}

/* Responsive improvements for analytics */
@media (max-width: 992px) {
  .analytics-page .container-fluid.event-detail {
    padding: 1.5rem 1rem;
    margin-top: 0.5rem;
  }

  .analytics-page .border-end {
    border-right: none !important;
    border-bottom: 2px solid var(--bs-gray-300) !important;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .analytics-page .event-title {
    font-size: 1.5rem;
  }
}

.ticket-info.small {
  font-size: 0.675em !important;
  margin-bottom: 6px;
}

.bg-trends-yellow {
  background-color: #ffe900 !important;
}

/* Event Details Styling */
.event-details {
  position: relative;
  background-color: #000000;
}

.event-details-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 42vh;
  background-image: url(/storage/events/September2025/17572151597BGFUFzuE5.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(20px);
  transform: scale(1.1);
  z-index: 1;
  opacity: 0.3;
}

.event-details .main-event-img {
  height: auto !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 8px;
}

.sticky-subtotal {
  position: sticky !important;
  top: 140px;
}

.form-select:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(22, 22, 23, 0) !important;
}

.bookings-row {
  background: #ededed;
  border-radius: 4px;
}

.sticky-on-desk {
  position: sticky !important;
  top: 100px;
}

.single-category {
  padding: 20px !important;
  border-radius: 12px !important;
  background: #eee !important;
}

.event-card-trend .trend-num {
  font-size: 50px !important;
  top: 90% !important;
}

.category-card-new .cat-img {
  width: 90px !important;
  height: 90px !important;
}

.event-card-trend .img-con img {
  border: none !important;
  box-shadow: none !important;
}

.nav-header.nav-header-classic .navbar .nav-link {
  font-weight: 400 !important;
  font-family: "Neue Plak Regular", sans-serif !important;
  font-size: 0.875rem !important;
  letter-spacing: 0;
}

.btn-outline-primary,
.btn-primary,
.btn-secondary {
  font-family: "Neue Plak Regular", sans-serif !important;
  border-radius: 36px !important;
  font-size: 0.875rem !important;
}

.nav-header.nav-header-classic .navbar .dropdown-menu {
  border-radius: 2px !important;
}

.nav-header.nav-header-classic.menu-space .navbar .nav-link {
  padding: 0 !important;
}

.sm-chev {
  font-size: 10px !important;
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 900 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 40px;
}

.nav-header.nav-header-classic .navbar .dropdown-menu .dropdown-item {
  font-weight: 400 !important;
  font-family: "Neue Plak Regular", sans-serif !important;
  font-size: 0.875rem !important;
}

.icon-fail-color {
  color: #ed4337 !important;
}

.icon-success-color {
  color: #4bb543 !important;
}

.fixed-toggle {
  position: fixed;
  z-index: 5;
  display: none;
  /* yemi fix */
}

.event-border-top {
  border-top: 1px solid;
}

.logo {
  padding: 6px 0;
}

.card.shadow-sm {
  border-radius: 4px;
}

.nav-lb-tab .nav-item .nav-link {
  padding: 8px 10px !important;
  font-size: 0.875rem !important;
}

.lighter-heading {
  font-weight: 300;
  font-size: 20px;
  font-style: italic;
}

.navbar-vertical-compact .navbar-nav .nav-item .nav-link .nav-icon {
  height: 35px !important;
  width: 35px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0;
}

.navbar-vertical-compact {
  background: #000 !important;
  left: 0;
  position: fixed;
  top: 80px;
  width: 80px;
  height: 100vh;
  z-index: 999;
  transition: all 0.3s ease;
}

/* Mobile responsive behavior */
@media (max-width: 992px) {
  .navbar-vertical-compact {
    width: 260px;
    transform: translateX(-100%);
  }

  .navbar-vertical-compact:not(.d-none) {
    transform: translateX(0);
  }

  #db-wrapper-two {
    margin-left: 0 !important;
  }
}

/* Desktop behavior */
@media (min-width: 993px) {
  #db-wrapper-two {
    margin-left: 0px;
    transition: margin-left 0.3s ease;
  }

  .navbar-vertical-compact.d-none {
    transform: translateX(-100%);
  }

  .navbar-vertical-compact.d-none ~ #db-wrapper-two,
  .navbar-vertical-compact.d-none + * #db-wrapper-two {
    margin-left: 0;
  }
}

/* .nav-header {
  border-bottom: 1px solid #ddd;
} */

.form-label {
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: -0.025rem;
  text-align: left;
  margin-bottom: 0.6875rem;
}

.tooltip-custom .tooltiptext {
  font-size: 0.675rem;
  font-weight: 600;
}

.form-control:focus {
  outline: 0;
  box-shadow: none !important;
}

.vs__dropdown-toggle {
  height: 42px;
}

.Cookie__button {
  font-weight: 700 !important;
  background: #ffe900 !important;
  color: #000 !important;
  font-family: "Neue Plak Regular", sans-serif !important;
  font-size: 0.875rem !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}

.Cookie__content {
  color: #fff;
  padding: 8px;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .nav-header .navbar-collapse {
    width: 300px !important;
    left: auto !important;
    padding: 12px;
    top: 80px !important;
    right: 0px !important;
    background-color: #000000 !important;
  }

  .nav-header.nav-header-classic.menu-space .navbar .nav-link {
    padding: 0 !important;
    height: 34px;
    align-items: center;
    display: flex !important;
    flex: 100%;
    font-weight: bold !important;
  }
}

@media (max-width: 575px) {
  .py-lg-21.py-16.py-md-20.position-relative {
    padding-top: 0rem !important;
    padding-bottom: 4.5rem !important;
  }

  .mobile-banner {
    background-image: url("/img/banner-pattern.png") !important;
  }

  .banner-info {
    max-width: 85% !important;
  }

  .quick-search-button {
    justify-content: flex-end;
    display: inline-flex;
    width: 100% !important;
  }

  .d-flex.gap-2.py-3.px-3.bg-primary-subtle.rounded-2.mobile-tickets-bar {
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0 !important;
    z-index: 9;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    position: fixed !important;
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.95),
      rgba(32, 32, 32, 0.99)
    );
  }
}

.bg-primary-subtle {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.outofstock-event .schedule-info,
.expired-event .schedule-info {
  border-color: #999 !important;
  color: #e6e6e6 !important;
  background-color: #e4e5e9;
}

.outofstock-event .schedule-info h6,
.expired-event .schedule-info h6 {
  color: #dfdddd !important;
  text-decoration: line-through;
}

/* Reserved Seating */
.modal-big .modal-container {
  width: 100%;
}

.modal-big .modal-container .modal-content {
  min-height: 800px;
}

.modal-small .modal-container {
  width: auto;
  margin: auto;
}

.modal-small .modal-container .modal-content {
  min-height: auto;
}

.is-relative {
  position: relative;
}

.seat-container {
  position: relative;
  overflow: auto;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  display: block;
  transform-origin: 0 0;
}

.seat-img {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  border-radius: 8px;
  border: 2px solid #777;
}

.seat-mark {
  position: absolute;
  z-index: 999;
  height: 24px;
  width: 24px;
  border-radius: 8px;
  background-color: #1b89ef;
  color: #fff;
  line-height: 2.5 !important;
  text-align: center;
  box-shadow: 1px 1px 5px -2px #000;
  font-size: 8px !important;
  font-weight: 800 !important;
  cursor: pointer;
}

.seat-disabled {
  background-color: #999;
  cursor: not-allowed !important;
}

.seat-reserved {
  background-color: #bd3372;
  cursor: not-allowed !important;
}

.seat-select {
  background-color: #38c172;
}

.seat-disabled-col {
  color: #999;
}

.seat-reserved-col {
  color: #bd3372;
}

.seat-select-col {
  color: #38c172;
}

.seat-available-col {
  color: #1b89ef;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.m-auto {
  margin: auto;
}

.no-display {
  display: none;
}

.seat-checkbox {
  position: absolute;
  z-index: 999999;
  height: 24px;
  width: 24px;
  padding: 0 !important;
  margin: 0 !important;
  display: none;
  cursor: pointer;
}

/* Authorize.net */
.wrapper-cc {
  display: flex;
  padding: 2rem;
}

@media screen and (max-width: 700px), (max-height: 500px) {
  .wrapper-cc {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.card-form {
  max-width: 570px;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .card-form {
    margin: 0 auto;
  }
}

.card-form__inner {
  background: #fff;
  box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
  border-radius: 10px;
  padding: 35px;
  padding-top: 180px;
}

@media screen and (max-width: 480px) {
  .card-form__inner {
    padding: 25px;
    padding-top: 165px;
  }
}

@media screen and (max-width: 360px) {
  .card-form__inner {
    padding: 15px;
    padding-top: 165px;
  }
}

.card-form__row {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 480px) {
  .card-form__row {
    flex-wrap: wrap;
  }
}

.card-form__col {
  flex: auto;
  margin-right: 35px;
}

.card-form__col:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .card-form__col {
    margin-right: 0;
    flex: unset;
    width: 100%;
    margin-bottom: 20px;
  }

  .card-form__col:last-child {
    margin-bottom: 0;
  }
}

.card-form__col.-cvv {
  max-width: 150px;
}

@media screen and (max-width: 480px) {
  .card-form__col.-cvv {
    max-width: initial;
  }
}

.card-form__group {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.card-form__group .card-input__input {
  flex: 1;
  margin-right: 15px;
}

.card-form__group .card-input__input:last-child {
  margin-right: 0;
}

.card-form__button {
  width: 100%;
  height: 55px;
  background: #2364d2;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
  box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .card-form__button {
    margin-top: 10px;
  }
}

.card-item {
  max-width: 430px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .card-item {
    max-width: 310px;
    height: 220px;
    width: 90%;
  }
}

@media screen and (max-width: 360px) {
  .card-item {
    height: 180px;
  }
}

.card-item.-active .card-item__side.-front {
  transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
}

.card-item.-active .card-item__side.-back {
  transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
}

.card-item__focus {
  position: absolute;
  z-index: 3;
  border-radius: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.65);
}

.card-item__focus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #08142f;
  height: 100%;
  border-radius: 5px;
  filter: blur(25px);
  opacity: 0.5;
}

.card-item__focus.-active {
  opacity: 1;
}

.card-item__side {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px 0 rgba(14, 42, 90, 0.55);
  transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
  transform-style: preserve-3d;
  transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
  backface-visibility: hidden;
  height: 100%;
}

.card-item__side.-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
  z-index: 2;
  padding: 0;
  height: 100%;
}

.card-item__side.-back .card-item__cover {
  transform: rotateY(-180deg);
}

.card-item__bg {
  max-width: 100%;
  display: block;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-item__cover {
  height: 100%;
  background-color: #1c1d27;
  position: absolute;
  height: 100%;
  background-color: #1c1d27;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.card-item__cover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 2, 29, 0.45);
}

.card-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 10px;
}

@media screen and (max-width: 480px) {
  .card-item__top {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__top {
    margin-bottom: 15px;
  }
}

.card-item__chip {
  width: 60px;
}

@media screen and (max-width: 480px) {
  .card-item__chip {
    width: 50px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__chip {
    width: 40px;
  }
}

.card-item__type {
  height: 45px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 100px;
  margin-left: auto;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .card-item__type {
    height: 40px;
    max-width: 90px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__type {
    height: 30px;
  }
}

.card-item__typeImg {
  max-width: 100%;
  object-fit: contain;
  max-height: 100%;
  object-position: top right;
}

.card-item__info {
  color: #fff;
  width: 100%;
  max-width: calc(100% - 85px);
  padding: 10px 15px;
  font-weight: 500;
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .card-item__info {
    padding: 10px;
  }
}

.card-item__holder {
  opacity: 0.7;
  font-size: 13px;
  margin-bottom: 6px;
}

@media screen and (max-width: 480px) {
  .card-item__holder {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.card-item__wrapper {
  padding: 25px 15px;
  position: relative;
  z-index: 4;
  height: 100%;
  text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
  user-select: none;
}

@media screen and (max-width: 480px) {
  .card-item__wrapper {
    padding: 20px 10px;
  }
}

.card-item__name {
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .card-item__name {
    font-size: 16px;
  }
}

.card-item__nameItem {
  display: inline-block;
  min-width: 8px;
  position: relative;
}

.card-item__number {
  font-weight: 500;
  line-height: 1;
  color: #fff;
  font-size: 27px;
  margin-bottom: 35px;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .card-item__number {
    font-size: 21px;
    margin-bottom: 15px;
    padding: 10px 10px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__number {
    font-size: 19px;
    margin-bottom: 10px;
    padding: 10px 10px;
  }
}

.card-item__numberItem {
  width: 16px;
  display: inline-block;
}

.card-item__numberItem.-active {
  width: 30px;
}

@media screen and (max-width: 480px) {
  .card-item__numberItem {
    width: 13px;
  }

  .card-item__numberItem.-active {
    width: 16px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__numberItem {
    width: 12px;
  }

  .card-item__numberItem.-active {
    width: 8px;
  }
}

.card-item__content {
  color: #fff;
  display: flex;
  align-items: flex-start;
}

.card-item__date {
  flex-wrap: wrap;
  font-size: 18px;
  margin-left: auto;
  padding: 10px;
  display: inline-flex;
  width: 80px;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .card-item__date {
    font-size: 16px;
  }
}

.card-item__dateItem {
  position: relative;
}

.card-item__dateItem span {
  width: 22px;
  display: inline-block;
}

.card-item__dateTitle {
  opacity: 0.7;
  font-size: 13px;
  padding-bottom: 6px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .card-item__dateTitle {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

.card-item__band {
  background: rgba(0, 0, 19, 0.8);
  width: 100%;
  height: 50px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .card-item__band {
    margin-top: 20px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__band {
    height: 40px;
    margin-top: 10px;
  }
}

.card-item__cvv {
  text-align: right;
  position: relative;
  z-index: 2;
  padding: 15px;
}

.card-item__cvv .card-item__type {
  opacity: 0.7;
}

@media screen and (max-width: 360px) {
  .card-item__cvv {
    padding: 10px 15px;
  }
}

.card-item__cvvTitle {
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

.card-item__cvvBand {
  height: 45px;
  background: #fff;
  margin-bottom: 30px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  color: #1a3b5d;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
}

@media screen and (max-width: 480px) {
  .card-item__cvvBand {
    height: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__cvvBand {
    margin-bottom: 15px;
  }
}

.card-list {
  margin-bottom: -130px;
}

@media screen and (max-width: 480px) {
  .card-list {
    margin-bottom: -120px;
  }

  .site-slogan {
    text-wrap: wrap;
  }
}

.nav-header.header-position .navbar .site-slogan {
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 3.4rem !important;
  margin-top: 0.2rem !important;
}

.card-input {
  margin-bottom: 20px;
}

.card-input__label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #1a3b5d;
  width: 100%;
  display: block;
  user-select: none;
}

.card-input__input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ced6e0;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  padding: 5px 15px;
  background: none;
  color: #1a3b5d;
}

.card-input__input:hover,
.card-input__input:focus {
  border-color: #3d9cff;
}

.card-input__input:focus {
  box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}

.card-input__input.-select {
  -webkit-appearance: none;
  background-image: url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC");
  background-size: 12px;
  background-position: 90% center;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.slide-fade-up-enter-active {
  transition: all 0.25s ease-in-out;
  transition-delay: 0.1s;
  position: relative;
}

.slide-fade-up-leave-active {
  transition: all 0.25s ease-in-out;
  position: absolute;
}

.slide-fade-up-enter {
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
}

.slide-fade-up-leave-to {
  opacity: 0;
  transform: translateY(-15px);
  pointer-events: none;
}

.slide-fade-right-enter-active {
  transition: all 0.25s ease-in-out;
  transition-delay: 0.1s;
  position: relative;
}

.slide-fade-right-leave-active {
  transition: all 0.25s ease-in-out;
  position: absolute;
}

.slide-fade-right-enter {
  opacity: 0;
  transform: translateX(10px) rotate(45deg);
  pointer-events: none;
}

.slide-fade-right-leave-to {
  opacity: 0;
  transform: translateX(-10px) rotate(45deg);
  pointer-events: none;
}

.iframe-full iframe {
  width: 100%;
  height: 80vh;
}

.star-active {
  color: #fbc02d;
  margin-top: 10px;
  margin-bottom: 10px;
}

.star-active:hover {
  color: #f9a825;
  cursor: pointer;
}

.star-inactive {
  color: #cfd8dc;
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile-pic {
  width: 10%;
}

.star-rating {
  direction: rtl;
  display: inline-block;
  padding: 20px;
}

.star-rating input[type="radio"] {
  display: none;
}

.star-rating label {
  color: #bbb;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
  color: #f2b600;
}

#review_modal {
  display: none;
}

.VueCarousel-pagination {
  position: absolute;
  bottom: 2%;
}

#card-element {
  margin-bottom: 2rem;
}

.w-95 {
  width: 95% !important;
}

@media (max-width: 767px) {
  .ticket-title {
    font-size: 0.7rem;
  }

  .ticket-price {
    font-size: 0.7rem;
  }

  .w-m-50 {
    width: 50% !important;
  }
}

.ticket-selected-text {
  color: #38c172;
}

/* api-seat-img */
.api-seat-img {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #777;
}

@media (max-width: 768px) {
  .api-seat-img {
    width: unset;
  }
}

/* api-seat-img */

#loading-screen {
  z-index: 99999;
  position: fixed;
  overflow: hidden;
  top: 0;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;
  background: linear-gradient(155deg, #7f18a8 0%, #1d0475 50%, #7c17a7 100%);
}

.invalid-feedback {
  display: block;
}

.custom-dropdown {
  position: relative;
}

.dropdownmenu {
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: none;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  width: 208px;
  /* top: 200px; */
  right: 150px;
  z-index: 99999;
}

.dropdownmenu li {
  position: relative;
}

.dropdownmenu a {
  width: 200px;
  padding: 1px;
}

/* */

@media only screen and (min-width: 1200px) {
  .dropdownmenu {
    position: absolute;
    /* top: 200px; */
    right: 130px;
  }
}

@media only screen and (max-width: 1200px) {
  .dropdownmenu {
    position: absolute;
    top: -12px;
    right: 90px;
    z-index: 99999;
  }
}

.nav-lb-tab .nav-item:first-of-type {
  margin-left: 0;
}

.overlay-bg:after {
  top: unset;
}

.btn-gradient {
  border: none !important;
  box-shadow: unset !important;
}

/* CUSTOM CUSTOM */

.read_more .description-preview {
  overflow: hidden;
  max-height: 100px; /* Adjust this value as needed */
}

.read_more .description-full {
  display: none;
}

#read-more-btn {
  display: block;
  margin-top: 10px;
}
/* CUSTOM CUSTOM */

/* Horizontal scroller */
.h-scroll {
  flex-wrap: nowrap;
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: auto;
}

.h-scroll::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  background-color: #f5f5f5;
}

.h-scroll::-webkit-scrollbar-thumb {
  background-color: #dee2e6;
}

/* Vertical scroller */
.v-scroll {
  overflow-x: hidden;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-y: auto;
}

.v-scroll::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  background-color: #f5f5f5;
}

.v-scroll::-webkit-scrollbar-thumb {
  background-color: #dee2e6;
}

.mh-30 {
  max-height: 30rem;
}

.brand_input {
  height: 38px;
  width: 38px;
  padding: 1px;
  border-radius: 2px;
  border: 1px solid #0031ff;
}

.h-auto {
  height: auto !important;
}

/* Tablet */
@media (min-width: 576px) and (max-width: 991.98px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/* Mobile CSS */
@media screen and (max-width: 768px) {
  .dashboard .event-detail .main-event-img {
    height: 285px;
  }

  .dashboard .scanner {
    height: 285px;
  }
}

/* Desktop CSS */
@media screen and (min-width: 769px) {
  .dashboard .event-detail .main-event-img {
    height: 385px;
  }

  .dashboard .scanner {
    height: 385px;
  }
}

/* iPad Air */
@media only screen and (min-width: 820px) and (orientation: portrait) {
  .dashboard .event-detail .main-event-img {
    height: 340px;
  }

  .dashboard .scanner {
    height: 340px;
  }
}
/* Nest Hub specific styles */
@media only screen and (min-width: 1024px) and (max-width: 1280px) and (min-height: 600px) and (max-height: 800px) {
  .dashboard .event-detail .main-event-img {
    height: 330px;
  }

  .dashboard .scanner {
    height: 330px;
  }
}

.text-muted {
  color: #8c9096 !important;
}

.fw-bolder {
  font-family: "Neue Plak Bold", sans-serif !important;
  font-weight: bolder;
}

.cover-img.organiser {
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: blur(36px);
  opacity: 0.3;
}

.profile-cover .profile-img {
  margin-top: -280px;
}

.profile-img img {
  max-width: 200px;
  border: 1px solid;
}

/* Dashboard styles */
.db-wrapper {
  overflow: hidden;
}

#db-wrapper-two {
  height: fit-content;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 75px 16px 24px 24px;
}

#db-wrapper-two .main-dashboard {
  margin-top: -75px !important;
  margin-left: 80px;
}

#mobile-menu.navigation {
  width: 260px;
  height: fit-content;
  font-size: 1rem;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: unset;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  z-index: 9;
}

#mobile-menu.navigation .sidebar {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 16px;
  margin-top: 70px;
  padding: 12px;
  overflow: auto;
}

.analytics-page .w-100.img-cover.main-event-img.mt-3 {
  object-fit: contain;
  object-position: top;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.multiselect__content-wrapper,
.multiselect__tags {
  background: #1a1a1a !important;
}

.multiselect__input,
.multiselect__single {
  background: transparent !important;
  color: #fff !important;
}

.mx-datepicker-main,
.pac-container,
.mx-time-content {
  background-color: #1a1a1a !important;
}

.mx-calendar-content .cell.disabled {
  color: #1a1a1a !important;
}

.mx-time-column .mx-time-item.active {
  background: #3455db !important;
}

.skeleton-loader {
  opacity: 0 !important;
}
