HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/testingff/public_html/fdfctr/wp-content/plugins/mage-eventpress/css/admin_style.css
.inside .sec {
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}

.sec label {
    font-size: 16px;
    font-weight: bold;
}

.mep_status .active {
    background: green none repeat scroll 0 0;
    color: #FFF;
    padding: 6px 10px;
    display: block;
    font-size: 12px;
    text-align: center;
}

.mep_status .err {
    background: red none repeat scroll 0 0;
    color: #FFF;
    padding: 6px 10px;
    display: block;
    font-size: 12px;
    text-align: center;
}

td.mep_event_seat.column-mep_event_seat span {
    display: inline-block;
    text-align: center;
}

#mep_uid {
    width: 65px;
}

.inside .sec input {
    border: 1px solid #DDD;
    padding: 5px;
    width: 100%;
    color: #000;
}

.inside .sec label {
    font-weight: normal;
}

table.atendee-info {
    display: block;
    overflow: hidden;
    width: 100%;
}


/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */

#map {
    height: 250px;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #FFF;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #FFF;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4D90FE;
}

div#mep_event_day_r,
div#mep_event_faq_r {
    display: block;
    padding: 0 15px 15px;
}

.mep-faq-input {
    width: 100%;
    display: block;
    border: 1px solid #8A8A8A;
    padding: 5px;
    margin: 15px 0;
}

div#mep-event-faq-box {
    overflow: hidden;
}

a.button.remove-faq-row {
    /* float: right; */
    overflow: hidden;
    display: inline-block;
}

.settings_page_mep_event_settings_page h2 {
    padding-left: 10px;
}

.mep-attendee-sec-details span {
    border: 1px solid #DDD;
    padding: 10px;
    display: inline-block;
}

.mep-attendee-sec-details .ea-label {
    width: 200px !important;
    font-weight: bold;
}

.mep-attendee-sec-details .ea-value {
    width: 68% !important;
}

.mep-attendee-sec-details .sec {
    margin: 0;
}

.post-type-mep_events .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
    margin: -5px 0 0 20px;
}

.post-type-mep_events .switch input {
    display: none;
}

.post-type-mep_events .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CCC;
    -webkit-transition: .4s;
    transition: .4s;
}

.post-type-mep_events .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.post-type-mep_events input:checked+.slider {
    background-color: #2196F3;
}

.post-type-mep_events input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.post-type-mep_events input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.post-type-mep_events .slider.round {
    border-radius: 34px;
}

.post-type-mep_events .slider.round:before {
    border-radius: 50%;
}

div#mage-primary-button {
    background: green !important;
    color: white !important;
}

.mage_settings_panel_wrap .nav-tab {
    float: none;
    border: 2px solid #0E678C;
    border-bottom: none;
    margin-left: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    background: #0071A1;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    max-width: 100%;
    display: block;
    overflow: hidden;
    width: auto;
}

.mage_settings_panel_wrap .nav-tab.nav-tab-active {
    background: #0080F0;
}

.mage_settings_panel_wrap table th {
    width: 330px;
    font-size: 13px;
}

.mage_settings_panel_wrap table td {
    padding: 10px 0;
}

.mage_settings_panel_wrap p.submit {
    text-align: right;
}

.mage_settings_panel_wrap p.submit input {
    font-size: 16px;
    padding: 5px 30px;
    border-radius: 0;
}

.mage_settings_panel_wrap .metabox-holder h2 {
    border-bottom: 2px solid #0071A1;
    font-size: 20px;
    padding: 15px;
    background: #DDD;
    margin-bottom: 0px;
    margin-top: 0px;
}

.mep_event_metabox_address .sec {
    width: 48%;
    display: inline-block;
    padding: 0 10px;
}

#poststuff .stuffbox>h3,
#poststuff h2,
#poststuff h3.hndle {
    display: block;
}

span.mep_event_date {
    background: #B2833F;
    font-size: 11px;
    display: block;
    text-align: center;
    height: auto;
    padding: 7px 3px;
    color: #FFF;
}

div#mep_event_list_thumbnail_meta_boxes table th,
div#mep_event_list_thumbnail_meta_boxes table td {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
}

div#mep_event_list_thumbnail_meta_boxes table,
div#mep_event_list_thumbnail_meta_boxes table tbody {
    width: 100% !important;
    overflow: hidden;
    display: block;
}

div#mep_event_list_thumbnail_meta_boxes table td input {
    width: 93% !important;
}

div#mep_event_list_thumbnail_meta_boxes span.slider:before {
    display: none;
}

div#mep_event_list_thumbnail_meta_boxes table td input#enable_global_qty {
    width: auto !important;
}

#mep_event_list_thumbnail_meta_boxes table.form-table {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#mep_event_list_thumbnail_meta_boxes table.form-table tbody th,
#mep_event_list_thumbnail_meta_boxes table.form-table tbody td {
    display: block;
    width: 100%;
}

#mep_event_list_thumbnail_meta_boxes .media_preview {
    width: 92% !important;
}

.wrap.mage_settings_panel_wrap {
    display: block;
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap.mage_settings_panel_wrap h2.nav-tab-wrapper {
    width: 20%;
    padding: 0;
    margin: 0;
    float: left;
    order: 2;
}

.wrap.mage_settings_panel_wrap {
    display: block;
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap.mage_settings_panel_wrap h2.nav-tab-wrapper {
    width: 20%;
    padding: 0;
    margin: 0;
    float: left;
    order: 2;
    overflow: hidden;
}

.wrap.mage_settings_panel_wrap .error,
.wrap.mage_settings_panel_wrap .notice {
    display: block;
    width: 100%;
    overflow: hidden;
}

.mp_tab_item .item .content input {
    display: block;
    width: 100%;
    border: 1px solid #333;
    border-radius: 0;
    margin: 10px 0;
    padding: 10px;
}

.mp_tab_item .item .content textarea {
    width: 100%;
    margin: 10px 0;
    border-radius: 0;
    padding: 10px;
    min-height: 200px;
}

.wrap.mage_settings_panel_wrap #message {
    display: none!important;
}

#wp-mep_event_cc_email_text-media-buttons button {
    width: auto !important;
}

.wrap.mage_settings_panel_wrap #setting-error-tgmpa {
    order: 0;
    width: 100%;
}

#mp_event_all_info_in_tab table.form-table {
    table-layout: inherit;
}

#mp_event_all_info_in_tab table.form-table th {
    width: 35%;
}

#mp_event_all_info_in_tab table.form-table td {
    width: 65%;
}


/****************mp_event_all_meta_in_tab********************/

iframe#gmap_canvas {
    width: 100%;
    height: 300px;
}

#mp_event_all_info_in_tab {
    margin: 0 0 35px 0;
    overflow-y: hidden;
    overflow-x: scroll;
}

#mp_event_all_info_in_tab .section-title,
#mp_event_all_info_in_tab .mp_event_virtual_type_des,
#mp_event_all_info_in_tab label.mp_event_drop_list_hidden,
#mp_event_all_info_in_tab .mp_event_custom_form_hidden {
    display: none;
}

#mp_event_all_info_in_tab .mp_event_virtual_type_des.active {
    display: block;
}

#mp_event_all_info_in_tab .ppof-settings .form-section {
    padding: 0;
}

#mp_event_all_info_in_tab .postbox-header {
    background-color: #161b37;
    padding: 10px;
}

#mp_event_all_info_in_tab .postbox-header h2 {
    font-size: 20px;
    font-weight: 400;
    color: #FFF !important;
    border: none !important;
    padding: 0;
}

#mp_event_all_info_in_tab .postbox-header h2 .dashicons {
    width: 45px;
    height: 28px;
    font-size: 28px;
}

#mp_event_all_info_in_tab .postbox-header button span {
    color: #FFF;
}

#mp_event_all_info_in_tab .postbox-header button:hover span {
    color: #999;
}

#mp_event_all_info_in_tab .inside {
    margin: 0;
    padding: 0;
}

#mp_event_all_info_in_tab table {
    border: 1px solid #DDD;
    width: 100%;
    border-collapse: collapse;
}

#mp_event_all_info_in_tab table th {
    background-color: #f1f1f1;
    text-align: left;
    font-size: 15px;
    padding: 7px 15px;
}

#mp_event_all_info_in_tab table th,
#mp_event_all_info_in_tab table td {
    border: 1px solid #DDD;
    width: inherit;
    min-width: 80px;
    vertical-align: middle;
}

#mp_event_all_info_in_tab table td {
    padding: 5px;
}

#mp_event_all_info_in_tab table button {
    /* width: 100%; */
}

#mp_event_all_info_in_tab table button.remove-day-row,
#mp_event_all_info_in_tab table button.remove-faq-row {
    width: auto;
}

#mp_event_all_info_in_tab table.mp_form_builder_table .mp_formControl {
    width: 100%;
}

#add-new-date-row,
#mp_event_add_new_form {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    display: inline-block;
    transition: 0.2s;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: none;
    line-height: inherit;
}

#mp_event_add_new_form span.dashicons {
    margin-right: 5px;
}

.mp_event_remove_this_row {
    background-color: #ee1515;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 1px;
    text-align: center;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}

#add-new-date-row span,
#mp_event_all_info_in_tab p button span {
    margin: 0 7px 0 0;
}

#mp_event_all_info_in_tab ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mp_event_all_info_in_tab ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#mp_event_all_info_in_tab h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

#mp_event_all_info_in_tab .mp_ticket_type_table~.mp_form_area label {
    margin: 15px 0;
}

#mp_event_all_info_in_tab .mp_tab_details h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
}

#mp_event_all_info_in_tab label {
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: auto;
    line-height: 28px;
}

.mp_event_all_meta_in_tab {
    display: -webkit-flex;
    display: flex;
    min-height: 300px;
}

.mp_tab_menu {
    min-width: 220px;
    background-color: #161b37;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    max-width: 312px;
}

.mp_tab_menu ul {
    border-top: 1px solid #FFF;
}

.mp_tab_menu ul li {
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #7d7d7d;
    cursor: pointer;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.field-icon-wrapper .icon-list li {
    display: inline-block!important;
    border: 1px solid #ddd;
    padding: 0;
    margin: 2px 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 19px;
    text-align: center;
}

.show_rec_checkbox label {
    display: inline-block !important;
}

.mp_tab_menu ul li.active {
    background-color: #0080F0;
    color: #FFF;
    font-size: 14px;
}

.mp_tab_menu ul li:hover {
    color: #fff;
    background: #0080F0;
}

.mp_tab_menu ul li.active::after {
    position: absolute;
    right: 0;
    content: '';
    border: 10px solid transparent;
    border-right-color: #FFF;
}

.mp_tab_details {
    width: calc(100% - 250px);
    background-color: #FFF;
    padding: 15px;
}

.mp_tab_item {
    display: none;
    overflow-y: hidden;
    overflow-x: auto;
}

.mp_form_area {
    display: -webkit-flex;
    display: flex;
}

.mp_form_area>* {
    -webkit-flex: 1;
    flex: 1;
}

.mp_form_area label {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    margin: 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.mp_form_area label span {
    min-width: 220px;
    font-size: 17px;
    color: #555;
    font-weight: 600;
}

#mp_event_all_info_in_tab .mp_formControl {
    min-width: auto;
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    max-width: 100%;
    width: 100%;
    padding: 0 5px;
}

#mp_event_all_info_in_tab.switch_checkbox {
    min-width: 50px;
    margin: 0 20px 0 0;
}

.mp_form_area .mp_form_item {
    margin: 0 0 15px 0;
}

#mp_event_all_info_in_tab label span.round {
    min-width: auto;
    left: 2px;
    width: 54px;
    right: inherit;
    height: 25px;
    top: 2px;
}

#mp_event_all_info_in_tab .mp_opacity_zero {
    opacity: 0;
}

#mp_event_all_info_in_tab .mp_tab_menu span.dashicons,
#mp_event_all_info_in_tab .mp_tab_menu span.dashicons-before::before {
    width: 16px;
    height: 16px;
    font-size: 15px;
}

p.event_meta_help_txt {
    font-size: 11px;
    margin: 3px 0;
    color: #004085;
    background-color: #cce5ff;
    padding: 5px;
    border: 1px solid #b8daff;
    border-radius: 0.25rem;
}

p.event_meta_help_txt:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    margin-right: 5px;
}

#add-new-date-row {
    margin: 10px 0;
}

label.mp_event_virtual_type_des {
    margin: 0;
}

label.mp_event_virtual_type_des textarea {
    width: 100%;
}


/*************/

#mp_event_all_info_in_tab .mp_event_custom_form_table {
    margin: 20px 0;
}

#mp_event_all_info_in_tab .mp_event_custom_form_table .mp_formControl {
    min-width: auto;
    width: 100%;
}

#mp_event_all_info_in_tab button,
.mp_tab_menu ul li {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#mp_event_all_info_in_tab .mp_event_remove_move {
    display: -webkit-flex;
    display: flex;
}

#mp_event_all_info_in_tab .mp_event_type_sortable_button {
    cursor: move;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    margin-left: 5px;
}

.ppof-settings .collapsible .header span.button {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    margin-left: 5px;
}

.ppof-settings .collapsible .header span.button.remove {
    color: #fff;
    background-color: #ee1515;
    border-color: #ee1515;
}

#mp_event_all_info_in_tab .mp_ticket_type_table {
    width: 100%;
    overflow: auto;
    padding: 0 0 15px 0;
}


/****************/

#mp_event_all_info_in_tab table button#mep_event_cc_email_text-tmce,
#mp_event_all_info_in_tab table button#mep_event_cc_email_text-html {
    width: 100px;
}

.ppof-settings.ppof-metabox .notice.notice-warning.is-dismissible,
.ppof-settings.ppof-metabox .notice {
    display: none;
}

.wrap.mage_settings_panel_wrap .notice.notice-warning {
    display: none;
}

.mep_rich_text_status_section {
    display: block;
    text-align: center;
    padding: 15px;
}

div#mp_event_all_info_in_tab .handle-actions.hide-if-no-js {
    display: none;
}

div.sell_expire_date {
    display: -webkit-flex;
    display: flex;
}

div.sell_expire_date>* {
    -webkit-flex: 1;
    flex: 1;
    font-size: 10px !important;
}

table.wp-list-table.widefat.striped.posts.mep-licensing-table thead th,
table.wp-list-table.widefat.striped.posts.mep-licensing-table tbody td {
    padding: 10px;
    text-align: center;
}

a#mep_settings_licensing-tab {
    display: none;
}

ul.mep_ready_template_list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.mep_ready_template_list li {
    width: 20%;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0 5px;
    cursor: pointer;
}

ul.mep_ready_template_list li div.template-thumb {
    display: block;
    /* width: 300px; */
    height: 270px;
    overflow: hidden;
    position: relative;
    /* border: 2px solid #b3b3b3; */
    /* border-radius: 1px; */
}

ul.mep_ready_template_list li img {
    max-width: 100%;
    height: auto;
    width: auto;
    /* border: 1px solid #ddd; */
    bottom: -258px;
    /* height: auto; */
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    left: 0;
    -webkit-transition: top 11s;
    -moz-transition: top 11s;
    -ms-transition: top 11s;
    -o-transition: top 11s;
    transition: bottom 11s;
}

ul.mep_ready_template_list li:hover img {
    bottom: 0;
    -webkit-transition: all 11s;
    -moz-transition: all 11s;
    -ms-transition: all 11s;
    -o-transition: all 11s;
    transition: all 11s;
}

ul.mep_ready_template_list li button.import_template,
ul.mep_ready_template_list li a.preview-btn.btn {
    background: #607D8B;
    border: 0;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    margin: 5px 5px;
}

.mep-msg {
    border: 3px solid;
    text-align: center;
    font-size: 15px;
    padding: 14px 0;
    font-weight: normal;
}

.mep-msg-success {
    border-color: #05af05;
    color: #046f04;
    background: #e3ffe3;
}

.mep-msg-process {
    border-color: #76b306;
    color: #5b8a04;
    background: #d6f898;
}

.mep-msg-warning {
    border-color: #b32906;
    color: #701903;
    background: #ffb6a3;
}

p.mep-template-import-count {
    padding: 0;
    margin: -18px 0 0px 0;
    font-size: 12px;
    font-style: italic;
    color: #099209;
}


/*css added by ariful*/

.mep_settings_wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 30px;
}

.mep_settings_inner_wrapper {
    width: 99%;
    border: 1px solid #d3d3d3;
}

.mep_settings_panel_header {
    background: #161b37;
    padding: 30px 20px 30px 20px;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #7d7d7d;
}

.mep_settings_panel_header small {
    margin-left: 10px;
    font-size: 13px;
}

.mage_settings_panel_wrap {
    display: block;
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #161b37;
}

.mage_settings_panel_wrap .nav-tab {
    float: none;
    margin-left: 0;
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    background: #161b37;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    max-width: 100%;
    display: block;
    overflow: hidden;
    width: auto;
    transition: 0.1s;
    border-top: none;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #7d7d7d;
    margin: 0;
    transition: 0.2s;
}

.mage_settings_panel_wrap .nav-tab:hover {
    background: #0080F0;
    transition: 0.2s;
}

.mage_settings_panel_wrap .nav-tab:focus {
    outline: none;
}

.mage_settings_panel_wrap .nav-tab-wrapper i {
    line-height: inherit;
    margin-right: 5px;
    width: 20px;
}

.mage_settings_panel_wrap .metabox-holder h2 i {
    line-height: inherit;
    margin-right: 10px;
    width: 20px
}

.mage_settings_panel_wrap .metabox-holder .group {
    padding: 20px;
}

.mage_settings_panel_wrap .nav-tab-wrapper {
    padding-top: 0;
    border-bottom: none;
}

.mage_settings_panel_wrap .metabox-holder {
    background: #FFF;
    padding: 0;
    padding-top: 0px;
}

#wpbody-content .mage_settings_panel_wrap .metabox-holder {
    padding-top: 0;
}

.wp-core-ui .mep_settings_wrapper .button-primary {
    background: #0080F0;
    border-color: #0080F0;
    color: #fff;
    transition: 0.2s;
}

.wp-core-ui .mep_settings_wrapper .button-primary:hover {
    background: #035faf;
    border-color: #035faf;
    color: #fff;
    transition: 0.2s;
}

.mep_settings_wrapper table.form-table tr:nth-child(2n+1) {
    background-color: #00328014;
}

.mage_settings_panel_wrap table tr {
    border-bottom: 1px solid #f5f5f5;
}

.mage_settings_panel_wrap table th,
.mage_settings_panel_wrap table td {
    padding: 8px;
}

.mep_settings_wrapper table.form-table {
    border: 1px solid #f5f5f5;
}

.mep_plugin_pro_meta_link {
    color: #EA4545;
    font-weight: bold;
}

.mep_plugin_pro_meta_link:hover {
    color: #D04E4E;
}

table.wc_status_table.widefat {
    border: none;
}

.wc_status_table {
    border-collapse: collapse;
}

.wc_status_table thead {
    background: #161b37;
}

.wc_status_table thead h2 {
    color: #fff
}

.wc_status_table tbody tr {
    border-bottom: 1px solid #f5f5f5;
}

.wc_status_table td {
    vertical-align: middle;
}

.wc_status_table tbody tr td:last-child {
    text-align: center;
}

.mep_warning {
    background: #f8d7da;
    text-align: left;
    font-size: 13px;
    display: block;
    color: #721c24;
}

.mep_warning p {
    color: #721c24;
}

.mep_success {
    color: green;
    font-weight: bold;
}

.mep_warning {
    color: #721c24;
    font-weight: bold;
}

.mep_error {
    color: red;
    font-weight: bold;
    text-align: center;
    display: block;
}

.mep_warning_btn {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    display: inline-block;
    transition: 0.2s;
    text-decoration: none;
    font-weight: 400;
}

.mep_warning_btn:hover {
    color: #fff;
    background-color: #0a5bb1;
    border-color: #0a5bb1;
    transition: 0.2s;
}

#add-row-t,
#add-row {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    display: inline-block;
    transition: 0.2s;
    text-decoration: none;
    font-weight: 400;
    line-height: inherit;
}

.wp-core-ui .button.remove-row-t,
.wp-core-ui .button.remove-row,
.wp-core-ui .button.remove-row-d {
    color: #fff;
    background-color: #ee1515;
    border-color: #ee1515;
}

.mp_tab_menu ul li i {
    width: 15px;
    margin-right: 10px;
}

.field-repeatable-wrapper .item-wrap select {
    margin-top: 10px
}

.field-repeatable-wrapper .item-wrap .item .item-title {
    margin-bottom: 10px;
}

.mep_global_settings_icon_preview {
    margin-bottom: 5px;
}

.mep_global_settings_icon_preview i {
    border: 1px solid #d3d3d3;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    display: grid;
    align-items: center;
    background: #f5f5f5;
    font-size: 25px;
    margin-top: 5px;
}

.mep_global_icon_lib_btn {
    background-color: #119167;
    color: #fff;
    border-color: #119167;
    text-align: center;
    transition: 0.2s;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 1px;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

.mep_global_icon_lib_btn:hover {
    background-color: #1e1bbd;
    color: #fff;
}


/*Icon*/

#mep_global_icon_list_wrapper.mage_modal {
    width: 90%;
    max-width: 90%;
}

.mep_global_icon_list_close_button {
    background: #EA0C36;
    transition: 0.2s;
    padding: 5px 12px;
    color: #fff;
    display: block;
    margin-top: 5px;
    line-height: 26px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.mep_global_icon_list_close_button:hover {
    background: #C80A2E;
    transition: 0.2s;
    color: #fff;
}

#mep_global_icon_list_wrapper label {
    position: relative;
    color: #000;
    border: 1px solid #d3d3d3;
    width: 40px;
    height: 40px;
    display: inline-grid;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 3px;
    font-size: 16px;
}

#mep_global_icon_list_wrapper label:hover {
    background: #239108;
    color: #fff;
}

#mep_global_icon_list_wrapper input[type=radio] {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
    margin: 0;
}

#mep_global_icon_list_wrapper {
    top: 40px;
}

#mep_global_icon_list_wrapper label.selected {
    background: #239108;
    color: #fff;
}

.mep_global_icon_list_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mep_global_icon_list_header .mep_global_icon_list_header_group:first-child {
    margin-right: 20px;
}

.mep_global_icon_list_header .mep_global_icon_list_header_group:last-child {
    padding-top: 5px;
}

input#mep_search_icon {
    padding: 3px 12px;
    border-color: #d3d3d3;
}


/*End Icon Library*/

@media only screen and (min-width: 600px) {
    .mage_settings_panel_wrap .nav-tab-wrapper {
        width: 21%;
    }
    .mage_settings_panel_wrap .metabox-holder {
        width: 79%;
    }
    .wc_status_table_wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .mep_settings_inner_wrapper {
        width: 800px;
    }
    .mage_settings_panel_wrap .nav-tab-wrapper {
        width: 230px;
    }
    .mage_settings_panel_wrap .metabox-holder {
        width: 570px;
    }
    .mage_settings_panel_wrap table th {
        border-bottom: 0;
    }
}


.mep-event-shortcode-info {
    background: #f9f9f9;
    padding: 20px;
    text-align: center;
    border: 2px solid #ccc;
    margin-bottom: 20px;
}

.mep-event-shortcode-info code {
    display: inline-block;
    width: auto;
    position: relative;
    margin: -10px 0px -11px;
    padding: 10px;
}
.mep-event-shortcode-info ul li {
    display: inline-block!important;
}

li {}

.mep-event-shortcode-info ul {
    margin-top: 15px!important;
    display: block!important;
}
select#mep_org_address_list {
    min-width: 177px !important;
}

.mep_event_tab_location_content {
    margin-top: 30px;
}

h3.mep_virtual_sec_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}