* {
  margin: 0;
  padding: 0;
}
.ticketing-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px;
}
.ticketing-logo > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.ticketing-banner {
  background-image: url(https://storage.googleapis.com/meetmaps/images/dash_header_audience.jpg);
  background-size: cover;
  background-position: center center;
}
.ticketing-poweredby {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0019ce;
  font-size: 0;
}
.ticketing-poweredby img {
  height: 17px;
}

.layout-ticketing {
  width: 100%;
  height: 100%;
  padding: 30px;
  font-size: 14px;
  /* display:grid;
  grid-template-rows: 1fr; */
}
#ticketing-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 40px;
}
.ticketing-tab {
  display: inline-flex;
  padding: 4px;
  border-bottom: 2px solid transparent;
  color: #666;
  font-weight: 500;
}
.ticketing-tab.on {
  color: #0019ce;
  border-color: #0019ce;
}

#ticketing-slides {
  height: 100%;
}
#ticketing-slides > div {
  display: none;
}
#ticketing-slides > #ticketing-slide-0 {
  display: block;
}

#ticketing-slide-3 {
  height: 100%;
}
#ticketing-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}
.box {
  padding: 25px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 5%),
    0 12px 24px rgb(0 0 0 / 5%);
}
#ticketing-box {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 360px;
  max-width: 1000px;
  margin: auto;
  width: 100%;
  height: 100%;
}
#ticketing-box.success {
  grid-template-columns: 1fr;
}
#ticketing-box > div {
  padding: 32px;
}
#ticketing-box-aside {
  border-left: 1px solid #e2e2e2;
}
.ticketing-layout-content {
  padding: 16px;
}

#ticketing-success {
  display: none;
}
#ticketing-tickets {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ticket-element {
  display: flex;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
}
.ticket-element > div {
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.ticket-element > div:first-child {
  flex: 1;
}
.ticket-element > div:last-child {
  width: 140px;
  border-left: 1px solid #e2e2e2;
  align-items: center;
  justify-content: space-between;
}

.icon-select-num {
  color: var(--event-color);
  font-size: 30px;
  cursor: pointer;
  user-select: none;
}
.icon-select-num.dis {
  color: #d2d2d2 !important;
}
.ticketing-num-selected {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  width: 25px;
  text-align: center;
}

.ticket-title {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 8px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ticket-title > i {
  color: var(--event-color);
  font-size: 24px;
}

.ticket-date {
  color: #555;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 8px;
}
.ticket-description {
  color: #555;
  font-size: 13px;
  line-height: 1.3em;
}
.ticket-price {
  font-size: 14px;
  color: #333;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

#cart-tickets {
  margin-top: 16px;
  margin-bottom: 16px;
}
.cart-row {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
}
.ticket-row {
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
}
.cart-data {
  font-size: 14px;
  color: #333;
}
.cart-value {
  font-size: 14px;
  color: #333;
}
.cart-data.md-l,
.cart-value.md-l {
  font-size: 18px;
}
.cart-data.light,
.cart-value.light {
  color: #999;
}

.group-fields {
  display: grid;
  gap: 20px;
}
#ticketing-biling {
  display: none;
}

.ticketing-back-button {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #333;
  margin-bottom: 16px;
  cursor: pointer;
  font-weight: 400;
}
.ticketing-back-button > i {
  margin-right: 4px;
}

/* Clases reemplazadas */
.field {
  padding: 0;
}
.field-input {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  line-height: 1em;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  width: 100%;
  padding: 12px;
  outline: none;
}
.field-input:focus {
  box-shadow: 0 0 3px 0px #0019ce;
}
.field-input.error {
  border-color: #e74c3c;
  box-shadow: 0 0 3px 0px #e74c3c;
}
.field-input.disabled{
  background-color: #f6f6f6;
  color: #666;
}

.input-error {
  font-size: 14px;
  color: #e74c3c;
  font-weight: 500;
  padding: 4px 1px;
}

.button.blue {
  background-color: #0019ce;
  border-color: #0019ce;
}
.button.blue > i,
.button.blue > span {
  color: #fff;
}
.cb-container.on > .cb,
.cb.on {
  background-color: #0019ce;
}
.cb-container.disabled > .cb {
  background-color: #d2d2d2;
  border: 1px solid #bdbdbd;
}
.cb-container.disabled > .cb-desc {
  color: #999;
}

#payment-element {
  padding: 12px;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  margin: 10px 0 10px 0;
}

/* .ticketing-steps{
  display:flex;
  align-items:center;
  justify-content:center;
}
.ticketing-step{
  width:28px;
  height:28px;
  background-color:#e2e2e2;
  border:2px solid #fff;
  border-radius:50%;
}
.ticketing-step-line{ width:100px; height:2px; background-color:#d2d2d2; } */

.data-fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  gap: 10px;
}
/* .data-field{  } */
.data-field-title {
  font-size: 13px;
  color: #333;
  line-height: 1.4em;
  font-weight: 500;
}
.data-field-value {
  font-size: 14px;
  color: #888;
  line-height: 1.4em;
}

.ticketing-success-title {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.3em;
  margin-bottom: 8px;
}

.ticketing-success-title i{
  font-size: 16px;
  color: #35cc71;
}

.ticketing-success-text {
  font-size: 14px;
  color: #666;
  line-height: 1.3em;
}
.ticketing-success-image {
  margin-bottom: 16px;
}
.ticketing-success-image > i {
  font-size: 128px;
  color: #2ecc71;
}

.ticketing-success-button button{
  padding: 8px 24px;
}
.ticketing-success-button button span {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 950px) {
  #ticketing-box {
    grid-template-columns: 1fr;
    box-shadow: none;
  }
  #ticketing-box > div {
    padding: 16px 0;
  }
  #ticketing-box > #ticketing-box-aside {
    padding: 16px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background-color: #fafafa;
  }
  .layout-ticketing {
    padding: 16px;
  }
  #ticketing-tabs {
    gap: 16px;
  }
}

.discount-code {
  padding: 8px 0 16px 0;
}

.discount-code .input-wrapper {
  display: flex;
}

.discount-code input {
  margin: 0;
  padding: 8px 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.discount-code input.disabled {
  cursor: default;
  pointer-events: none;
  color: #999;
}

.discount-code .button {
  margin: 0;
  padding: 8px 16px;
  border-left: 0px;
}

.discount-code .remove-button i {
  margin: 0;
}

.discount-text {
  color: #1a8055;
  padding: 8px 0;
  display: block;
}

.discount-wrapper {
  width: 100%;
  display: flex;
  padding: 4px 0;
  font-size: 12px;
  color: #1a8055;
}

.discount-icon {
  background-color: #dbfaea;
  width: 16px;
  height: 16px;
  color: #1a8055;
  font-size: 12px;
  border-radius: 50%;
  margin-left: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.ticket-row.discount {
  padding-top: 16px;
}

.ticket-row.discount div {
  color: #1a8055;
}

.payment_radio_buttons {
  list-style-type: none;
  margin: 16px 0;
  padding: 0;
  display: flex;
  gap: 16px;
}

.payment_radio_buttons.icons li {
  min-height: 75px;
  text-align: center;
}

.payment_radio_buttons li {
  width: 100px;
  position: relative;
  min-height: 40px;
}

.payment_radio_buttons label,
.payment_radio_buttons input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.payment_radio_buttons input[type="radio"] {
  opacity: 0.01;
  z-index: 1;
}

.payment_radio_buttons input[type="radio"]:checked + label,
.Checked + label {
  background: #eaedff;
  border-color: #0019ce;
  color: #0019ce;
}

.payment_radio_buttons label {
  border-radius: 5px;
  border: solid 1px #e8e7e7;
  background-color: #f8f8f8;
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment_radio_buttons label:hover {
  background: #ddd;
}

.copy-IBAN:hover {
  color: var(--event-color);
}

.payment-transfer {
  font-size: 12px;
  color: #888;
}

/* Footer */

.mm-footer {
  width: 100%;
  background-color: #404040;
  border-top: 1px solid #404040;
  height: fit-content;
}

.mm-footer .body-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

@media screen and (min-width: 980px) {
  .mm-footer .body-cont {
    flex-direction: row;
  }
}

.mm-footer__brand {
  margin-bottom: 20px;
}

.mm-footer__brand a img {
  margin-top: 8px;
}

@media screen and (min-width: 980px) {
  .mm-footer__brand {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

.mm-footer__brand img {
  max-height: 15px;
  /* filter: brightness(.6); */
  /*opacity: 0.6;*/
}

.mm-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
}

.mm-footer__nav li {
  position: relative;
  display: inline-block;
}

.mm-footer__nav li:not(:last-child) {
  padding-right: 10px;
  margin-right: 6px;
}

.mm-footer__nav li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 2px;
  left: 100%;
  width: 1px;
  height: calc(100% - 4px);
  background: grey;
}

.mm-footer__nav a {
  color: #d3d3d3;
  text-decoration: none;
  opacity: 0.6;
  transition: all 100ms ease-out;
}

.mm-footer__nav a:hover,
.mm-footer__nav a:focus {
  opacity: 0.8;
  text-decoration: underline;
}

.registration-payment .products {
  margin: 12px -8px 0;
}

.card-products {
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}

.columns.products .column {
  padding: 0 8px;
  margin-bottom: 16px;
}

.columns.products {
  margin: 16px 0px 0px 0px;
}

.card-products__image {
  min-height: 120px;
  margin-bottom: 8px;
}

.card-products__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-products__content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.card-products__content .card_products__content--title {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
  line-height: 1.4;
  width:100%;
}  
.card-products__content .card_products__content--desc {
  font-size: 12px;
  margin-bottom: 4px;
  width:100%;
}  


.card-products__content .card_products__content--button {
  width: 100%;
  margin-top: auto;
}

.card-products__content .card_products__content--button button {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
  border-radius: 3px;
  border: solid 1px var(--form-color);
  background-color: #fff;
  color: var(--form-color);
  cursor: pointer;
}

.cb-desc {
  cursor: default;
}

.terms-text {
  color: rgba(0, 0, 0, 0.5);
  margin: var(--spacer) 0;
  line-height: 1.4em;
  font-size: 14px;
  word-break: break-word;
}

.gdpr {
  font-size: 0.8125rem;
  margin-top: var(--spacer-4xl);
  color: #333;
}

.gdpr-table {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border: 1px solid var(--c-gray-400);
  border-radius: var(--radius-md);
}

.gdpr-title {
  margin-bottom: var(--spacer-xs);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.gdpr-name {
  font-weight: 500;
  font-size: 0.81rem;
  padding: 7px;
  border-right: 1px solid var(--c-gray-300);
  border-top: 1px solid var(--c-gray-300);
}

.gdpr-value {
  line-height: 1.3;
  padding: 7px;
  border-top: 1px solid var(--c-gray-300);
  word-break: break-word;
}

.gdpr-value li {
  margin-left: 1em;
  list-style: disc;
}

.gdpr-value a {
  text-decoration: underline;
}

.gdpr-name:first-child,
.gdpr-value:nth-child(2) {
  border-top: 0;
}

@media screen and (max-width: 768px) {
  .section-registration {
    padding: 0;
  }
  .gdpr-table {
    grid-template-columns: 1fr;
  }
  .gdpr-name {
    border-right: 0;
    border-top: 0;
  }
  .gdpr-value {
    border-top: 0;
  }
  .registration-tab {
    font-size: 12px;
    padding: 9px;
    width: 33%;
    text-align: center;
  }
  .registration-body {
    min-height: calc(100vh - 386px);
    min-height: -webkit-fill-available;
  }
  .registration-banner {
    display: none;
  }
  .registration-banner-mobile {
    display: inline-block;
  }
}

.searcher > i {
  color: #999;
  font-size: 14px;
  width: 24px;
  line-height: 24px;
  padding: 6px;
  text-align: center;
}

.selectize-control{
  width: 100% !important;
}
.selectize-input, .selectize-control.single .selectize-input{
  background-color: #fff !important;
  width: 100% !important;
}
.selectize-input, .selectize-control.single .selectize-input.input-active{
  background-color: #fff !important;
  width: 100% !important;
}
.selectize-input.focus {
  box-shadow: none !important;
}
.selectize-dropdown {
  width: 100% !important;
}


.selectize-input.full{ background-color:#f2f2f2; }
.selectize-input, .selectize-control.single .selectize-input.input-active{ background-color:#f2f2f2; }
.search-option{ padding:8px; border-bottom:1px solid #e2e2e2; text-align:left; }
.search-option > .name{ font-size:15px; font-weight:500; color:#333; }
.search-option > .email{ font-size:15px; font-weight:400; color:#777; }

.esade-change-account{
  position: absolute;
  top: 4px;
  left: 10px;
}
.esade-change-account span{
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ticket-element.disabled{
  opacity: 0.5;
  pointer-events: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.ph-circle-notch {
  animation: spin 1s linear infinite;
}