#datetimer_id,
#notsaletime,
#saletime {
  background: transparent;
  border: none;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

#timer_main_div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#aas_timer_div {
  font-size: 22px;
  font-weight: 700;
  color: #2b65ec;
  position: relative;
  line-height: 1;
  padding-bottom: 2px;
}

#aas_timer_div::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2b65ec;
  display: block;
  margin: 2px auto 0 auto;
}

#aas_timer_inner_div {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
}


#countdown-modern .countdown-inner-box {
    background: #fff;
    margin-left: -35px;
    border-radius: 10px;
    padding-left: 100px;
    min-width: 220px;
    display: inline-block;
    margin-top: 18px;
}