.lm-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s ease;
}

.lm-popup.open {
  opacity: 1;
}

.lm-popup * {
  box-sizing: border-box;
}

/*.lm-popup .btn{
  display:flex;
  width:fit-content;
  padding:1rem 1.5rem;
  background:#96c948;
  color:white;
  text-decoration: none;
  opacity:1;
  transition:all 0.3s ease;
  font-size: 1.25rem;
  margin-top:1.5rem;
}
.lm-popup .btn:hover{
  opacity:0.85;
}*/
.popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.lm-popup-wrapper {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  width: 90%;
  max-width: 900px;
  min-height: 400px;
  padding: 4rem;
  color: white;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.lm-popup-wrapper div:not(.popup-overlay) {
  position: relative;
  z-index: 2;
}

.lm-popup h2 {
  margin-top: 0;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.lm-popup p {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.lm-popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  z-index: 3;
  text-decoration: none !important;
}

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