/* Checkout header color */
.details-modal-header {
background-color: #CE0634 !important; }


/* Checkout confirmation page - hide the blocks refering to editing booking */
.list-items {
display: none !important; }


/* Hide the I am Attending checkbox from the checkout */
.ticket-list .col-12.form-head .uls-flex.space-between.vCenter > .ui.checkbox {
    display: none !important; }