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

.modalShade .modalBlock {
  display: flex;
  flex-direction: column;
  width: 80%;
  height: auto;
  max-height: 90%;
  overflow-x: hidden;
  background: #fff;
}

.modalShade .modalBlock .modalTitleGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #003b8d;
  border-bottom: 2px solid #003b8d;
}

.modalShade .modalBlock h4.modalTitle {
  color: #003b8d;
  padding: 0 !important;
  font-size: 1.5em;
}

.modalShade .modalBlock .modalExit.icon-cancel {
  font-size: 3em;
  line-height: 0;
  width: 1.25em;
}

.modalShade .modalBlock .modalExit.icon-cancel:hover {
  color: #cc0000;
}

.modalShade .modalBlock .modalDates {
  text-align: right;
  width: auto;
  display: flex;
  border-left: 0.5em solid #003b8d;
}

.modalShade .modalBlock .modalDates span {
  background: #f5f5f5;
  padding: 5px 10px;
  font-weight: bold;
}

.modalBody {
    padding: 2.5% 5%;
}

/* .modalShade .modalBlock .modalBody p {
  padding: 0.5em 2em;
} */

.modalShade .modalBlock .modalAttached {
  border-left: 0.5em solid #003b8d;
  background: #f5f5f5;
  width: fit-content;
  padding: 0 1em;
}

.modalShade .modalBlock .modalAttached h6 {
  font-weight: bold;
  padding: 0.25em;
  border-bottom: 1px solid #003b8d;
}

.modalShade .modalBlock .modalAttached ul {
  padding-right: 2em;
  list-style: "\203A ";
}

.modalShade .modalBlock .ccTagBlock {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 1em;
  flex-wrap: wrap;
}

.modalShade .modalBlock .ccTags {
  padding: 0.25em;
  margin: 0.25em;
  background: #eff7ff;
  border-radius: 10px;
  border: 1px solid #003b8d;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
}

.modalShade .modalBlock .ccTagBlock .icon-tag {
  color: #6a6a6a;
}

.modalShade .modalBlock .ccTags:hover {
  box-shadow: none;
}

.modalShade .modalBlock .ccTags:hover {
  background: #f5f5f5;
  box-shadow: none;
}

.banFilm {
  position: absolute;
  z-index: 99999;
  background: rgba(0,0,0,.9);
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banFilm .modal {
  background: rgba(255,255,255,.9);
  padding: 2em;
  font-size: 1.5em;
  box-shadow: 0.5em 0.5em 5px #000;
}</pre></body></html>