
  
  .countdown-timer-wrapper h5 {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 10px;
    text-shadow: none;
  }
  
  .countdown-timer-wrapper {
    padding: 20px 0px;
    text-align: center;

  }
  
  .countdown-timer-wrapper .timer  {
   display: flex;
   justify-content: space-between;
   padding: 0px 30px;
 
  }
  .countdown-timer-wrapper .timer .timer-wrapper .timer-item{
    width: 50px;
    height: 52px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    position: relative;
    color: #fff;
    padding-bottom: 10px;

  }
  
  
  .countdown-timer-wrapper .timer .timer-wrapper .time {
    font-size: 30px;
    font-weight: bold;

    
  }
  
  .countdown-timer-wrapper .timer .timer-wrapper .text {
    font-size: 12px;
    color: #9ca3af;
    position: absolute;
    bottom: 0px;
    font-weight: bold;
  }
  .icon-event-start{
    background-color: rgba(255, 255, 255, .1);
    /* border: 1px solid var(--aqua); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--aqua);
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 17px;
  }