.external-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:none;justify-content:center;background-color:rgb(0 0 0 / .5);z-index:199}.external-modal.active{display:flex}.external-modal .modal-wrapper{border-color:#fff;border-radius:20px;padding:20px 20px 40px;max-width:739px;margin:20px;background:#fff;height:auto;z-index:99;max-height:max-content;top:0%;position:relative}.external-modal .close_external_modal{text-align:right;font-size:24px;font-weight:600;margin-top:0;cursor:pointer}.external-modal .modal-controls{display:flex;gap:20px}.external-modal .modal-body{max-height:330px;overflow:auto;margin:20px 0}.external-modal .modal-body *{word-break:break-word;font-size:18px}.external-modal .modal-body p{font-family:Noto Sans;line-height:30.6px;margin-bottom:1em}.external-modal button{border:0;padding:8px 18px;background-color:blue;color:#fff;cursor:pointer}