/* /**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ep-event-lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 10000;
    transition: opacity 0.2s ease;
}

.ep-event-lightbox.ep-event-lightbox-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ep-event-lightbox-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
}

.ep-event-lightbox-inner {
    position: relative;
    z-index: 2;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ep-event-lightbox-img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.ep-event-lightbox-close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.ep-event-lightbox-close:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

body.ep-lightbox-locked {
    overflow: hidden;
}

@media (max-width: 767px) {
    #ep_frontend_event_form .ep-fes-add-new {
        width: auto !important;
        max-width: 100%;
        min-width: 180px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
        padding: 10px 14px;
        line-height: 1.2;
        font-size: 14px;
        border-radius: 6px;
    }
}

[data-ep-lightbox-src] {
    cursor: zoom-in;
    display: inline-block;
}

[data-ep-lightbox-src] img {
    cursor: inherit;
}

.ep-fes-featured-upload {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ep-edit-event-image {
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ep-edit-event-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    cursor: pointer;
}

.ep-fes-no-image {
    font-size: 12px;
    color: #888;
}

.ep-event-genres-wrap {
    align-items: center;
}

.ep-event-genres-icon {
    max-height: 15px;
    width: 20px;
    flex: 0 0 20px;
}

.ep-event-genres-icon svg {
    height: 15px;
    width: 20px;
    vertical-align: baseline !important;
}

.ep-genre-tag {
    display: block;
    padding: 12px 12px;
    color: #495057;
    border: 1px solid #0d0d0d;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: -1px;
}

.ep-event-genres-accordion {
    background: #dcd8d2;
    border: 1px solid #000;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.ep-event-genres-accordion .ep-accordion-header {
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-align: center;
    position: relative;
}

.ep-event-genres-accordion .ep-accordion-header .ep-event-genres-icon {
    margin-right: 8px;
}

.ep-event-genres-accordion .ep-accordion-header .ep-flex-1 {
    flex: 0 0 auto;
}

.ep-event-genres-accordion .ep-accordion-header .ep-accordion-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.ep-event-genres-accordion .ep-accordion-header .ep-accordion-toggle.ep-rotated {
    transform: translateY(-50%) rotate(180deg);
}

.ep-event-genres-accordion .ep-genres-inner {
    text-align: center;
}

.ep-event-genres-accordion .ep-genres-inner .ep-genre-tag {
    display: inline-block;
    margin: 0 6px 10px;
}

.ep-accordion-toggle {
    transition: transform 0.3s ease;
}

.ep-accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ep-accordion-content.ep-open {
    max-height: 500px;
}

.ep-accordion-toggle.ep-rotated {
    transform: rotate(180deg);
}

.ep-event-share-expanded {
    gap: 10px;
}

.ep-event-share-expanded .ep-event-social-icon {
    list-style: none;
    text-align: center;
    border: 1px solid #e0e0e0;
    transition: all 0.2s ease;
    background: #fff;
    border-radius: 4px;
    color: inherit;
    cursor: default;
    display: flex;
    font-size: inherit;
    font-weight: 500;
    height: auto;
    justify-content: center;
    line-height: 0;
    margin: 4px 4px 4px 4px;
    padding: 4px 9px 3px;
    text-decoration: none;
    align-items: center;
}

.ep-event-share-expanded .ep-event-social-icon span {
    color: #000;
}

.ep-event-social-icon:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.ep-event-share-expanded .ep-event-social-icon a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 6px;
}

.ep-event-share-expanded .ep-event-social-icon a svg {
    width: 20px;
    height: 20px;
    fill: #000;
    vertical-align: middle;
}

/* Additional Single event template styles */

.em_event-template-default.single-em_event .entry-content{
    max-width: 100%;
}

.emagic .ep-additional-block-heading{
    font-size: clamp(16px, 1rem + ((1vw - 3.2px) * 1), 16px);
    margin-bottom: 0px;
    color: #565d5f;
    font-weight: 400;
    line-height: 1.3;
}

#em_event-template-default.single_em_event {
    padding: 0;
    margin-top: 0;
}

#ep-sl-event-peformers{
    text-align: center;
}

#ep_single_event_performers{
    justify-content: center;
}

#ep-sl-event-organizers{
    text-align: center;
}

#ep_single_event_organizers{
    justify-content: center;
}

.ep-box-row.ep-event-top-section {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    background-color: #f8f9fa;
}

.ep-box-row.ep-event-age-restriction-section .ep-event-additional-information {
    padding: 16px 0;
    border-bottom: 1px solid #e1ded7;
}

.ep-event-additional-wrap {
    justify-content: center;
    text-align: center;
}

.ep-event-additional-wrap > .ep-box-col-4 {
    justify-content: center;
    text-align: center;
}

.ep-event-additional-wrap > .ep-box-col-4 .ep-flex-column {
    align-items: center;
}

.ep-fes-venue-address-search {
    margin-bottom: 12px;
}

.ep-fes-venue-address-search #em-pac-input {
    position: static !important;
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.ep-fes-venue-map {
    height: 400px;
    border-radius: 6px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .ep-fes-venue-map {
        height: 280px;
    }

    .ep-fes-venue-address-search #em-pac-input {
        position: static !important;
        min-height: 44px;
        font-size: 14px;
    }
}

/* Dummy event image fallback */
img[src$="/public/partials/images/dummy_image.png"] {
    background-color: rgba(var(--themeColor), 0.2);
}

#ep_single_event_ticket_now_wrapper{
    text-align: center;
}


#ep_single_event_image .ep-single-event-slide-container{
    margin: 0px auto;
}

#ep_single_event_ticket_now_wrapper button#ep_single_event_ticket_now_btn{
    display: inline-flex;
    width: auto !important;
    align-items: center;
    justify-content: center;
    padding: 14px 104px !important;
    text-transform: uppercase;
    --ep-dark-color: 86, 93, 95;
    border-radius: 0px !important;
}

.ep-map-event-item:hover{
    background-color: #fffbf7;
}

.gm-style-iwgm-style-iw-c{}

#ep-event-map-canvas .gm-style.gm-style-iw{}

.ep-box-social-links { 
    list-style: none; 
    margin: 0; 
    padding: 0; 
}

#ep-my-favourite-performers .ep-list-view-main a.ep-img-link img{
    width: 100%;
}


ul.ep-list-group.ep-myaccount-tabs {
    margin-top: 0px !important;
}


.ep-details-info-wrap{
    max-width: 1000px;
    margin: 0px auto;
}

.ep-tabs .ep-tabs-nav{
    align-items: center;
    justify-content: center;
}


#ep-booking-tab .ep-booking-form{}

#ep-booking-tab form#ep-booking-tab select{
    border: 1px solid #efefefef;
    padding: 6px 10px;
    margin: 0px 4px;
}

.ep-upcoming-image-section{
    width: 50%;
}

.ep-upcoming-image-section img{
    width: 100%;
}

#ep-performer-upcoming-events .ep-event-list-price, 
#ep-venue-events .ep-event-list-price{
    margin-top: 30px;
}

.ep-event-single-card .ep-upcoming-box-card-item .ep-box-card-content {
    display: flex;
    justify-content: center;
}

.ep-event-single-card .ep-box-card-content .ep-card-footer-wrap .ep-wishlist-action-wrap .ep_event_wishlist_action span, 
.ep-event-single-card .ep-box-card-content .ep-card-footer-wrap .ep-social-share-action-wrap .ep-event-action span  
{
    font-size: 18px !important; 
} 

#ep-booking-form select {
    border: 1px solid #efefef;
    padding: 8px 10px;
    margin: 0px 2px;
}

.ep-current-thumb-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    min-height: 24px;
    font-size: 12px;
    color: #666;
}

.ep-current-thumb-wrap img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #f7f7f7;
}

.ep-current-thumb-label {
    font-weight: 600;
    color: #3b3b3b;
}

.ep-current-thumb-note {
    color: #666;
}

.ep-current-thumb-wrap .ep-current-thumb-delete {
    margin-left: auto;
    padding: 4px 8px;
    min-height: 28px;
    line-height: 1.2;
    font-size: 11px;
}

#pg-ep-favourites .ep-list-view-main .ep-list-view-image img{
    width: 100%;
}

#ep_single_event_image .ep-slide-image-auto#ep_single_event_image_gallery li img{
    width: 100% !important;
    height: 600px;
}

/* Performer favourites / Buy Coffee buttons */
.ep-performer-actions-wrap .ep-btn.ep-add-fav,
.ep-performer-actions-wrap .ep-btn.ep-buy-coffee {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.9rem;
    background: #bb6ec1;
    color: #000 !important;
    border: none;
    padding: 5px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    cursor: pointer;
    text-transform: uppercase;
    height: 52px;
    text-align: center;
    overflow: hidden;
}

.ep-shop-card {
    display: flex;
    gap: 40px;
    align-items: center;
}

.ep-shop-card .ep-shop-card-thumb-wrap .ep-shop-card-thumb{
    min-height: 400px !important;
}

.ep-shop-card .ep-shop-card-thumb-wrap{
    width: 50%;
}

.pg-ep-favourites-tab {
    width: 100%;
} 

/* Normalize upcoming event card action icons */
.ep-box-card-icon-group,
.ep-box-card-icon-group .ep-event-wishlist,
.ep-box-card-icon-group .ep-sl-event-action,
.ep-box-card-icon-group .ep-event-social-sharing {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.ep-box-card-icon-group svg,
.ep-box-card-icon-group .material-icons-outlined {
    width: 18px;
    height: 18px;
    font-size: 18px;
}

.ep-single-event-nav {
    pointer-events: none;
}

.ep-single-event-nav .ep-rslides_nav {
    pointer-events: auto;
}

.ep-sl-event-action {
    background-color: inherit !important;
}

.ep-social-logo-copy-link {
    height: 100%;
    width: 100%;
    display: block;
}

#ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-box-row:nth-of-type(1) {
	display: none !important;
} 
#pg-ep-wishlist #ep-list-my-list .ep-box-row:nth-of-type(1) {
	display: none !important;
} 
#ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row .ep-box-col-4 {
	border-left: none !important;
} 
#pg-ep-wishlist #ep-list-my-list .ep-my-booking-row .ep-box-col-4 {
	border-left: none !important;
} 

#ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-box-row:nth-of-type(2) .ep-box-col-12 {
	border-color: #ffffff !important; 
}

#ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-my-favourite-performers .ep-box-row .ep-box-col-12 {
	border-color: #ffffff !important; 
}

/* Make "My Wishlists" cards consistent with Upcoming Events cards */
#ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row,
#pg-ep-wishlist #ep-list-my-list .ep-my-booking-row {
    display: flex !important;
    align-items: stretch;
    border: 1px solid #ededed !important;
    border-radius: 6px !important;
    overflow: hidden;
    background: #fff;
}

#ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row > .ep-box-col-2,
#pg-ep-wishlist #ep-list-my-list .ep-my-booking-row > .ep-box-col-2 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 !important;
    background: #f6f6f6;
}

#ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row > .ep-box-col-6,
#pg-ep-wishlist #ep-list-my-list .ep-my-booking-row > .ep-box-col-6 {
    flex: 0 0 34%;
    max-width: 34%;
    padding: 16px !important;
    display: flex;
    align-items: center;
    background: #fff;
}

#ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row > .ep-box-col-4,
#pg-ep-wishlist #ep-list-my-list .ep-my-booking-row > .ep-box-col-4 {
    flex: 0 0 16%;
    max-width: 16%;
    padding: 16px !important;
    border-left: 1px solid #ededed;
    background: #fff;
}

#ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row .ep-event-card-img,
#pg-ep-wishlist #ep-list-my-list .ep-my-booking-row .ep-event-card-img {
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: 260px;
    object-fit: cover;
    display: block;
}

@media only screen and (max-width: 992px) {
    #ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row > .ep-box-col-2,
    #pg-ep-wishlist #ep-list-my-list .ep-my-booking-row > .ep-box-col-2 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    #ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row > .ep-box-col-6,
    #pg-ep-wishlist #ep-list-my-list .ep-my-booking-row > .ep-box-col-6 {
        flex: 0 0 35%;
        max-width: 35%;
    }

    #ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row > .ep-box-col-4,
    #pg-ep-wishlist #ep-list-my-list .ep-my-booking-row > .ep-box-col-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media only screen and (max-width: 767px) {
    #ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row,
    #pg-ep-wishlist #ep-list-my-list .ep-my-booking-row {
        display: block !important;
    }

    #ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row > .ep-box-col-2,
    #ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row > .ep-box-col-6,
    #ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row > .ep-box-col-4,
    #pg-ep-wishlist #ep-list-my-list .ep-my-booking-row > .ep-box-col-2,
    #pg-ep-wishlist #ep-list-my-list .ep-my-booking-row > .ep-box-col-6,
    #pg-ep-wishlist #ep-list-my-list .ep-my-booking-row > .ep-box-col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        border-left: 0;
    }

    #ep_single_frontend_view_container .ep-tabs .ep-tabs-content #ep-list-my-list .ep-my-booking-row .ep-event-card-img,
    #pg-ep-wishlist #ep-list-my-list .ep-my-booking-row .ep-event-card-img {
        min-height: 220px;
    }
}

/* Performer upgrade button & tiers modal */
.ep-performer-upgrade-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    padding: 4px 10px;
    font-size: 0.75rem;
    text-transform: uppercase;
    border-radius: 4px;
}

.ep-performer-upgrade-intro {
    font-size: 0.9rem;
}

.ep-performer-tiers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.ep-performer-tier-card {
    border: 1px solid #e1ded7;
    border-radius: 6px;
    padding: 16px;
    background-color: #fff;
}

.ep-performer-tier-header {
    margin-bottom: 8px;
}

.ep-performer-tier-name {
    margin: 0 0 4px;
    font-size: 1rem;
}

.ep-performer-tier-subscription {
    font-size: 0.8rem;
    color: #6c757d;
}

.ep-performer-tier-features {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}

.ep-performer-tier-features li {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.ep-tier-feature-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.08);
    margin-right: 6px;
    font-size: 0.75rem;
}

.ep-performer-tier-no-features {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 8px 0 0;
}

@media (max-width: 768px) {
    .ep-accordion-content.ep-open {
        max-height: 300px;
    }
}

@media only screen and (max-width: 786px) {
    .ep-event-share-expanded {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
        margin: 0px;
        padding: 0px;
    }
    .ep-accordion-content.ep-open {
        max-height: 320px;
        overflow: auto !important;
    }

    .ep-performer-actions-wrap {
        display: flex !important;
        justify-content: center !important;
    }
 
    #ep_single_event_description{ text-align: justify; }

    #ep-performer-upcoming-events .ep-upcoming-box-card-item {
        display: flex;
        flex-direction: column !important;
    }

    #ep-performer-upcoming-events .ep-upcoming-box-card-item .ep-upcoming-image-section {
        width: 100% !important;
    }

    #ep-top5-form {
        flex-direction: column !important;
    }

    #ep-top5-form #ep-top5-artist {
        width: 100% !important;
    }

    #ep-show-links-tab #ep-show-links-list .ep-show-link-card, #ep-shop-tab #ep-shop-items-list .ep-show-link-card {
        overflow-x: auto;
    }

}
.ep-fes-gallery-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ep-fes-gallery-item .ep-fes-gallery-thumb {
    display: block;
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
}

.ep-fes-gallery-item .ep-fes-gallery-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.ep-fes-gallery-item .ep-fes-gallery-remove:hover {
    background: rgba(0, 0, 0, 0.85);
}

.ep-fes-gallery-loader {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.ep-fes-gallery-loader.is-hidden {
    display: none;
}

.ep-performer-image-box {
    position: relative;
}

.ep-performer-image-edit-btn {
    position: absolute;
    bottom: 6px;
    right: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 11px;
    cursor: pointer;
}

.ep-performer-image-edit-btn .material-icons-outlined {
    font-size: 16px;
}

.ep-performer-image-edit-btn:hover {
    background: rgba(0, 0, 0, 0.85);
}

.ep-performer-edit-trigger {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 32px;
    height: 32px;
    /* border-radius: 50%; */
    /* border: 1px solid #cbd5e1; */
    background: transparent;
    color: #2d3748;
    /* box-shadow: 0 1px 2px rgba(0,0,0,0.1); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    -webkit-appearance: none !important;
    appearance: none !important;
    text-indent: 0 !important;
    overflow: visible !important;
}

.ep-performer-edit-trigger:hover {
    background: #f7fafc;
}

.ep-performer-edit-icon {
    width: auto !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 1 !important;
    font-size: 16px;
    font-weight: 700;
    color: #2d3748;
}

.ep-performer-edit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ep-performer-edit-image {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.ep-performer-edit-preview {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #eee;
}

.ep-performer-modal-image-remove {
    position: absolute;
    right: 2px;
    width: 30px;
    height: 30px;
    /* border-radius: 50%; */
    /* border: 0; */
    background: transparent;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    -webkit-appearance: none !important;
    appearance: none !important;
    text-indent: 0 !important;
    overflow: visible !important;
}

.ep-performer-delete-icon {
    width: auto !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 1 !important;
    font-size: 13px;
    color: #cd1d1d;
}

.ep-single-box-info {
    position: relative;
}

.ep-performer-edit-status.is-hidden {
    display: none;
}


/* Event Listings Search Filter Styles START */

#ep-search-filters .ep-box-col-6 .select2 .select2-container.select2-container--default .selection
{
	display: inline-block;
    height: 1.5rem !important;
    width: 100%;
}

#ep-search-filters .ep-box-col-6 .select2-selection.select2-selection--single 
{
	height: 2.5rem !important; 

}

#ep-search-filters .ep-box-col-6 .select2-selection.select2-selection--multiple 
{
	height: 3rem !important; 

}

#ep-search-filters .ep-box-col-6 .select2-search.select2-search--inline 
{
	float: none !important;
	padding: 0.5rem !important;
}

/* Event Listings Search Filter Styles END */
