.editGear {
    margin-left: auto;
    width: fit-content;
}

.noBottomMargin {
    margin-bottom: 0px;
}

#buyTickets {
    width: 400px;
}

.eventTopInfo {
    padding: 10px;
    display: flex;
    flex-direction: row;
}

.inputEmail input {
  margin-bottom: 0px;
}

.eventTopInfoPriceAndButton {
    margin-left: auto;
}

.eventDetailsContainer {
    display: flex;
    width: 100%;
}

.eventDetailsLeft {
    flex: 0 0 66.66%;
    max-width: 640px;
}

.eventDetailsRight {
    flex: 0 0 33.33%
}

.organizationMemberships {
    cursor: pointer;
    text-align: center;
    margin-top: 54px;
    padding: 20px;
    border: 1px solid black;
}

.rightSideViewProfile {
    margin-left: 10px;
}

.linkButton {
    cursor: pointer;
    color: #373c44;
}

.linkButtonNoUnderline {
    cursor: pointer;
    color: #373c44;
    text-decoration: none;
}

.linkButtonNoUnderline div {
    cursor: pointer;
    color: #373c44;
    text-decoration: none;
}

.organizationImage {
    border: 1px solid black;
    margin-right: 32px;
}

.viewOrgProfile {
    cursor: pointer;
    margin-top: 28px;
    display: flex;
}

.mapLinkContainer {
    margin-top: 32px;
}

.eventDescription {
    margin-top: 76px;
    margin-right: 20px;
}

.eventDetailsRightLine {
    display: none;
}

.rightAlign {
    margin-left: auto;
    width: fit-content;
}


.membership-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 20px;
    cursor: pointer;
}

.membership-right-side {
    margin-left: 15px;
    margin-bottom: auto;
    width: 500px;
}

.membership-image {
    width: 225px;
    height: 225px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    object-fit: cover;
}

.membership-image-container {
    margin-bottom: auto;
}


.buy-modal {
    display: flex;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.buy-modal-background {
    background-color: white;
    padding: 0; /* Remove padding to handle it individually for content */
    border-radius: 8px;
    width: 90%;
    max-height: 80vh;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
}

.buy-modal-content {
    padding-top: 15px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    overflow-y: auto; /* Allow vertical scrolling for content */
    flex: 1; /* Take up remaining space */
}

.buy-modal-content-special {
    overflow-y: auto; /* Allow vertical scrolling for content */
    flex: 1; /* Take up remaining space */
}

.padding-special {
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.videopadding-special {
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.buy-modal-footer {
    width: 100%;
    font-size: 23px;
    box-sizing: border-box;
    display: flex;
    /* Ensure the padding doesn’t affect the full width layout */
}

.fullBottom {
    width: 100%;
}

.bottomRow {
    display: flex;
}


#heart {
    font-size: 50px;
}

.marginBottom {
    margin-bottom: 35px;
}

.marginBottomDouble {
    margin-bottom: 60px;
}

.bigSubtotalMargin {
    margin-left: -45px;
}

.totalPrice {
    font-size: 30px;
}

.bigPriceMargin {
    margin-left: -65px;
}

.subTotal {
    font-size: 22px;
}

.membershipBenefit {
    background-color: rgba(223,231,119,0.3);
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    margin-left: -15px;
}

#id_payScreenExtra {
    border: 3px solid black;
    padding: 20px;
    margin-top: 20px;
}

.centerBottomText {
    border-top: 2px solid black;
    font-size: 18px;
    flex: 1;
    /* Ensure buttons take up equal space */
    text-align: center;
    /* Center text horizontally */
    padding: 10px 0;
    /* Padding for some height */
    box-sizing: border-box;
}

.leftButton {
    background-color: #f0f0f0;
    /* Light grey background */
    border-right: 1px solid #ccc;
    /* Divider between buttons */
}

.rightButton {
    background-color: #007bff;
    /* Blue background */
    color: white;
    /* White text color */
}

#selectTicket {
    text-align: right;
    margin-bottom: 10px;
}

#youSaved {
    color: lightgreen;
}

.modalTitle {
    position: absolute;
    top: 15px;
    left: 15px;
}

.ticketTableHeader {
    display: flex;
}

.ticketTypeHeader {
    flex: 4;
}

.ticketPriceHeader {
    flex: 2;
}

.ticketQuantityHeader {
    flex: 2;
    text-align: right;
}

.ticketTableBody {
    display: flex;
}

.ticketTypeBody {
    flex: 4;
    margin-top: 13px;
}

.ticketPriceQuantityBodyContainer {
    display: flex;
    flex: 4;
}

.ticketPriceBody {
    margin-top: 13px;
    flex: 2;
}

.ticketQuantityBody {
    flex: 2;
    text-align: right;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-containerContainer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.selectedMembership {
    border: 3px solid purple;
}


.ticketTypeHeaderReview {
    flex: 6;
}
.ticketQuantityHeaderReview {
    flex: 2;
}

.ticketTotalReview {
    flex: 2;
    text-align: right;
}


.ticketTypeBodyReview {
    flex: 6;
}

.ticketQuantityBodyReview {
    flex: 2;
}

.ticketTotalBodyReview {
    flex: 2;
    text-align: right;
}

.freeBuySpace {
    margin-left: 5px;
}

.ticketTotalBodyReview_mobile {
    display: none;
}

.ticketName {
    font-weight: bold;
}

.negativePrice {
    margin-left: -8px;
}

.membershipTotalNotes {
    font-size: 10px;
    font-weight: normal;
}

.noThanksMembershipButton {
    margin-top: auto;
    margin-bottom: auto;
}

.ticketQuantityBodyReviewTicketWord {
    display: none;
}

.priceRangeInput {
    display: flex;
}

.priceRangeTextHelper {
    margin-top: 16px;
    margin-left: 10px;
    width: 140px;
}

.eventImage {
    width: 80%;
}


#id_ticket_price_cents_container {
    position: relative;
    display: inline-block;
}

#id_ticket_price_cents_container::before {
    content: '$';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
}

#id_ticket_price_cents_container input {
    padding-left: 20px; /* adjust according to the space needed for the dollar sign */
}

@media (max-width: 1023px) {

    .eventTopDate {
        max-width: 200px;
    }

    .video-containerContainer {
        width: 100%
      }
}


@media (max-width: 768px) {
    #buyTickets {
        width: 100%;
    }

    .freeBuySpace {
        margin-left: 0px;
    }

    .eventImage {
        width: 100%;
    }

    .eventTopInfo {
        padding: 10px;
        display: block;
    }

    .eventDetailsContainer {
        display: block;
    }

    .eventDetailsRight {
        margin-top: 54px;
    }

    .eventDetailsRightLine {
        display: block;
    }
    .membership-container {
        display: block;
    }

    .membership-image {
        width: 80%;
        padding: 0px;
        margin-bottom: 10px;
    }

    .membership-right-side {
        margin-left: 15px;
        margin-bottom: 20px;
        width: auto;
    }

    .ticketTableHeader {
        display: none;
    }

    .rightAlign {
        margin-left: 0px;
    }

    .ticketTableBody {
        display: block;
    }

    .ticketTypeBody {
        margin-top: 0px;
    }

    .ticketTotalBodyReview {
        display: none;
    }

    .ticketTotalBodyReview_mobile {
        display: contents;
        font-weight: bold;
    }

    .ticketName {
        font-weight: normal;
    }

    .positivePrice {
        margin-left: 9px;
    }

    .ticketQuantityBodyReview {
        margin-left: 9px;
    }

    .ticketQuantityBodyReview {
        font-size: 10px;
    }

    .ticketQuantityBodyReviewTicketWord {
        display: contents;
    }

    .membershipBenefit {
        background-color: rgba(223,231,119,0.3);
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
        margin-left: -7px;
    }

    #selectTicket {
        text-align: center;
        margin-bottom: 10px;
    }

    .eventDescription {
        margin-right: 0px;
    }

    .rightSideViewProfile {
        margin-left: 0px;
    }
    

}

@media (max-width: 516px) {
    .membership-image {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }

    .buy-modal-footer {
        font-size: 20px;
    }

    .centerBottomText {
        font-size: 15px;
    }
}