.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.mefs-notification {
background: #ffbe303b;
color: #555 !important;
padding: 10px;
font-size: 13px !important;
color: #0073aa;
font-weight: 700;
opacity: 1;
}
.mep-event-attendee--list {
max-width: 100%;
margin: 20px auto;
padding: 25px;
background: #f9f9f9;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.mep-event-attendee--list .mep-event-attendee-list--header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
flex-wrap: wrap;
gap: 15px;
}
.mep-event-attendee--list .mep-event-attendee-list--header .attendee--see-all {
color: #fff;
border: none;
background: #00b9eb;
font-size: 0.9em;
text-transform: capitalize;
font-weight: 600;
padding: 8px 16px;
border-radius: 5px;
cursor: pointer;
transition: all 0.3s ease;
}
.mep-event-attendee--list .mep-event-attendee-list--header .attendee--see-all:hover,
.mep-event-attendee--list .mep-event-attendee-list--header .attendee--see-all:focus {
background: #0099cc;
transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
outline: none;
}
.mep-event-attendee--list .mep-event-attendee-list--header .header-tag {
font-size: 1.6em;
margin: 0;
color: #333;
font-weight: 600;
}
.mep-event-attendee--list .mep-event-attendee-list--header .header-tag .attendee-count {
color: #666;
font-weight: 400;
}
.mep-event-attendee--list .mep-event-attendee--inner {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
gap: 20px;
max-height: 400px;
overflow: hidden;
transition: max-height 0.5s ease-in-out;
position: relative;
}
.mep-event-attendee--list .mep-event-attendee--inner.expanded {
max-height: none;
}
.mep-event-attendee--list .mep-event-attendee--inner:not(.expanded)::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 60px;
background: linear-gradient(transparent, #f9f9f9);
pointer-events: none;
z-index: 1;
}
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item {
text-align: center;
padding: 15px;
background: #fff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
opacity: 0;
animation: fadeInUp 0.6s ease forwards;
}
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:hover {
transform: translateY(-3px);
box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.attach_file_view {
display: block;  }
.attach_file_view iframe { max-height: 300px;
} .mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:nth-child(1) { animation-delay: 0.1s; }
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:nth-child(2) { animation-delay: 0.15s; }
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:nth-child(3) { animation-delay: 0.2s; }
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:nth-child(4) { animation-delay: 0.25s; }
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:nth-child(5) { animation-delay: 0.3s; }
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:nth-child(6) { animation-delay: 0.35s; }
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:nth-child(7) { animation-delay: 0.4s; }
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:nth-child(8) { animation-delay: 0.45s; }
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:nth-child(9) { animation-delay: 0.5s; }
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:nth-child(10) { animation-delay: 0.55s; }
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:nth-child(11) { animation-delay: 0.6s; }
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:nth-child(12) { animation-delay: 0.65s; }
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item img {
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 10px;
border: 3px solid #e0e0e0;
transition: border-color 0.3s ease;
}
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item:hover img {
border-color: #00b9eb;
}
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item .attendee_name {
font-size: 0.9em;
line-height: 1.3em;
font-weight: 500;
color: #333;
margin: 0;
word-wrap: break-word;
}
.mfb-form-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.mfb-form-inner .mfb-form-group {
flex-basis: 49%;
margin-bottom: 20px;
}
.mfb-form-inner label {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}
.mfb-form-inner input[type="text"] {
border-radius: 3px;
}
.mfb-form-inner input[type="submit"] {
background: #555;
padding: 15px;
border-radius: 3px;
text-transform: initial;
}
.mfb-form-inner .full-row {
flex-basis: 100%;
}
.mfb-form-inner input,
.mfb-form-inner select {
width: 100%;
border: 1px solid #dcd7ca;
background: transparent;
padding: 1.5rem 1.8rem;
font-size: 14px;
color: #555;
}
.dNone {
display: none!important;
}
.term_condition_area{
background: #f2f2f2;
color: black;
padding: 10px;
} @media only screen and (max-width: 1199px) {
.mep-event-attendee--list {
padding: 20px;
}
.mep-event-attendee--list .mep-event-attendee--inner {
grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
gap: 15px;
}
}
@media only screen and (max-width: 768px) {
.mep-event-attendee--list {
padding: 15px;
margin: 15px auto;
}
.mep-event-attendee--list .mep-event-attendee-list--header {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.mep-event-attendee--list .mep-event-attendee-list--header .header-tag {
font-size: 1.4em;
}
.mep-event-attendee--list .mep-event-attendee--inner {
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
gap: 12px;
max-height: 300px;
}
.mep-event-attendee--list .mep-event-attendee--inner:not(.expanded)::after {
height: 50px;
background: linear-gradient(transparent, #f9f9f9);
}
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item {
padding: 12px;
}
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item img {
width: 50px;
height: 50px;
}
}
@media only screen and (max-width: 480px) {
.mep-event-attendee--list {
padding: 12px;
margin: 10px auto;
}
.mep-event-attendee--list .mep-event-attendee-list--header .header-tag {
font-size: 1.2em;
}
.mep-event-attendee--list .mep-event-attendee--inner {
grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
gap: 10px;
max-height: 250px;
}
.mep-event-attendee--list .mep-event-attendee--inner:not(.expanded)::after {
height: 40px;
background: linear-gradient(transparent, #f9f9f9);
}
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item {
padding: 10px;
}
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item img {
width: 45px;
height: 45px;
}
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item .attendee_name {
font-size: 0.8em;
}
}
@media only screen and (max-width: 320px) {
.mep-event-attendee--list .mep-event-attendee--inner {
grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
gap: 8px;
}
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item {
padding: 8px;
}
.mep-event-attendee--list .mep-event-attendee--inner .mep-event-attendee--item img {
width: 40px;
height: 40px;
}
} .user-info-sec h5{position: relative;}
.user-info-sec h5 label{position: absolute;top: 10px;right: 10px;display: -webkit-flex;display: flex;width: auto;    align-items: center;}
.user-info-sec h5 label.same_attendee_hide{display: none;}
.user-info-sec h5 label input{width: auto;}
.user-info-sec h5 label input:focus{outline: none;}
.user-info-sec h5 label span{margin: 0 0 0 10px;padding: 0;} label.radio_label{margin: 10px 0 !important;-webkit-flex-wrap: wrap; flex-wrap: wrap;}
.customRadioLabel{font-size: var(--font-size-h6);font-weight: var(--fw-medium);}
.customRadioLabel input[type="radio"] ~.formControl,
.customRadioLabel input[type="radio"]{display: none;}
.customRadio {padding: 3px 10px 0 30px;position: relative;cursor: pointer;line-height: 1;min-width: 165px;margin: 0 0 7px 0;}
.customRadio::before {
content: "";position: absolute;
left: 0;top: 0;height: 20px;width: 20px;
background-color: #FFF;
border: 2px rgba(0, 0, 0, 0.5) solid;;
border-radius: 50%;
}
.customRadioLabel input[type="radio"]:checked ~.formControl{display: block;}
.customRadioLabel input[type="radio"]:checked ~ .customRadio::after,
.customRadio.active::after {
content: "";position: absolute;
left: 5px;top: 5px;height: 10px;width: 10px;
background-color: var(--theme-color);
border: 1px solid rgba(0, 0, 0, 0.5);;
border-radius: 50%;
}
.custom_label{min-width: 200px;margin: 0 15px 15px 0;}
.customCheckBoxArea{display: -webkit-flex !important;display: flex !important;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.customCheckBoxArea label{margin: 0 15px 0 0;min-width: 150px;}
.customCheckbox {padding: 0 0 0 30px;position: relative;width: 100%;-webkit-flex-wrap: wrap;flex-wrap: wrap;white-space: nowrap;}
.customCheckbox::before{
content: "";position: absolute;
left: 0;top: 0;height: 20px;width: 20px;
background-color: #FFF;
border: 2px rgba(0, 0, 0, 0.5) solid;
border-radius: 2px;
}
.customCheckboxLabel{padding: 0 0 10px 0;}
.customCheckboxLabel input:checked~ .customCheckbox::before{border-color: #07c;background: #07c;}
.customCheckboxLabel input:focus ~ .customCheckbox::before {
border-color: #07C;outline: 0;
-webkit-box-shadow: 0 0 0 3px rgba(0, 119, 204, 0.3); box-shadow: 0 0 0 3px rgba(0, 119, 204, 0.3);
}
.customCheckboxLabel input:checked~ .customCheckbox::after{
content: "";position: absolute;
left: 2px;top: 4px;height: 8px;width: 16px;
border: 2px solid #fff;border-top: none;border-right: none;
z-index: 11;background-color: transparent;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);
}
.mpwem_style label.term_condition_area,
label.term_condition_area{margin: 0 0 10px 0;}
label.term_condition_area a{margin: 0 0 0 15px;}
span.custom_input_area{display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;} div.attach_file_area{margin: 0 0 10px 0;display: flex !important;}
div.attach_file_area .attach_file_view{display: none;
height:auto;cursor: pointer;padding: 5px;background-color: #ddd;font-size: 15px;border-radius: 5px;border:1px solid #0D66C2;
width: auto; min-width: 180px;text-align: center;
}
div.attach_file_area img{height: 100%;width: auto;cursor: pointer;display: none;max-height: 100px;}
div.attach_file_area iframe{height: 100%;width: auto;cursor: pointer;display: none;max-height: 300px;}
#tshirt,#gen,#veg{margin: 10px 0;font-size: 14px;    height: 40px;}  .mep-user-info-sec > label{-webkit-transition: all 350ms ease-in-out;-moz-transition: all 350ms ease-in-out;-o-transition: all 350ms ease-in-out;transition: all 350ms ease-in-out;text-align: left;}
span.mep_label_span{min-width:200px;max-width: 50%;}
@media only screen and (max-width: 700px) {
.mep-user-info-sec > label{-webkit-flex-wrap: wrap;flex-wrap: wrap;}
}
[type="date"] {
background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}
[type="date"]::-webkit-inner-spin-button {
display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
opacity: 0;
}.wpmenucart-icon-shopping-cart-0:before{font-family:WPMenuCart;speak:none;font-style:normal;font-weight:400;display:inline;width:auto;height:auto;line-height:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0;margin-right:.25em}.wpmenucart-icon-shopping-cart-0:before{content:"\f07a"}