@charset "utf-8";

    .pushModal-overlay {
        background: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
    }
    .pushModal-wrap {
        position: fixed;
        bottom: 100px;
        left: 5%;
        right: 5%;
    }
    .pushModal-close {
        position: absolute;
        top: -25px;
        right: -20px;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    .pushModal-head {
        color: #fdf7f2;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        background: #e18638;
    }
    .pushModal-text {
        color: #707070;
        font-size: 16px;
        margin-top: 10px;
    }
    .pushModal-box {
        position: fixed;
        border: 3px solid #4b4b4b;
        border-radius: 10px;
        width: 410px;
        top: 120px;
        bottom: auto;
        left: 10%;
        background: #fdf7f2;
        box-sizing: border-box;
        padding: 20px;
        box-shadow: 0 0 8px rgba(0, 0, 0, .4);
        text-align: left;
        opacity: 0;
    }
    .pushModal-box::after, .pushModal-box::before {
        bottom: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .pushModal-box::before {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fdf7f2;
        border-width: 26px;
        left: 80px;
        top: -50px;
    }
    @media screen and (max-width: 599px) {
        .pushModal-box {
            top: 10%;
            bottom: auto;
            width: 85%;
            border: 3px solid #4b4b4b;
            left: 8%;
            padding: 15px;
        }
        .pushModal-box::after, .pushModal-box::before {
            top: 100%;
            left: 90%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }
        .pushModal-box::before {
            border-color: rgba(255, 255, 255, 0);
            border-top-color: #fdf7f2;
            border-width: 26px;
            margin-left: -26px;
            left: 50%;
        }
        .pushModal-close {
            top: -20px;
            right: -20px;
            width: 30px;
            height: 30px;
        }
        .pushModal-head {
             font-size: 1.2rem;
             padding: 5px;
        }
        .pushModal-text {
              font-size: 1.0rem;
              text-align: left;
              margin-left: 3px;
        }
    }
/*
     FILE ARCHIVED ON 05:12:47 Oct 14, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:49:43 Feb 04, 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.485
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 102.818
  LoadShardBlock: 238.727 (3)
  PetaboxLoader3.datanode: 243.999 (6)
  PetaboxLoader3.resolve: 250.309 (3)
  load_resource: 472.24 (2)
  loaddict: 117.321
*/