body.woocommerce-cart #page_content_wrapper .shop_table .product-thumbnail {
  display: none;
}
body.woocommerce-cart #page_content_wrapper .wc-proceed-to-checkout .checkout-button {
  color: #111111;
}
body.woocommerce-cart #page_content_wrapper .custom-cart-product-widget .ccpw-button {
  color: #111111;
}
body.woocommerce-cart .footer-social-icons .elementor-social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.woocommerce-cart .footer-social-icons .elementor-social-icon svg {
  width: 20px;
  height: 40px;
  fill: #ffffff;
}

body.woocommerce-checkout #page_content_wrapper .woocommerce-form-coupon-toggle .woocommerce-info {
  background: #EC08F8 !important;
  background: #A655F7 !important;
  border: none !important;
  color: #111111 !important;
}
body.woocommerce-checkout #page_content_wrapper .woocommerce-form-coupon-toggle .woocommerce-info:before {
  background: #ec08f8 !important;
  background: #A655F7 !important;
  color: #111111 !important;
}
body.woocommerce-checkout #page_content_wrapper .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #111111 !important;
}
body.woocommerce-checkout #page_content_wrapper .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first label,
body.woocommerce-checkout #page_content_wrapper .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first br {
  display: none;
}
body.woocommerce-checkout #page_content_wrapper .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first input::placeholder {
  color: #000000;
}
body.woocommerce-checkout #page_content_wrapper .coupon-error-notice {
  color: #ffffff;
}
body.woocommerce-checkout #page_content_wrapper .place-order #place_order {
  color: #111111;
}
body.woocommerce-checkout .footer-social-icons .elementor-social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.woocommerce-checkout .footer-social-icons .elementor-social-icon svg {
  width: 20px;
  height: 40px;
  fill: #ffffff;
}

/* ====== Base layout ====== */
.ks-section {
  margin: 32px 0 24px;
  /*padding: 5rem 1.5rem;*/
  padding: 0;
  /*background: linear-gradient(135deg, var(--bg-0) 0%, color-mix(in oklab, var(--bg-0) 90%, var(--primary) 10%) 100%);*/
  --bg-0: #0b0d13;
  --surface: color-mix(in oklab, var(--bg-0) 85%, white 15%);
  --surface-2: color-mix(in oklab, var(--bg-0) 92%, white 8%);
  --muted: #9aa3b2;
  --text: #e8ebf0;
  --primary: #6d5efc;
  --ring: #b1a9ff;
  --border: color-mix(in oklab, var(--bg-0) 80%, white 20%);
  --border-2: color-mix(in oklab, var(--bg-0) 88%, white 12%);
  color: var(--text);
  /*font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";*/
}
@media (max-width: 1280px) {
  .ks-section {
    padding: 0 48px;
  }
}
@media (max-width: 768px) {
  .ks-section {
    padding: 0 20px;
  }
}

/*.ks-container { max-width: 80rem; margin: 0 auto; }*/
.ks-container {
  margin: 0 auto;
}

.ks-hero {
  text-align: center;
  margin-bottom: 4rem;
}

.ks-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  font-weight: 500;
}

.ks-gradient-text {
  background: linear-gradient(90deg, var(--primary), #b07cff, var(--primary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ks-subtitle {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: #e0e0e0;
  max-width: 100%;
  margin: 0 auto;
}

.ks-rows {
  display: grid;
  gap: 2rem;
}

.ks-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

#ks-categories {
  max-width: 1000px;
  margin: 0 auto;
}

/* ====== Pills (badges) ====== */
.ks-pill-btn, .ks-key {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  border: 1.75px solid var(--border-2);
  background: color-mix(in oklab, var(--bg-0) 90%, white 10%);
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.1px;
  transition: transform 0.15s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ks-pill-btn {
  font-size: 1rem;
  padding: 0.85rem 1.25rem;
}

.ks-key {
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.55rem 0.85rem;
  border-width: 1px;
  color: color-mix(in oklab, var(--text) 60%, var(--muted));
}

.ks-pill-btn:focus-visible, .ks-key:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem color-mix(in oklab, var(--ring) 35%, transparent), 0 0 0 0.35rem color-mix(in oklab, var(--ring) 15%, transparent);
}

/* Subtle hover lift on all pills */
/*.ks-pill-btn:hover, .ks-key:hover { transform: translateY(-1px); }*/
/* Inactive look (default) */
.ks-pill-btn[data-active=false] {
  background: color-mix(in oklab, var(--bg-0) 85%, white 15%);
  border-color: var(--border);
  color: var(--text);
  opacity: 0.95;
}

.ks-key[data-active=false] {
  background: color-mix(in oklab, var(--bg-0) 93%, white 7%);
  border-color: color-mix(in oklab, var(--bg-0) 86%, white 14%);
  color: color-mix(in oklab, var(--text) 50%, var(--muted));
}

/* Active look (gradient per category) */
.ks-active {
  color: white !important;
  border-color: transparent !important;
  /*transform: translateY(-1px);*/
}

/* Gradients per category color slug */
.g-blue {
  background: linear-gradient(90deg, #3b82f6, #1d4ed8);
}

.g-purple {
  background: linear-gradient(90deg, #a855f7, #6d28d9);
}

.g-orange {
  background: linear-gradient(90deg, #f59e0b, #c2410c);
}

.g-pink {
  background: linear-gradient(90deg, #ec4899, #be185d);
}

.g-cyan {
  background: linear-gradient(90deg, #22d3ee, #0891b2);
}

.g-green {
  background: linear-gradient(90deg, #22c55e, #15803d);
}

.g-amber {
  background: linear-gradient(90deg, #f59e0b, #b45309);
}

/* Stats */
.ks-stats {
  text-align: center;
  margin-top: 3rem;
}

.ks-stats-lead {
  color: #e0e0e0;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.ks-stats-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.ks-stats .ks-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--surface-2);
  color: var(--text);
  font-size: 0.95rem;
}

.ks-accent {
  color: var(--primary);
  font-weight: 800;
  margin-right: 0.25rem;
}

/* Responsive tweak: tighten gaps on very small screens */
@media (max-width: 420px) {
  .ks-row {
    gap: 0.5rem;
  }

  .ks-key {
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  body.home .countdown-wrapper {
    text-align: center;
  }
}
@media (max-width: 768px) {
  body.home .keynotes-wrap .margin-fix-mobile {
    margin-top: 175px;
  }
}
@media (max-width: 700px) {
  body.home .keynotes-wrap .margin-fix-mobile {
    margin-top: 135px;
  }
}
@media (max-width: 650px) {
  body.home .keynotes-wrap .margin-fix-mobile {
    margin-top: 95px;
  }
}
@media (max-width: 600px) {
  body.home .keynotes-wrap .margin-fix-mobile {
    margin-top: 50px;
  }
}
@media (max-width: 550px) {
  body.home .keynotes-wrap .margin-fix-mobile {
    margin-top: 0px;
  }
}
@keyframes bounce-2 {
  0%, to {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
body.home .elementor-631 .elementor-element.elementor-element-1a54b10 {
  overflow: visible;
}
body.home .elementor-631 .elementor-element.elementor-element-1a54b10 > .e-child {
  overflow: visible;
}
body.home .header-info-side-wrap .header-icon-1 {
  border-radius: 1rem;
  animation: bounce-2 1s infinite;
  padding: 1rem;
  transition-delay: 0.5s;
  animation-delay: 0.5s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: absolute;
  top: -20px;
  right: -78px;
}
@media (max-width: 1280px) {
  body.home .header-info-side-wrap .header-icon-1 {
    right: -30px;
    z-index: 5;
  }
}
body.home .header-info-side-wrap .header-icon-1 img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(46%) saturate(4985%) hue-rotate(247deg) brightness(99%) contrast(96%);
}
body.home .header-info-side-wrap .header-icon-2 {
  border-radius: 1rem;
  animation: bounce-2 1s infinite;
  padding: 1rem;
  transition-delay: 1s;
  animation-delay: 1s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: absolute;
  bottom: -20px;
  left: -78px;
}
@media (max-width: 1280px) {
  body.home .header-info-side-wrap .header-icon-2 {
    left: -30px;
    z-index: 5;
  }
}
body.home .header-info-side-wrap .header-icon-2 img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(46%) saturate(4985%) hue-rotate(247deg) brightness(99%) contrast(96%);
}
@media (max-width: 1024px) {
  body.home .home-facts-row {
    flex-direction: row !important;
    display: flex !important;
    width: 85% !important;
    max-width: 85% !important;
  }
}
@media (max-width: 768px) {
  body.home .home-facts-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  body.home .home-facts-row > .e-child {
    width: 40% !important;
  }
}
@media (max-width: 768px) {
  body.home .home-facts-row > .e-child:nth-child(1) {
    display: none;
  }
}
body.home h3.cff-header.cff-outside.cff-light {
  justify-content: center;
}
body.home .grandconference-gallery-grid-content-wrapper.layout-grandconference-four-cols.wide-space.has_lightbox {
  display: flex;
  flex-wrap: wrap;
}

.ml-embedded #mlb2-26810126.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 100%;
}
.ml-embedded #mlb2-26810126.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody {
  padding: 0;
}
.ml-embedded #mlb2-26810126.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody .ml-form-fieldRow input {
  background-color: #CC2AD92B !important;
  color: #ffffff !important;
  padding: 14px 20px !important;
  font-family: "DM Sans", Sans-serif !important;
}
.ml-embedded #mlb2-26810126.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody .ml-form-fieldRow input::placeholder {
  color: #ffffff !important;
}
.ml-embedded #mlb2-26810126.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-embedBody .ml-form-embedSubmit button {
  background-color: transparent !important;
  font-family: "DM Sans", Sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  background-image: linear-gradient(310deg, #D42CDD 0%, #6F13AC 100%) !important;
  background-image: linear-gradient(310deg, #A655F7 0%, #6F13AC 100%) !important;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px !important;
  border-color: #F948FF !important;
  border-color: #A655F7 !important;
  border-radius: 25px 25px 25px 25px !important;
  padding: 15px 30px 15px 30px !important;
  color: #ffffff !important;
}
.ml-embedded #mlb2-26810126.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-successBody.row-success {
  padding: 0 !important;
}
.ml-embedded #mlb2-26810126.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-successBody.row-success h4 {
  display: none !important;
}
.ml-embedded #mlb2-26810126.ml-form-embedContainer .ml-form-embedWrapper.embedForm .ml-form-successBody.row-success * {
  font-family: "DM Sans", Sans-serif !important;
  color: #ffffff !important;
}

.footer-mailerlite {
  max-width: 500px !important;
  margin: 0 auto;
  width: 100% !important;
}

.footer-social-icons .elementor-social-icons-wrapper .elementor-grid-item a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social-icons .elementor-social-icons-wrapper .elementor-grid-item a:hover {
  background: #c027d0;
  background: #A655F7;
}
.footer-social-icons .elementor-social-icons-wrapper .elementor-grid-item a svg {
  width: 20px;
  height: 20px;
  filter: invert(1);
}

body #page_caption h1, .post_caption h1,
body .tribe-events-single-event-title {
  font-family: "DM Sans" !important;
  font-size: 58px !important;
}
@media (max-width: 1024px) {
  body #page_caption h1, .post_caption h1,
body .tribe-events-single-event-title {
    font-size: 48px !important;
  }
}
@media (max-width: 768px) {
  body #page_caption h1, .post_caption h1,
body .tribe-events-single-event-title {
    font-size: 40px !important;
  }
}
@media (max-width: 480px) {
  body #page_caption h1, .post_caption h1,
body .tribe-events-single-event-title {
    font-size: 32px !important;
  }
}

.speakers-wrap .speaker-grid-item .speaker-grid-image a {
  overflow: hidden;
  border-radius: 15px 15px 15px 15px;
  position: relative;
  display: block;
}
.speakers-wrap .speaker-grid-item .speaker-grid-image a:after {
  content: "";
  display: block;
  padding-top: 116.67%;
  width: 100%;
}
.speakers-wrap .speaker-grid-item .speaker-grid-image a:hover img {
  transform: scale(1.25);
}
.speakers-wrap .speaker-grid-item .speaker-grid-image a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.keynotes-wrap .elementor-image-box-wrapper figure {
  overflow: hidden;
  border-radius: 15px 15px 15px 15px;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .keynotes-wrap .elementor-image-box-wrapper figure {
    overflow: inherit;
  }
}
.keynotes-wrap .elementor-image-box-wrapper figure:after {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .keynotes-wrap .elementor-image-box-wrapper figure:after {
    display: none;
  }
}
.keynotes-wrap .elementor-image-box-wrapper figure:hover img {
  transform: scale(1.25);
}
@media (max-width: 768px) {
  .keynotes-wrap .elementor-image-box-wrapper figure:hover img {
    transform: none;
  }
}
.keynotes-wrap .elementor-image-box-wrapper figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  border-radius: 15px !important;
}
@media (max-width: 768px) {
  .keynotes-wrap .elementor-image-box-wrapper figure img {
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin: inherit;
    width: inherit;
    height: inherit;
    border-radius: 30px !important;
  }
}

body input[type=submit],
body input[type=button],
body a.button, body .button,
body .pagination span,
body .pagination a:hover,
body .woocommerce .footer_bar .button,
body .woocommerce .footer_bar .button:hover,
body .woocommerce-page div.product form.cart .button,
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt,
body .post_type_icon,
body .filter li a:hover,
body .filter li a.active,
body #portfolio_wall_filters li a.active,
body #portfolio_wall_filters li a:hover,
body .comment_box, body .one_half.gallery2 .portfolio_type_wrapper,
body .one_third.gallery3 .portfolio_type_wrapper,
body .one_fourth.gallery4 .portfolio_type_wrapper,
body .one_fifth.gallery5 .portfolio_type_wrapper,
body .portfolio_type_wrapper,
body .post_share_text,
body #close_share,
body .widget_tag_cloud div a:hover,
body .ui-accordion .ui-accordion-header .ui-icon,
body .mobile_menu_wrapper #mobile_menu_close.button,
body .clock_bg,
body .session_filters li a.active,
body .session_filters li a:hover,
body #toTop,
body .mobile_menu_wrapper #close_mobile_menu,
body .tribe-common .tribe-common-c-btn,
body .tribe-common a.tribe-common-c-btn,
body .tribe-common button.tribe-common-c-btn {
  background-color: #A655F7;
}

body #copyright a:hover,
body #footer a:not(.button):hover,
body .social_wrapper ul li a:hover {
  color: #A655F7;
}

/* Speakers grid fix */
.inner-page-speakers .grandconference-gallery-grid-content-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 66.66px;
}
@media (max-width: 1024px) {
  .inner-page-speakers .grandconference-gallery-grid-content-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .inner-page-speakers .grandconference-gallery-grid-content-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .inner-page-speakers .grandconference-gallery-grid-content-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.inner-page-speakers .grandconference-gallery-grid-content-wrapper .grandconference-four-cols {
  width: 100% !important;
  margin: 0 !important;
}
.inner-page-speakers .grandconference-gallery-grid-content-wrapper .grandconference-four-cols.last {
  width: 100% !important;
  margin: 0 !important;
}

.home-sessions-tabs ul.session_filters {
  display: inline-flex;
  flex-wrap: wrap;
}
.home-sessions-tabs ul.session_filters li:nth-child(2) {
  order: 3;
}
.home-sessions-tabs ul.session_filters li:nth-child(3) {
  order: 6;
}
.home-sessions-tabs ul.session_filters li:nth-child(4) {
  order: 5;
}
.home-sessions-tabs ul.session_filters li:nth-child(5) {
  order: 2;
}
.home-sessions-tabs ul.session_filters li:nth-child(6) {
  order: 4;
}

.scheduleday_wrapper.tab .scheduleday_title.active h4 {
  color: #A655F7 !important;
}

.custom-scroll-message-wrap {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.custom-scroll-message-wrap.hidden {
  opacity: 0;
}
.custom-scroll-message-wrap .custom-scroll-message {
  transform: rotate(-90deg);
  background: #A655F7;
  color: #111111;
  white-space: nowrap;
  padding: 4px 12px;
  transform-origin: right bottom;
  margin-top: -100%;
}

.session_speaker_thumb.multiple_speaker_thumbs img {
  width: 50px !important;
}
.session_speaker_thumb.multiple_speaker_thumbs img:nth-child(2) {
  top: 70px !important;
  left: 0 !important;
}

.strike-price {
  position: relative;
}
.strike-price h5 {
  display: inline-block;
  position: relative;
  font-size: 24px !important;
}
.strike-price h5:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e653fd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

body.logged-in .price-timer-widget {
  display: block !important;
}
body.logged-in .ticket-steps-widget {
  display: block !important;
}

.price-timer-widget {
  display: none !important;
  background: #A655F7;
  width: 100%;
  margin: 0 0 80px !important;
}
.price-timer-widget .elementor-widget-container p {
  display: none;
}
.price-timer-widget .elementor-widget-container * {
  color: #000000;
}
.price-timer-widget .elementor-widget-container .price-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 48px;
  padding: 24px 0;
}
@media (max-width: 1024px) {
  .price-timer-widget .elementor-widget-container .price-timer {
    flex-direction: column;
    grid-gap: 32px;
    align-items: center;
    justify-content: center;
  }
}
.price-timer-widget .elementor-widget-container .price-timer .price-timer__label {
  font-weight: 700;
  font-size: 24px;
}
.price-timer-widget .elementor-widget-container .price-timer .price-timer__inner {
  display: flex;
  align-items: center;
  grid-gap: 80px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .price-timer-widget .elementor-widget-container .price-timer .price-timer__inner {
    grid-gap: 40px;
  }
}
@media (max-width: 768px) {
  .price-timer-widget .elementor-widget-container .price-timer .price-timer__inner {
    grid-gap: 24px;
    flex-direction: column;
  }
}
.price-timer-widget .elementor-widget-container .price-timer .price-timer__inner .price-timer__unit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-gap: 8px;
  position: relative;
}
.price-timer-widget .elementor-widget-container .price-timer .price-timer__inner .price-timer__unit:last-child:after {
  display: none;
}
.price-timer-widget .elementor-widget-container .price-timer .price-timer__inner .price-timer__unit:after {
  display: block;
  content: ":";
  font-size: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -42px;
  margin: auto;
  font-weight: 700;
}
@media (max-width: 768px) {
  .price-timer-widget .elementor-widget-container .price-timer .price-timer__inner .price-timer__unit:after {
    right: -23px;
  }
}
@media (max-width: 480px) {
  .price-timer-widget .elementor-widget-container .price-timer .price-timer__inner .price-timer__unit:after {
    display: none;
  }
}
.price-timer-widget .elementor-widget-container .price-timer .price-timer__inner .price-timer__unit .price-timer__value {
  display: block;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 26px;
}
.price-timer-widget .elementor-widget-container .price-timer .price-timer__inner .price-timer__unit .price-timer__text {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 17px;
}

.ticket-steps-widget {
  display: none !important;
  margin: 0 0 80px !important;
  width: 100%;
}
.ticket-steps-widget .ticket-steps .wrap-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1024px) {
  .ticket-steps-widget .ticket-steps .wrap-steps {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .ticket-steps-widget .ticket-steps .wrap-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .ticket-steps-widget .ticket-steps .wrap-steps {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ticket-steps-widget .ticket-steps .wrap-steps .line {
  position: absolute;
  width: calc(100% - 120px);
  height: 3px;
  background: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 25px;
}
@media (max-width: 1024px) {
  .ticket-steps-widget .ticket-steps .wrap-steps .line {
    display: none;
  }
}
.ticket-steps-widget .ticket-steps .wrap-steps .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
  min-width: 156px;
}
.ticket-steps-widget .ticket-steps .wrap-steps .step .icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.ticket-steps-widget .ticket-steps .wrap-steps .step .icon.disabled {
  background: #A655F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket-steps-widget .ticket-steps .wrap-steps .step .icon.disabled:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: #A655F7;
  border: 4px solid #ffffff;
  position: absolute;
  border-radius: 100%;
}
.ticket-steps-widget .ticket-steps .wrap-steps .step .icon.active {
  background-color: #ffffff;
  background-image: url("../images/icon-check-ticket.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ticket-steps-widget .ticket-steps .wrap-steps .step span {
  display: block;
  text-align: center;
}
.ticket-steps-widget .ticket-steps .wrap-steps .step span:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 12px 0 0;
}
@media (max-width: 768px) {
  .ticket-steps-widget .ticket-steps .wrap-steps .step span:nth-child(2) {
    margin: 8px 0 0;
  }
}
.ticket-steps-widget .ticket-steps .wrap-steps .step span:last-child {
  margin: 8px 0 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .ticket-steps-widget .ticket-steps .wrap-steps .step span:last-child {
    margin: 4px 0 0;
  }
}

/*# sourceMappingURL=style.css.map */
