.customModalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: -70px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}
.customModalDialog .modalClose {
  opacity: 1;
  /* color: #c1c1c1; */
  color: white !important;
  /* background: black; */
  font-size: 16px;
  line-height: 25px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 768px) {
  .customModalDialog > div {
    /* max-width: 800px; */
    width: 800px;
    height: 555px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }
  .menuVertikal {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 700px !important;
  }
}
@media (max-width: 767px) {
  .customModalDialog > div {
    /* max-width: 800px; */
    width: 350px;
    height: 272px;
    position: absolute;
    margin: auto;
    top: -143px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }
  .menuVertikal {
    flex-wrap: unset !important;
    width: unset !important;
  }
}

.menuVertikal > li {
  width: 300px !important;
}

/*
     FILE ARCHIVED ON 07:21:52 Sep 10, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:15:20 Oct 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 2.221
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.012
  esindex: 0.014
  cdx.remote: 23.886
  LoadShardBlock: 327.268 (3)
  PetaboxLoader3.datanode: 101.624 (4)
  PetaboxLoader3.resolve: 392.604 (3)
  load_resource: 212.95
*/