#civicrm-menu.sm li a {
    background: #e8e8e8;
    padding-left: 5px;
    padding-right: 10px;
}

#civicrm-menu.sm {
    background: #e8e8e8;
}

#civicrm-menu.sm ul{
    background: #e8e8e8;
}
form.event-form-required-icon .crm-custom-accordion .crm-accordion-body table tr:nth-child(3) td.label label {
    margin-right: 2px;
}
form.event-form-required-icon .crm-custom-accordion .crm-accordion-body table tr:nth-child(3) td.label label::after {
    position: absolute;
    content: "*";
    color: #cf3458;
    font-weight: bold;
    margin-left: 2px;
}