.modal1000mw {
  max-width: 1000px !important;
}

.rating-star {
  display: flex;
  align-items: center;
}

.rating-star.checked {
  color: #f6993f;
}

th.rotate {
  /* Something you can count on */
  height: 100px;
  white-space: nowrap;
  overflow: hidden;
}

th.rotate > div {
  transform: translate(10px, 50px) rotate(299deg);
  width: 0;
  display: grid;
  margin-bottom: 10px;
}

th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  width: 200px;
}

[v-cloak] {
  display: none;
}

