[data-template="modals/community-checkout"] .header .new-icon.cancel{
	display:none !important
}

[data-template="modals/community-checkout"] .details-modal-header {
    background: #000000 !important;
}

@media only screen and (min-width: 1024px)  {
[data-template="modals/community-checkout"] .details-modal-header  h3{
text-align: right 
}
[data-template="modals/community-checkout"] .details-modal-header .venue{
justify-content: flex-end;
}
}


@media only screen and (max-width: 767px) {
    .modal.buy-ticket-modal .details-modal-header .venue {
        grid-gap: 0;
        margin-bottom: 0;
    }
    .modal.buy-ticket-modal .details-modal-header .bs-container img{
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1024px) {
    .modal.buy-ticket-modal .details-modal-header .bs-container {
        position: relative;
    }
    .modal.buy-ticket-modal .details-modal-header .bs-container a {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 7px;
    }
    
}
