#mec_bfixed_form_field_types .button,
#mec_waiting_form_field_types .button {
    position: relative;
    outline: 0;
    background: #fff;
    border: 1px solid #e6e9eb;
    border-radius: 50px;
    padding: 9px 21px 10px 31px;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    color: #07bbe9;
    letter-spacing: .4px;
    height: auto;
    cursor: pointer;
    margin-top: 5px;
    text-transform: capitalize;
    box-shadow: 0 0 3px rgba(0,0,0,.03);
}

#mec_bfixed_form_field_types .button:hover,
#mec_waiting_form_field_types .button:hover{
    border-color: #07bbe9;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
}

#mec_meta_box_tickets_form [id^="mec_ticket_row"] button:hover,
#mec_fes_organizer_remove_image_button:hover,
#mec_fes_location_remove_image_button:hover,
#mec_meta_box_hourly_schedule_days [id^="mec_meta_box_hourly_schedule_day_"] .mec-form-row.mec-box .button:hover,
#mec_meta_box_hourly_schedule_days [id^="mec_meta_box_hourly_schedule_day_"] .mec-col-1 .button:hover,
#mec_waiting_form_field_types .button.red:hover {
    border-color: #ea6485;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
}

#mec_bfixed_form_field_types .button:before,
#mec_waiting_form_field_types .button:before {
    position: absolute;
    left: 10px;
    color: #07bbe9;
    content: "\e095";
    font-family: simple-line-icons;
    font-size: 13px;
    display: inline-block;
    top: 9px;
}

#mec_bfixed_form_field_types .button.red:before,
#mec_waiting_form_field_types .button.red:before  {
    position: absolute;
    left: 12px;
    color: #ea6485;
    content: "\e095";
    font-family: simple-line-icons;
    font-size: 13px;
    display: inline-block
}

.mec-fes-form #mec_waiting_form_fields span.mec_waiting_field_sort,
.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_sort {
    font-size: 0;
    color: #fff;
    padding-left: 20px;
}

.mec-fes-form #mec_waiting_form_fields .mec_waiting_field_options,
.mec-fes-form #mec_bfixed_form_fields .mec_bfixed_field_option_sort,
.mec-fes-form #mec_waiting_form_fields span.mec_waiting_field_option_sort {
    font-size: 0;
}

.mec-fes-form #mec_waiting_form_fields span.mec_waiting_field_option_sort:before,
.mec-fes-form #mec_waiting_form_fields span.mec_waiting_field_options:before,
.mec-fes-form #mec_waiting_form_fields span.mec_waiting_field_sort:before,
.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before,
.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_sort:before {
    position: absolute;
    left: px;
    top: 12px;
    width: 80px;
    height: 20px;
    display: block;
    cursor: move;
    font-family: simple-line-icons;
    content: "\e023";
    font-size: 18px;
    color: #888
}

.mec-fes-form #mec_waiting_form_fields span.mec_waiting_field_option_sort:before,
.mec-fes-form #mec_waiting_form_fields span.mec_waiting_field_options:before,
.mec-fes-form #mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before {
    font-size: 13px;
    left: 2px;
    top: 26px;
    width: 14px;
    height: 14px
}

#mec_bfixed_form_fields,
#mec_event_form_fields,
#mec_waiting_form_fields {
    background: #eee;
    padding: 20px
}

#mec_bfixed_form_fields li,
#mec_event_form_fields li,
#mec_waiting_form_fields li {
    margin: 4px;
    border-radius: 2px;
    padding: 20px 34px 24px;
    background: #fff;
    position: relative;
    transition: all .3s ease
}

#mec_bfixed_form_fields li ul,
#mec_event_form_fields li ul,
#mec_waiting_form_fields li ul {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 1px
}

#mec_bfixed_form_fields li ul li,
#mec_event_form_fields li ul li,
#mec_waiting_form_fields li ul li {
    padding: 7px 30px 7px 46px
}

#mec_bfixed_form_fields span.mec_event_field_type,
#mec_event_form_fields span.mec_event_field_type,
#mec_waiting_form_fields span.mec_waiting_field_type {
    font-size: 11px;
    font-weight: 600;
    color: #8a8a8a;
    text-transform: uppercase;
    letter-spacing: 2px
}

#mec_bfixed_form_fields span.mec_bfixed_field_option_sort,
#mec_bfixed_form_fields span.mec_bfixed_field_remove,
#mec_bfixed_form_fields span.mec_bfixed_field_sort,
#mec_event_form_fields span.mec_event_field_option_sort,
#mec_event_form_fields span.mec_event_field_remove,
#mec_event_form_fields span.mec_event_field_sort,
#mec_waiting_form_fields span.mec_waiting_field_option_sort,
#mec_waiting_form_fields span.mec_waiting_field_remove,
#mec_waiting_form_fields span.mec_waiting_field_sort {
    font-size: 0;
    color: #fff
}

#mec_bfixed_form_fields span.mec_bfixed_field_remove,
#mec_event_form_fields span.mec_event_field_remove,
#mec_waiting_form_fields span.mec_waiting_field_remove {
    position: absolute;
    right: 0;
    top: 0
}

#mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before,
#mec_bfixed_form_fields span.mec_bfixed_field_remove:before,
#mec_bfixed_form_fields span.mec_bfixed_field_sort:before,
#mec_event_form_fields span.mec_event_field_option_sort:before,
#mec_event_form_fields span.mec_event_field_remove:before,
#mec_event_form_fields span.mec_event_field_sort:before,
#mec_waiting_form_fields span.mec_waiting_field_option_sort:before,
#mec_waiting_form_fields span.mec_waiting_field_remove:before,
#mec_waiting_form_fields span.mec_waiting_field_sort:before {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 80px;
    height: 20px;
    display: block;
    cursor: move;
    font-family: simple-line-icons;
    content: "\e023";
    font-size: 18px;
    color: #888
}

#mec_bfixed_form_fields span.mec_bfixed_field_remove:before,
#mec_event_form_fields span.mec_event_field_remove:before,
#mec_waiting_form_fields span.mec_waiting_field_remove:before {
    content: "\e082";
    width: 20px;
    height: 20px;
    left: auto;
    right: 15px;
    color: #f96666;
    cursor: pointer
}

#mec_bfixed_form_fields span.mec_bfixed_field_option_sort:before,
#mec_event_form_fields span.mec_event_field_option_sort:before,
#mec_waiting_form_fields span.mec_waiting_field_option_sort:before {
    font-size: 13px;
    left: 2px;
    top: 23px;
    width: 14px;
    height: 14px
}

#mec_bfixed_form_fields li ul li span.mec_bfixed_field_remove,
#mec_event_form_fields li ul li span.mec_event_field_remove,
#mec_waiting_form_fields li ul li span.mec_waiting_field_remove {
    right: auto;
    left: 60px;
    top: 2px
}

#mec_bfixed_form_fields p.mec_bfixed_field_options,
#mec_event_form_fields p.mec_event_field_options,
#mec_waiting_form_fields p.mec_waiting_field_options {
    margin: 6px 0 8px
}

#mec_bfixed_form_fields input[type=number],#mec_bfixed_form_fields input[type=text],#mec_bfixed_form_fields select,#mec_bfixed_form_fields textarea,
#mec_event_form_fields input[type=number],#mec_event_form_fields input[type=text],#mec_event_form_fields select,#mec_event_form_fields textarea,
#mec_waiting_form_fields input[type=number],#mec_waiting_form_fields input[type=text],#mec_waiting_form_fields select,#mec_waiting_form_fields textarea {
    min-width: 260px;
    min-height: 34px;
    margin-bottom: 7px;
    margin-top: 7px
}

#mec_bfixed_form_fields textarea,
#mec_event_form_fields textarea,
#mec_waiting_form_fields textarea {
    min-height: 66px
}

#mec_bfixed_form_field_types button,#mec_bfixed_form_fields button,
#mec_event_form_field_types button,#mec_event_form_fields button,
#mec_waiting_form_field_types button,#mec_waiting_form_fields button {
    position: relative;
    outline: 0;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    padding: 11px 21px 11px 31px;
    line-height: 1;
    font-size: 11px;
    font-weight: 600;
    color: #444;
    letter-spacing: 2px;
    height: auto;
    cursor: pointer;
    margin-top: 5px;
    text-transform: uppercase;
    box-shadow: 0 0 3px rgba(0,0,0,.03)
}

#mec_bfixed_form_field_types button:hover,#mec_bfixed_form_fields button:hover,
#mec_event_form_field_types button:hover,#mec_event_form_fields button:hover,
#mec_waiting_form_field_types button:hover,#mec_waiting_form_fields button:hover {
    border-color: #008aff;
    box-shadow: 0 0 7px rgba(0,0,0,.1)
}

#mec_bfixed_form_field_types button:before,#mec_bfixed_form_fields button:before,
#mec_event_form_field_types button:before,#mec_event_form_fields button:before,
#mec_waiting_form_field_types button:before,#mec_waiting_form_fields button:before {
    position: absolute;
    left: 12px;
    color: #008aff;
    content: "\e095";
    font-family: simple-line-icons;
    font-size: 13px;
    display: inline-block
}

#mec_bfixed_form_field_types button.red:hover,#mec_bfixed_form_fields button.red:hover,
#mec_event_form_field_types button.red:hover,#mec_event_form_fields button.red:hover,
#mec_waiting_form_field_types button.red:hover,#mec_waiting_form_fields button.red:hover {
    border-color: red;
    box-shadow: 0 0 7px rgba(0,0,0,.1)
}

#mec_bfixed_form_field_types button.red:before,#mec_bfixed_form_fields button.red:before,
#mec_event_form_field_types button.red:before,#mec_event_form_fields button.red:before,
#mec_waiting_form_field_types button.red:before,#mec_waiting_form_fields button.red:before {
    position: absolute;
    left: 12px;
    color: red;
    content: "\e095";
    font-family: simple-line-icons;
    font-size: 13px;
    display: inline-block
}

#mec_bfixed_form_fields .mec_bfixed_notification_placeholder, 
#mec_event_form_fields .mec_event_notification_placeholder {
    padding: 2px;
    display: block;
    margin: 10px 0 20px;
}

@media (max-width: 768px) {
    #mec_bfixed_form_fields input[type=number],#mec_bfixed_form_fields input[type=text],#mec_bfixed_form_fields select,#mec_bfixed_form_fields textarea,
    #mec_event_form_fields input[type=number],#mec_event_form_fields input[type=text],#mec_event_form_fields select,#mec_event_form_fields textarea,
    #mec_waiting_form_fields input[type=number],#mec_waiting_form_fields input[type=text],#mec_waiting_form_fields select,#mec_waiting_form_fields textarea {
        min-width:80px;
        width: 100%
    }
}


.mec-admin-dark-mode.post-type-mec-events #mec_waiting_form_fields li,
.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_waiting_form_fields li{
    background: #1F1F1F;
    color: #fff;
}

.mec-admin-dark-mode.post-type-mec-events #mec_waiting_form_fields{
    background: #282828;
    border-color: #353535;
}

.mec-admin-dark-mode.post-type-mec-events #mec_waiting_form_fields button,
.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_waiting_form_fields button,
.mec-admin-dark-mode.m-e-calendar_page_MEC-settings #mec_waiting_form_fields {
    background: #000;
}

/* MEC Backend Responsive Mobile & Tablet */
@media(max-width: 480px) {
    #mec_event_form_fields,
    #mec_waiting_form_fields {
        padding: 10px;
    }
}


#mec_waiting_form_fields span.mec_waiting_field_remove,
#mec_waiting_form_fields span.mec_waiting_field_sort {
    font-size: 0;
    color: #fff
}

#mec_waiting_form_fields span.mec_waiting_field_remove {
    position: absolute;
    right: 0;
    top: 0
}

#mec_waiting_form_fields span.mec_waiting_field_sort:before {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 80px;
    height: 20px;
    display: block;
    cursor: move;
    font-family: simple-line-icons;
    content: "\e023";
    font-size: 18px;
    color: #888
}

#mec_waiting_form_fields span.mec_waiting_field_remove:before {
    content: "\e082";
    width: 20px;
    height: 20px;
    left: auto;
    right: 15px;
    color: #f96666;
    cursor: pointer
}
#mec_waiting_form_fields li ul li span.mec_waiting_field_remove {
    right: auto;
    left: 60px;
    top: 2px
}


.toplevel_page_mec-intro .wp-menu-image img,
.menu-icon-mec-waiting .wp-menu-image img {
    width: 18px !important;
    padding-top: 7px !important;
}













/* MEC Booking Attendees Hover Box - Attendees Tooltip */
.post-type-mec-waiting .attendees .mec-booking-attendees-tooltip {
    position: relative;
}

.post-type-mec-waiting .attendees strong {
    line-height: 26px;
    padding-left: 26px;
}

.post-type-mec-waiting .attendees .mec-booking-attendees-tooltip:before {
    position: absolute;
    content: "\e001";
    font-family: simple-line-icons;
    margin: 12px 0;
    top: -30px;
    left: 0;
    font-size: 18px;
    line-height: 12px;
    color: #40d9f1;
    padding: 0 60px 5px 0;
}

.post-type-mec-waiting .attendees .mec-booking-attendees-tooltip ul {
    position: absolute;
    min-width: 300px;
    max-width: 600px;
    display: inline-block;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #535a61;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.3;
    z-index: 9999999;
    box-sizing: border-box;
    box-shadow: 0 4px 45px -8px #444b50;
    visibility: hidden;
    opacity: 0;
    transition: opacity .23s;
    padding: 23px 20px 20px 20px;
    border-radius: 8px;
    margin-top: -13px;
}

.post-type-mec-waiting .attendees .mec-booking-attendees-tooltip ul:before {
    display: block;
    content: ''!important;
    position: absolute!important;
    width: 12px;
    height: 12px;
    left: -10px!important;
    top: 50%!important;
    transform: translate(50%,-50%) rotate(-45deg)!important;
    background-color: #535a61!important;
    box-shadow: 0 8px 9px -4px #535a61!important;
    z-index: 0!important;
}

.post-type-mec-waiting .attendees .mec-booking-attendees-tooltip:hover ul {
    visibility: visible;
    opacity: 1;
}

.post-type-mec-waiting .attendees .mec-booking-attendees-tooltip ul a {
    color: #40d9f1;
    margin-bottom: 14px;
    margin-left: 0;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
    position: relative;
    text-decoration: none;
    display: block;
    width: max-content;
}

.post-type-mec-waiting .attendees .mec-booking-attendees-tooltip ul li:last-child a {
    margin-bottom: 0;
}