.mv-2 {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.fw-4 {
    font-weight: 400;
}

.wrapper-full {
    width: 100%;
    display: inline-block;
}

.fx-13 {
    font-size: 13px !important;
}

.fx-14 {
    font-size: 14px !important;
}

.fx-16 {
    font-size: 16px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10 !important;
}

.form-control:focus {
    box-shadow: none;
}
/*static class*/
.display-block {
    display: block;
}

.display-none {
    display: none;
}

button:focus {
    outline: none;
}
/* =============== New ===================== */
.ticketBody {
    padding: 0;
}

.fullBlock {
    display: flex;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

    .fullBlock img {
        max-width: 100%;
    }

.leftBanner {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.fxBanner {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}




.clLogo {
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 100px);
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .clLogo img {
        max-width: 100%;
        max-height: 200px;
    }

.rightContent {
    max-width: 40%;
    background: #fff;
    position: relative;
    padding: 40px 40px 80px;
    overflow: auto;
    width: 40%;
}


.clRightLogo {
    width: 200px;
    margin-bottom: 30px;
    display: inline-block;
}

.rightContent h2 {
    font-weight: 600;
    color: #333;
    font-size: 32px;
    margin: 20px 0px 12px 0px;
}

.rightContent p b {
    color: #333;
}

.descBlock {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

    .descBlock p {
        color: #333;
        margin: 0;
    }

    .descBlock a {
        /*float: right;*/
        color: #007bff;
        font-weight: 600;
        font-size: 16px;
    }

        .descBlock a:hover {
            text-decoration: none;
        }

.rightContent h4 {
    color: #333;
    font-weight: 600;
    margin: 20px 0 5px;
    font-size: 18px;
}

hr.borderTop {
    border-style: dashed;
    border-color: #ccc;
    margin: 30px 0;
}

.loungeBlock {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 30px 0;
}

.loungeTicket {
    flex: 1;
    position: relative;
    padding-left: 38px;
}

.lounge-ticket-container {
    max-width: 50%;
}

.loungeTicket img {
    position: absolute;
    left: 0;
    top: 2px;
    width: 25px;
}

.loungeTicket h4 {
    margin: 0 0 2px;
}

.loungePrice {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.addBlock {
    width: 100px;
    display: flex;
    height: 28px;
    align-items: center;
    gap: 5px;
    margin-left: 20px;
    color: #4091DD;
    background: #F8F8F8;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 0 14px;
}

    .addBlock input,
    .addBlock input:focus {
        flex: 1;
        width: auto;
        min-width: 30px;
        background: none;
        border: none;
        outline: none;
        color: #4091DD;
        text-align: center;
    }

    .addBlock a {
        width: 20px;
        text-align: center;
        color: #4091DD;
        font-size: 12px;
        margin-top: 2px;
    }

.loungePrice > span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.remaining-ticket-message {
    position: absolute;
    right: 0%;
    margin-top: 50px;
    color: #BA0000;
    font-size: 11px;
    font-weight: 400;
}

.available-till-message {
    color: #E48900 !important;
    font-style: italic !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.bottomPrice {
    background: #F2F1F1;
    width: 40%;
    position: fixed;
    /*left: 0;*/
    bottom: 0;
    margin: 0 -40px;
    padding: 15px 52px 15px 40px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #CCCCCC;
}

    .bottomPrice h4 {
        margin: 0;
    }

    .bottomPrice p {
        margin: 0;
        font-size: 16px;
        color: #6B6B6B;
    }

    .bottomPrice .btn {
        font-weight: 700;
        min-width: 190px;
        color: #FFFFFF;
        background-color: #4091DD;
        border: none;
        border-radius: 4px;
        font-size: 20px;
        height: 100%;
    }

        .bottomPrice .btn:disabled {
            cursor: not-allowed;
        }

.subText {
    font-size: 14px;
    font-weight: 400;
    color: #6B6B6B;
    line-height: 21px;
}

.eventDate {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: normal;
}

.date-location-text {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: normal;
    margin-bottom: 0;
}
/* ========= Buys page ============= */
.buyWrap {
    background: #EFEFEF;
    padding-bottom: 40px;
}

.buyBlock {
    width: 100%;
    background: #fff;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #00000010;
}

    .buyBlock .clRightLogo {
        margin-bottom: 10px;
    }

.seatingBlock .loungeTicket {
    padding-left: 0;
}

.couponBlock {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
    justify-content: space-between;
    border-radius: 10px;
}

    .couponBlock p {
        margin-bottom: 0;
    }

    .couponBlock h4 {
        font-size: 15px;
    }

.btnCoupn {
    color: #4091DD;
}

ul.summaryList {
    padding: 0;
    list-style: none;
    color: #333;
    font-weight: bold;
}

    ul.summaryList li {
        display: flex;
        width: 100%;
        margin-bottom: 10px;
        justify-content: space-between;
    }

.totalSumry {
    font-size: 20px;
}

.btnFull {
    width: 100%;
    margin: 15px 0;
    border-radius: 10px !important;
    padding: 15px 10px;
    font-size: 18px;
}

/* ========= Order Summary ======== */
.btnBack {
    color: black
}

    .btnBack i {
        margin-right: 5px;
    }

.summaryList.grayList {
    padding: 15px 15px 5px 15px;
    background: #F4F4F4;
    border-radius: 10px;
    font-size: 16px;
}

.loungeBlock.tcktMail {
    margin: 15px 0 20px;
    padding: 15px 15px 15px 0px;
    /*border: 1px solid #ddd;*/
    border-radius: 10px;
}

    .loungeBlock.tcktMail h4 {
        font-size: 16px;
    }

    .loungeBlock.tcktMail input {
        /*border: none;*/
        border: 1px solid #d5d5d5;
        margin-top: 11px;
        box-shadow: none;
    }

.error-email-box {
    border: 1px solid red !important;
}



.overText {
    width: 100%;
    line-height: 24px;
}

    .overText p {
        display: block;
    }

    .overText.show {
        height: auto;
        overflow: visible;
        white-space: normal;
        color: var(--page-primary-font-color);
        font-size: 15px;
        display: inline-block;
    }

        .overText.show p {
            display: block;
        }

.toggleText {
    float: right;
    color: #000000 !important;
}

.validation-error-message {
    color: #BA0000;
    font-weight: 400;
    font-size: 14px;
    margin-top: -20px;
}
.validation-error-message-total-price {
    color: #BA0000;
    font-weight: 400;
    font-size: 14px;
    margin-top: -10px;
}
.error-div {
    color: red;
    font-size: 14px;
}

.buyer-email-error-div {
    color: red;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 20px;
    height: 0px;
}

.buyer-email-label {
    color: black;
    font-weight: 600;
    font-size: 16px;
}

.dotted-boreder-bottom {
    border-bottom: 1px dashed grey;
    text-decoration: none;
    /*padding-bottom: 40px;*/
}

.sold-out {
    background: #F2F1F1;
    padding: 4px 8px;
    margin-left: 20px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 10px;
    padding: 4px 10px;
    height: fit-content;
    min-width: max-content;
    margin-bottom: 0;
}

.erpired-tag {
    background: #FFECEF !important;
    color: #D0021B !important;
    font-weight: 400;
}

.display-flex {
    display: flex;
}

.disable-click-event {
    opacity: 0.4;
    pointer-events: none;
}

.display-inline {
    display: inline;
}

.orderSummaryIcon {
    margin: 0 5px 10px 0;
}

.orderSummary {
    margin: 15px 0 0 0;
}

.ticket-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.main-heading {
    font-size: 28px !important;
}

.form-control {
    color: #6B6B6B !important;
    border-color: #CCCCCC !important;
    border-radius: 0.25rem;
}

.checkbox-use-same-email {
    margin-left: 10px;
    font-size: 14px;
    /* font-weight: 400; */
    color: black;
}

.cancel-registration-heading {
    font-size: 20px !important;
}

.register-fixed-container {
    display: block !important;
}

.fixed-btn-register {
    padding: 10px 25px;
}

.register-v3-btn {
    max-width: 50%;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.decline-registration-v3-link {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333333 !important;
    text-decoration: none !important;
}

#reg-form .register-fixed-container p {
    font-size: 14px;
}

.confirm-cancel-registeration-txt {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

#reg-form .register-v3-main-container .main-question-panel {
    padding: 1vh 2vh 2vh 2vh;
}

#view-registration .register-v3-main-container label {
    color: #333;
    font-size: 16px;
}

#view-message h4 {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
}

.register-error-message {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
}
/*css of invitee detail on registeration page*/
.dv-parent-invitee-detail-conatiner {
    background-color: #F2F1F1;
    border-radius: 3px;
    padding: 10px;
    max-height: 238px;
    margin-bottom: 1.5rem;
    overflow: auto;
}

.dv-invitee-detail {
    display: flex;
    align-items: start;
    margin-bottom: 8px;
}

    .dv-invitee-detail p {
        margin-bottom: 0;
        font-size: 14px;
        color: #000000;
        padding-left: 10px;
    }

    .dv-invitee-detail img {
        margin-top: 2px;
        width: 20px;
    }

.p-ticket-name {
    font-weight: 600;
}

@media (max-width: 620px) {
    .bottomPrice {
        width: 100%;
    }

    .lounge-ticket-container {
        max-width: 50%;
    }

    .loungePrice {
        width: 60%
    }

    .sold-out {
        padding: 4px 10px;
        height: 20px;
    }
}

@media (max-width: 1300px) and (min-width: 800px) {
    /*.rightContent {
        max-width: 700px;
        width: 700px;
    }

    .bottomPrice {
        width: 700px;
    }*/
}

@media (max-width: 900px) {
    .rightContent {
        max-width: 100%;
        width: 100%;
    }

    .bottomPrice {
        width: 100%;
        padding: 15px 40px 15px 40px;
    }

        .bottomPrice .btn {
            min-width: 120px;
        }

    .flex-direction-column {
        flex-direction: column;
    }

    .date-location-container {
        width: 100% !important;
    }

    .loungeBlock {
        display: block;
    }

    .lounge-ticket-container {
        max-width: 100%;
    }

    .loungePrice {
        justify-content: flex-end;
        align-items: center;
    }

    .date-location-text {
        margin-bottom: 20px;
    }

    .addBlock {
        padding: 0px 4px;
    }
}

.alert-message-div {
    margin: 30px 0 0 0;
    padding: 10px 20px;
    background: #d1ecf1;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
}

.alertIcon {
    margin: 0px 10px 0px 0px;
}

.alertMessage {
    margin: 0px;
    color: #0c5460;
}

.position-relative {
    position: relative
}

.display-flex {
    display: flex
}

.width-100 {
    width: 100%
}

.buyer-email-section {
    padding: 18px;
    margin-top: 0px;
}

.heading-buyer-email {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 2px;
}

.buyer-email {
    background: #F4F4F4;
    min-height: 100px;
    margin: 40px 0px 20px;
    border-radius: 10px;
}

.div-buyer-email-error {
    color: red;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 20px;
    height: 0px;
    display: none
}

#dvSoldTicketList {
    margin-bottom: 40px
}

.font-weight-400 {
    font-weight: 400 !important;
}

.padding-left-5px {
    padding-left: 5px !important;
}

.invalid-captcha-error-message {
    right: 156px;
    border: 0;
    position: absolute;
    top: -2px;
    font-size: 12px !important;
    color: red !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.subdv-lounge-block {
    display: flex;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.no-tickets-information-message {
    font-weight: 400;
    margin: 50px 0px;
    font-style: italic;
    font-size: 18px;
}

.ticket-single-email {
    margin: -40px 0px;
    padding-left: 38px;
}

@media (max-width: 1350px) {
    .subdv-lounge-block {
        display: block;
    }

    .lounge-ticket-container {
        max-width: 100%;
    }

    .loungePrice {
        width: 100%;
        padding-left: 38px;
        justify-content: flex-start;
        padding-top: 12px;
    }

    .loungeTicket h4 {
        margin-bottom: 5px;
    }

    .loungeBlock {
        display: block;
    }

    .remaining-ticket-message {
        position: unset;
        padding-left: 38px;
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
    .leftPrice span {
        display: block;
    }

    .leftPrice h4 {
        font-size: 16px !important;
    }

    .bottomPrice p {
        font-size: 14px;
    }
}
