#front-panel-modal{--front-panel-iframe-height:100vh;--front-panel-iframe-width:100vw;--front-panel-outer-margin:60px;position:fixed;z-index:10001;height:var(--front-panel-iframe-height);width:var(--front-panel-iframe-width);left:50%;top:50%;transform:translate(-50%, -50%);margin:0;padding:0;max-height:calc( 100vh - (var(--front-panel-outer-margin) / 2) );max-width:calc( 100vw - (var(--front-panel-outer-margin) / 2) );min-width:unset;min-height:unset;background-color:white;border:thin solid #708090;border-radius:5px}#front-panel-modal .hidden{display:none}#front-panel-modal .action{float:right;color:white;font-size:1.2rem;padding:.8rem 1.5rem;border-radius:5px;margin:1px;height:unset;width:unset;max-width:unset;min-width:unset;max-height:unset;min-height:unset}#front-panel-modal .action-close{background-color:#EB5202}#front-panel-modal .action-open{background-color:#514943}#front-panel-modal .action-refresh{background-color:#514943}#front-panel-modal .header{border-radius:inherit;padding:0 10px 0 10px;margin:0px;background-color:#F8F8F8;height:2em;max-width:unset;min-width:unset;max-height:unset;min-height:unset;width:unset}#front-panel-modal .title{padding:unset;padding-top:10px;margin:0;font-size:1rem;max-width:unset;min-width:unset;max-height:unset;min-height:unset;height:unset;width:unset;text-transform:uppercase}#front-panel-modal .container{height:calc( 100% - 2em );width:100%;max-width:unset;min-width:unset;max-height:unset;min-height:unset;border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin:0;padding:0}#front-panel-modal .container iframe{height:100%;width:100%;margin:0;padding:0;max-width:unset;min-width:unset;max-height:unset;min-height:unset;overflow:scroll;border-bottom-left-radius:5px;border-bottom-right-radius:5px}#front-panel{position:fixed;left:0;top:20vh;z-index:1000;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:5px 5px 5px 5px;background-color:#fff;border-radius:2px;max-width:100vh;margin:unset;max-height:80vh;overflow-y:auto;min-width:unset;min-height:unset;height:unset;width:unset}#front-panel:hover{cursor:pointer}#front-panel button{margin:0;background-color:white;transition:none;color:white;font-size:1.2rem;border-radius:2px;margin:1px;margin:unset;padding:2px;max-width:unset;max-height:unset;min-width:unset;min-height:unset;height:unset;width:unset}#front-panel button:hover{background-color:#2a40ff;transition:none;max-width:unset;max-height:unset;min-width:unset;min-height:unset;height:unset;width:unset}#front-panel img{background-color:white;max-width:32px;max-height:32px;width:auto;height:auto}body:not(.fp-hidden-buttons) .frontpanel-editable-element{outline:2px dashed #66514943}body:not(.fp-hidden-buttons) .fp-edit-button-container{width:100%;height:100%;position:absolute;pointer-events:none;display:block}body:not(.fp-hidden-buttons) .fp-edit-button-container .fp-edit-button{position:absolute;display:inherit;right:0;pointer-events:auto;z-index:10000;width:2em;height:2em;padding:0}body:not(.fp-hidden-buttons) .fp-edit-button-container .fp-edit-button img{width:100%;height:100%}.fp-edit-button-container{display:none}.fp-edit-button-container .fp-edit-button{display:none}