.time-btn {
  display: inline-block;
  min-width: 100px;
  font-size: 12px;
  height: 32px;
  line-height: 29px;
  text-align: center;
  border: 1px solid #00a3ef;
  border-radius: 5px;
  background: #fff;
  color: #00a3ef;
  cursor: pointer;

  & :disabled {
    background: rgba(6, 6, 6, 0.1);
  }

  & :active {
    display: inline-block;
    min-width: 100px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    color: #929eaa;
    border: 1px solid #929eaa;
  }
}
