.screen-container[data-v-63116741]{padding:0;margin:0;height:100%;position:relative}.screen-container iframe[data-v-63116741]{width:100%;height:100%}.logout[data-v-63116741]{position:absolute;right:20px;top:10px}.chatbot-button[data-v-63116741]{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background-color:#1890ff;color:#fff;font-size:24px;border:none;cursor:pointer;transition:transform .3s ease;z-index:100;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.chatbot-button img[data-v-63116741]{width:24px;height:24px}.chatbot-button.open[data-v-63116741]{transform:rotate(1turn)}.chatbot-panel[data-v-63116741]{position:fixed;bottom:80px;right:20px;width:600px;background-color:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:99;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.chatbot-panel.open[data-v-63116741]{opacity:1;visibility:visible;transform:translateY(0)}.panel-header[data-v-63116741]{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:10px 16px;border-bottom:1px solid #ccc;font-size:20px;font-weight:700}.panel-header-buttons[data-v-63116741]{display:-ms-flexbox;display:flex;gap:20px;font-size:16px}.panel-content[data-v-63116741]{-ms-flex:1;flex:1;padding:10px;overflow-y:auto}