<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: ease 5s;
}

.owl-carousel {
  z-index: 0;
}

.modal-premium {
  background: white;
  /* padding: 20px; */
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  z-index: 100;
  width: 50%;
  height: 80%;
  /* -ms-transform: scale(0.8); */
  /* IE 9 */
  /* -webkit-transform: scale(0.8); */
  /* Safari and Chrome */
  /* transform: scale(0.8); */
  transition: ease 5s;
  position: relative;
  max-height: 770px;

}

.close-btn {
  color: #4a4b4c;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0px;
  font-weight: bold;
  padding: 5px;
  z-index: 9999;
}
.close-btn.top-0{
  top: 0px;
}
.modal-premium .modal-header {
  position: relative;
}</pre></body></html>