.elementor-2628 .elementor-element.elementor-element-e8bbe60{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:120px;--margin-bottom:120px;--margin-left:0px;--margin-right:0px;}.elementor-2628 .elementor-element.elementor-element-7d1a4d9{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-2628 .elementor-element.elementor-element-67e33fe .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-secondary );}.elementor-2628 .elementor-element.elementor-element-37b9cb4{--display:flex;}.elementor-2628 .elementor-element.elementor-element-ee70c2c > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2628 .elementor-element.elementor-element-ee70c2c .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:600;color:#000000;}.elementor-2628 .elementor-element.elementor-element-ef1e771{--display:flex;}.elementor-2628 .elementor-element.elementor-element-9db5f7f > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2628 .elementor-element.elementor-element-9db5f7f .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:600;color:#000000;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2628 .elementor-element.elementor-element-43717e7 .elementor-button{background-color:transparent;font-family:"Montserrat", Sans-serif;font-size:1.2em;font-weight:400;text-transform:uppercase;text-shadow:0px 0px 10px rgba(0,0,0,0.3);fill:var( --e-global-color-eb4e860 );color:var( --e-global-color-eb4e860 );background-image:linear-gradient(90deg, #CEA55C 0%, #EBC783 100%);transition-duration:0.3s;border-radius:2px 2px 2px 2px;}@media(max-width:767px){.elementor-2628 .elementor-element.elementor-element-e8bbe60{--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-2628 .elementor-element.elementor-element-43717e7 .elementor-button{font-size:1em;}}/* Start custom CSS for shortcode, class: .elementor-element-882f5aa */span.birth-date {
    padding-left: 20px;
    padding-right: 10px;
}

.remove_participant_button {
    font-family: var( --e-global-typography-0d022bf-font-family ), Sans-serif;
    font-size: 1em;
    font-weight: var( --e-global-typography-0d022bf-font-weight );
    text-transform: var( --e-global-typography-0d022bf-text-transform );
    line-height: var( --e-global-typography-0d022bf-line-height );
    letter-spacing: var( --e-global-typography-0d022bf-letter-spacing );
    word-spacing: var( --e-global-typography-0d022bf-word-spacing );
    padding: 10px;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
}

.remove_participant_button {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #CEA55C 0%, #EBC783 100%) !important;
    color: white !important; /* Ensure text color stays white */
    transition: background 0.5s ease-in-out;
    z-index: 1;
    border: 0px solid #fff !important;
}

.remove_participant_button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #EBC783 0%, #CEA55C 100%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: -1; /* Ensure the pseudo-element is behind the text */
    border-radius: 2px;
}

.remove_participant_button:hover::after {
    opacity: 1;
}

.participant-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.participant-name, .birth-date, .remove_participant_button {
    margin-right: 10px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ad75d7b */.elementor-2628 .elementor-element.elementor-element-ad75d7b
  input:not([type="checkbox"]):not([type="radio"]) {
  line-height: 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 9px 20px;
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: transparent;
  height: 55px;
  width: 100%;
}

.elementor-2628 .elementor-element.elementor-element-ad75d7b .select {
  line-height: 25px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 9px 20px;
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: transparent;
  height: 55px;
  width: 100%;
}

.form-row label {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
    text-align: left;
    color: #616060;
}

.woocommerce form .form-row .required {
    color: var(--e-global-color-secondary);
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}

#confirm_participant_button {
      font-family: var( --e-global-typography-0d022bf-font-family ), Sans-serif;
    font-size: 1em;
    font-weight: var( --e-global-typography-0d022bf-font-weight );
    text-transform: var( --e-global-typography-0d022bf-text-transform );
    line-height: var( --e-global-typography-0d022bf-line-height );
    letter-spacing: var( --e-global-typography-0d022bf-letter-spacing );
    word-spacing: var( --e-global-typography-0d022bf-word-spacing );
    padding: 12px 24px 12px 24px;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
}

#confirm_participant_button {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #CEA55C 0%, #EBC783 100%) !important;
    color: white !important; /* Ensure text color stays white */
    transition: background 0.5s ease-in-out;
    z-index: 1;
    border: 0px solid #fff !important;
}

#confirm_participant_button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #EBC783 0%, #CEA55C 100%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: -1; /* Ensure the pseudo-element is behind the text */
    border-radius: 2px;
}

#confirm_participant_button:hover::after {
    opacity: 1;
}


h2.participant-heading-title {
    margin-top: 40px;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e8bbe60 */.button .wc-backward {
      font-family: var( --e-global-typography-0d022bf-font-family ), Sans-serif;
    font-size: var( --e-global-typography-0d022bf-font-size );
    font-weight: var( --e-global-typography-0d022bf-font-weight )!important;
    text-transform: var( --e-global-typography-0d022bf-text-transform );
    line-height: var( --e-global-typography-0d022bf-line-height );
    letter-spacing: var( --e-global-typography-0d022bf-letter-spacing );
    word-spacing: var( --e-global-typography-0d022bf-word-spacing );
    padding: 12px 24px 12px 24px;
    border-radius: 2px 2px 2px 2px;
}

.button .wc-backward {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #CEA55C 0%, #EBC783 100%) !important;
    color: white !important; /* Ensure text color stays white */
    transition: background 0.5s ease-in-out;
    z-index: 1;
    border: 0px solid #fff !important;
}

.button .wc-backward::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #EBC783 0%, #CEA55C 100%);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: -1; /* Ensure the pseudo-element is behind the text */
    border-radius: 2px;
}

.button .wc-backward:hover::after {
    opacity: 1;
}/* End custom CSS */