.wnd{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:999999999;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 15px;pointer-events:all!important;animation:displayWnd .3s}.wnd>.box>div{position:relative}@keyframes displayWnd{from{opacity:0}}@keyframes displayBox{0%,10%{opacity:0;transform:translateY(-50px)}100%{opacity:1;transform:scale(1) translateY(0)}}.wnd>.box{background:#fff;box-shadow:0 5px 10px rgba(0,0,0,.2);max-height:calc(100vh - 30px);min-width:200px;animation:displayBox .2s;border-radius:8px;overflow:hidden}.wnd>.box>div>h3{padding:10px 15px;margin:0;font-weight:700;text-transform:none}.wnd>.box>div>h3:empty{display:none}.wnd>.box>div>[data-html=content]{padding:0 15px;max-height:calc(100vh - 150px);overflow:auto;overflow-x:hidden;transition:max-width .3s;padding-bottom:60px;box-sizing:border-box}.wnd>.box>div>.actions{padding:10px 15px;display:flex;justify-content:flex-end;user-select:none;background:#fff;height:54px;box-sizing:border-box;position:absolute;bottom:0;left:12px;right:12px;border-radius:8px 8px 0 0;border-bottom:none;z-index:10}.wnd>.box>div>.actions>a.cancel{color:#bf2525}.wnd>.box>div>.actions>a{cursor:pointer;color:#2580bf;text-decoration:none;font-weight:700;padding:9px 15px;border-radius:4px;margin-left:5px;line-height:1}.wnd>.box>div>.actions>a:hover{background:rgba(0,0,0,.1)}.wnd.no-action>.box>div>.actions{display:none}.wnd.no-action>.box>div>[data-html=content]{padding-bottom:0}.wnd.fullscreen>.box [data-html=content]{padding:0;max-width:100vw;max-height:calc(100% - 40px);overflow-x:auto;text-align:center;width:100%;touch-action:pan-right manipulation double-tap-zoom}.wnd.fullscreen>.box [data-html=content] img{outline:0;border:none;margin:0;max-width:100%;max-height:100%}.wnd.fullscreen{background:#232323;padding:0}.wnd.fullscreen>.box{box-shadow:none;border-radius:0;max-height:100%;background:0 0;width:100%}.wnd.fullscreen>.box>div>.actions{justify-content:center;background:0 0;position:relative;height:auto;box-sizing:border-box;width:100%;margin:0;padding:0;left:0;right:0}.wnd.fullscreen>.box>div{height:100%;background:0 0}.wnd.fullscreen>.box [data-html=content] iframe{height:calc(100vh - 100px)}