.popup{z-index:100000;background:#000000bf;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.popup-inner{background:#fff;border-radius:3px;width:90%;max-width:700px;padding:40px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);box-shadow:0 2px 6px #000}.popup-close{text-align:center;color:#fff;background:#000c;border-radius:1000px;width:30px;height:30px;padding-top:4px;font-family:Arial,sans-serif;font-size:20px;line-height:100%;transition:all .25s;display:inline-block;position:absolute;top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.popup-close:hover{background:#000;text-decoration:none;-webkit-transform:translate(50%,-50%)rotate(180deg);transform:translate(50%,-50%)rotate(180deg)}.popup-scroll{max-height:450px;padding:0 1em 0 0;overflow-y:scroll}.popup-scroll::-webkit-scrollbar{background-color:#eee;width:10px}.popup-scroll::-webkit-scrollbar-thumb{background:#777;border:1px solid #eee;border-radius:2px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-box-shadow:inset 0 0 8px #555;box-shadow:inset 0 0 8px #555}.popup-scroll::-webkit-scrollbar-track{-webkit-box-shadow:0 0 2px #ccc;box-shadow:0 0 2px #ccc}.check-list li{display:flex}.check-list li p{text-align:justify;padding:10px;padding-top:0!important;font-size:12px!important}