
#eventin-dashboard .css-da5thx, #event-create-form .css-qzop86{
	display: none !important;
}

.css-1909tof, .css-8mjhs0, .css-mpnjs4, .ant-btn.css-1nvd2od.ant-btn-text.ant-btn-color-default.ant-btn-variant-text, 
.ant-btn.css-1nvd2od.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid.ant-btn-lg.css-1tryzzl, 
.ant-card.ant-card-bordered.css-bf034q.css-1nvd2od:nth-child(1),
.ant-card.ant-card-bordered.css-bf034q.css-1nvd2od:nth-child(5), 
 .css-1b8kwlo, .ant-card.ant-card-bordered.ant-card-small.css-3lj6wd.css-1nvd2od,
 .css-z2yi0i:nth-child(3), #beacon-container,
 .css-la6xdd div:nth-child(5){
	display: none !important;
}

#eventin-dashboard .css-1leqcm7{
	max-width: 485px;
}





/**
 * ==========================================================================
 * AJAX Filter View Setup (Frontend Shortcode)
 * ==========================================================================
 */
.etn-ajax-filter-form {
    display: flex; 
    gap: 10px; 
    margin-bottom: 20px;
}
.etn-loading-fade {
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
}

/**
 * ==========================================================================
 * Admin Panel Architecture Meta Cards (Backend CPT Admin Settings)
 * ==========================================================================
 */
.etn-ext-meta-card {
    display: none;
    margin: 20px 0;
    padding: 20px;
    background: #html-white-color;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.etn-ext-meta-card.border-purple { border-left: 4px solid #722ed1; }
.etn-ext-meta-card.border-cyan { border-left: 4px solid #13c2c2; }

.etn-ext-meta-card h3 {
    margin-top: 0;
    font-size: 16px;
    color: #1f1f1f;
}
.etn-ext-meta-desc {
    color: #666;
    font-size: 12px;
}
.etn-ext-hr {
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin: 12px 0;
}
.etn-ext-status-log {
    margin-left: 10px;
    font-weight: bold;
    font-size: 12px;
}
.etn-ext-status-log.text-green { color: green; }
.etn-ext-no-data {
    color: #999;
    font-size: 13px;
}

/* Button Configurations */
.button-primary.btn-purple {
    background: #722ed1 !important;
    border-color: #722ed1 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* Flexbox Gallery Framework (Backend Input Layout) */
.etn-ext-flex-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.etn-ext-flex-grid .gallery-item {
    position: relative;
    width: 90px;
    height: 90px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
}
.etn-ext-flex-grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.etn-ext-flex-grid .gallery-item .remove-img {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(255,0,0,0.8);
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 10px;
}

/* Checkbox Grid Structure Layout (Backend Input Selection) */
.etn-ext-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}
.etn-ext-checkbox-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    cursor: pointer;
    background: #fafafa;
    transition: background 0.2s ease-in-out;
}
.etn-ext-checkbox-card:hover {
    background: #f0f0f0;
}
.etn-ext-checkbox-card input[type="checkbox"] {
    margin: 0;
    flex-shrink: 0;
}
.etn-ext-checkbox-img-wrap {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.etn-ext-checkbox-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.etn-ext-checkbox-card span {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    word-break: break-word;
    line-height: 1.3;
}

/**
 * ==========================================================================
 * Frontend Dynamic Single Templates Layout Blocks
 * ==========================================================================
 */
.etn-ext-frontend-section {
    margin-top: 40px !important;
    clear: both !important;
}

/* Frontend Gallery Override rules */
.etn-ext-front-gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
    gap: 20px !important;
}
.etn-ext-front-item-box {
    border: 2px solid #f0f0f0 !important;
    border-radius: 8px !important;
    padding: 10px !important;
    text-align: center !important;
    background: #fff !important;
}
.etn-ext-img-link {
    display: block !important;
    overflow: hidden !important;
    border-radius: 4px !important;
}
.etn-ext-front-gallery-img {
    width: 100% !important;
    height: 120px !important;
    object-fit: cover !important;
}

/* Frontend Sponsors Override rules */
.etn-ext-front-sponsor-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
    gap: 20px !important;
}
.etn-ext-front-sponsor-card {
    border: 2px solid #f0f0f0 !important;
    border-radius: 8px !important;
    padding: 15px !important;
    text-align: center !important;
    background: #fff !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.02) !important;
}
.etn-ext-front-sponsor-logo-circle {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto 12px auto !important;
    background: #fafafa !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #eee !important;
}
.etn-ext-front-sponsor-logo-circle img {
    max-width: 90% !important;
    max-height: 90% !important;
    object-fit: contain !important;
}
.no-margin-bottom { margin-bottom: 0px !important; }
.no-margin { margin: 0px !important; }

.etn-ext-front-sponsor-desc {
    font-size: 12px !important;
    color: #666 !important;
    line-height: 1.4 !important;
    margin: 6px 0 0 0 !important;
    font-weight: normal !important;
}



/**
 * ==========================================================================
 * AJAX Dynamic Pagination Control Actions
 * ==========================================================================
 */
.etn-ext-pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    padding: 10px 0;
    clear: both;
}
.etn-ext-pagination-link {
    background-color: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    color: #555555 !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
}
.etn-ext-pagination-link:hover {
    border-color: #722ed1 !important;
    color: #722ed1 !important;
    background-color: #f9f0ff !important;
}
.etn-ext-pagination-link.active {
    background-color: #722ed1 !important;
    border-color: #722ed1 !important;
    color: #ffffff !important;
    cursor: default !important;
    box-shadow: 0 2px 6px rgba(114, 46, 209, 0.3) !important;
}


/**
 * ==========================================================================
 * Custom Built-In Gallery Lightbox Popup
 * ==========================================================================
 */
.etn-lightbox-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.etn-lightbox-modal.is-active {
    display: flex;
    opacity: 1;
}
.etn-lightbox-content {
    max-width: 85%;
    max-height: 80%;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.5);
    transform: scale(0.95);
    transition: transform 0.3s ease-in-out;
}
.etn-lightbox-modal.is-active .etn-lightbox-content {
    transform: scale(1);
}
.etn-lightbox-caption {
    color: #ffffff;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}
.etn-lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.2s;
    user-select: none;
}
.etn-lightbox-close:hover {
    color: #722ed1;
}

.text-left-align {
    text-align: left !important;
}
.no-margin-auto {
    margin: 0 0 12px 0 !important;
}
.etn-custom-flat-avatar {
    width: 140px;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}
.etn-custom-meta-company,
.etn-custom-meta-designation,
.etn-custom-meta-email {
    font-size: 13px;
    color: #444;
    margin-top: 3px;
}
.etn-custom-meta-bio {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    margin: 10px 0 0 0 !important;
}



/* Eventin native renderers container hide layout */
.etn-single-event-speaker-grid-wrapper:not(.etn-ext-front-sponsor-grid),
.etn-organizer-wrap:not(.etn-ext-front-gallery-grid),
.etn-event-organizers.etn-organizer-style-1,
.etn-event-speakers.etn-single-event-speaker-block,
.schedule-tab-wrapper.etn-tab-wrapper.schedule-style-1
{
    display: none !important;
}


.etn-event-organizers.etn-organizer-style-1.etn-ext-frontend-section,
.etn-event-speakers.etn-single-event-speaker-block.etn-ext-frontend-section
{
    display: block !important;
}