.countdownTimer{
    background: #f5f6fa;
    font-weight: 400;
    font-size: 18px;
    color: #5f5f5f;
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
}

.countdownTimer:before{
    content: '';
    width: 20px;
    height: 20px;
    background: url("@assets/icons/icon-timer.svg") no-repeat center;
    margin-right: 6px;
}
