.eapps-countdown-timer-bar-close {
    color: #fff;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    opacity: 0.8;
    display: none;
}