.bot-embedding-sneak-peak {
    box-sizing: content-box;
    position: fixed;
    right: 10px;
    bottom: 13px;
    text-align: center;
    font-weight: bold;
    height: 46px;
    width: 46px;
    z-index: 99998;
    font-size: 1.2em;
    line-height: 0.8em;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #7f827b;
    background-color: #fff;
}

.bot-embedding-clickable-area {
    box-sizing: content-box;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 99999;
    top: -6px;
    left: -6px;
}

.bot-embedding-sneak-peak img {
    box-sizing: content-box;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.bot-embedding-container {
    box-sizing: content-box;
    z-index: 100000;
    position: relative;
}

.bot-embedding-tooltip {
    box-sizing: content-box;
    z-index: 100001;
    position: fixed;
    bottom: 90px;
    right: 25px;
    background: #009FDF 0 0 no-repeat padding-box;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .48);
    color: #fff;
    border-radius: 15px;
    padding: 8px 14px 8px 14px;
    line-height: 17px;
    font-family: Calibri, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.bot-embedding-tooltip:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    border: 5px solid transparent;
    border-top-color: #009FDF;
    border-bottom: 0;
    border-left: 0;
    margin-bottom: -5px;
}

/* styles for iframe/custom elements */
.bot-embedding-frame, stanusch-chat-component {
    box-sizing: content-box;
    margin: 0;
    background-size: cover;
    background-repeat: unset;
    color: #575757;
    line-height: 1;
    position: fixed;
    z-index: 999999;
    box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.28);
    width: 330px;
    height: 65vh;
    right: 90px;
    bottom: 2vh;
    border: none;
    border-radius: 5px;
    max-height: 569px;
}

@media only screen and (max-height: 870px) and (max-width: 500px) {
    .bot-embedding-frame, stanusch-chat-component {
        height: 100%;
        bottom: 0;
        max-height: 100%;
        right: 0;
        border-radius: 0;
        width: 100%;
    }
}

@media only screen and (min-height: 870px) and (max-width: 500px) {
    .bot-embedding-frame, stanusch-chat-component {
        bottom: 0;
        right: 0;
        border-radius: 0;
        width: 100%;
    }
}

@media only screen and (max-height: 500px) and (max-width: 870px) {
    .bot-embedding-frame, stanusch-chat-component {
        height: 100%;
        bottom: 0;
        max-height: 100%;
        right: 0;
        border-radius: 0;
        width: 100%;
    }
}

@media only screen and (max-height: 700px) and (min-width: 500px) {
    .bot-embedding-frame, stanusch-chat-component {
        height: 100%;
        bottom: 0;
        max-height: 100%;
        right: 0;
        border-radius: 0;
    }
}

@media only screen and (max-height: 400px) {
    .bot-embedding-frame, stanusch-chat-component {
        top: 0;
    }
}



