.ie-iframe-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.ie-iframe-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.ie-iframe-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.72)}.ie-iframe-modal-content{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:920px;max-height:calc(100vh - 48px);background:#fff;box-shadow:0 18px 48px rgba(0,0,0,.28)}.ie-iframe-modal-header{position:relative;display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;min-height:56px;padding:12px 16px;border-bottom:1px solid #e5e5e5}.ie-iframe-modal-title{margin:0}.ie-iframe-modal-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:#f5f5f5;color:#036;font-size:20px;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.ie-iframe-modal-close:focus,.ie-iframe-modal-close:hover{background:#036;color:#fff;outline:none;box-shadow:0 0 0 2px rgba(0,51,102,.25)}.ie-iframe-modal-close::before{display:block}.ie-iframe-modal-body{flex:1 1 auto;min-height:0}.ie-iframe-modal-frame{display:block;width:100%;height:min(80vh,760px);border:0;background:#fff}body.ie-iframe-modal-open{overflow:hidden}@media (max-width:767px){.ie-iframe-modal{padding:16px}.ie-iframe-modal-content{max-height:calc(100vh - 32px)}.ie-iframe-modal-header{min-height:48px;padding:8px 12px}.ie-iframe-modal-close{width:36px;height:36px;font-size:18px}.ie-iframe-modal-frame{height:calc(100vh - 96px)}}
