.new-cylon-count-down {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: center;

  & &-point {
    height: 16px;
    line-height: 12px;
    margin-left: 3px;
    margin-right: 3px;
  }

  & &-day {
    padding: 3px 4px;
    width: 24px;
    border-radius: 4px;
    background: #F5F5F5;
    font-size: 12px;
    font-family: var(--regular-font);
    font-weight: 400;
    line-height: 10px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
