.mec_rsvp_form .hidden {
    display: none;
}

.mec-events-meta-group .col-md-12 {
    padding-left: 0;
}

/** custom form start */
.mec_rsvp_form,
.mec_rsvp_form h5 span,
.mec_rsvp_form label {
    color: #424242;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 3px 0;
    display: block;
    clear: none;
    padding: 5px 1em 3px 0;
}

.mec_rsvp_form input[type="date"],
.mec_rsvp_form input[type="email"],
.mec_rsvp_form input[type="number"],
.mec_rsvp_form input[type="password"],
.mec_rsvp_form input[type="tel"],
.mec_rsvp_form input[type="text"],
.mec_rsvp_form select,
.mec_rsvp_form textarea {
    display: block;
    background: #fff;
    min-height: 42px;
    min-width: 100px;
    font-size: 13px;
    font-family: inherit;
    border: 1px solid #e1e2e3;
    border-radius: 2px;
    padding: 13px 10px;
    max-width: 330px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 4px rgb(0 0 0 / 2%), 0 2px 3px rgb(0 0 0 / 1%);
    clear: both;
}

.mec_rsvp_form button {
    min-width: unset;
}

@media screen and (max-width: 500px) {

    .mec_rsvp_form button {
        min-width: unset;
        width: 100%;
    }

    .mec-rsvp-answer .mec-rsvp-answers-details-links,
    .mec-rsvp-answers {
        max-width: 100%;
    }
}

.mec-events-meta-group .mec-btn-box .button.mec-move-to-step-1,
.mec-single-event .mec-rsvp-form-box .button.mec-move-to-step-1 {
    background: #c4cace;
}

.mec-events-meta-group .mec-btn-box .button.mec-move-to-step-1:hover,
.mec-single-event .mec-rsvp-form-box .button.mec-move-to-step-1:hover {
    background: #000;
}

.mec_rsvp_form button.loading:after,
.mec-single-event a.button.loading:after {
    display: inline-block;
}

.mec_rsvp_form button:after,
.mec-single-event a.button:after {
    display: none;
    font-family: simple-line-icons;
    content: "\e098";
    margin-left: 4px;
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -ms-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}

/** custom form end */
.mec-rsvp-search-form {
    position: relative;
}

.mec-rsvp-search-form h2 {
    font-size: 24px;
}
.mec-rsvp-search-form .mec-rsvp-search-form-field-wrapper {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    max-width: 330px;
    margin: 0;
}

.mec-rsvp-search-form input[type="date"],
.mec-rsvp-search-form input[type="email"],
.mec-rsvp-search-form input[type="number"],
.mec-rsvp-search-form input[type="password"],
.mec-rsvp-search-form input[type="tel"],
.mec-rsvp-search-form input[type="text"],
.mec-rsvp-search-form select,
.mec-rsvp-search-form textarea {
    display: block;
    background: #fff;
    min-height: 40px;
    min-width: 180px;
    font-size: 13px;
    line-height: 38px;
    color: #606367;
    border: 1px solid #e3e5e7;
    border-left: none;
    border-radius: 0 3px 3px 0;
    padding: 0 12px;
    width: 100%;
    margin-bottom: 0;
    box-shadow: unset;
    clear: both;
}

.mec-rsvp-search-form span.mec-field-icon {
    border: 1px solid #e3e5e7;
    background: #fafafa;
    border-radius: 3px 0 0 3px;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mec-rsvp-search-form .mec-loading-1 {
    top: 50px;
}

.mec-rsvp-modification .mec-custom-form-box form>h4,
.mec-rsvp-modification .mec-custom-form-box form>h4::before,
.mec-rsvp-modification .mec-custom-form-box {
    border: none;
}

.mec-rsvp-modification .mec-custom-form-box {
    padding: 0;
    box-shadow: none;
}

.mec-rsvp-modification .mec-custom-form-box form>h4 {
    display: none;
}

.mec-custom-form-box {
    margin-bottom: 30px;
    padding: 40px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 2%);
    position: relative;
}

.mec-custom-form-box form>h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}

.mec-custom-form-box form>h4:before {
    padding: 1px 35px;
    border-bottom: 4px solid var(--mec-color-skin);
    font-size: 6px;
    content: "";
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -35px;
    left: 50%;
}

.mec-rsvp-answer {
    overflow: hidden;
    margin-bottom: 30px;
}

.mec-btn-box {
    overflow: hidden;
    clear: both;
    padding-top: 30px;
    border-top: 1px solid #f0f1f2;
}

.mec-rsvp-answer .mec-rsvp-answers-details-links {
    margin-bottom: 30px !important;
}

.mec-rsvp-answer .mec-rsvp-answers-details-links,
.mec-rsvp-answers {
    margin: 0;
    overflow: hidden;
    float: left;
    max-width: 330px;
    width: 100%;
    clear: both;
}

.mec-rsvp-answers-details-links>div label input[type="radio"],
.mec-rsvp-answers>div label input[type="radio"] {
    display: none;
}

.mec-rsvp-answers-details-links>div,
.mec-rsvp-answers>div {
    margin: 0 0 10px;
    min-height: 42px;
    border: 1px solid #e0e5eb;
    border-radius: 4px;
}

span.mec-answer-attendees-count {
    font-size: 11px;
    color: #8d8d8d;
}

.mec-rsvp-answers-details-links>div>label,
.mec-rsvp-answers>div>label {
    display: flex !important;
    align-items: baseline;
    justify-content: space-between;
}

.mec-rsvp-answers-details-links>div,
.mec-rsvp-answers-details-links>div label {
    cursor: pointer;
}

.mec-rsvp-answers-details-links>div.active,
.mec-rsvp-answers>div.active {
    border-color: var(--mec-color-skin);
    color: black;
    background: var(--mec-color-skin-rgba-4);
}

.mec-rsvp-answers-details-links>div.active label,
.mec-rsvp-answers>div.active label {
    color: black;
}

.mec-rsvp-answers-details-links>div.active .mec-answer-attendees-count {
    color: var(--mec-color-skin);
}

.mec-rsvp-answers-details-links>div label:first-child,
.mec-rsvp-answers>div label:first-child {
    position: relative;
    padding: 0;
    padding: 1px 20px 1px 35px;
    margin: 0;
}

.mec-rsvp-answers-details-links>div>label::before,
.mec-rsvp-answers>div>label:before {
    content: "";
    border: 2px solid #e1e2e3;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
}

span.mec-answer-text {
    display: inline-block;
    margin-left: 5px;
    line-height: 40px;
}

.mec-rsvp-answers-details-links>div.active>label::before,
.mec-rsvp-answers>div.active>label:before {
    width: 14px;
    height: 14px;
    background: var(--mec-color-skin);
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px var(--mec-color-skin-rgba-1);
    position: absolute;
    left: 14px;
    top: calc(50% - 8px);
}

.mec-rsvp-answers-details-tabs {
    clear: both;
}

.mec-rsvp-answers-details-tabs>div:not(.active) {
    display: none;
}

.mec-rsvp-step-1-box,
.mec-rsvp-step-2-box,
.mec-rsvp-result-box {
    overflow: hidden;
}

.mec-max-attendees-count, .rsvp-conversation-wrap .comment-metadata a {
    font-size: 11px;
    color: #8a8a8a;
}

.mec_rsvp_form .mec-form-row {
    margin: 0;
}

.mec-single-event .mec-attendees-info-box .mec-attendees-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.mec-attendees-info-box .min-to-start {
    flex-basis: 100%;
}

.mec-attendees-info-box .min-to-start strong {
    font-weight: 600;
}

.mec-attendees-info-box .mec-attendees {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.mec-attendees-info-box .mec-attendees p {
    margin-bottom: 5px !important;
    color: #424242;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    flex-basis: 100%;
}

.mec-attendees-info-box .mec-attendees .mec-attendee {
    width: calc((100% - 120px) / 12);
    text-align: center;
    position: relative;
    margin: 0 10px 15px 0;
}

.mec-attendees-info-box .mec-attendees .mec-attendee img {
    border-radius: 50%;
    margin: 0 auto;
}

.mec-attendees-info-box .mec-attendees .mec-attendee .mec-attendees-count {
    position: absolute;
    background: var(--mec-color-skin);
    color: white;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
    top: -5px;
    left: 0;
    padding-top: 2px;
}

.mec-attendees-info-box .mec-load-more-button {
    letter-spacing: 0;
    border: 1px solid #e8e8e8;
    padding: 0 18px;
    margin-bottom: 0;
    line-height: 30px;
    height: 32px;
}

.mec_rsvp_form .mec-error {
    color: #ff3c3c !important;
    border-color: #ff3c3c !important;
    background-color: #ffeaea;
}

.mec-loading-box {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.mec-loading-box .mec-loading-1 {
    position: absolute;
    top: 50%;
}

.mec-loading-1 {
    margin: auto;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #b3b7b9;
    border-bottom: 5px solid #b3b7b9;
    border-right: 5px solid #b3b7b9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/** Core Styles begin */
.mec-box {
    margin-bottom: 30px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 2%);
    position: relative;
}

.mec-wrap .mec-box-title,
.mec-box-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    margin: 0 0 40px 0;
}

.mec-wrap .mec-box-title::before,
.mec-box-title::before {
    padding: 1px 35px;
    border-bottom: 4px solid var(--mec-color-skin);
    font-size: 6px;
    content: "";
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -35px;
    left: 50%;
}

.mec-rsvp-answers-details-links label {
    padding: 3px 0;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.mec-wrap .mec_rsvp_form .col-md-12:not(input) {
    padding-left: 0;
    margin-bottom: 30px;
}

label.rsvp-first-for-all-label {
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    position: relative;
    display: inline-block;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
    box-shadow: 0 2px 16px -2px rgb(0 0 0 / 20%);
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
    padding: 0;
    vertical-align: middle !important;
}

.mec-single-event .mec_rsvp_form .mec_rsvp_first_for_all:checked+label.rsvp-first-for-all-label {
    border-color: #008aff;
    box-shadow: 0 2px 14px -3px #008aff;
}

label.rsvp-first-for-all-label:before {
    position: absolute;
    height: 0;
    width: 1px;
    background-color: #008aff;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    content: "";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
    top: 8px;
    left: 7px;
    box-shadow: 0 0 0 2px #fff;
    -moz-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    -o-transform: rotate(-145deg);
    -webkit-transform: rotate(-145deg);
    transform: rotate(-145deg);
}

.mec_rsvp_form .mec_rsvp_first_for_all:checked+label.rsvp-first-for-all-label:before,
.mec-single-event .mec_rsvp_form .mec_rsvp_first_for_all:checked+label.rsvp-first-for-all-label:before {
    height: 12px;
    -moz-animation: dothatopcheck 0.16s ease 0s forwards;
    -o-animation: dothatopcheck 0.16s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.16s ease 0s forwards;
    animation: dothatopcheck 0.16s ease 0s forwards;
}

label.rsvp-first-for-all-label:after {
    position: absolute;
    height: 0;
    width: 1px;
    background-color: #008aff;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    content: "";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
    top: 6px;
    left: 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mec_rsvp_form .mec_rsvp_first_for_all:checked+label.rsvp-first-for-all-label:after,
.mec-single-event .mec_rsvp_form .mec_rsvp_first_for_all:checked+label.rsvp-first-for-all-label:after {
    -moz-animation: dothabottomcheck 80ms ease 0s forwards;
    -o-animation: dothabottomcheck 80ms ease 0s forwards;
    -webkit-animation: dothabottomcheck 80ms ease 0s forwards;
    animation: dothabottomcheck 80ms ease 0s forwards;
    height: 4px;
}

.mec-single-event label.mec-fill-attendees {
    margin-top: 10px !important;
}

.mec_rsvp_first_for_all {
    display: none;
}

.mec-attendees-detail-inputs strong {
    margin-top: 20px;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
}

.mec-wrap .mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box .button.mec-move-to-step-2 {
    float: right;
    margin: 0 !important;
}

.mec-wrap .mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box .button.mec-move-to-step-1 {
    color: #636f72 !important;
    background: #f6f7f8 !important;
    border: 1px solid #e7e8e9 !important;
    float: left !important;
    margin: 0 !important;
}

.mec-wrap .mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box .button.mec-move-to-step-1 img.mec-svg-icon {
    margin-left: unset;
    margin-right: 30px;
}



.mec-wrap .mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box .button.mec-submit {
    float: right;
    margin: 0 !important;
    background: #47dc6e !important;
    border-color: #47dc6e !important;
    color: #fff !important;
    font-weight: 700 !important;
}

/** Core Styles end */

/* RSVP Loading Style */
.mec-loading-1 {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.mec-loading-1,
.mec-loading-1:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    z-index: 999999999999;
}

.mec-loading-1 {
    font-size: 10px;
    text-indent: -9999em;
    border-top: 0.5em solid rgba(0, 0, 0, 0.2);
    border-right: 0.5em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
    border-left: 0.5em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: mecloader 1.1s infinite linear;
    animation: mecloader 1.1s infinite linear;
}

@-webkit-keyframes mecloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mecloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* #mec-rsvp-search-by-email */

#mec-rsvp-search-by-email {
    display: inline;
    margin: 0;
    top: -3px;
}

@media only screen and (max-width: 767px) {
    #mec-rsvp-search-by-email {
        display: block;
        top: 0;
        margin-top: 20px;
        width: 100%;
    }
}

.mec-single-event .mec_rsvp_form .mec-select-date-dropdown-wrapper .mec-select-date-dropdown {
    border: 1px solid #e3e5e7;
    border-radius: 3px;
    max-width: 330px;
    width: auto;
    height: 42px;
    display: flex;
    background-color: #fff;
    margin-bottom: 30px;
}

.mec-single-event .mec_rsvp_form .mec-select-date-dropdown-wrapper .mec-select-date-dropdown select {
    width: 288px !important;
}

.mec-single-event .mec_rsvp_form .mec-select-date-dropdown-wrapper .mec-select-date-dropdown span.mec-select-date-calendar-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e3e5e7;
    background: #fafafa;
    min-width: 40px;
}

.mec-single-event .mec_rsvp_form .mec-select-date-dropdown-wrapper .mec-select-date-dropdown .mec-custom-nice-select {
    margin: 0;
    border: none;
}

.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper .mec-event-rsvp-count {
    position: relative;
    width: 80px;
    margin: 0;
}

.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper .mec-event-rsvp-count input[type="number"] {
    display: block;
    margin: 0;
    box-shadow: unset;
    border: 1px solid #e3e5e7;
    border-radius: 4px;
    background: #fff;
    min-width: 80px;
    width: 80px !important;
    min-height: 40px;
    height: 40px;
    padding: 0 0 0 12px;
}

.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper .mec-event-rsvp-count input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    opacity: 1;
    background: transparent;
    border-width: 0px;
    margin: 0;
    height: 38px;
    width: 19px;
    border-left: 1px solid var(--kata-color-border-primary);
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iQXJyb3ciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjMwIiB2aWV3Qm94PSIwIDAgMTQgMzAiPg0KICA8ZyBpZD0iR3JvdXBfNjU2MjIiIGRhdGEtbmFtZT0iR3JvdXAgNjU2MjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMTYpIj4NCiAgICA8cmVjdCBpZD0iQkciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjMiIGZpbGw9IiNmMGYxZjIiLz4NCiAgICA8cGF0aCBpZD0iYW5nbGUtbGVmdCIgZD0iTS42MywzLjUsMy44MTUsNi42ODUsMy41LDcsMCwzLjUsMy41LDBsLjMxNS4zMTVMLjYzLDMuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuNSA4Ljg2KSByb3RhdGUoLTkwKSIgZmlsbD0iIzYzNmY3MiIgc3Ryb2tlPSIjNjM2ZjcyIiBzdHJva2Utd2lkdGg9IjAuMyIvPg0KICA8L2c+DQogIDxnIGlkPSJHcm91cF82NTYyMyIgZGF0YS1uYW1lPSJHcm91cCA2NTYyMyI+DQogICAgPHJlY3QgaWQ9IkJHLTIiIGRhdGEtbmFtZT0iQkciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgcng9IjMiIGZpbGw9IiNmMGYxZjIiLz4NCiAgICA8cGF0aCBpZD0iYW5nbGUtbGVmdC0yIiBkYXRhLW5hbWU9ImFuZ2xlLWxlZnQiIGQ9Ik0uNjMsMy41LDMuODE1LDYuNjg1LDMuNSw3LDAsMy41LDMuNSwwbC4zMTUuMzE1TC42MywzLjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC41IDUuNSkgcm90YXRlKDkwKSIgZmlsbD0iIzYzNmY3MiIgc3Ryb2tlPSIjNjM2ZjcyIiBzdHJva2Utd2lkdGg9IjAuMyIvPg0KICA8L2c+DQo8L3N2Zz4NCg==');
    background-position: center;
    background-repeat: no-repeat;
}

.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper .mec-event-rsvp-count input::-webkit-outer-spin-button,
.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper .mec-event-rsvp-count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper .mec-event-rsvp-count .plus,
.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper .mec-event-rsvp-count .minus {
    position: absolute;
    right: 5px;
    line-height: 1;
    height: 14px;
}

.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper .mec-event-rsvp-count .plus {
    top: 5px;
}

.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper .mec-event-rsvp-count .minus {
    top: auto;
    bottom: 5px;
}

.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper .mec-event-rsvp-count .plus:hover,
.mec-single-event .mec_rsvp_form .mec-event-rsvp-count-wrapper .mec-event-rsvp-count .minus:hover {
    background: #dbdbdb;
}


.mec-single-event .mec_rsvp_form .mec-field-wrapper {
    display: flex;
    align-items: flex-start;
    max-width: 330px;
    margin: 0 0 30px 0;
}

.mec-single-event .mec_rsvp_form .mec-field-wrapper span.mec-field-icon {
    border: 1px solid #e3e5e7;
    background: #fafafa;
    border-radius: 3px 0 0 3px;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mec-single-event .mec_rsvp_form .mec-field-wrapper .mec-field-wrapper input {
    border-left: none;
    border-radius: 0 3px 3px 0;
}

.mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box input[id^="mec_field_rsvp_yes_mec_email"],
.mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box input[id^="mec_field_rsvp_maybe_mec_email"],
.mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box input[id^="mec_field_rsvp_no_mec_email"] {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDM5IDM5Ij4NCiAgPGcgaWQ9Ikdyb3VwXzY1NjQzIiBkYXRhLW5hbWU9Ikdyb3VwIDY1NjQzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMSAtMSkiPg0KICAgIDxwYXRoIGlkPSJSZWN0YW5nbGVfMjEzOCIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMjEzOCIgZD0iTTMsMEgzOGEwLDAsMCwwLDEsMCwwVjM4YTAsMCwwLDAsMSwwLDBIM2EzLDMsMCwwLDEtMy0zVjNBMywzLDAsMCwxLDMsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiIGZpbGw9IiNmYWZhZmEiLz4NCiAgICA8bGluZSBpZD0iTGluZV8zOCIgZGF0YS1uYW1lPSJMaW5lIDM4IiB5Mj0iMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5LjUgMSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2UzZTVlNyIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgPHBhdGggaWQ9ImVtYWlsLWljb24iIGQ9Ik0xMDUuOTc2LDU1Ljk3OWEuNTMzLjUzMywwLDAsMC0uMjYxLjA3OGwtNy40NjcsNC42MjJhLjUzMy41MzMsMCwwLDAtLjI1LjQ1NXY4LjUzM2EuNTMzLjUzMywwLDAsMCwuNTMzLjUzM2gxNC45MzNhLjUzMy41MzMsMCwwLDAsLjUzMy0uNTMzVjYxLjEzNWEuNTMzLjUzMywwLDAsMC0uMjUtLjQ1NWwtNy40NjctNC42MjJhLjUzNC41MzQsMCwwLDAtLjMwNi0uMDc4Wk0xMDYsNTcuMTRsNi45MzMsNC4yODl2Ny43MDVIOTkuMDY1VjYxLjQyOVptLTUuNzExLDQuNTIyYS41MzMuNTMzLDAsMCwwLS4yNjEuOTg5bDUuNjg5LDMuNTU2YS41MzMuNTMzLDAsMCwwLC41NjcsMGw1LjY4OS0zLjU1NmEuNTM0LjUzNCwwLDAsMC0uNTY3LS45MDZMMTA2LDY1LjEyM2wtNS40MDUtMy4zNzhhLjUzNS41MzUsMCwwLDAtLjMwNi0uMDgzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg1Ljk5OCAtNDIuOTc5KSIgZmlsbD0iI2JlYzNjOCIgc3Ryb2tlPSIjYmVjM2M4IiBzdHJva2Utd2lkdGg9IjAuMyIvPg0KICA8L2c+DQo8L3N2Zz4NCg==');
    background-repeat: no-repeat;
    padding-left: 54px;
}

.mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box input[id^="mec_field_rsvp_yes_first_name"],
.mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box input[id^="mec_field_rsvp_yes_last_name"],
.mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box input[id^="mec_field_rsvp_maybe_first_name"],
.mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box input[id^="mec_field_rsvp_maybe_last_name"],
.mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box input[id^="mec_field_rsvp_no_first_name"],
.mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box input[id^="mec_field_rsvp_no_last_name"] {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOSIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDM5IDM5Ij4NCiAgPGcgaWQ9Ikdyb3VwXzY1NjUwIiBkYXRhLW5hbWU9Ikdyb3VwIDY1NjUwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMSAtMSkiPg0KICAgIDxwYXRoIGlkPSJSZWN0YW5nbGVfMjEzOCIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMjEzOCIgZD0iTTMsMEgzOGEwLDAsMCwwLDEsMCwwVjM4YTAsMCwwLDAsMSwwLDBIM2EzLDMsMCwwLDEtMy0zVjNBMywzLDAsMCwxLDMsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiIGZpbGw9IiNmYWZhZmEiLz4NCiAgICA8bGluZSBpZD0iTGluZV8zOCIgZGF0YS1uYW1lPSJMaW5lIDM4IiB5Mj0iMzkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM5LjUgMSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2UzZTVlNyIgc3Ryb2tlLXdpZHRoPSIxIi8+DQogICAgPGcgaWQ9InVzZXItaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3Ni4wNDcgLTU1LjA3OCkiPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfMTMzNDQiIGRhdGEtbmFtZT0iUGF0aCAxMzM0NCIgZD0iTTIwMC40ODEsMjkxLjQ2OUgxOTEuMTdhMi4xMjMsMi4xMjMsMCwwLDEtMi4xMjMtMi4xMjN2LS44OGE1LjksNS45LDAsMCwxLDUuOS01LjloMS43NjRhNS45LDUuOSwwLDAsMSw1LjksNS45di44OGEyLjEyMywyLjEyMywwLDAsMS0yLjEyMywyLjEyM1ptLTUuNTM4LTcuNDgzYTQuNDgxLDQuNDgxLDAsMCwwLTQuNDgxLDQuNDgxdi44OGEuNzA4LjcwOCwwLDAsMCwuNzA4LjcwOGg5LjMxMWEuNzA4LjcwOCwwLDAsMCwuNzA4LS43MDh2LS44OGE0LjQ4MSw0LjQ4MSwwLDAsMC00LjQ4MS00LjQ4MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTIwNy4zNzQpIiBmaWxsPSIjYmRjM2M3Ii8+DQogICAgICA8cGF0aCBpZD0iUGF0aF8xMzM0NSIgZGF0YS1uYW1lPSJQYXRoIDEzMzQ1IiBkPSJNMjU0LjI0OSw3NC41YTQuMjE1LDQuMjE1LDAsMSwxLDIuOTc1LTEuMjM0LDQuMjEsNC4yMSwwLDAsMS0yLjk3NSwxLjIzNFptMC03YTIuOCwyLjgsMCwxLDAsMS45NzUuODIyLDIuNzk1LDIuNzk1LDAsMCwwLTEuOTc1LS44MjJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTguNDIzKSIgZmlsbD0iI2JkYzNjNyIvPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=');
    background-repeat: no-repeat;
    padding-left: 54px;
}

.mec-single-event .mec-events-meta-group-booking.mec-rsvp-form-box input.mec-error {
    margin: 0;
}

.mec-rsvp-result-box .mec-success,
.mec-events-meta-group-booking.mec-custom-form-box.mec-rsvp-form-box .mec-error {
    margin: 0 !important;
}

/* RSVP Conversation */
.rsvp-conversation-wrap {
    margin-bottom: 30px;
    padding: 40px 40px 0;
    background: #fff;
    border: 1px solid #e6e7e8;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 2%);
}
.rsvp-conversation-wrap h4.rsvp-conversation-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #313131;
    border-bottom: 4px solid #ebebeb;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}
.rsvp-conversation-wrap .rsvp-conversation-title:after {
    width: 70px;
    height: 4px;
    display: block;
    content: "";
    background-color: var(--mec-color-skin);
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.rsvp-conversation-wrap .comment-body {
    background: #fff;
    padding: 10px 20px 20px;
    border-radius: 2px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e7e8 !important;
}
.rsvp-conversation-wrap .comment-metadata .edit-link a {
    color: var(--mec-color-skin);
}

.rsvp-conversation-wrap .comment-author a.url {
    color: #606367;
}
.rsvp-conversation-wrap .comment-body .reply .comment-reply-link {
    color: var(--mec-color-skin);
}
.rsvp-conversation-wrap .comment-content {
    background-color: #fafafa;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.rsvp-conversation-wrap .comment-content p {
    margin-bottom: 0;
}
.rsvp-conversation-wrap .comment-reply-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #313131;
    width: 100%;
    display: block;
    padding-bottom: 10px;
}
.rsvp-conversation-wrap .comment-respond .comment-form .logged-in-as a {
    color: var(--mec-color-skin);
}
.rsvp-conversation-wrap .comment-respond .comment-form .comment-form-comment textarea {
    border: 1px solid #e6e7e8;
    border-radius: 3px;
    min-height: 200px;
}
.rsvp-conversation-wrap .comment-respond .comment-form .comment-form-comment textarea:focus {
    outline: 0;
}
