@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap');

body {
  font-family: 'Manrope', sans-serif;
}

.detail-container:nth-of-type(n + 7):nth-of-type(-n + 25) {
  display: none;
}
.detail-container:nth-of-type(n + 30):nth-of-type(-n + 37) {
  display: none;
}
.event-date {
  display: none;
}

/* ----------------------------------------------------------------- */
.btn-primary-action, .btn-secondary-action {
  
  background-color: #47fcbc;
  color: #0a4697;
}
    .btn-primary-action:hover, .btn-primary-action:visited, .btn-secondary-action:hover {
  background-color: #0097d7;
  color: white;
}
body {
  font-family: 'Manrope', sans-serif;
  background-color: #0a4697;
  background-image: url(https://argentinafintechforum.com/wp-content/uploads/2025/07/fondo-header-AFF-2025.png);
}
.title-form {
 color: #fff !important;
}
.new-card, .attendee-new-card, .summary-container .payment-summary, .registration .main-card.retrieve {
  background: 32ec9ff 0% 0% no-repeat padding-box !important;
  border-radius: 25px !important;
}
.header-registration .event-logo {
      display: none;
}
.\35 84-false-entrada-general .col-sm-12 .margin_0 {
  font-weight: bold;
}
.attendee-information {
  margin-top:20px;
}
.attendee-form, .title-form {
  background: linear-gradient(90deg, #47fcbc, #0a4697);
    border-radius: 10px !important;
    padding: 6px 15px;
}
.attendee .attendee-form {
  padding: 5px 15px !important;
}
.title-form {
  margin: 20px 0;
  width: fit-content;
  text-align: center;
}
.main-card.attendee-success-message{

 background-color: #fff !important;

 color: #000000 !important;

 border-color: #fff !important;

}
.main-card.attendee-success-message{
  border-radius: 25px !important;
}
@media (max-width:768px) {
  .title-form {
    margin: 20px 0 !important;
  }
}