.details-modal-content .ticket-details .bs-icon-textlist .list-items > .item:nth-child(3) {
    display: none !important; 
}

.order-list{
    display: none !important;
}

.modal.buy-ticket-modal .details-modal-header{
    background: #000000;
}

.price
{
    display: none !important;
}

.details-modal-content .ticket-details .bs-icon-textlist .list-items > .item:nth-child(3) {
    display: none !important; 
}

.order-list{
    display: none !important;
}

.item {
    display: none !important;
}

.theme-icon .right-arrow-icon small{
    display: none !important;
}

.right-arrow-icon small{
    display: none !important;
}

.ticket-steps st1{
    display: none !important;
}

.bs-breadcrumb{
    display: none !important;
}



.tkt-countdown{
    display: none !important;
}

.uls-column
    {
    display: none !important;
}
 
.bs-divider{
     display: none !important;
}
.bold-font{
     display: none !important;
} 
.top-mg-5{
     display: none !important;
} 
.text-center{
     display: none !important;
}

.svg-images{
     display: none !important;
}

.backstage-black-bg{
 display: none !important;
}

.text-tiny{
    display: none !important;
}

.checkbox{
 display: none !important;
}


.link{
    display: none !important;
}

.stronger{
    display: none !important;
}

.ft-content {
    background: #000000;
}

.h5{
     display: none !important;
}

.meta{
    display: none !important;
} 
.top-mg-2{
    display: none !important;
} 
.bottom-mg-3{
    display: none !important;
}

.community-selected-tickets-summary{
    display: none !important;
} 


.ticket-order{
    background: #ffffff !important;
}

.head {
    font-family: Avenir, sans-serif !important;
}

.bs-container h3 {
    font-family: Avenir, sans-serif !important;
}

.bs34 {
    font-family: Avenir, sans-serif !important;
}

.form-field {
    font-family: Avenir, sans-serif !important;
}

.field {
    font-family: Avenir, sans-serif !important;
}

.ember-view {
    font-family: Avenir, sans-serif !important;
}

.modal.buy-ticket-modal .details-modal-header h3 {
    font-family: Avenir, sans-serif !important;
}

.form-field > label {
    font-family: Avenir, sans-serif !important;
}

button.uls-button.new-icon.cancel.fxb.compact.transparent {
    display: none !important;
}

.bs-main-menu {
    background-color: black !important;
}

.bs-btn-wgt .bs-button.st-filled, .bs-btn-wgt.default .bs-button:not(.no-widget-btn), .bs-btn-wgt.st-filled .bs-button {
    margin-bottom: 71px;
    margin-left: 94px;
}

.ticket-steps{
     display: none !important;
}

.st1{
     display: none !important;
}

/* @media only screen and (max-width: 1024px) {
    .tkt-scrollable-content {
        overflow: auto;
        height: var(--tkt-modal-height);
    }
} */


@media (min-width: 768px) {
    .modal.buy-ticket-modal .details-modal-header .venue {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 32px !important;
    }
 
    .modal.buy-ticket-modal
    .details-modal-header
    .venue
    .text-small {
        margin: 0 !important;
    }
}
 
@media (max-width: 767px) {
    .modal.buy-ticket-modal .details-modal-header .venue {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
    }
 
    .modal.buy-ticket-modal
    .details-modal-header
    .venue
    .text-small {
        margin: 0 !important;
    }
}




