.modal-info {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(95, 94, 96, 0.7607843137);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  touch-action: none;
}
.modal-info.active {
  display: flex;
}
.modal-info__content {
  border-radius: 12px;
  width: 80%;
  max-width: 900px;
  position: relative;
  color: #fff;
  background-color: #242323;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  max-height: 90vh;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 1rem;
}
.modal-info__close {
  font-weight: bold;
  position: absolute;
  top: -25px;
  right: -25px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}
.modal-info__close:hover {
  color: rgb(190.5793991416, 16.9206008584, 20.482832618);
}

/*# sourceMappingURL=modalInfo.css.map */
