.prevent-zoom-container {
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: 1;
  background-color: rgba(170, 170, 170, 0.5);
  text-align: center;
  padding-top: 245px;
  color: white; }
  .prevent-zoom-container span {
    font-size: 15px;
    font-weight: bold; }

.warning-select {
  display: none;
  margin-bottom: 1rem;
  color: #cc0000; }