:root {
    --zozo-primary: var(--zozo-primary-color);
    --zozo-secondary: var(--zozo-secondary-color);
    --zozo-text-white: #ffffff;
}

.plugin-color {
    color: var(--zozo-primary);
    text-decoration: none;
}

a.plugin-color {
    color: var(--zozo-secondary);
}

a.plugin-color:hover {
    color: var(--zozo-primary);
}

/*-------------------------------------------------------------------------------------------
 Single Template Styles
-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------
 Organizer Single
-------------------------------------------------*/
.zozo-organizer-content .organizer-content-inner {
    padding: 24px;
    padding-top: 120px;
    padding-bottom: 120px;
}
.zozo-organizer-content .organizer-thumb-wrapper img {
    width: 100%;
    height: 100%;
    max-width: 450px;
    min-height: 450px;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
    margin: 0;
}
.zozo-organizer-content .organizer-title {
    position: relative;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 16px 0;
    padding-bottom: 8px;
}
.zozo-organizer-content .organizer-title::after, .zozo-organizer-content .organizer-details-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--zozo-primary);
}
.zozo-organizer-content .organizer-designation {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 16px;
    color: #ababab;
}
.zozo-organizer-content .organizer-details-table-wrapper {
    margin-top: 24px;
}
.zozo-organizer-content .organizer-details-table {
    width: 100%;
    border: none;
    margin: 0;
}
.zozo-organizer-content .organizer-details-table tr {
    display: flex;
    padding-bottom: 4px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eaeaea;
}
.zozo-organizer-content .organizer-details-table td {
    padding: 0;
    margin: 0;
    border: none;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    background: none;
}
.zozo-organizer-content .organizer-details-table td:first-child {
    font-weight: 600;
    color: #333333;
    width: 150px;
}
.zozo-organizer-content .organizer-social-share-inner, .zozo-organizer-content .organizer-social-share-links {
    display: flex;
    align-items: center;
    gap: 16px;
}
.zozo-organizer-content .organizer-social-share-inner {
    justify-content: space-between;
}
.zozo-organizer-content .organizer-social-share-inner a {
    display: block;
    font-size: 14px;
    color: var(--zozo-secondary);
}
.zozo-organizer-content .organizer-social-share-inner a:hover {
    color: var(--zozo-primary);
}
.zozo-organizer-content .organizer-social-share-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    width: calc(150px - 16px);
    display: inline-block;
    vertical-align: middle;
}
.zozo-organizer-content .organizer-content-row {
    margin-top: 64px;
}
.zozo-organizer-content .organizer-content-inner-content {
    font-size: 16px;
    line-height: 1.75;
}
.zozo-organizer-content .organizer-details-wrapper {
    margin-top: 48px;
    border: 1px solid #eaeaea;
    padding: 32px;
}
.zozo-organizer-content .organizer-details-title {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 8px;
    margin-bottom: 32px;
}
.zozo-organizer-content .organizer-content-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.zozo-organizer-content .organizer-skills-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.zozo-organizer-content .organizer-details-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.zozo-organizer-content .organizer-details-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.zozo-organizer-content .organizer-details-label {
    font-weight: 600;
    color: #333333;
    width: 200px;
}
.zozo-organizer-content .organizer-event-wrapper {
    margin-top: 64px;
}
.zozo-organizer-content .organizer-event-title h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 32px;
}
.zozo-organizer-content .organizer-event-title span {
    color: #ababab;
    font-size: 14px;
    line-height: 25px;
    vertical-align: middle;
    margin-left: 8px;
}
.zozo-organizer-content .organizer-event-list {
    font-size: 16px;
}
.zozo-organizer-content .organizer-footer-wrapper, .taxonomy-footer-wrapper {
    margin-top: 64px;
}
.zozo-organizer-content .zozo-organizer-events {
    margin-top: 64px;
}
.zozo-organizer-events h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 32px;
}
/*-------------------------------------------------------------------------------------------
 Event Post Navigation Styles
-------------------------------------------------------------------------------------------*/
.event-post-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.event-post-navigation a {
    background: var(--zozo-primary);
    color: #fff;
    padding: 8px 16px;
    display: block;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.event-post-navigation a:hover {
    background: var(--zozo-secondary);
    color: #fff;
}
/*-------------------------------------------------------------------------------------------
 Shortcode
-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------
 Event List Styles
-------------------------------------------------*/
.zozo-list-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12px);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.zozo-list-item:hover {
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1) !important;
}
.zozo-list-thumb {
    width: 40%;
    overflow: hidden;
    position: relative;
}
.zozo-list-thumb::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.18), transparent 55%);
    pointer-events: none;
}
.zozo-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s;
}
.zozo-list-item:hover .zozo-list-thumb img {
    transform: scale(1.06);
}
.zozo-list-item .zozo-list-date {
    position: absolute;
    top: 16px;
    left: 16px;
    backdrop-filter: blur(12px);
    padding: 4px 14px 4px 10px;
    background: #faf8ffe6;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    border-radius: 999px;
    border: 1px solid #c3c6d733;
    display: flex;
    align-items: center;
}
.zozo-list-item .zozo-list-date span:first-child {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
.zozo-list-content {
    width: 60%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    align-self: center;
}
.zozo-list-item .zozo-event-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 8px 0;
    text-align: left;
}
.zozo-list-item .zozo-event-title a {
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.zozo-list-item .zozo-event-title a:hover {
    color: var(--zozo-primary);
}
.zozo-event-desc {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 16px;
    margin-bottom: 8px;
}
.zozo-list-item .event-btn {
    background: none;
    color: var(--zozo-primary);
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 12px;
    padding: 8px 16px;
    transition: all 0.3s ease;
    min-height: unset;
}
.zozo-list-item .event-btn:hover {
    color: var(--zozo-secondary);
}
/*-------------------------------------------------
 Event Grid Styles
-------------------------------------------------*/
.related-grid-gap > .event-render-item {
    margin-bottom: 0px;
}
.event-render-item {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #c3c6d74d;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.event-render-item:hover {
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 12px 32px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}
.event-render-item .event-render-item-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 250px;
}
.event-render-item .event-render-item-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.70) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.70) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.70) 100%);
}
.event-render-item .event-render-item-image img {
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover;
    object-position: center;
}
.event-render-item .event-render-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 16px;
    font-size: 14px;
}
.event-render-item .event-render-overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 16px;
    font-size: 14px;
}
.event-render-item .event-render-overlay .event-render-location {
    color: #fff;
    padding: 8px 14px;
    background: #faf8ffcc;
    border: 1px solid #c3c6d733;
    border-radius: 999px;
    color: #131b2e;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
    display: inline-block;
}
.event-render-location a {
    color: #131b2e;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.event-render-location a:hover {
    color: var(--zozo-primary);
}
.event-render-item .event-render-item-content a {
    text-decoration: none;
}
.event-render-item .event-render-item-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.event-render-item .event-render-item-content .event-render-item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    margin: 0px 0px 4px 0px;
}
.event-render-item .event-render-item-content .event-render-item-title a {
    color: #131b2e;
}
.event-render-item .event-render-item-content .event-render-item-title a:hover {
    color: var(--zozo-primary);
}
.event-render-item .event-render-item-content .event-render-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
    line-height: 25px;
}
.event-render-item .event-render-item-content .event-render-meta-top {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.event-render-item .event-render-item-content .event-render-excerpt {
    font-size: 16px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 8px;
}
.read-more-link {
    background: var(--zozo-primary);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease;
}
.read-more-link:hover {
    background: var(--zozo-secondary);
    color: #fff;
}
/*-------------------------------------------------
 Countdown Styles
-------------------------------------------------*/
.zozo-view-countdown .zozo-countdown-modern a, .zozo-view-list .zozo-events-list-modern a, .zozo-view-list .zozo-events-pagination a, .zozo-view-grid .zozo-events-pagination a, .zozo-view-countdown .zozo-events-pagination a {
    text-decoration: none;
}
.zozo-countdown-modern {
    display: flex;
    border: 1px solid #f3f4f6;
    border-radius: 24px;
    overflow: hidden;
    min-height: 450px;
    background: #ffffff;
    box-shadow: 0 0 #0000,0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.countdown-image {
    flex: 1 1 0%;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 450px;
    object-fit: cover;
}
.countdown-image .image-overlay {
    position: absolute;
    inset: 0px;
    background: linear-gradient(to right, rgba(15, 23, 42, 0.55), rgba(15, 23, 42, 0.18));
}
.countdown-content {
    flex: 1 1 0%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.event-label {
    color: var(--zozo-primary);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 8px;
}
.countdown-header h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #131b2e;
    margin: 0px 0px 16px 0px;
}
.countdown-header .countdown-event-top-meta {
    font-size: 16px;
    margin-bottom: 24px;
}
.countdown-header .countdown-event-top-meta i {
    margin-right: 4px;
    line-height: 1;
    color: var(--zozo-primary);
}
.countdown-header .event-time {
    margin-left: 16px;
}
.zozo-countdown-excerpt {
    font-size: 18px;
    line-height: 1.625;
    color: #666666;
    margin-bottom: 16px;
}
.countdown-header .event-btn {
    background: var(--zozo-primary);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 9999px;
    text-decoration: none;
    line-height: 25px;
    font-weight: 500;
    box-shadow: 0 0 #0000,0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition: all 0.3s ease;
}
.countdown-header .event-btn:hover {
    background: var(--zozo-secondary);
    color: #fff;
}
.countdown-header .event-btn i {
    transition: all 0.3s ease;
}
.countdown-header .event-btn:hover i {
    transform: translateX(4px);
}
.countdown-timer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 32px;
    border-top: 1px solid #f3f4f6;
    padding-top: 32px;
    gap: 20px;
}
.timer-box {
    position: relative;
    padding: 16px;
    flex: 1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
    text-align: center;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.timer-box span {
    font-size: 35.2px;
    font-weight: 600;
    display: block;
    color: #131b2e;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.countdown-timer .countdown-circle {
    --countdown-progress: 100%;
    position: absolute;
    top: 17px;
    left: 50%;
    width: 76px;
    height: 76px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: conic-gradient( var(--zozo-primary) var(--countdown-progress), #f3f4f6 var(--countdown-progress) );
    z-index: 0;
}
.countdown-timer .countdown-circle::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #fff;
}
.countdown-timer .timer-box > span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 76px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    color: #10233f;
}
.countdown-timer .timer-box small {
    position: relative;
    z-index: 2;
    margin-top: 13px;
    display: block;
    font-size: 13.12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #52647b;
}
.countdown-timer .cd-ended {
    font-size: 14px;
    background: #fff8e5;
    border-radius: 12px;
    display: block;
    width: 100%;
    font-weight: 500;
    padding: 16px;
}
.countdown-timer .cd-ended i {
    margin-right: 8px;
}
/*-------------------------------------------------
 Payment form Styles
-------------------------------------------------*/
.zozo-payment-page {
    max-width: 580px;
    margin: 0 auto;
    padding: 32px;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    border: 1px solid #e2e8f0;
    color: #1e293b;
    box-sizing: border-box;
}
.zozo-payment-error-notice {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-left: 4px solid #ef4444;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 24px;
}
.zozo-payment-error-notice p {
    margin: 0;
    color: #991b1b;
    font-size: 14px;
    font-weight: 500;
}
.zozo-payment-page h3 {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 600;
    color: #0f172a;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 12px;
    line-height: 28px;
}
.zozo-payment-page h4 {
    margin: 28px 0 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: #334155;
    line-height: 24px;
}
.zozo-payment-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
}
.zozo-payment-details p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #475569;
    line-height: 24px;
}
.zozo-payment-details p strong {
    color: #0f172a;
    font-weight: 600;
}
.zozo-payment-details p small {
    font-weight: 400;
    color: #64748b;
    margin-left: 4px;
}
.zozo-payment-details p.zozo-payment-total {
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px dashed #cbd5e1;
    font-size: 16px;
}
.zozo-payment-details p.zozo-payment-total strong {
    font-size: 16px;
    color: #0f172a;
}
.zozo-payment-details p.zozo-payment-total span {
    font-size: 20px;
    font-weight: 600;
}
.zozo-payment-actions {
    margin-top: 8px;
}
.zozo-payment-actions form br {
    display: none;
}
.zozo-payment-method {
    position: relative;
    margin-bottom: 16px;
}
.zozo-payment-method:last-of-type {
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcde;
}
.zozo-payment-method input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.zozo-payment-method label {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1;
    padding: 14px 18px;
    background-color: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: #334155;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.zozo-payment-method label i {
    font-size: 18px;
    color: #64748b;
    width: 24px;
    text-align: center;
    transition: color 0.2s ease;
}
.zozo-payment-method label:hover {
    border-color: #cbd5e1;
    background-color: #f8fafc;
}
.zozo-payment-method input[type="radio"]:checked+label {
    border-color: var(--zozo-primary);
    color: var(--zozo-primary);
}
.zozo-payment-method input[type="radio"]:checked+label i {
    color: var(--zozo-primary);
}
.zozo-payment-method input[type="radio"]:focus-visible+label {
    outline: 2px solid var(--zozo-primary);
    outline-offset: 2px;
}
button.zozo-pay-now-btn {
    width: 100%;
    padding: 18px 24px;
    background-color: var(--zozo-primary);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);
}
button.zozo-pay-now-btn:hover {
    background-color: var(--zozo-secondary);
}
button.zozo-pay-now-btn:active {
    transform: scale(0.99);
}
.zozo-payment-success-inner, .zozo-payment-cancel-inner {
    max-width: 580px;
    margin: 0 auto;
    padding: 36px;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    color: #1e293b;
    box-sizing: border-box;
}
.zozo-payment-success-header, .zozo-payment-cancel-header {
    text-align: center;
    margin-bottom: 28px;
}
.zozo-success-icon, .zozo-cancel-icon, .zozo-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #ecfdf5;
    border-radius: 50%;
    margin-bottom: 16px;
}
.zozo-success-icon i {
    font-size: 36px;
    color: #10b981;
}
.zozo-cancel-icon {
    background-color: #fef2f2;
}
.zozo-cancel-icon i {
    font-size: 36px;
    color: #dc3545;
}
.zozo-info-icon {
    background-color: #00000017;
}
.zozo-info-icon i {
    font-size: 36px;
    color: #212529;
}
.zozo-payment-success-header h2, .zozo-payment-cancel-header h2 {
    margin: 0 0 6px 0;
    font-size: 24px;
    font-weight: 600;
    color: #0f172a;
    line-height: 34px;
}
.zozo-payment-success-header p, .zozo-payment-cancel-header p {
    margin: 0;
    font-size: 15px;
    color: #64748b;
    line-height: 24px;
}
.zozo-payment-success-details, .zozo-payment-cancel-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #f8fafc;
    padding: 20px 24px;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
    margin-bottom: 24px;
}
.zozo-payment-success-details p, .zozo-payment-cancel-details p {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #475569;
    word-break: break-word;
    line-height: 23px;
}
.zozo-payment-success-details p strong, .zozo-payment-cancel-details p strong {
    color: #0f172a;
    font-weight: 600;
    flex-shrink: 0;
    margin-right: 12px;
}
.zozo-payment-success-actions {
    margin-bottom: 24px;
}
.zozo-download-ticket-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    text-decoration: none;
    padding: 14px 24px;
    line-height: 1;
    background-color: var(--zozo-primary);
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
}
.zozo-download-ticket-btn:hover {
    background-color: var(--zozo-secondary-color);
    color: #ffffff;
}
.zozo-download-ticket-btn:active {
    transform: scale(0.99);
}
.zozo-download-ticket-btn i {
    font-size: 18px;
}
.zozo-payment-success-wrap .zozo-payment-success-error, .zozo-payment-success-wrap .zozo-payment-success-pending, .zozo-payment-cancel-inner {
    text-align: center;
}
.zozo-payment-success-wrap .zozo-payment-success-pending h2, .zozo-payment-cancel-inner h2 {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 600;
    color: #0f172a;
    line-height: 32px;
}
.zozo-payment-success-wrap .zozo-payment-success-pending p, .zozo-payment-cancel-inner p {
    margin: 0;
    font-size: 15px;
    color: #64748b;
    line-height: 25px;
}
.zozo-attendee-ticket-list {
    border-top: 1px dashed #e2e8f0;
    padding-top: 20px;
    margin-bottom: 24px;
}
.zozo-attendee-ticket-list h3 {
    margin: 0 0 12px 0;
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    line-height: 25px;
}
.zozo-attendee-ticket-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.zozo-attendee-ticket-list li a {
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    line-height: 1.3;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
.zozo-attendee-ticket-list li a:hover {
    border-color: var(--zozo-primary);
    color: var(--zozo-primary);
}
.zozo-payment-success-footer {
    text-align: center;
}
.zozo-payment-success-wrap .zozo-payment-success-actions a, .zozo-payment-cancel-wrap .zozo-payment-cancel-actions a, .zozo-payment-success-wrap .zozo-attendee-ticket-list a, .zozo-payment-success-wrap .zozo-payment-success-footer a {
    text-decoration: none;
}
.zozo-payment-cancel-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}
.zozo-back-event-btn, .zozo-retry-payment-btn {
    display: inline-block;
    width: 100%;
    padding: 14px 20px;
    background-color: #ffffff;
    color: #475569;
    border: 1px solid #cbd5e1;
    line-height: 1;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.zozo-retry-payment-btn {
    border-color: var(--zozo-primary);
    color: #fff;
    background-color: var(--zozo-primary);
}
.zozo-retry-payment-btn:hover {
    border-color: var(--zozo-secondary);
    color: #fff;
    background-color: var(--zozo-secondary);
}
.zozo-back-event-btn:hover {
    background-color: #f8fafc;
    color: #0f172a;
    border-color: #94a3b8;
}
/*-------------------------------------------------
 Booking form Styles
-------------------------------------------------*/
.zozo-booking-stats {
    margin-bottom: 32px;
}
.zozo-booking-stats h6 {
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}
.zozo-booking-stats p {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: var(--zozo-primary);
    padding: 4px 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-radius: 99px;
    line-height: 18px;
}
.zozo-booking-section, .zozo-attendees-wrapper, .booking-event-info, .zozo-booking-sidebar {
    padding: 32px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 4px 20px rgba(0,0,0,0.05);
    border: 1px solid #c3c6d74d;
    border-radius: 12px;
    margin-bottom: 32px;
}
.booking-event-info {
    padding: 0;
    border: none;
    overflow: hidden;
    position: relative;
}
.booking-event-info-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    padding: 16px;
    color: #fff;
}
.booking-event-info-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-top: 8px;
    color: #fff;
}
.booking-event-info-content .start-date {
    font-size: 14px;
}
.zozo-booking-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
}
.zozo-booking-section p:first-of-type, .zozo-booking-section p:last-of-type, .zozo-booking-section h4 {
    grid-column: span 2;
}
.zozo-booking-section h4, .zozo-attendees-wrapper h4, .zozo-payment-summary h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
    border-bottom: 1px solid #c3c6d74d;
    padding-bottom: 16px;
}
.zozo-booking-section h4 i, .zozo-attendees-wrapper h4 i {
    margin-right: 4px;
    line-height: 1;
}
.zozo-event-booking-form label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}
.zozo-event-booking-form input[type="text"], .zozo-event-booking-form input[type="email"], .zozo-event-booking-form input[type="number"], .zozo-event-booking-form input[type="tel"], .zozo-event-booking-form select {
    width: 100%;
    border: 1px solid #dcdcde;
    border-radius: 6px;
    font-size: 14.5px;
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.zozo-event-booking-form input[type="text"], .zozo-event-booking-form input[type="email"], .zozo-event-booking-form input[type="number"], .zozo-event-booking-form input[type="tel"] {
    padding: 10px 12px;
    height: 40px;
}
.zozo-event-booking-form input[type="text"]:focus, .zozo-event-booking-form input[type="email"]:focus, .zozo-event-booking-form input[type="number"]:focus, .zozo-event-booking-form input[type="tel"]:focus, .zozo-event-booking-form select:focus, .zozo-event-booking-form input[type="text"]:focus-visible, .zozo-event-booking-form input[type="email"]:focus-visible, .zozo-event-booking-form input[type="number"]:focus-visible, .zozo-event-booking-form input[type="tel"]:focus-visible, .zozo-event-booking-form select:focus-visible {
    border-color: var(--zozo-primary);
    outline: none;
    box-shadow: none;
}
.zozo-event-booking-form .zozo-field-error {
    font-size: 12px;
    color: #dc3545;
    margin-top: 5px;
}
.zozo-attendee-card {
    border: 1px solid #dcdcde;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
}
.zozo-attendee-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background-color: #f6f7f7;
    cursor: pointer;
    user-select: none;
}
.zozo-attendee-header h5 {
    margin: 0;
    font-size: 15.2px;
    font-weight: 600;
    line-height: 25px;
}
.zozo-attendee-header small {
    color: #646970;
    font-size: 12.8px;
}
.zozo-attendee-toggle {
    transition: transform 0.2s ease;
}
.zozo-attendee-card.active .zozo-attendee-toggle {
    transform: rotate(180deg);
}
.zozo-attendee-body {
    padding: 20px;
    border-top: 1px solid #dcdcde;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px;
}
.zozo-attendee-body p:first-of-type {
    grid-column: span 2;
}
.zozo-payment-summary p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
}
.zozo-payment-summary p span {
    font-weight: 600;
    color: #646970;
    display: inline-block;
}
.zozo-payment-summary p strong {
    font-weight: 400;
    text-align: right;
}
.zozo-coupon-wrapper {
    padding-top: 16px;
    border-top: 1px solid #dcdcde;
}
.zozo-coupon-wrapper p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.zozo-coupon-box {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}
.zozo-coupon-box input[type="text"] {
    padding: 10px 12px;
    border: 1px solid #dcdcde;
    font-size: 14px;
    height: 40px;
    background-color: #fff;
    flex: 1;
    border-radius: 6px;
}
.zozo-coupon-box input[type="text"]:focus {
    border-color: var(--zozo-primary);
    outline: none;
    box-shadow: none;
}
button.zozo-apply-coupon-btn {
    padding: 10px 16px;
    border: none;
    height: 40px;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    background-color: var(--zozo-primary);
    color: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
}
button.zozo-apply-coupon-btn:hover, button.zozo-apply-coupon-btn:focus {
    background: var(--zozo-secondary);
    color: #fff;
}
.zozo-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dcdcde;
}
.zozo-total-row span {
    font-size: 20px;
    font-weight: 600;
    color: #646970;
}
.zozo-total-row .zozo-total-value {
    font-size: 24px;
    font-weight: 600;
    color: #10233f;
}
.zozo-booking-submit button {
    margin-top: 16px;
    line-height: 1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    padding: 16px 24px;
    width: 100%;
    background-color: var(--zozo-primary);
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.zozo-booking-submit button:hover, .zozo-booking-submit button:active {
    background: var(--zozo-secondary);
    color: #fff;
    transform: scale(1.02);
}
.zozo-booking-submit button:active {
    transform: scale(1);
}
.zozo-coupon-message {
    font-size: 14px;
    color: #646970;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 600;
    background-color: #f6f7f7;
    margin-top: 12px;
    border-radius: 6px;
}
.zozo-coupon-error.zozo-coupon-message {
    background-color: #ffe3e3;
    color: #dc3545;
}
.zozo-coupon-message div {
    padding: 12px;
}
.zozo-coupon-message strong {
    font-weight: 600;
}
.zozo-booking-notice, .zozo-event-ended {
    padding: 16px 20px;
    background-color: #f6f7f7;
    border-left: 4px solid var(--zozo-primary);
    border-radius: 6px;
    margin-bottom: 20px;
}
.zozo-event-ended h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
}
.zozo-booking-notice .zozo-booking-open-login {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: var(--zozo-primary);
    font: inherit;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.zozo-booking-notice i {
    display: block;
    font-size: 24px;
    color: var(--zozo-primary);
    margin-right: 12px;
}
.zozo-booking-notice {
    border: none !important;
    border-left: 4px solid var(--zozo-primary) !important;
    border-radius: 6px;
    padding: 12px 16px;
    background-color: #f6f7f7 !important;
    margin-bottom: 12px;
    font-size: 14px;
    color: #646970;
    display: flex;
    align-items: center;
    gap: 12px;
}
/*-------------------------------------------------
 Full Calendar Styles
-------------------------------------------------*/
.fc-header-toolbar, .timetable-toolbar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px;
    align-items: end;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 #0000000d;
    border: 1px solid #dae2fd;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}
#fc-dropdown-container {
    display: flex;
    align-items: center;
    gap: 12px;
}
.zozo-calendar-wrapper .fc-header-toolbar .fc-toolbar-chunk, .timetable-toolbar > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
}
.zozo-calendar-wrapper .fc-header-toolbar .fc-toolbar-chunk:first-child, .timetable-toolbar > div:first-child {
    justify-content: left;
}
.zozo-calendar-wrapper .fc-header-toolbar .fc-toolbar-chunk:last-child, .timetable-toolbar > div:last-child {
    justify-content: right;
}
.zozo-calendar-wrapper .fc-header-toolbar .fc-toolbar-title, .tt-label {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}
.zozo-calendar-wrapper #fc-dropdown-container select, .tt-view-mode, .zozo-event-booking-form select {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    height: 45px;
    line-height: 25px;
    font-weight: 500;
    color: #131b2e;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}
.zozo-calendar-wrapper #fc-dropdown-container select:first-child {
    width: 125px;
}
.zozo-calendar-wrapper #fc-dropdown-container select:last-child, .tt-view-mode {
    width: 85px;
}
.zozo-calendar-wrapper #fc-dropdown-container select:hover, .zozo-calendar-wrapper #fc-dropdown-container select:focus, .tt-view-mode:hover, .tt-view-mode:focus {
    border-color: var(--zozo-primary);
    outline: none;
    box-shadow: none;
}
.zozo-calendar-wrapper .fc-button .fc-icon {
    font-size: 16px;
    line-height: 1;
    color: #131b2e;
}
.zozo-calendar-wrapper .fc-button, .zozo-timetable-container .timetable-nav-buttons button {
    line-height: 25px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    color: #131b2e;
}
.zozo-timetable-container .fc-timegrid-col-events > :not(:only-child) > div {
    display: flex;
}
.zozo-calendar-wrapper .fc-button.fc-today-button {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1;
    color: #131b2e;
    background: #fff;
    border: 1px solid #e5e7eb;
}
.timetable-nav-buttons button:not(:last-child) {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.timetable-nav-buttons button:not(:first-child) {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: -1px;
}
.timetable-nav-buttons {
    display: flex;
    gap: 0;
}
.zozo-calendar-wrapper .fc-button.fc-next-button:hover, .zozo-calendar-wrapper .fc-button.fc-next-button:active, .zozo-calendar-wrapper .fc-button.fc-next-button:focus, .zozo-calendar-wrapper .fc-button.fc-today-button:hover, .zozo-calendar-wrapper .fc-button.fc-today-button:active, .zozo-calendar-wrapper .fc-button.fc-today-button:focus, .zozo-calendar-wrapper .fc-button.fc-prev-button:hover, .zozo-calendar-wrapper .fc-button.fc-prev-button:active, .zozo-calendar-wrapper .fc-button.fc-prev-button:focus, .zozo-timetable-container .timetable-toolbar button:hover, .zozo-timetable-container .timetable-toolbar button:active, .zozo-timetable-container .timetable-toolbar button:focus {
    background: #e4e4e470;
    color: #131b2e;
    border-color: #e5e7eb;
}
.zozo-calendar-wrapper .fc-button:hover, .zozo-calendar-wrapper .fc-button:active, .zozo-calendar-wrapper .fc-button:focus {
    background: var(--zozo-primary);
    color: #fff;
    border-color: var(--zozo-primary);
    outline: none;
    box-shadow: none;
}
.zozo-calendar-wrapper .fc-addEventButton-button::before, #add-event-btn::before {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin-right: 8px;
}
.zozo-calendar-wrapper .fc-addEventButton-button, #add-event-btn {
    position: relative;
    background: var(--zozo-primary);
    color: #fff;
    border: 1px solid var(--zozo-primary);
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#add-event-btn {
    margin-right: 12px;
}
.zozo-calendar-wrapper .fc-addEventButton-button:hover, .zozo-calendar-wrapper .fc-addEventButton-button:active, .zozo-calendar-wrapper .fc-addEventButton-button:focus, #add-event-btn:hover, #add-event-btn:active, #add-event-btn:focus {
    background: var(--zozo-secondary);
    color: #fff;
    border-color: var(--zozo-secondary);
    outline: none;
    box-shadow: none;
}
.zozo-calendar-wrapper .fc-dayGridMonth-button, .zozo-calendar-wrapper .fc-listWeek-button {
    background: #fff;
    color: #131b2e;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.zozo-calendar-wrapper .fc .fc-button-primary:not(:disabled).fc-button-active {
    background: var(--zozo-secondary);
    color: #fff;
    border-color: var(--zozo-secondary);
    outline: none;
    box-shadow: none;
}
.zozo-calendar-wrapper .fc-scrollgrid, .zozo-view-timetable .fc-scrollgrid, .zozo-calendar-wrapper .fc-list-table {
    border: 1px solid #dae2fd;
    border-radius: 12px;
    overflow: hidden;
    margin: 0;
}
.fc-scrollgrid thead:first-child tr:first-child th, .zozo-calendar-wrapper .fc-scrollgrid-section td, .fc-theme-standard .fc-list {
    border-block-start: none; border: none;
    border-left: 1px solid #dae2fd;
}
.zozo-view-timetable .fc-scrollgrid-section tr td {
    height: 32px;
}
.fc-scrollgrid .fc-col-header, .fc .fc-scrollgrid-section-body table {
    margin: 0;
}
.fc-scrollgrid .fc-col-header tr {
    border-bottom: 1px solid #dae2fd;
}
.fc-scrollgrid .fc-col-header tr th {
    padding: 12px 0;
    border: none;
}
.zozo-calendar-wrapper .fc .fc-list-day-cushion, .zozo-calendar-wrapper .fc .fc-list-table td {
    padding: 12px 24px;
}
.zozo-calendar-wrapper .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin: 16px 0;
}
.zozo-calendar-wrapper .fc .fc-list-day a {
    text-decoration: none;
    color: #131b2e;
}
.zozo-calendar-wrapper .fc .fc-list-day a:hover {
    color: var(--zozo-primary);
}
.zozo-calendar-wrapper .fc .fc-scrollgrid-sync-table tr:not(:last-child) {
    border-bottom: 1px solid #dae2fd;
}
.zozo-calendar-wrapper .fc .fc-scrollgrid-sync-table tr td:not(:first-child) {
    border-left: 1px solid #dae2fd;
}
.zozo-calendar-wrapper .fc .fc-daygrid-week-number {
    color: #737686;
    background: none;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    padding: 8px;
    text-decoration: none;
}
.zozo-view-timetable table tbody > tr:nth-child(odd) > td, .zozo-view-timetable table tbody > tr:nth-child(odd) > th, .zozo-calendar-wrapper table tbody > tr:nth-child(odd) > td, .zozo-calendar-wrapper table tbody > tr:nth-child(odd) > th, .zozo-calendar-wrapper table tbody tr:hover > td, .zozo-calendar-wrapper table tbody tr:hover > th, .zozo-view-timetable table tbody tr:hover > td, .zozo-view-timetable table tbody tr:hover > th {
    background-color: transparent;
}
.zozo-calendar-wrapper table caption + thead tr:first-child td, .zozo-calendar-wrapper table caption + thead tr:first-child th, .zozo-calendar-wrapper table colgroup + thead tr:first-child td, .zozo-calendar-wrapper table colgroup + thead tr:first-child th, .zozo-calendar-wrapper table thead:first-child tr:first-child td, .zozo-calendar-wrapper table thead:first-child tr:first-child th {
    border-block-start: 0; }
.zozo-calendar-wrapper .fc .fc-daygrid-day-frame {
    min-height: 150px;
}
.zozo-calendar-wrapper .fc .fc-daygrid-day-number, .zozo-calendar-wrapper .fc .fc-daygrid-day-number:hover, .zozo-calendar-wrapper .fc .fc-daygrid-day-number:focus, .zozo-calendar-wrapper .fc .fc-daygrid-day-number:active {
    color: var(--zozo-primary);
    text-decoration: none;
    padding: 8px;
}
.zozo-calendar-wrapper .fc .fc-scrollgrid-sync-table tr td.fc-day-other {
    background-color: #e4e4e470;
}
.zozo-calendar-wrapper .fc .fc-scrollgrid-sync-table tr td.fc-day {
    cursor: pointer;
}
.zozo-calendar-wrapper .fc .fc-scrollgrid-sync-table tr td.fc-day:hover, .zozo-view-timetable .fc-scrollgrid tr td.fc-timegrid-slot:hover {
    background-color: rgb(0 0 0 / 11%);
}
.zozo-calendar-wrapper .fc .fc-daygrid-day.fc-day-today, .zozo-calendar-wrapper .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    background-color: var(--zozo-primary);
    color: #fff;
}
.fc .fc-event, .fc .fc-event:hover td .zozo-calendar-wrapper .fc .fc-event, .zozo-calendar-wrapper .fc .fc-event:hover td {
    background: #555555;
    color: #ffffff;
    font-size: 13.6px;
    font-weight: 600;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#zozo-timetable-calendar .fc-event.fc-event-past, .fc .zozo-event-past, #zozo-timetable-calendar .fc-event.fc-event-past:hover, #zozo-timetable-calendar .fc-list-event.fc-event-past td, #zozo-timetable-calendar .fc-list-event.fc-event-past:hover td, #event-builder-full-calendar .fc-event.fc-event-past, #event-builder-full-calendar .fc-event.fc-event-past:hover, #event-builder-full-calendar .fc-list-event.fc-event-past td, #event-builder-full-calendar .fc-list-event.fc-event-past:hover td {
    background: #555555 !important;
    background-color: #555555 !important;
    border-color: #555555 !important;
    color: #ffffff !important;
    opacity: 0.6;
}
#event-builder-full-calendar .fc-event.fc-event-past .fc-event-main, #event-builder-full-calendar .fc-event.fc-event-past .zozo-fc-event-title, #event-builder-full-calendar .fc-event.fc-event-past .zozo-fc-event-time, #event-builder-full-calendar .fc-list-event.fc-event-past a {
    color: #ffffff;
}
#event-builder-full-calendar .fc-event.fc-event-past .fc-list-event-dot, #event-builder-full-calendar .fc-event.fc-event-past .fc-daygrid-event-dot {
    border-color: #555555 !important;
}
#event-builder-full-calendar .zozo-fc-event-time {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 13px;
    margin-top: 4px;
    text-align: left;
    line-height: 1.25;
}
#zozo-timetable-calendar .fc-event, #event-builder-full-calendar .fc-event {
    padding: 12px;
    margin: 0;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
}
#zozo-timetable-calendar .fc-event-mirror {
    margin: 0;
}
#event-builder-full-calendar .fc-daygrid-event {
    white-space: normal;
}
#event-builder-full-calendar .zozo-fc-event-title {
    display: block;
    width: 100%;
    font-weight: 600;
    text-align: left;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fc .fc-list-event,
.zozo-calendar-wrapper .fc .fc-event:hover td {
    background: #ffffff;
    color: #030712
}
.fc .fc-list-event:hover {
    background: #0000000A;
}
.fc .fc-list-sticky .fc-list-day > * {
    background: linear-gradient(#00000014,#00000014)#fff;
}
.fc .fc-popover {
    max-width: 350px;
    width: 100%;
    border-radius: 8px;
}
.fc .fc-popover .fc-popover-close:hover {
    color: #ff0000;
}
.fc .fc-popover-header {
    padding: 8px 16px;
}
.fc .fc-more-popover .fc-popover-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
}
.fc .fc-daygrid-more-link {
    padding: 10px;
}
.fc .fc-popover-body .fc-event-main-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.fc .fc-daygrid-dot-event {
    flex-wrap: wrap;
}
.fc .fc-daygrid-dot-event .fc-daygrid-event-dot {
    padding: 0 ;
    margin: 0 10px 0 0;
}
.fc .fc-daygrid-dot-event .fc-event-title,
.fc .fc-popover-body .fc-event-main-frame .fc-event-title-container {
    order: -1;
    width: 100%;
}
@media (max-width: 767px) {
    .zozo-timetable-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .zozo-events-timetable-wrap {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    #zozo-timetable-calendar {
        width: 100%;
        max-width: 100%;
    }
    #zozo-timetable-calendar .fc-timegrid-axis {
        width: 48px !important;
    }
    #zozo-timetable-calendar .fc-timegrid-slot-label {
        font-size: 11px;
        padding: 0 4px;
    }
    #zozo-timetable-calendar .fc-col-header-cell-cushion {
        font-size: 13px;
        padding: 8px 4px;
    }
    #zozo-timetable-calendar .fc-event {
        margin: 3px;
        padding: 7px;
        border-radius: 8px;
        overflow: hidden;
    }
    #zozo-timetable-calendar .fc-event-main {
        min-width: 0;
        width: 100%;
        overflow: hidden;
    }
    #zozo-timetable-calendar .zozo-fc-event-title {
        display: block;
        width: 100%;
        max-width: 100%;
        font-size: 12px;
        line-height: 1.3;
        font-weight: 600;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: normal;
        overflow: hidden;
    }
    #zozo-timetable-calendar .zozo-fc-event-time {
        display: block;
        width: 100%;
        font-size: 10px;
        line-height: 1.2;
        margin-top: 2px;
        white-space: normal;
    }
}
/*-------------------------------------------------
 Login Form Styles
-------------------------------------------------*/
.zozo-login-form, .zozo-register-form {
    max-width: 450px;
    width: 100%;
    margin: 30px auto;
    padding: 32px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 4px 20px rgba(0,0,0,0.05);
    backdrop-filter: blur(12px);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.zozo-login-form-header, .zozo-register-form-header {
    text-align: center;
    margin-bottom: 40px;
}
.zozo-login-form-header h3, .zozo-register-form-header h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 8px;
}
.zozo-login-form-header p, .zozo-register-form-header p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.zozo-login-form label, .zozo-register-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.7;
}
.zozo-login-form input[type="text"], .zozo-login-form input[type="password"], .zozo-register-form input[type="text"], .zozo-register-form input[type="email"], .zozo-register-form input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 0px;
    background: #ffffff;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #e5e7eb;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.zozo-login-form input::placeholder, .zozo-register-form input::placeholder {
    color: #94a3b8;
}
.zozo-register-form select {
    width: 100%;
    height: 40px;
    line-height: 10px;
    padding: 8px;
    background: #ffffff;
    border-radius: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMS41IDUuNSA2LjUgMTAuNSAxMS41IDUuNSIgc3Ryb2tlPSIjNjQ3NDhiIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat right 12px center / 16px 16px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.zozo-login-form input[type="text"]:focus, .zozo-login-form input[type="password"]:focus, .zozo-register-form input[type="text"]:focus, .zozo-register-form input[type="email"]:focus, .zozo-register-form input[type="password"]:focus, .zozo-register-form select:focus {
    border-color: var(--zozo-primary);
    box-shadow: none;
    outline: none;
}
.zozo-login-password-label {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.zozo-login-password-label label {
    margin: 0;
}
.zozo-login-password-label a.zozo-login-password-forgot {
    text-decoration: none;
    color: #64748b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.zozo-login-password-label a:hover {
    color: var(--zozo-primary);
}
button.zozo-password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
    box-shadow: none;
}
button.zozo-password-toggle:hover, button.zozo-password-toggle:active, button.zozo-password-toggle:focus {
    color: var(--zozo-primary);
    background: none;
}
.zozo-password-toggle:focus {
    outline: none;
}
.zozo-password-toggle:focus-visible {
    outline: 2px solid var(--zozo-primary);
    outline-offset: 2px;
}
.zozo-password-toggle__svg {
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.zozo-login-input-wrap, .zozo-register-input-wrap {
    margin-bottom: 24px;
}
#zozo_login_submit, .zozo-register-form input[type="submit"] {
    padding: 0px 16px;
    height: 42px;
    width: 100%;
    background: var(--zozo-primary);
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.zozo-register-form input[type="submit"]:hover, .zozo-register-form input[type="submit"]:active, .zozo-register-form input[type="submit"]:focus, #zozo_login_submit:hover, #zozo_login_submit:active, #zozo_login_submit:focus {
    background: var(--zozo-secondary);
}
.zozo-login-register-wrap, .zozo-register-login-wrap {
    text-align: center;
    font-size: 14px;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-weight: 400;
    line-height: 1.5;
}
.zozo-login-form .zozo-login-register-wrap a, .zozo-register-form .zozo-register-login-wrap a {
    text-decoration: none;
    font-weight: 500;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    color: currentColor;
}
.zozo-login-register-wrap a:hover, .zozo-register-login-wrap a:hover {
    color: var(--zozo-secondary);
}
.zozo-login-form a:hover, .zozo-register-form a:hover {
    color: var(--zozo-primary);
    text-decoration: none;
}
.zozo-password-field {
    position: relative;
    display: block;
    width: 100%;
}
.zozo-password-field input[type="password"], .zozo-password-field input[type="text"] {
    width: 100%;
    padding-right: 48px;
    box-sizing: border-box;
}
.zozo-password-match-error {
    display: block;
    margin-top: 8px;
    color: #dc2626;
    font-size: 13px;
    font-weight: 600;
}
.zozo-password-match-error[hidden] {
    display: none;
}
/*-------------------------------------------------------------------------------------------
 Modal Popups
-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------
 Event Add Modal Styles
-------------------------------------------------*/
@keyframes modalIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.zozo-modal {
    position: fixed;
    inset: 0px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(10px);
}
.zozo-modal-content {
    position: relative;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 24px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 80px;
    animation: 0.35s ease 0s 1 normal none running modalIn;
}
.zozo-modal-content::-webkit-scrollbar {
    width: 8px;
}
.zozo-modal-content::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.2);
    border-radius: 999px;
}
.zozo-modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(15, 23, 42, 0.35);
}
.modal-title {
    margin: 0;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 600;
}
.modal-subtitle {
    margin-bottom: 24px;
    font-size: 14px;
    color: #94a3b8;
    padding-bottom: 16px;
    border-bottom: 1px solid #eaeaea;
}
.zozo-modal-content .section-title {
    margin: 0;
    margin-bottom: 20px;
    padding-left: 8px;
    border-left: 4px solid var(--zozo-primary);
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #131b2e;
}
.zozo-modal-content .zozo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.zozo-modal-content .zozo-grid .full-width {
    grid-column: 1 / -1;
}
.zozo-modal-content .zozo-field label {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}
.zozo-modal-content .zozo-field label .required {
    color: #ff4d4d;
    font-size: 24px;
    line-height: 15px;
}
.zozo-modal-content .zozo-field small {
    display: block;
    font-size: 12.8px;
}
.zozo-modal-content .zozo-field input[type="text"], .zozo-modal-content .zozo-field input[type="date"], .zozo-modal-content .zozo-field input[type="time"], .zozo-modal-content .zozo-field textarea, .zozo-modal-content .zozo-field select {
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-weight: 500;
    color: #131b2e;
    transition: all 0.2s ease;
}
.zozo-modal-content .zozo-field textarea {
    height: 100px;
}
.zozo-modal-content .zozo-field input[type="color"] {
    border: 1px solid #dcdcde;
    padding: 2px;
    line-height: 1;
    width: 50px;
    height: 27px;
    min-height: 27px;
    font-weight: 500;
    color: #131b2e;
    transition: all 0.2s ease;
}
.zozo-modal-content .zozo-field input[type="file"]::file-selector-button, .zozo-modal-content .zozo-field input[type="file"] {
    font-size: 14px;
    height: 27px;
    min-height: 27px;
    line-height: 1;
}
.zozo-modal-content .zozo-field input[type="file"] {
    border: none;
}
.zozo-modal-content .zozo-field input[type="text"]:focus, .zozo-modal-content .zozo-field input[type="date"]:focus, .zozo-modal-content .zozo-field input[type="time"]:focus, .zozo-modal-content .zozo-field textarea:focus, .zozo-modal-content .zozo-field select:focus {
    border-color: var(--zozo-primary);
    outline: none;
    box-shadow: none;
}
.zozo-modal-content .zozo-field select {
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 12px;
    line-height: 1;
    font-weight: 500;
    color: #131b2e;
    transition: all 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 12px center / 16px 16px;
}
.zozo-modal-content .zozo-field .wp-editor-tabs {
    float: none;
}
.zozo-modal-content .zozo-field .wp-editor-tabs .wp-switch-editor {
    margin-left: 0;
}
.zozo-modal-content .zozo-field .wp-editor-tabs button:hover, .zozo-modal-content .zozo-field .wp-editor-tabs button:focus, .zozo-modal-content .zozo-field .mce-btn button:hover, .zozo-modal-content .zozo-field .mce-btn button:focus {
    outline: none;
    box-shadow: none;
    background: none;
    color: currentColor;
}
.zozo-modal-content .modal-actions button {
    width: 100%;
    margin: 0 auto;
    padding: 16px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid var(--zozo-primary);
    background: #fff;
    color: var(--zozo-primary);
}
.zozo-modal-content .modal-actions button:hover, .zozo-modal-content .modal-actions button:focus {
    background: var(--zozo-primary);
    color: #fff;
    outline: none;
    box-shadow: none;
}
.zozo-modal-content .zozo-event-form {
    position: relative;
}
/*-------------------------------------------------
 User Card Styles
-------------------------------------------------*/
.zozo-user-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.zozo-user-popup.active {
    display: flex;
}
.zozo-user-card {
    background: var(--zozo-text-white);
    width: 100%;
    max-width: 400px;
    border-radius: var(--zozo-radius-md, 12px);
    padding: 24px;
    box-shadow: var(--zozo-shadow-md, 0 10px 25px rgba(0, 0, 0, 0.15));
    animation: zozoFade 0.2s ease-in-out;
    box-sizing: border-box;
}
.zozo-user-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 14px;
    margin-bottom: 16px;
}
.zozo-user-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.zozo-user-body table, .zozo-user-body table td, .zozo-user-body table tr {
    font-size: 14px;
    border: none;
}
.zozo-user-body table td {
    border: none;
    text-align: left;
    padding: 8px 0;
}
.zozo-user-body table td:first-child {
    font-weight: 600;
}
.zozo-user-footer {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--zozo-border-color, #eef2f5);
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.zozo-user-footer .button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ef4444;
    color: var(--zozo-text-white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
    padding: 8px 14px;
    border-radius: 6px;
    transition: 0.35s;
}
.zozo-user-footer .button:hover {
    background: var(--zozo-secondary);
    color: var(--zozo-text-white);
}
.zozo-user-footer .button i {
    font-size: 14px;
}
.zozo-event-builder a.zozo-login-btn {
    text-decoration: none;
}
.zozo-user-btn, .zozo-login-btn {
    background: var(--zozo-primary);
    color: var(--zozo-text-white) !important;
    padding: 8px 14px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    line-height: 1.75;
    transition: 0.35s;
    font-weight: 500;
    text-transform: capitalize;
}
.zozo-user-btn:hover, .zozo-login-btn:hover, .zozo-user-btn:active, .zozo-login-btn:active, .zozo-user-btn:focus, .zozo-login-btn:focus {
    background: var(--zozo-secondary);
    color: var(--zozo-text-white)!important;
}
.zozo-close {
    cursor: pointer;
    font-size: 18.56px;
    transition: 0.35s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}
.zozo-close:hover {
    color: #ef4444;
}
/*-------------------------------------------------
 Event Details Styles
-------------------------------------------------*/
#zozo-event-details-modal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    box-sizing: border-box;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(10px);
}
#zozo-event-details-modal .zozo-modal-content1 {
    position: relative;
    z-index: 2;
    width: 620px;
    max-width: 100%;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 32px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);
    box-sizing: border-box;
    animation: zozo-event-modal-in 0.28s ease-out;
    scrollbar-gutter: stable;
}
#zozo-event-details-modal .zozo-modal-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.62);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
#zozo-event-details-modal .zozo-modal-content1::-webkit-scrollbar {
    width: 6px;
}
#zozo-event-details-modal .zozo-modal-content1::-webkit-scrollbar-track {
    background: transparent;
}
#zozo-event-details-modal .zozo-modal-content1::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
#zozo-event-details-modal .zozo-modal-content1::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}
#zozo-event-details-modal .zozo-event-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
    background: #f1f5f9;
}
#zozo-event-details-modal .zozo-event-thumbnail img, #zozo-event-details-modal #zozo-event-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    transition: transform 0.3s ease;
}
#zozo-event-details-modal .zozo-event-thumbnail:hover img {
    transform: scale(1.05);
}
#zozo-event-title-modal {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    margin-bottom: 24px;
}
#zozo-event-details-modal .xmark1, .zozo-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    border: none;
    background: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #172033;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
}
#zozo-event-details-modal .xmark1:hover, .zozo-modal-close:hover {
    color: #ff4d4d;
    background: #f2f3ff;
}
#zozo-event-details-modal #zozo-event-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.8px;
    margin: 24px 0 8px 0;
}
#zozo-event-details-modal #zozo-event-datetime {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
}
#zozo-event-details-modal .zozo-event-date {
    color: var(--zozo-primary-color);
    text-align: left;
}
#zozo-event-details-modal .zozo-event-time {
    color: var(--zozo-primary-color);
    text-align: right;
    white-space: nowrap;
}
#zozo-event-details-modal #zozo-event-excerpt {
    color: #64748b;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
}
#zozo-event-details-modal .zozo-event-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
}
#zozo-event-details-modal .zozo-event-buttons .button {
    min-height: 44px;
    width: 100%;
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
#zozo-event-details-modal .zozo-event-buttons .readmore-btn {
    color: #10233f;
    background: #fff;
    border: 1px solid #dcdcde;
}
#zozo-event-details-modal .zozo-event-buttons .readmore-btn:hover {
    color: var(--zozo-primary);
    border-color: var(--zozo-primary);
}
#zozo-event-details-modal .zozo-event-buttons .zozo-book-btn {
    color: #fff;
    background: var(--zozo-primary);
    border: 1px solid var(--zozo-primary);
}
#zozo-event-details-modal .zozo-event-buttons .zozo-book-btn:hover {
    color: #fff;
    background: var(--zozo-secondary);
    border-color: var(--zozo-secondary);
}
#zozo-event-details-modal .zozo-booking-disabled {
    margin: 20px 5px 3px;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #e5eaf0;
    border-radius: 12px;
}
#zozo-event-details-modal .zozo-booking-disabled-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
    background: #e8f7fd;
    color: var(--zozo-primary-color);
    border-radius: 10px;
}
#zozo-event-details-modal .zozo-booking-disabled h4 {
    margin: 0 0 5px;
    color: #1e293b;
    font-size: 13px;
    font-weight: 600;
}
#zozo-event-details-modal .zozo-booking-disabled p {
    margin: 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.65;
}
#zozo-event-details-modal .zozo-event-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}
#zozo-event-details-modal #zozo-event-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
#zozo-event-details-modal .zozo-event-ticket-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    pointer-events: none;
    background: rgba( 0, 0, 0, 0.4);
    padding: 20px 16px;
}
#zozo-event-details-modal .zozo-event-ticket-box {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    z-index: 1;
}
#zozo-event-details-modal .zozo-event-ticket-label {
    display: inline;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
}
#zozo-event-details-modal .zozo-event-ticket-value {
    display: inline;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
#zozo-event-details-modal .zozo-event-available-box .zozo-event-sold-out {
    color: #ff7272;
}
#zozo-event-details-modal .zozo-event-ticket-box > i {
    font-size: 14px;
    color: var(--zozo-primary);
}
/*-------------------------------------------------------------------------------------------
 Pagination
-------------------------------------------------------------------------------------------*/
.zozo-events-pagination {
    text-align: center;
    margin: 50px 0 0 0;
}
.zozo-events-pagination ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 16px 8px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.zozo-pagination {
    text-align: center;
    margin: 50px 0 0 0;
    font-family: inherit;
}
.zozo-pagination ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.zozo-pagination li {
    display: inline-block;
}
.zozo-pagination a, .zozo-pagination span, .zozo-events-pagination a, .zozo-events-pagination span, .zozo-events-pagination li a, .zozo-events-pagination li span {
    display: inline-flex;
    margin: 0px 6px;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    text-decoration: none;
    padding: 0px 16px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #c3c6d74d;
    text-decoration: none;
    text-align: center;
    color: #131b2e;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.zozo-pagination a i, .zozo-events-pagination a i, .zozo-events-pagination li a i {
    font-size: 14px;
    line-height: 1;
    color: inherit;
}
.zozo-pagination a:hover, .zozo-events-pagination a:hover, .zozo-events-pagination li a:hover {
    border-color: var(--zozo-primary);
    background: var(--zozo-primary);
    color: #ffffff;
}
.zozo-pagination .current, .zozo-events-pagination .current, .zozo-events-pagination li .current {
    background: var(--zozo-primary);
    color: #ffffff;
    border-color: transparent;
    pointer-events: none;
}
.zozo-pagination .page-numbers.dots, .zozo-events-pagination .page-numbers.dots, .zozo-events-pagination li .page-numbers.dots {
    border: none;
}
/*-------------------------------------------------------------------------------------------
 Responsive Styles
-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------
 Responsive Styles
-------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
    .zozo-countdown-modern {
        flex-direction: column;
    }
    .zozo-yearly-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .zozo-calendar-wrapper .fc-header-toolbar, .timetable-toolbar {
        gap: 12px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .zozo-calendar-wrapper .fc-header-toolbar .fc-toolbar-chunk, .timetable-toolbar > div {
        width: 100%;
    }
    .zozo-calendar-wrapper .fc-header-toolbar .fc-toolbar-chunk:first-child, .zozo-calendar-wrapper .fc-header-toolbar .fc-toolbar-chunk:last-child, .timetable-toolbar > div:last-child, .timetable-toolbar > div:first-child {
        order: 9;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }
}
@media (max-width: 1100px) {
    .organizer-profile-wrap {
        grid-template-columns: 280px 1fr;
        grid-template-rows: auto auto;
    }
    .organizer-additional-box.skills-box {
        grid-column: 1 / -1;
        max-width: 100%;
    }
    .skills-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .zozo-organizer-hero-inner {
        grid-template-columns: 280px 1fr;
        gap: 48px;
        padding: 60px 32px;
    }
    .zozo-organizer-avatar {
        width: 260px;
        height: 320px;
    }
    .zozo-organizer-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .zozo-organizer-skills-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .zozo-organizer-events-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .zozo-organizer-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .zozo-organizer-gallery-item:first-child {
        grid-area: span 1 / span 1;
    }
    .zozo-organizer-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .zozo-event-single-meta {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 1024px) {
    .zozo-event-archive-page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .zozo-archive-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .countdown-content {
        padding: 25px;
    }
    .zozo-list-thumb, .zozo-list-content {
        width: 50%;
    }
    .countdown-timer {
        margin-top: 24px;
        padding-top: 24px;
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
    .zozo-booking-stats h6 {
        font-size: 36px;
        line-height:45px;
    }
    .fc-v-event .fc-event-time {
        display: none;
    }
    .fc-v-event .fc-event-title-container {
        display: flex;
        justify-content: center;
    }
    .fc-v-event .fc-event-title {
        writing-mode: vertical-lr;
        text-orientation: upright;
    }
}
@media (max-width: 992px) {
    .zozo-event-sidebar, .row .zozo-event-sidebar {
        margin-top: 40px;
    }
    .zozo-sticky-schedule-wrapper .zozo-sticky-day-row {
        flex-direction: column;
    }
    .zozo-sticky-schedule-wrapper .zozo-sticky-day {
        position: relative;
        top: 0px;
        width: 100%;
    }
    .zozo-sticky-schedule-wrapper .zozo-day-sticky-box {
        position: sticky;
    }
    .zozo-modern-session-card {
        flex-direction: column;
        gap: 20px;
    }
    .zozo-session-left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0px 12px;
    }
    .page-numbers {
        gap:6px;
    }
    .page-numbers a, .page-numbers span {
        min-width: 38px;
        height: 38px;
        font-size: 14px;
    }
    .zozo-related-events-section .loc-event-thumb {
        height: 220px;
    }
    .zozo-taxonomy-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .zozo-taxonomy-media {
        min-width: 100%;
    }
    .zozo-taxonomy-title {
        font-size: 54px;
    }
    .zozo-taxonomy-image img {
        height: 320px;
    }
}
@media (max-width: 900px) {
    .zozo-organizer-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 48px 24px;
        text-align: center;
    }
    .zozo-organizer-avatar {
        width: 240px;
        height: 280px;
        margin: 0px auto;
    }
    .zozo-organizer-position-badge, .zozo-organizer-hero-ctas {
        margin: 0px auto;
        justify-content: center;
    }
    .zozo-organizer-hero-info {
        align-items: center;
    }
    .zozo-organizer-tagline {
        text-align: center;
    }
    .zozo-organizer-about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .zozo-organizer-testimonials-grid {
        grid-template-columns: 1fr;
    }
    .zozo-organizer-contact-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .zozo-organizer-contact-card {
        padding: 44px 36px;
    }
}
@media (max-width: 768px) {
    .organizer-profile-wrap {
        grid-template-columns: 1fr;
    }
    .organizer-thumb {
        aspect-ratio: 16 / 9;
        max-height: 275px;
    }
    .skills-grid {
        grid-template-columns: 1fr 1fr;
    }
    .organizer-navigation {
        flex-direction: column;
    }
    .zozo-schedule-main-title {
        font-size: 32px;
    }
    .zozo-single-schedule-widget.tab-pos-left .zozo-single-schedule-tabs {
        flex-direction: column;
    }
    .zozo-single-schedule-widget.tab-pos-left .zozo-single-tabs-nav {
        flex-flow: wrap;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .zozo-single-schedule-list {
        padding-left: 25px;
    }
    .zozo-single-schedule-list .zozo-single-session-card::before {
        left: -22px;
    }
    .zozo-single-tabs-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }
    .zozo-single-tab-btn {
        white-space: nowrap;
    }
    .zozo-single-schedule-tabs .zozo-single-session-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .zozo-day-sticky-box h2 {
        font-size: 28px;
    }
    .zozo-session-center h3 {
        font-size: 22px;
    }
    .zozo-modern-session-card {
        padding: 25px;
    }
    .term-navigation {
        flex-direction: column;
    }
    .zozo-event-single-header {
        min-height: 320px;
    }
    .zozo-event-header-body {
        padding: 32px 16px 28px;
        gap: 16px;
    }
    .zozo-event-header-meta {
        gap: 10px 16px;
        font-size: 13px;
    }
    .zozo-taxonomy-title {
        font-size: 24px;
        gap: 8px;
    }
    .zozo-taxonomy-count {
        font-size: 12px;
        padding: 5px 12px;
    }
    .zozo-taxonomy-description {
        font-size: 14px;
    }
    .zozo-right-content {
        padding-left: 0px;
        margin-top: 20px;
    }
    .zozo-taxonomy-events-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .zozo-taxonomy-events-filter {
        width: 100%;
    }
    .zozo-taxonomy-events-filter select {
        width: 100%;
    }
    .zozo-event-countdown-large {
        grid-template-columns: repeat(2, 1fr);
    }
    .zozo-event-countdown-large .count-item {
        padding: 18px 10px;
    }
    .zozo-related-events-section .loc-event-thumb {
        height: 200px;
    }
    .zozo-related-events-section .event-details {
        padding: 20px;
    }
    .zozo-related-events-swiper .swiper-button-prev, .zozo-related-events-swiper .swiper-button-next {
        display: none;
    }
    .location-container {
        flex-direction: column;
    }
    #zozo-event-details-modal {
        padding: 20px 14px;
    }
    #zozo-event-details-modal .zozo-modal-content1 {
        width: 100%;
        max-height: calc(100vh - 40px);
        padding: 10px;
        border-radius: 19px;
    }
    #zozo-event-details-modal .zozo-event-thumbnail {
        height: 230px;
        border-radius: 13px;
    }
    #zozo-event-details-modal .xmark1 {
        top: 19px;
        right: 19px;
        width: 35px;
        height: 35px;
        font-size: 22px;
    }
    #zozo-event-details-modal #zozo-event-title {
        margin-top: 19px;
        font-size: 24px;
    }
    .zozo-booking-modal {
        padding: 20px;
    }
    .zozo-booking-modal-content {
        max-width: 100%;
        border-radius: 20px;
    }
    .zozo-location-name, .zozo-organizer-name {
        font-size: 22px;
    }
    .zozo-location-thumb img {
        height: 180px;
    }
    .zozo-location-meta li, .zozo-organizer-meta li {
        padding: 14px;
        border-radius: 16px;
    }
    .zozo-page-title {
        padding: 70px 15px;
    }
    .zozo-page-title .title-heading {
        font-size: 32px;
    }
    .zozo-page-title .zozo-event-breadcrumb {
        font-size: 14px;
    }
    .taxnomy-container {
        flex-direction: column;
    }
    .zozo-day-number {
        font-size: 48px;
    }
    .zozo-day-name {
        font-size: 20px;
    }
    .zozo-day-current {
        padding: 22px 15px 18px;
    }
    .zozo-day-date {
        min-width: 48px;
        flex: 0 0 48px;
    }
    .zozo-day-dates {
        overflow-x: auto;
        scrollbar-width: none;
    }
    .zozo-day-dates::-webkit-scrollbar {
        display: none;
    }
    .zozo-day-nav {
        flex: 0 0 45px;
    }
    .zozo-archive-grid {
        grid-template-columns: 1fr !important;
    }
    .zozo-list-thumb, .zozo-list-content {
        width: 100%;
    }
    .zozo-list-content {
        padding: 24px;
    }
    #zozo-event-details-modal #zozo-event-image {
        min-height: 250px;
    }
    .zozo-yearly-grid {
        grid-template-columns: 1fr;
    }
    .zozo-login-form, .zozo-register-form {
        padding: 20px 15px;
    }
    .zozo-login-form input[type="submit"] {
        width: 100%;
        margin-bottom: 10px;
    }
    #zozo-timetable-calendar .fc-event {
        margin: 0;
    }
    #zozo-timetable-calendar .fc-event {
        padding: 12px 0;
    }
    .countdown-content {
        padding: 25px;
    }
    .countdown-timer {
        margin-top: 24px;
        padding-top: 24px;
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
    #zozo-event-details-modal .zozo-event-buttons .button {
        flex: 100%;
    }
    #event-builder-full-calendar .zozo-fc-event-time {
        display: none;
    }
    .zozo-modal-content .zozo-grid {
        grid-template-columns: 1fr;
    }
    .zozo-modal-content .zozo-grid:last-child {
        border-top: 1px solid #eaeaea;
    }
    .zozo-modal-content .modal-actions {
        position: fixed;
        left: 16px;
        z-index: 2;
        bottom: 16px;
        right: 16px;
        border-radius: 0 0 8px 8px;
        background: #fff;
        padding: 16px;
        border-top: 1px solid #eaeaea;
    }
    .zozo-modal-content #zozo-event-form {
        padding-bottom: 50px;
    }
    .zozo-modal-content .zozo-grid:first-of-type .zozo-field {
        width: calc(100% - 24px);
    }
    .zozo-booking-section, .zozo-attendee-body {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 20px;
    }
    .zozo-booking-section h4, .zozo-attendees-wrapper h4, .zozo-payment-summary h4 {
        margin-bottom: 16px;
    }
    .zozo-booking-section h4 i, .zozo-attendees-wrapper h4 i, .zozo-payment-summary h4 i {
        display: none;
    }
    .zozo-booking-section p, .zozo-attendees-wrapper p, .zozo-payment-summary p {
        margin: 0 0 6px 0;
    }
    .zozo-filter-bar .filter-grid {
        grid-template-columns: 1fr;
    }
    .filter-btn {
        width: 100%;
    }
    .zozo-cover-split {
        flex-direction: column;
        height: auto;
        padding: 0px 10px;
    }
    .cover-image, .cover-text {
        flex: unset;
        width: 100%;
        height: 50vh;
    }
    .cover-text {
        padding: 40px 20px;
        text-align: center;
    }
    .cover-title {
        font-size: 32px;
    }
    .page-numbers {
        gap:5px;
    }
    .page-numbers a, .page-numbers span {
        min-width: 34px;
        height: 34px;
        padding: 0 10px;
        font-size: 13px;
        border-radius: 8px;
    }
    .zozo-event-grid-desc {
        text-align: center;
        margin-bottom: 0px !important;
        font-size: 12px !important;
    }
    .grid-title {
        justify-content: center;
    }
    .grid-title a {
        font-size: 20px !important;
    }
}
@media (max-width: 600px) {
    .zozo-organizer-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .zozo-organizer-skills-grid, .zozo-organizer-events-grid, .zozo-organizer-gallery-grid, .zozo-organizer-related-grid {
        grid-template-columns: 1fr;
    }
    .zozo-event-hero-wrap {
        min-height: 320px;
        border-radius: 16px;
    }
    .zozo-hero-content {
        padding: 24px 20px;
    }
    .event-single-title {
        font-size: 28px;
    }
    .zozo-event-single-meta {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .zozo-content-card {
        padding: 20px;
        border-radius: 16px;
    }
    .zozo-event-btn-wrap .button, .zozo-calendar-toggle, .zozo-event-btn-wrap > div, .zozo-event-btn-wrap .zozo-book-now-btn {
        width: 100%;
        justify-content: center;
    }
    .zozo-post-nav {
        flex-direction: column;
        gap: 12px;
    }
    .zozo-post-nav .nav-next {
        text-align: left;
    }
    .zozo-post-nav .next-post, .zozo-post-nav .no-post {
        width: 100%;
        justify-content: center;
    }
    .zozo-organizer-hero {
        min-height: 400px;
    }
    .zozo-organizer-name {
        font-size: 32px;
    }
    .zozo-organizer-contact-card {
        padding: 32px 24px;
        border-radius: 24px;
    }
}
@media (max-width: 576px) {
    .zozo-payment-success-details p, .zozo-payment-cancel-details p, .zozo-payment-details p {
        flex-direction: column;
        align-items: flex-start;
    }
    #zozo-event-details-modal .zozo-event-ticket-info {
        gap: 4px;
        padding: 8px;
    }
    .zozo-payment-success-details p, .zozo-payment-cancel-details p, .zozo-payment-details p {
        flex-direction: column;
        align-items: flex-start;
    }
    .zozo-payment-page {
        padding: 24px;
    }
    .session-title, .zozo-calendar-wrapper .fc-header-toolbar .fc-toolbar-title, .tt-label {
        font-size: 20px;
    }
    .zozo-view-timeline {
        padding: 20px;
    }
    .event-post-navigation {
        flex-direction: column;
        gap: 12px;
    }
    .event-post-navigation > div {
        width: 100%;
        text-align: center;
    }
    .zozo-event-single-header .zozo-event-gallery, .zozo-event-featured-image--hero, .zozo-event-header-inner .zozo-event-map iframe {
        height: 300px;
    }
    #zozo-event-details-modal .zozo-event-ticket-box {
        padding: 7px 9px;
        gap: 6px;
        border-radius: 8px;
    }
    #zozo-event-details-modal .zozo-event-ticket-label {
        font-size: 9px;
    }
    #zozo-event-details-modal .zozo-event-ticket-value {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .zozo-event-search input[type="search"] {
        width: 120px;
    }
    .zozo-event-countdown-large {
        gap: 10px;
    }
    .zozo-event-countdown-large .count-number {
        font-size: 26px;
    }
    #zozo-event-details-modal {
        padding: 12px;
    }
    #zozo-event-details-modal .zozo-modal-content1 {
        max-height: calc(100vh - 24px);
        padding: 8px;
        border-radius: 17px;
    }
    #zozo-event-details-modal .zozo-event-thumbnail {
        height: 190px;
        border-radius: 12px;
    }
    #zozo-event-details-modal .xmark1 {
        top: 16px;
        right: 16px;
        width: 34px;
        height: 34px;
    }
    #zozo-event-details-modal #zozo-event-title {
        margin: 17px 4px 8px;
        font-size: 21px;
        letter-spacing: -0.4px;
    }
    #zozo-event-details-modal #zozo-event-excerpt {
        margin-left: 4px;
        margin-right: 4px;
    }
    #zozo-event-details-modal .zozo-event-buttons {
        margin-left: 4px;
        margin-right: 4px;
        gap: 8px;
    }
    #zozo-event-details-modal .zozo-event-buttons .button {
        padding: 0 15px;
    }
}
.zozo-events-pagination .prev, .zozo-events-pagination .next {
    font-weight: 500;
}
