body.eventworks.glitch {
	background-image: #fff;
	background: #fff !important;
}

.glitch .greetings {
    color: #f82f47;
}

.btn-refresh {
    color: #000;
    background: #f82f47;
}

.event-title {
    opacity: 0;
}

img.logo-top-right {
    background-image: coral;
    /* filter: grayscale(100%); */
    /* background: #000; */
}

.link-button {
    background: #f82f47 !important;
	border-radius: 4px;
}

.content-container {
    background: #000 !important;
	border-radius: 6px;
}

.form-control {
	border-radius: 4px;
}

.splash-screen {
	linear-gradient(-45deg, #61ef78, #198754, #61ef78, #000);
};

.btn-loading:after {
    background: #f82f47;
}

.top-logo-holder {
    background-image: url('https://eventworkstickets.com/wp-content/uploads/2025/04/eventworks-landscape-logo-02-orange.svg');
    background-repeat: no-repeat;
}

.top-logo-holder img {
    opacity: 0;
}