.btn-block-action {
  text-align: center;
  padding: 1rem;
  background-color: #9747ff;
  border-radius: 10px;
  color: white;
  margin: 2rem 10rem;
  cursor: pointer;
}

a {
  text-decoration: none;
}

#content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 85vh;
  font-size: 2rem;
  font-weight: bold;
}

#content input {
    border: 1px solid #000;
    background: #fff !important;
}

.preparation-1 {
  margin-bottom: 10%;
}

.preparation-1 .box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20rem;
  border: 1px solid black;
}

.preparation-1 img {
  max-height: 30rem;
}

.btn-large {
  font-size: 2rem;
  height: 4rem;
  width: 15rem;
  padding: 0;
}

.bar {
  background: #000;
  height: 5px;
  margin-bottom: -10px;
  width: 0;
  border-radius: 10px;
}

.card-box.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.card-box.disabled:hover {
  background: #bfbfbf !important;
}

.locked {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}

#dropdown {
  position: absolute;
  width: 80%;
  background-color: #fff;
  max-height: 10rem;
  overflow: auto;
  z-index: 1;
}

.dropdown-option:hover {
  cursor: pointer;
  background-color: var(--color-1);
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.videos {
  min-height: 54vh;
}

.min-heigh-full {
  min-height: 78vh;
}
