.hbt-menus .menu {
  text-align: center;
  padding: 15px;
  border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  line-height: 40px;
  font-size: 16px;
  color: #a6acaf;
  position: relative;
  transition: all 0.1s ease;
}
.hbt-menus .menu:not(.disabled):hover {
  color: #fff;
  background-color: #2980b9;
}
.hbt-menus .menu:not(.disabled):hover i {
  color: #fff;
}
.hbt-menus .menu.disabled {
  cursor: pointer;
  background-color: #f1f1f1;
}
.hbt-menus .menu.disabled i {
  color: #ccc;
}
.hbt-menus .menu i {
  font-size: 36px;
  display: block;
  color: #5499c7;
  transition: all 0.1s ease;
  line-height: 60px;
}
.hbt-cron {
  border-bottom: 1px solid #e5e7e9;
}
.hbt-cron > div {
  padding: 10px;
}
.hbt-cron > div .data {
  font-weight: bold;
  font-size: 14px;
  color: #138d75;
}
.hbt-cron > div .data.final {
  color: #2471a3;
}
.hbt-cron > div .texto {
  font-size: 20px;
  color: #797d7f;
}
.hbt-cron > div i {
  color: #bfc9ca;
}
