#front-panel-modal{position:fixed;z-index:1001;background-color:#fff;border:thin solid #708090;border-radius:2px;box-shadow:0px 0px 20px rgb(0 0 0/50%);overflow-y:auto}#front-panel-modal .header{padding:10px;display:flex;justify-content:space-between;align-items:center}#front-panel-modal .header h4{margin:0}#front-panel-modal #front-panel-iframe{height:100%;width:100%}#front-panel-modal iframe{height:100%;width:100%;margin:0;border:0;overflow:auto}#front-panel{position:fixed;left:0;top:20%;z-index:1000;display:flex;align-items:center;flex-direction:column;justify-content:center;padding:5px;background-color:#fff;max-width:100vh}#front-panel:hover{cursor:pointer}#front-panel button{margin:0;background-color:#fff;transition:none;font-size:26px;padding:2px}#front-panel button:hover{background-color:#2a40ff;transition:none}#front-panel img{background-color:#fff;width:32px}