/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2026 | 14:48:21 */
body.olo-validation-error .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
div#olomed-form-error-notices{
	display:none!important;
}

body.olo-validation-error div#olomed-form-error-notices{
	display:block!important;
}
div#olomed-form-error-notices ul {
    background: #c03618;
    color: #fff;
    margin: 0;
    padding: 16px;
    list-style: none;
}
body.olo-validation-error  .validate-required label {
    color: var(--red);
    border-left: 2px solid;
    padding-left: 4px;
}
.create-ticket-block {
  display: none;
}