
.fd-modal {
    display: none; 
    position: fixed;
    z-index: 99999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: #b2b2b2eb; 
}

.fd-modal-content {
    background-color: #b2b2b200;
    margin: 10% auto; 
    width: 350px;
}

@media screen and (max-width: 600px) {
    .fd-modal-content {
        margin: 20% auto; 
        width: 230px;
    }
    
    .fd-modal-close {
        width: 20px !important;
        height: 20px !important;
        font-size: 15px !important;
    }
}

@media (min-width: 1024px)
.fd-modal-content {
    margin: 10% auto; 
    width: 20%;
}

/* The Close Button */
.fd-modal-close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    top: 4px;
    right: 4px;
    border: 1px solid gray;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fd-modal-close:hover,
.fd-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/*
     FILE ARCHIVED ON 02:48:35 Jan 31, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:03:54 Jun 11, 2026.
     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: 0.725
  exclusion.robots: 0.106
  exclusion.robots.policy: 0.092
  esindex: 0.011
  cdx.remote: 6.358
  LoadShardBlock: 76.074 (3)
  PetaboxLoader3.datanode: 55.987 (5)
  PetaboxLoader3.resolve: 364.067 (2)
  load_resource: 360.63
  loaddict: 16.544
*/