﻿#event-summary-block {
    border-bottom: none;
    padding-bottom: 0;
}

.event-tickettypetable {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.event-ticket-type {
    border-top: solid 1px #eaeaea;
    border-top-width: 1px;
}

    .event-ticket-type:first-child {
        border-top: none;
    }

.event-child-display-group {
    overflow: hidden;
    border-top: solid 1px #eaeaea;
}

    .event-child-display-group:first-child {
        border-top: none;
    }

.event-ticket-type:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.event-ticket-type:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.zippay-banner {
    margin-bottom: 10px;
}

.event-ticket-type, .event-display-group-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 11px;
    padding-top: 13px;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 40px;
    transition: background-color 300ms;
}

.event-ticket-type-list {
    border-radius: 4px;
    border: solid 2px #eaeaea;
    margin-bottom: 14px;
}

.event-display-group-container .event-ticket-type-list {
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    max-height: 10000px;
}

.ticket-type-quantity.donation_qty.select_medium {
    width: 85px;
}


.hidden-container .display-group-name,
.hidden-container .ticket-type-name,
.hidden-container .ticket-type-costs-and-quantity {
    opacity: 0.58;
}

.ticket-type-donation-details {
    color: #0081FD;
    font-size: 0.74981rem;
    line-height: 150%;
    padding-top: 10px;
}

.event-display-group-container.collapsed-container .event-ticket-type-list {
    max-height: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.event-child-display-group.collapsed-container .event-ticket-type-list {
    max-height: 0px;
    margin-bottom: -4px;
    transition: max-height 200ms cubic-bezier(1, 0.75, 0.25, 1), border-color 200ms;
    border-color: transparent;
    overflow: hidden;
}

.event-child-display-group .event-ticket-type-list {
    max-height: 5000px;
    margin: 20px;
    margin-top: 0px;
    border-radius: 4px;
    border: solid 2px #eaeaea;
    box-sizing: content-box;
}


.with-dependencies .event-ticket-type-list {
    margin-bottom: 15px;
}

.event-display-group-container .event-ticket-type-list {
    transition: max-height 400ms cubic-bezier(1, 0.0, 0, 1), margin 400ms, background 400ms, border-color 400ms;
}

.event-display-group-container.collapsed-container .event-ticket-type-list .event-ticket-type,
.event-display-group-container.collapsed-container .event-ticket-type-list .event-child-display-group {
    background: #fbfbfb;
    transition: background 200ms, opacity 200ms ease 100ms;
    pointer-events: none;
    opacity: 0;
}

.event-ticket-type-list .event-ticket-type,
.event-ticket-type-list .event-child-display-group {
    transition: opacity 200ms ease 50ms;
}


/* This creates the grey divider line between child display groups */
.event-child-display-group:not(:last-child):after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    /*border-bottom: 1px solid #dedede;*/
    transition: margin 500ms cubic-bezier(0.5, 0, 0, 1);
}

.event-child-display-group.event-display-group-container {
    margin-bottom: 13px;
    border-radius: 4px;
    border: solid 2px #eaeaea;
}

.event-display-group-container > .event-display-group-header {
    transition: background-color 400ms, border-radius 400ms;
    background-color: #eaeaea;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.event-display-group-container.collapsed-container > .event-display-group-header {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.collapsed-container .event-display-group-header, .expanded-container .event-display-group-header:hover {
    cursor: pointer;
}

.event-display-group-header .display-group-descriptors {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%
}

.event-display-group-header .display-group-lock-icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 8px;
    opacity: 0.58;
    transition: opacity 400ms;
    cursor: pointer;
}

.unlocked-container .display-group-lock-icon {
    opacity: 1;
}

.event-display-group-header .display-group-lock-icon img {
    width: 24px;
}

.event-display-group-header .display-group-name {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: 0.2px;
    color: #000000;
    transition: opacity 400ms;
}

.select_medium {
    padding: 4px;
}

.collapsed-container .event-display-group-header.event-offercodeapplied.offercode-initial,
.event-ticket-type-list > .event-ticket-type.event-offercodeapplied.offercode-initial {
    background-color: white;
}

.event-display-group-container.hidden-initial, .event-child-display-group.hidden-initial {
    display: none;
}

.collapsed-container .event-offercodeapplied + .event-ticket-type-list {
    background-color: #d1f5d1;
    border-color: #bcdcbc;
}

.event-ticket-type.event-offercodeapplied, .event-child-display-group.collapsed-container.container-offercodeapplied {
    background-color: #d1f5d1;
    margin: -2px;
    border: 2px solid #bcdcbc;
}

.event-display-group-header .display-group-subtitle {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    color: #7d7d7d;
}

.event-display-group-header .display-group-quantity {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: right;
    color: #000000;
    margin: auto;
    min-width: 115px;
    width: 20%;
    margin-left: 20px;
}

.ticket-collector {
    display: block;
}

.ticket-type-collector {
    display: flex;
    justify-content: space-between
}

.event-ticket-type .discount-message {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0px;
    letter-spacing: 0.1px;
    text-align: right;
    color: #006e00;
}

.event-ticket-type .fees-message {
    opacity: 0.58;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0px;
    letter-spacing: 0.1px;
    text-align: right;
    color: #000000;
}


.dependency-details-dependent-list {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 10px;
}

.log-in, .dependency-log-in,
.already-purchased {
    border-radius: 4px;
    background-color: #f0f0f0;
    padding: 20px;
    margin-top: 30px;
}

.depedency-met {
    margin-right: 4px;
    margin-top: -3px;
}

.log-in div, .dependency-log-in div {
    margin-bottom: 10px;
}

.event-display-group-header .icon-expand {
    width: 24px;
    height: 24px;
}

.icon-expand-less {
    display: inline;
}

.icon-expand-more {
    display: none;
}

.collapsed-container .icon-expand-less {
    display: none;
}

.collapsed-container .icon-expand-more {
    display: inline;
}

.no-collapse > .event-display-group-header > .display-group-quantity {
    display: none;
}

.display-group-quantity-label {
    opacity: 0;
    transition: opacity 200ms;
}

.collapsed-container .display-group-quantity-label {
    opacity: 0.58;
}

.group-dependencies-label {
    height: 17px;
    margin-top: -7px;
    margin-bottom: 15px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6b6b6b;
    white-space: nowrap;
    overflow: hidden;
    max-width: 94%;
    text-overflow: ellipsis;
}

    .group-dependencies-label a {
        color: #0074b3;
    }

    .dependency-details-dependent-list a, .group-dependencies-label a {
        cursor: pointer;
        text-decoration: underline;
    }

.event-child-display-group.collapsed-container .group-dependencies-label {
    display: none;
}

.event-child-display-group .group-dependencies-label {
    margin-left: 20px;
}

@media only screen and (max-width: 600px) {
    .event-ticket-type .ticket-type-name-and-dates {
        display: flex;
        flex: 1; /* Make this area more fluid to allow the costs to maintain their width  */
        flex-direction: column;
        justify-content: center;
        /*width: 90% !important;
        font-size: 12px !important;*/
    }

    /* .event-ticket-type .ticket-type-name {
        font-size: 12px !important;
    }

    .event-ticket-type .ticket-type-dates {
        font-size: 10px !important;
    }*/
}

.event-ticket-type .ticket-type-name {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: #000000;
    transition: opacity 400ms;
}

.event-ticket-type .ticket-type-dates,
.event-ticket-type .ticket-type-original-cost {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    display: block;
    line-height: 1.4;
    letter-spacing: 0.1px;
    color: #7d7d7d;
    margin-top: 4px;
}

.event-ticket-type .ticket-type-costs-and-quantity {
    display: flex;
    transition: opacity 400ms;
}

@media only screen and (max-width: 600px) {
    .event-ticket-type .ticket-type-costs-and-quantity {
        align-items: flex-end;
        flex-direction: column;
        justify-content: center;
    }
}

.event-ticket-type .ticket-type-costs {
    display: flex;
}

@media only screen and (max-width: 600px) {
    .event-ticket-type .ticket-type-costs {
        display: block;
    }
}

.event-ticket-type .ticket-type-quantity {
    margin: 10px;
    width: 80px; /* 80px to cater for large mobile select tags on desktop view on large landscape iPhoneX resolution */
    text-align: right;
}

.ticket-type-quantity.donation-ticket-type-quantity {
    width: 130px;
}

.select_medium.donation_qty {
    width: 60px;
}

.donation-stepper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stepper-btn {
    background: black;
    color: white;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    border-radius: 4px;
    padding: 0 12px;
    width: 28px;
}

/* Prefix wrapper */
.money-input-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.money-prefix {
    position: absolute;
    left: 8px;
    font-weight: bold;
    pointer-events: none;
}

.money-input {
    font-weight: bold;
    width: 80px;
    text-align: right; /* keeps number aligned */
    font-size: 1rem;
    padding-left: 18px; /* make room for $ */
}

    .money-input.max-reached {
        border: 2px solid red;
        background-color: #fff0f0;
    }

.ticket-type-quantity select[disabled] {
    pointer-events: none;
}

@media only screen and (max-width: 600px) {
    .event-ticket-type .ticket-type-quantity {
        margin: 0px;
    }
}

.event-ticket-type .ticket-type-total {
    margin: 15px;
    width: 100%;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: 0.2px;
    text-align: right;
    color: #000000;
}

@media only screen and (max-width: 600px) {
    .event-ticket-type .ticket-type-total {
        display: block;
        margin: 0px;
        margin-bottom: 6px;
    }
}

.event-ticket-type .ticket-type-total {
    padding-right: 0px;
}

@media only screen and (min-width: 600px) and (max-width: 1000px) {
    .event-ticket-type .ticket-type-name-and-dates {
        max-width: 50%;
    }
}

@media only screen and (min-width: 1000px) {
    .event-ticket-type .ticket-type-name-and-dates {
        max-width: 70%;
    }
}

.event-tickettypetable th {
    border-bottom: 2px solid;
}

.event-tickettype-footer {
    border-bottom: 2px solid #d5d5d5;
}

.event-tickettypetable .col-tickettype {
    width: 190px;
    padding-right: 20px;
}

.event-tickettypetable .col-salesdates {
    padding-right: 20px;
}

.col-ticketprice,
.col-bookingfee,
.col-totalprice,
.col-phonefee,
.col-remaining {
    text-align: right;
    padding-right: 20px;
}

.event-tickettypetable .col-details {
    display: none;
}

a.details-title {
    color: #0074b3;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    padding-left: 15px;
    background: url(/v2/assets/img/common/icon_help_small.png) no-repeat;
    background-size: 11px 11px;
    background-position-y: 2px;
    margin-top: 4px;
}

.event-tickettypetable tr td {
    padding-top: 8px;
}

#event-tickettype-buytickets {
    padding-top: 15px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

#event-tickettype-buytickets-buttons {
    width: auto;
}

#event-tickettype-agequalifier {
    float: left;
}

.event_ages_under18 {
    background: url("/v2/assets/img/event/under18.png") no-repeat;
    padding-left: 40px;
}

.event_ages_over18 {
    background: url("/v2/assets/img/event/over18.png") no-repeat;
    padding-left: 40px;
}

.event_ages_allages {
    background: url("/v2/assets/img/event/allages.png") no-repeat;
    padding-left: 40px;
}

.event_ages_unspecified {
}

.botrplayer embed,
.botrplayer > object /*for IE*/,
#feature-video iframe {
    width: 430px !important;
    height: 240px !important;
}

#related-events img {
    width: 118px;
    height: 118px;
}

#related-events {
    padding-bottom: 10px;
}

.page ul {
    list-style: initial;
    list-style-type: disc;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 21px;
    padding-left: 40px;
}

#fees-for-event label {
    cursor: default;
}

#fees-for-event {
    text-align: right;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
    padding: 10px 0;
}

#waitlist {
    height: 120px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-radius: 6px;
    border: 2px solid #000000;
}

#waitlist-add {
    height: 100%;
}

.waitlist-add-section {
    height: 60%;
}

    .waitlist-add-section.waitlist-add-section-logged-in {
        height: 100%;
        display: inline-flex;
        width: 100%;
    }

.waitlist-image {
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    background-color: #000;
    height: auto;
    object-fit: none;
    object-position: left;
}

.waitlist-text {
    float: left;
    padding: 21px 49px;
    color: #000000;
}

.waitlist-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.waitlist-row-success {
    display: flex;
    flex-direction: row;
}

.waitlist-row-warning {
    display: flex;
    flex-direction: row;
    visibility: hidden;
}

.waitlist-row-warning-name {
    margin-top: 30px;
}

.waitlist-column {
    font-size: 26px;
    font-weight: 700;
}

.waitlist-column-success {
    margin-left: 20px;
}

#waitlist-input {
    display: inline-block;
    height: 40%;
    width: 100%;
}

input[type="text"].waitlist-text-input {
    margin-right: 5px;
    width: 99%;
    margin-top: 10px;
    height: 48px;
}

.waitlist-text-input:focus {
    border: 1px solid #BDBDBD;
}

.button-pink-register {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 130px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 24px;
    border: 4px solid #FF0062;
    background: #FF0062;
}

.button-pink-signup {
    display: flex;
    height: 53px;
    padding: 16px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    background: #FF0062;
    color: #FFFFFF;
    border: none;
    width: 99%;
    font-weight: 700;
    font-size: 16px;
}

.waitlist-popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    border: 2px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 16px 16px 32px 16px;
    z-index: 1000;
}

    .waitlist-popup .modal-header {
        text-transform: none;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 28.6px;
    }

.waitlist-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Close button styling */
#waitlist-close-button {
    float: right;
    border: none;
    background-color: #FFF;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}

.waitlist-text-medium {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}

.waitlist-text-small {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #6E6E6E;
}

.waitlist-link {
    color: #6E6E6E;
}

.waitlist-text-top {
    color: #FF0062;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.waitlist-text-bottom {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}
/*Pink Checkbox*/

.checkbox-container {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #FF0062;
}

.subscribe-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
}

    .subscribe-checkbox input[type=checkbox] {
        visibility: hidden;
    }

    .subscribe-checkbox input:checked ~ .checkbox-container {
        background-color: #FF0062;
    }

.checkbox-container::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.subscribe-checkbox input:checked ~ .checkbox-container::after {
    display: block;
}

#waitlist-success {
    display: none;
    height: 100%;
}

    #waitlist-success.waitlist-success-visible {
        display: inline-block !important;
        width: 100%;
    }

#waitlist-add.waitlist-already-on-list {
    display: none;
}

#waitlist-success.waitlist-already-on-list {
    display: inline-block;
}

.waitlist-error {
    padding-top: 1px;
    color: #D10051;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.waitlist-separator {
    height: 2px;
    background-color: #EAEAEA;
    margin: 15px 0;
}

@media screen and (max-width: 480px) {
    .waitlist-row {
        flex-direction: column;
        align-items: center;
    }

    .waitlist-text {
        width: 90%;
        padding: 10px 10px;
    }

    .waitlist-column {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .waitlist-loggedin-button {
        float: right;
        position: absolute;
        right: 25%;
    }

    .button-pink-register {
        padding: 8px 80px;
    }

    .waitlist-popup {
        width: 85%;
        max-height: 90vh;
        overflow: auto;
    }

    .waitlist-text-bottom {
        font-size: 16px;
    }
}

/* 2. Small Devices (480px to 649px) */
@media screen and (min-width: 480px) and (max-width: 649px) {
    .waitlist-text {
        width: 90%;
    }

    .waitlist-loggedin-button {
        float: right;
        position: absolute;
        right: 25%;
    }

    .button-pink-register {
        padding: 10px 100px;
    }

    .waitlist-popup {
        width: 85%;
    }

    .waitlist-text-bottom {
        font-size: 16px;
    }
}

/* 3. Medium Devices (650px to 768px) */
@media screen and (min-width: 650px) and (max-width: 768px) {
    .waitlist-text {
        width: 90%;
    }

    .waitlist-row {
        flex-direction: column;
        align-items: center;
    }

    .waitlist-column {
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .waitlist-text {
        padding: 0px 10px;
    }

    .button-pink-register {
        padding: 8px 100px;
    }

    .waitlist-popup {
        width: 85%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .waitlist-text-bottom {
        text-align: left;
        font-size: 16px;
    }

    .waitlist-text-top {
        text-align: left;
    }

    .waitlist-row-success {
        padding-top: 10px;
    }
}

/* 4. Large Devices (769px and above) */
@media screen and (min-width: 769px) {
    .waitlist-text {
        width: 90%;
    }

    .waitlist-loggedin-button {
        float: right;
        position: absolute;
        right: 25%;
    }

    .button-pink-register {
        padding: 10px 100px;
    }
}

/* Ticket Type Group */
.tickettypegroup-button-done {
    color: #fff;
    line-height: 30px;
    width: 90px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 14px;
    margin-right: 16px;
    float: right;
}

img.tickettypegroup-icon-expand {
    width: 10px;
    padding-left: 5px;
}

img.tickettypegroup-icon-help {
    width: 13px;
}

img.tickettypegroup-icon-check,
img.tickettypegroup-icon-warning {
    width: 15px;
    padding-left: 2px;
}

.tickettypegroup-options-container {
    border-style: solid;
    border-width: 0 2px 2px 2px;
    background-color: #f0f0f0;
    padding-bottom: 16px;
}

.package-options .tickettypegroup-options-container-info-box {
    background-color: #d1f5d1;
    padding: 16px;
}

#credits-options .tickettypegroup-options-container-info-box {
    background-color: #E7F3FE;
    padding: 16px;
}

.tickettypegroup-selection-text-container {
    padding: 20px 16px 10px 16px;
}

.tickettypegroup-selection-title {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}

.tickettypegroup-group-selection-status-container {
    float: right;
    font-style: italic;
}

.tickettypegroup-group-selection-status-incomplete {
    color: #666;
}

.tickettypegroup-group-selection-status-complete {
    color: #5e7d21;
    font-weight: bold;
}

.tickettypegroup-group-selection-status-warning {
    color: #d81319;
    font-weight: bold;
}

.tickettypegroup-tickettypes-container {
    background-color: #fff;
    padding: 5px 16px;
    margin-left: 16px;
    margin-right: 16px;
}

.tickettypegroup-tickettype-table {
    width: 100%;
    text-align: left;
}

tr.tickettypegroup-tickettype-row > td {
    padding-top: 8px;
    padding-bottom: 8px;
}

tr.tickettypegroup-tickettype-row:not(:last-child) {
    border-bottom: 1px solid;
}

.tickettypegroup-col-tickettype {
    width: 30%;
}

.tickettypegroup-col-salesdates {
    width: 45%;
}

.tickettypegroup-col-totalprice {
    width: 15%;
    text-align: right;
    text-decoration: line-through;
}

.tickettypegroup-col-quantity {
    width: 10%;
    text-align: right;
}

.tickettypegroup-col-tickettype,
.tickettypegroup-col-salesdates,
.tickettypegroup-col-totalprice {
    padding-right: 20px;
}

.tickettypegroup-col-details {
    display: none;
}

.tickettypegroup-summary-header {
    font-size: 12px;
    color: #666;
    font-style: italic;
    padding: 0 0 4px 0 !important;
}

.tickettypegroup-summary-items td {
    font-size: 12px;
    color: #666666;
    padding: 4px 0 !important;
}

.tickettypegroup-summary-items > .quantity {
    width: 15px;
}

/* User Credits */
.credits-title-bar {
    background: #0083c8;
    padding: 8px 18px 6px 18px;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.credits-title-bar-left-content {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-right: auto;
}

.credits-title-bar-right-content {
    margin-left: auto;
}

.credits-container {
    border-color: #0083c8;
}

.credits-container-footer {
    margin-bottom: 18px;
}

.credits-title-bar-right-content > .tickettypegroup-icon-expand {
    margin-top: 10px;
}

.credits-button-done {
    background: #0083c8;
}

.credits-group-selection-status {
    display: none;
}

/* Packages */
.package-options-button-configure {
    color: #fff;
    background: #00a500;
    line-height: 35px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.package-options-button-done {
    background: #00a500;
    border-radius: 4px;
}

.package-options-container {
    border-color: #00a500;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

li.package-options {
    margin: 0px 12px 12px 12px;
}

.package-group-selection-status {
    display: none;
}

#chooselocation, #mobile-header-location {
    display: none;
}

/* Peer To Peer resale */
#peertopeer-resale-options .tickettypegroup-options-container-info-box {
    background-color: #E7F3FE;
    padding: 16px;
}

.peertopeer-resale-title-bar {
    background: #0083c8;
    padding: 8px 18px 6px 18px;
    border-radius: 4px 4px 0px 0px;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.peertopeer-resale-title-bar-left-content {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-right: auto;
}

.peertopeer-resale-title-bar-right-content {
    margin-left: auto;
}

    .peertopeer-resale-title-bar-right-content > .tickettypegroup-icon-expand {
        margin-top: 10px;
    }

.peertopeer-resale-container {
    border-color: #0083c8;
    padding-bottom: 0;
}

.peertopeer-resale-container-footer {
    margin-bottom: 18px;
}

.peertopeer-resale-no-tickets-info {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 16px 0 0 16px;
}

.peertopeer-resale-container .event-ticket-type-list {
    margin-bottom: 0;
}


/*New css for Collector Tix*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
    margin-left: 12px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DADADA;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 0px;
        bottom: -3px;
        background-color: #56278C;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #F6EEFF;
}

input:not(:checked) + .slider:before {
    background-color: #F0F0F0 !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #F6EEFF;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.bar {
    padding: 5px;
    margin-right: 10px;
    border-right: 2px solid #C3C3C3;
}

.details-collector-tix {
    line-height: 16px;
    padding: 4px 0 5px 25px !important;
    background: url(/v2/assets/img/common/icon_help.svg) no-repeat;
    margin-left: 7px !important;
    outline: 0 !important;
}

#collector-ticket-delivery-warning {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    border: 2px solid #A2D1FE;
    background-color: #E7F2FE;
    margin-top: 10px 0;
}

.collector-help-icon {
    padding: 0 8px 0 8px;
}

.collector-help-text {
    padding-right: 8px;
    font-size: 15px !important;
    color: #00478B !important;
}


.collector-ticket-icons {
    display: flex;
    justify-content: space-between;
    border-width: 2px 0px 0px 0px;
    border-color: #9C46FE;
    border-style: solid;
    padding: 10px 10px 10px 10px;
    border-radius: 15px;
}

.ticket-type-collector-modal-wrapper {
    text-align: center;
}

    .ticket-type-collector-modal-wrapper .modal-header {
        margin-bottom: 16px;
        font-size: 24px;
        text-transform: none;
    }

    .ticket-type-collector-modal-wrapper .collector-ticket-description {
        font-size: 14px;
    }

    .ticket-type-collector-modal-wrapper .collector-ticket-image {
        margin: 8px 0 12px 0;
        width: 100%;
        height: 180px;
        background: url(/v2/assets/img/common/mobile-graphic.png) no-repeat center;
        background-size: 405px;
    }

    .ticket-type-collector-modal-wrapper .collector-ticket-collectable-image {
        margin: 8px 0 12px 0;
        width: 100%;
        height: 180px;
        background: url(/v2/assets/img/common/collector-ticket-collectable-graphic.svg) no-repeat center;
        background-size: 150px;
    }

    .ticket-type-collector-modal-wrapper .collector-ticket-summary {
        margin: auto;
    }

        .ticket-type-collector-modal-wrapper .collector-ticket-summary > span {
            color: #9C46FE
        }


    .ticket-type-collector-modal-wrapper h5 {
        font-weight: normal;
        font-size: 14px;
        margin: 12px 0 10px;
        text-transform: none;
    }


    .ticket-type-collector-modal-wrapper ul {
        margin: auto;
        text-align: left;
        max-width: 220px;
    }

    .ticket-type-collector-modal-wrapper li {
        margin-left: 24px;
    }

        .ticket-type-collector-modal-wrapper li:before {
            content: url('/v2/assets/img/common/collector-ticket-bullet-point.png');
            display: block;
            position: absolute;
            margin-left: -24px;
        }


    .ticket-type-collector-modal-wrapper .collector-ticket-description-footer {
        margin: 14px 0 16px;
    }

        .ticket-type-collector-modal-wrapper .collector-ticket-description-footer span {
            color: #9C46FE
        }

    .ticket-type-collector-modal-wrapper button {
        width: 100%;
        padding: 10px 16px 10px 16px;
        background-color: #9C46FE;
        font-size: 16px;
        border: none;
        font-weight: bold;
        border-radius: 6px;
        color: #ffffff;
        margin-bottom: 14px;
    }

    .ticket-type-collector-modal-wrapper a {
        font-size: 16px;
        text-decoration: underline;
    }

        .ticket-type-collector-modal-wrapper a:hover {
            cursor: pointer;
        }

@media screen and (min-width: 650px) {

    .ticket-type-collector-modal-wrapper .modal-header {
        font-weight: 700;
        font-size: 28px;
    }

    .ticket-type-collector-modal-wrapper .collector-ticket-image {
        margin: 14px 0 25px 0;
        background: url(/v2/assets/img/common/desktop-graphic.png) no-repeat center;
        background-size: 634px;
        height: 235px;
    }

    .ticket-type-collector-modal-wrapper .collector-ticket-collectable-image {
        margin: 14px 0 25px 0;
        background: url(/v2/assets/img/common/collector-ticket-collectable-graphic.svg) no-repeat center;
        height: 235px;
        background-size: 200px;
    }

    .ticket-type-collector-modal-wrapper .collector-ticket-description {
        max-width: 378px;
        margin: 0 auto;
        font-weight: 400;
    }
}

.modal-ok,
.modal-ok:active {
    padding: 8px 20px;
    border-radius: 4px;
}

/* ********** ticket request ********* */
#ticketRequestHowToModal > div.popup {
    display: flex;
    flex-direction: column; /* stack children vertically */
    padding: 16px 8px 16px 16px;
    justify-content: flex-start; /* optional: aligns children to the top */
    align-items: flex-start; /* aligns children to the left */
    border-radius: 4px;
    border: 6px solid #686868;
    background: #FFF;
    gap: 16px;
    flex-shrink: 0;
    min-height: initial;
}

.ticket-request-modal > div.popup {
    border: none;
    max-width: 684px;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0;
}

.ticket-request-modal .modal-header {
    background: url(/v2/assets/img/common/modal-header-background.png) no-repeat center;
    padding: 12px;
    border-radius: 6px 6px 0 0;
}

.ticket-request-modal .modal-header-content {
    font-size: 24px;
    color: #ffffff;
    width: 70%;
    margin: auto;
}

.ticket-request-modal .modal-content-wrapper {
    padding: 20px 10px;
    width: 67%;
    margin: auto;
}

    .ticket-request-modal .modal-content-wrapper li {
        margin-bottom: 20px;
        margin-left: 28px;
    }

        .ticket-request-modal .modal-content-wrapper li:before {
            content: url('/v2/assets/img/common/emailed.svg');
            display: block;
            position: absolute;
            margin-left: -38px;
        }

        .ticket-request-modal .modal-content-wrapper li:first-child:before {
            content: url('/v2/assets/img/common/ticket-request-gear.svg');
        }

        .ticket-request-modal .modal-content-wrapper li:last-child:before {
            content: url('/v2/assets/img/common/bi_person-arms-up.svg');
        }

.ticket-request-modal .modal-button {
    display: flex;
    padding: 14px 38px;
    font-size: 16px;
    min-width: 310px;
    margin: auto;
    border-radius: 6px;
    background-image: linear-gradient(to right, #45d745, #00c900);
    border: none;
    color: #fff;
    text-decoration: none;
}

.ticket-request-modal .modal-content-footer {
    border: 1px solid #A2D1FE;
    color: #006AD0;
    padding: 10px;
    text-align: center;
    margin: 16px 0;
    border-radius: 2px;
}

#ticket-request-info {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

@media only screen and (max-width: 650px) {
    .ticket-request-modal > div.popup {
        width: 95%;
    }

    .ticket-request-modal .modal-button {
        min-width: auto;
    }
}

#ticket-request-how-to {
    color: #00A500;
}

.clickable-text {
    cursor: pointer;
    text-decoration-line: underline;
}

.donation-component {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Brand-colours-Main-palette-Green-Primary, #00C900);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), linear-gradient(133deg, rgba(0, 201, 0, 0.16) 4.38%, rgba(255, 255, 255, 0.16) 97.95%);
}

.donation-icon {
    width: 32px;
    height: 32px;
}

.donation-title {
    color: var(--Brand-colours-Main-palette-Greyscale-Primary, #181818);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Heading 4 */
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.donation-frame {
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex: 1 0 0;
}

.donation-header {
    display: flex;
    align-items: center;
    gap: 13px;
}

.donation-support-text {
    color: var(--Brand-colours-Main-palette-Greyscale-Primary, #181818);
    font-feature-settings: 'liga' off, 'clig' off;
    /* Heading 4 */
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.donation-total {
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Brand-colours-Main-palette-Greyscale-Primary, #181818);
}


.donation-total-text {
    color: var(--Brand-colours-Main-palette-Greyscale-White, #FAFAFA);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.326px; /* 127.037% */
}

.donation-frame-text {
    align-self: stretch;
    color: var(--Brand-colours-Hue-variants-Greyscale-400, #474747);
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
}


.donation-toggles {
    width: 40px;
    height: 24px;
}

.donation-component .switch {
    margin-left: 0px;
}

/* ==========================================================================
   Tickets Unavailable Overlay (for event page redirect from failed reservation)
   ========================================================================== */
.tickets-unavailable-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.tickets-unavailable-overlay.active {
    display: flex;
}

.tickets-unavailable-card {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 16px;
    width: 268px;
    max-width: 90vw;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    animation: ticketsUnavailableFadeIn 0.2s ease-out;
}

@keyframes ticketsUnavailableFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tickets-unavailable-card .overlay-icon-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(217, 217, 217, 0.30);
    margin: 0 auto;
}

.tickets-unavailable-card h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

.tickets-unavailable-card p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6E6E6E;
    margin: 0;
    line-height: normal;
    text-align: center;
}

.tickets-unavailable-card .btn-back-to-event {
    display: block;
    width: 100%;
    background: #000000;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    min-height: 44px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: opacity 0.15s;
    margin-top: 8px;
}

.tickets-unavailable-card .btn-back-to-event:hover {
    opacity: 0.85;
    color: #FFFFFF;
    text-decoration: none;
}
