.AIHelpSupportBox{display:none!important;width:95%;max-width:12rem;height:80vh;position:fixed;left:50%;transform:translateX(-50%);margin-left:10px;bottom:0;z-index:1000;animation:scaleIn .3s ease-in-out}.AIHelpSupportBox iframe{border-radius:8px 8px 0 8px}.AIHelpSupportBox.hiding{animation:scaleOut .3s ease-in-out}.AIHelpSupportBox.show{display:block!important}.AIHelpSupportClose{display:none!important;position:absolute;left:10px;top:10px;width:30px;height:30px;color:#fff;background:#f9c633;border-radius:25px;cursor:pointer}.aihelp-close{display:none;width:100%;max-width:12rem;height:1rem;position:fixed;left:50%;transform:translateX(-50%);text-align:right;bottom:80vh;cursor:pointer;font-size:1rem;z-index:1000}.aihelp-close.show{display:block}.aihelp-close div{color:#fff;font-size:1rem}@keyframes scaleIn{0%{transform:scale(0) translateX(-50%);transform-origin:right bottom}99%{transform:scale(1.05) translateX(-50%);transform-origin:right bottom}to{transform:scale(1) translateX(-50%);transform-origin:right bottom}}@keyframes scaleOut{0%{transform:scale(1) translateX(-50%);transform-origin:right bottom}1%{transform:scale(1.05) translateX(-50%);transform-origin:right bottom}99%{transform:scale(0) translateX(-50%);transform-origin:right bottom}to{transform:scale(0) translateX(-50%);transform-origin:right bottom}}