.fab-simgbot {
    background-color: #0079BA;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    box-shadow: 0 9px 18px 0 #0000001f;
    display: grid;
    place-items: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1000;
}

.fab-simgbot > svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.fab-simgbot-popup {
    display: none;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 9px 18px 0 #0000001f;
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 20000;
    width: 80vw;
    height: 80vh;
    max-width: 500px;
    max-height: 800px;
    overflow: hidden;
}

.fab-simgbot-popup > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.fab-simgbot-popup.fullscreen {
    max-width: unset;
    max-height: unset;
    width: auto;
    height: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    margin: 5px;
}
