/* NEW TIMER */
.flip-clock-wrapper ul {
	background: #FFC800 !important;
}
.flip-clock-wrapper ul li a div.up:after {
	background-color: #CCA30E !important;
	background-color: rgba(0, 0, 0, 0.1) !important;
}
.flip-clock-wrapper ul li a div div.inn {
	color: #000 !important;
	font-family: "Fira Sans Extra Condensed",Impact,sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0) !important;
	background-color: #FFC800 !important;
}
.flip-clock-dot {
	background: #CCA30E !important;
}
.fade-background {
    background-color: #E61919;
    animation: fadeInOut 2s infinite;
}

@keyframes fadeInOut {
    0%, 100% {
        background-color: #E61919; /* Original color */
    }
    50% {
        background-color: #FF4C4C; /* Slightly lighter shade */
    }
}
