.cursor-pointer {
  cursor: pointer;
}

.hidden {
  display: none;
}

.tooltip {
  background: cornsilk;
  border: 1px solid black;
  box-shadow: 2px 2px 1px silver;
  border-radius: 5px;
  padding: 5px;
  min-width: 10px;
  max-width: 200px;
  min-height: 10px;
  padding: 5px;
}

.alertText {
  background-color: rgb(121, 121, 121);
  border-radius: 10px;
  border: 1px solid silver;
  box-shadow: 1px 1px 1px silver;
  color: #eee;
  font-weight: bold;
  padding: 10px;
  margin: 20px;
  max-width: 300px;
}
.booked {
  fill: red !IMPORTANT;
  cursor: not-allowed;
}

.reserved {
  fill: #ff74cc !IMPORTANT;
  cursor: not-allowed;
}

.chosen {
  fill: green !IMPORTANT;
  cursor: not-allowed;
}

.select-container {
  display: flex;
  align-items: center;
  width: 30%;
}

.select-container label {
  margin-right: 50px;
  margin-bottom: 10px;
  font-weight: bold;
}

.form-container input {
  padding: 7px 7px !important;
}

.div-box {
  border: solid 1px #daddd9;
  padding: 10px;
  margin-bottom: 20px;
}

.div-box-info {
  border: solid 1px #daddd9;
  padding: 10px;
  margin-bottom: 20px;
}

.hint-color {
  color: red;
}

.list-indented li {
  margin-left: 20px;
}

.svg.mkk-booth {

}

.small-text {
  font-size: 10px;
}