/* new design */
body.ui-overlay-a {
    text-shadow: unset;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: var(--white);
}

::-webkit-scrollbar {
    background-color: var(--white);
}

.ebg-v2 a {
    color: var(--primary-blue);
}
.ebg-v2 a:hover {
    color: var(--primary-hover);
}
.ebg-v2 .ebg-v2-page-events-title {
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 22px;
    margin: 16px 0 24px 0;
}


/* title + page nav section start */
.ebg-v2-content-header .ebg-v2-container-header .ebg-v2-title-promo-message {
    min-width: 357px;
}

.ebg-v2-content-header .ebg-v2-container-header .pa-row .ebg-v2-promo-wrapper {
    justify-content: end;
}

nav.ebg-v2-content-nav .ebg-v2-content-nav .ebg-content-nav-item a,
nav.ebg-v2-content-nav .ebg-v2-content-nav .ebg-content-nav-item a:visited {
    height: 40px;
}
#mlb-marketplace {
    height:16px;
    font-size:14px;
    display: flex;
    align-items : center;
    color: var(--main-black);
}
@media screen and (min-width: 768px) {
    .ebg-v2 .ebg-v2-page-events-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 18px;
    }
    .ebg-v2 .ebg-v2-venue-description-block .ebg-v2-venue-description-block-title,
    .ebg-v2 .ebg-v2-performer-description-block .ebg-v2-performer-description-block-title,
    .ebg-v2 .ebg-v2-venue-description-block .ebg-v2-venue-description-block-title,
    .ebg-v2 .ebg-v2-performer-description-block .ebg-v2-performer-description-block-title {
        font-size: 18px;
        line-height: 22px;
        padding: 12px;
    }
    .ebg-v2 .ebg-v2-venue-description-block .ebg-v2-venue-description-block-address-container,
    .ebg-v2 .ebg-v2-performer-description-block .ebg-v2-venue-description-block-address-container,
    .ebg-v2 .ebg-v2-venue-description-block .ebg-v2-venue-description-block-seating-container,
    .ebg-v2 .ebg-v2-performer-description-block .ebg-v2-venue-description-block-seating-container {
        align-items: center;
    }
    .ebg-v2 .ebg-v2-venue-description-block .ebg-v2-venue-description-block-address-container a,
    .ebg-v2 .ebg-v2-performer-description-block .ebg-v2-venue-description-block-address-container a,
    .ebg-v2 .ebg-v2-venue-description-block .ebg-v2-venue-description-block-seating-container a,
    .ebg-v2 .ebg-v2-performer-description-block .ebg-v2-venue-description-block-seating-container a {
        font-size: 14px;
        font-weight: 700;
        line-height: 14px;
        text-underline-offset: 4px;
    }

    /* guarantee block*/
    .ebg-v2 .ebg-v2-preferred-guarantee-block {
        padding: 16px 0 16px 8px;
        height: 104px;
        justify-content: space-evenly;
    }
    .ebg-v2 .ebg-v2-preferred-guarantee-block .ebg-v2-preferred-guarantee-title {
        font-size: 18px;
        line-height: 22px;
        color: var(--primary-blue);
    }
    .ebg-v2 .ebg-v2-preferred-guarantee-block .ebg-v2-preferred-guarantee-title .ebg-v2-icon {
        background-size: 24px;
        height: 24px;
        width: 24px;
    }
    .ebg-v2 .ebg-v2-preferred-guarantee-block .ebg-v2-preferred-guarantee-description .ebg-v2-preferred-guarantee-description-item {
        color: var(--ebg-brand-primary-navy);
        font-size: 14px;
        line-height: 18px;
    }
    .ebg-v2 .ebg-v2-preferred-guarantee-block .ebg-v2-preferred-guarantee-description .ebg-v2-preferred-guarantee-description-item .ebg-v2-icon {
        margin-right: 2px;
    }

    /*    listing section */
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-no-items { 
        max-width: calc(100% - 16px);
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-location-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item-wrapper {
        padding: 8px 0;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item:hover {
        box-shadow: 0 4px 16px 0 #00000026;
        border-radius: 16px;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-datebox .month,
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-datebox .year {
        font-size: 14px;
        line-height: 18px;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-datebox .date {
        font-size: 24px;
        line-height: 28px;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-time,
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-location {
        font-size: 14px;
        line-height: 18px;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-location {
        max-width: 480px;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-title-box {
        max-width: 480px;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-title-box .ebg-v2-listing-item-details-title {
        font-size: 16px;
        line-height: 18px;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-pills {
        margin: 0;
        min-width: 320px;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-pill {
        margin: 0 1rem;
    }
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    /* empty element that jquery adds */
    .ebg-v2 .ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-buttons a:first-of-type:not(:only-of-type) {
        display: none;
    }

    .ebg-v2 .pa-about-section .pa-about-title {
        font-size: 24px;
        line-height: 28px;
    }
    .ebg-v2 .pa-about-section .pa-about-description h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .ebg-v2 .ebg-v2-about-section .ebg-v2-about-title {
        margin-top: 56px;
    }

    .ebg-v2-tab-section .icon-tab {
        height: 24px;
        width: 24px;
        margin-right: 8px;
    }
    .ebg-v2-tab-section .ebg-v2-tab span {
        color: var(--primary-blue);
    }
    .ebg-v2-tab-section .active-tab span {
        color: var(--main-black);
    }

}

/* listing section start */
#listingNearYou {
    margin-bottom: 24px;
}
#listingNearYou .ebg-v2-listing-item-wrapper:last-child {
    border-bottom: none;
}

.ebg-v2-listing-section .ebg-v2-listing-location-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 16px;
    padding: 0 1rem;
}
.ebg-v2-listing-section .ebg-v2-listing-no-items {
    border: 1px solid var(--neutral-1);
    border-radius: 12px;
    text-align: center;
    padding: 24px;
    margin: 24px auto !important;
    max-width: calc(100% - 32px);
}
.ebg-v2-listing-section .ebg-v2-listing-no-items .heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin-bottom: 1rem;
}
.ebg-v2-listing-section .ebg-v2-listing-no-items .no-items-message {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: var(--silver-sonic);
    display: block;
    margin-bottom: 1rem;
}
.ebg-v2-listing-section .ebg-v2-listing-no-items .ebg-v2-link-to-all-events,
.ebg-v2-listing-section .ebg-v2-listing-no-items .ebg-v2-link-to-all-events:visited {
    display: inline-block;
    padding: 12px 16px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-blue);
    background: var(--white);
    border: 1px solid var(--primary-blue);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.ebg-v2-listing-section .ebg-v2-listing-item-wrapper {
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid var(--neutral-1);
    max-width: calc(100% - 2rem);
    margin: auto;
}
.ebg-v2-listing-section .ebg-v2-listing-item-wrapper a {
    text-decoration: none;
}
.ebg-v2-listing-section .ebg-v2-listing-item-wrapper:last-child {
    border-bottom: none;
}
.ebg-v2-listing-section .hideNearYou {
    display: none;
}
.ebg-v2-listing-section.has-selected-city .hideNearYou {
    display: block;
}

.ebg-v2-listing-section .ebg-v2-listing-item {
    padding: 6px 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-datebox {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    color: var(--main-black);
    padding: 0;
    max-width: 35px;
    margin: 0 1rem;
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-datebox .month,
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-datebox .year {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-datebox .date {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details-wrapper {
    flex-grow: 2;
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details {
    gap: 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    color: var(--silver-sonic);
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-time {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
    color: var(--silver-sonic);
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-time .weekday {
    text-transform: capitalize;
    color: var(--silver-sonic);
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-time .weekday::after {
    content: '•';
    margin: 0 4px;
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-time .time {
    text-transform: uppercase;
    color: var(--silver-sonic);
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-title-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-title-box .ebg-v2-listing-item-details-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: var(--main-black);
    text-align: left;
    margin-bottom: 2px;
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-location {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    color: var(--silver-sonic);
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-pills {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0 8px 0 0;
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-details .ebg-v2-listing-item-details-pills .ebg-v2-pill {
    font-weight: 700;
}

.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-buttons {
    display: none;
    padding: 0 1rem;
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-buttons .btn {
    display: inline-block;
    padding: 13px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: var(--white);
    background: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-buttons .btn-buy {
    background: var(--primary-blue);
    border: 0;
    padding: 12px !important;
    display: block;
    min-width: 150px;
}
.ebg-v2-listing-section .ebg-v2-listing-item .ebg-v2-listing-item-buttons .btn-buy:hover {
    color: var(--white);
    background-color: var(--primary-hover);
}
/* listing section end */

/* about section start */
.ebg-v2-about-section .ebg-v2-about-title {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 24px;
}
.ebg-v2-about-section .gallery-slider-col img {
    border-radius: 16px;
}

.ebg-v2-about-section .ebg-v2-about-description {
    position: relative;
}
.ebg-v2-about-section .ebg-v2-about-description h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 8px;
    text-align: left;
}
.ebg-v2-about-section .ebg-v2-about-description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
    margin: 0;
    margin-bottom: 14px;
}
.ebg-v2-about-section .ebg-v2-about-description p .readmore,
.ebg-v2-about-section .ebg-v2-about-description p .showless {
    color: var(--primary-blue);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    position: absolute;
    right: 0;
    bottom: -35px;
    text-decoration: none;
    display: flex;
}
.ebg-v2-about-section .ebg-v2-about-description p .readmore::after,
.ebg-v2-about-section .ebg-v2-about-description p .showless::after {
    background-image: url('/common_resources/img/ebg_v2/icons/icon_chevron_blue.svg');
    background-repeat: no-repeat;
    content: '';
    height: 16px;
    width: 16px;
    display: inline-block;
}
.ebg-v2-about-section .ebg-v2-about-description p .showless::after {
    transform: scaleY(-1);
}
/* about section end */

/* venue description block start */
.ebg-v2-venue-description-block,
.ebg-v2-performer-description-block {
    color: var(--main-black);
    border: 1px solid var(--neutral-1);
    border-radius: 16px;
    padding-bottom: 4px;
    margin-bottom: 24px;
}
.ebg-v2-venue-description-block .ebg-v2-venue-description-block-image img,
.ebg-v2-performer-description-block .ebg-v2-venue-description-block-image img,
.ebg-v2-venue-description-block .ebg-v2-performer-description-block-image img,
.ebg-v2-performer-description-block .ebg-v2-performer-description-block-image img {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.ebg-v2-venue-description-block .ebg-v2-venue-description-block-title,
.ebg-v2-performer-description-block .ebg-v2-venue-description-block-title,
.ebg-v2-venue-description-block .ebg-v2-performer-description-block-title,
.ebg-v2-performer-description-block .ebg-v2-performer-description-block-title {
    color: var(--main-black);
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    border-bottom: 1px solid var(--neutral-1);
    padding: 12px;
    margin-bottom: 16px;
}
.ebg-v2-venue-description-block .ebg-v2-performer-description-block-title,
.ebg-v2-performer-description-block .ebg-v2-performer-description-block-title {
    border: none;
    padding: 12px;
    margin-bottom: 0;
}
.ebg-v2-venue-description-block .ebg-v2-venue-description-block-address-container,
.ebg-v2-performer-description-block .ebg-v2-venue-description-block-address-container,
.ebg-v2-venue-description-block .ebg-v2-venue-description-block-seating-container,
.ebg-v2-performer-description-block .ebg-v2-venue-description-block-seating-container {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.ebg-v2-venue-description-block .ebg-v2-venue-description-block-address-container a,
.ebg-v2-performer-description-block .ebg-v2-venue-description-block-address-container a,
.ebg-v2-venue-description-block .ebg-v2-venue-description-block-seating-container a,
.ebg-v2-performer-description-block .ebg-v2-venue-description-block-seating-container a {
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}
.ebg-v2-venue-description-block .ebg-v2-venue-description-block-address-container .ebg-v2-venue-description-block-address,
.ebg-v2-performer-description-block .ebg-v2-venue-description-block-address-container .ebg-v2-venue-description-block-address,
.ebg-v2-venue-description-block .ebg-v2-venue-description-block-seating-container .ebg-v2-venue-description-block-address,
.ebg-v2-performer-description-block .ebg-v2-venue-description-block-seating-container .ebg-v2-venue-description-block-address,
.ebg-v2-venue-description-block .ebg-v2-venue-description-block-address-container .ebg-v2-venue-description-block-seating,
.ebg-v2-performer-description-block .ebg-v2-venue-description-block-address-container .ebg-v2-venue-description-block-seating,
.ebg-v2-venue-description-block .ebg-v2-venue-description-block-seating-container .ebg-v2-venue-description-block-seating,
.ebg-v2-performer-description-block .ebg-v2-venue-description-block-seating-container .ebg-v2-venue-description-block-seating {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 8px;
    color: var(--main-black);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.ebg-v2-venue-description-block .ebg-v2-icon.icon-mapmarker,
.ebg-v2-venue-description-block .ebg-v2-icon.icon-seats,
.ebg-v2-performer-description-block .ebg-v2-icon.icon-mapmarker,
.ebg-v2-performer-description-block .ebg-v2-icon.icon-seats {
    height: 16px;
    width: 16px;
}

/* modals */
.ebg-v2-venue-map-modal .modal-dialog-centered .ebg-v2-venue-description-block-address,
.ebg-v2-venue-map-modal .modal-dialog-centered .ebg-v2-venue-description-block-seating {
    color: var(--main-black);
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.ebg-v2-venue-map-modal .modal-dialog-centered .ebg-v2-venue-description-block-address a,
.ebg-v2-venue-map-modal .modal-dialog-centered .ebg-v2-venue-description-block-seating a {
    font-size: 16px;
    font-weight: 700;
}

.ebg-v2-venue-map-modal #ebg-map-container,
.ebg-v2-venue-map-modal #ebg-v2-map-container {
    width: 100%;
    height: 341px;
    border-radius: 4px;
    border: 1px solid var(--neutral-1);
    margin-top: 24px;
}

.ebg-v2-venue-map-modal .modal-header {
    background-color: var(--neutral-2);
    padding: 13px 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.ebg-v2-venue-map-modal .modal-header button {
    width: auto;
}
.ebg-v2-venue-map-modal .modal-content {
    border-radius: 16px;
}
.ebg-v2-venue-map-modal .ebg-v2-venue-description-block-address strong {
    font-size: 16px;
}
.ebg-v2-venue-map-modal a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 4px;
    display: flex;
    align-items: center;
}
.ebg-v2-venue-map-modal a span {
    text-decoration: underline;
}
.ebg-v2-venue-map-modal a .icon-arrow-right {
    width: 16px;
    height: 16px;
}
/* venue description block end */

/* promo block start */
a.ebg-v2-promo-block {
    color: var(--ebg-brand-primary-blue);
    text-decoration: none !important;
}
a.ebg-v2-promo-block:hover {
    text-decoration: none !important;
}

.ebg-v2-preferred-guarantee-block {
    border: 1px solid var(--ebg-brand-secondary-1);
    height: 104px;
    background-color: var(--secondary-3);
    background-image: url('/common_resources/img/ebg_v2/banner_bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 16px;
    padding: 8px;
    display: flex;
    flex-direction: column;
}
.ebg-v2-preferred-guarantee-block .ebg-v2-preferred-guarantee-title {
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--ebg-brand-primary-blue);
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 0;
    min-height: 24px;
}
.ebg-v2-preferred-guarantee-block .ebg-v2-preferred-guarantee-title .ebg-v2-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    margin-right: 12px;
}
.ebg-v2-preferred-guarantee-block .ebg-v2-preferred-guarantee-title .banner-title {
    color: var(--ebg-brand-primary-blue)
}

.ebg-v2-preferred-guarantee-block .ebg-v2-preferred-guarantee-description {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.ebg-v2-preferred-guarantee-block .ebg-v2-preferred-guarantee-description .ebg-v2-preferred-guarantee-description-item {
    color: var(--ebg-brand-primary-navy);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-right: 4px;
}
.ebg-v2-preferred-guarantee-block .ebg-v2-preferred-guarantee-description .ebg-v2-icon {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 4px;
}

@media screen and (max-width: 520px) {
    .icon-tab {
        height: 16px !important;
        width: 16px !important;
        margin-right: 6px;
    }

    .icon-resale-tab,
    .icon-special-offer-tab {
        mask-size: 16px !important;
        mask-repeat: no-repeat;
    }

    .ebg-v2-preferred-guarantee-block {
        height: 76px;
    }
}
/* promo block end */

/*pa tab start */

.pa-tab-section {
    padding: 12px 12px 0
}

.se-tab-section {
    padding: 0;
}

.ebg-v2-tabs-wrapper{
    width: 100%;
    padding: 0 10px;
}

.ebg-v2-tab-section {
    display:flex;
    position: sticky;
    border-bottom: 1px solid var(--primary-blue);
}
.ebg-v2-tab-section .active-icon {
    background-color: var(--main-black);
}
.ebg-v2-tab-section .ebg-v2-tab {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    text-decoration: none;
    background-color:var(--primary-light-highlight);
    font-weight: 700;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.ebg-v2-tab-section .ebg-v2-tab:first-child {
    border-top-left-radius: 16px;
}
.ebg-v2-tab-section .ebg-v2-tab:last-child{
    border-top-right-radius: 16px;
}

.ebg-v2-tab-section .active-tab {
    color: var(--main-black);
    background-color: var(--white);
    border: 1px solid var(--primary-blue);
    border-bottom: none;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.ebg-v2-tab-section .active-tab a span {
    color: var(--main-black) !important;
}
.ebg-v2-tab-section span {
    padding-top: 2px;
}
.ebg-v2-tab-section .active-tab:hover {
    color: var(--main-black);
}


@media only screen and (max-width: 360px) {
    .ebg-v2-tab-section .ebg-v2-tab {
        margin: 0;
        max-width: 100% !important;
        padding: 0;
    }
    .ebg-v2-tab-section span {
        color: var(--primary-blue);
    }
    .ebg-v2-tab-section .active-tab span {
        color: var(--main-black)!important;
    }
}
/*pa tab end*/
/* Set the Container width to match that of an event. */
@media only screen and (min-width: 1680px) {
   .bts5 .container.ebg-v2-container {
       max-width: 1440px;
   }
}