.bg-timer-container:hover {
    background-color: #7CF9E2 !important;
}

#timer:hover{
    cursor: pointer;
}

.bfcm-arrow {
    max-height: 1.5rem;
    max-width: 1.5rem;
}

.timer-text-shadow {
    text-shadow: 1px 1px 0px #9747FF;
}

@media (max-width: 767px) {
    .btcm-timer-container {
        border-bottom: 4px solid #25F5CE;
    }
}