.new-modal {
  z-index: 1100;
  display: block;
  padding-top: 0px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.2);
}
.new-card {
  width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 576px) {
  .new-card {
    width: 90%;
  }
}

.badge-group {
  min-height: 1.5rem;
  border: dashed 1px lightgray;
}

.available-hints {
  padding: 5px 0 5px 20px;
  background-color: #0000000d;
}