/*Change color of pre-loader*/
.squadup-checkout-app .squadup-checkout-embed-spinner ul.cssload-loader li {
  background-color: #15abd9 !important;
  width: 10px;
  height: 10px;
  float: right;
  margin-right: 5px !important;
}

.squadup-checkout-app
  .squadup-navigation-view-container
  .squadup-checkout-nav
  a {
  color: #15abd9 !important;
}

/* .squadup-checkout-nav{
  display: none !important;
} */

#squadup-checkout > div > div > div > div > div.squadup-user-banner > h1 {
  display: none !important;
}

.squadup-checkout-nav > a {
  display: none !important;
}

/*.squadup-user-banner{
  display: none !important;
}*/

/* .squadup-even-titlebar {
  display: none !important;
} */

.page-title-ident {
  display: none !important;
}

.squadup-checkout-app {
  font-family: "Roboto", sans-serif !important;
}

.squadup-checkout-app
  .squadup-row-centered
  > .squadup-navigation-view-container
  .squadup-embed-view {
  margin-bottom: 0 !important;
}

.squadup-checkout-submit-payment:hover {
  color: white !important;
}

.date {
  background-color: #15abd9 !important;
}

.squadup-checkout-app
  .squadup-navigation-view-container
  .squadup-checkout-event-box {
  border: 1px solid #15abd9 !important;
}

.squadup-checkout-app
  .squadup-navigation-view-container
  .squadup-checkout-event-box
  .squadup-checkout-event-box-title {
  color: #15abd9 !important;
}

/*Adding scale to list hover*/
.squadup-checkout-event-box {
  transition: all 0.2s ease-in-out !important;
}
.squadup-checkout-event-box:hover {
  transform: scale(1.03) !important;
}

.btn-tix {
  padding: 15px 30px !important;
  font-size: 30px !important;
  line-height: 45px !important;
}

/* Ticket Card Styles */
.ticket-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out; /* For hover effect */
  margin-bottom: 20px; /* Ensure spacing between cards if they stack */
}

.ticket-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.ticket-card-body {
  padding: 20px;
  text-align: center;
}

.ticket-card-body-large {
  padding: 25px;
  text-align: center;
}

.ticket-card-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 1.65em;
  color: #333;
  margin-bottom: 8px;
  padding: 0;
}

.ticket-card-title-large {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.75em;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.ticket-card-price-details {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1em;
  color: #555;
  margin-bottom: 18px;
}

.ticket-card-price-details-large {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.15em;
  color: #555;
  margin-bottom: 22px;
}

.ticket-card-button {
  background-color: #0dabda !important;
  border-color: #0dabda !important;
  color: white !important;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 15px !important; /* Increased specificity for padding */
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 1em !important; /* Standardized font size */
  display: block; /* Ensure it takes full width if needed */
  width: 100%;
}

.ticket-card-button-large {
  background-color: #0dabda !important;
  border-color: #0dabda !important;
  color: white !important;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  border-radius: 4px;
  padding: 12px 15px !important; /* Increased specificity for padding */
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 1.1em !important; /* Slightly larger for the weekend pass */
  display: block;
  width: 100%;
}
