.btn, .button, a.btn, button, input[type="submit"] {
    overflow: visible !important;
    position: relative;
    background-image: none !important;
}

.btn::before,
.btn::after,
.button::before,
.button::after,
a.btn::before,
a.btn::after,
button::before,
button::after {
    display: none !important;
    animation: none !important;
    transition: none !important;
}
.testimonial-logo img {
    opacity: 0.6 !important;
    filter: none !important;
    transition: all 0.3s ease;
}

.testimonial-logo img:hover {
    opacity: 1 !important;
    filter: none !important;
}
.evenz-btn.evenz-active,
.evenz-btn-primary,
.evenz-tabs__menu li a.evenz-active,
.evenz-tabs__menu li a:hover,
.evenz-slider__c .evenz-container::before,
.evenz-circlesanimation::before {
    background-color: #0048f6 !important;
}
.evenz-schedule_item .evenz-color-h,
.evenz-schedule_item h4.evenz-color-h {
  color: #0048f6 !important;
}