@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }


/* ***BEGTIN*** fab.css*/

/* Styles for the Floating Action Button */
@import url("https://staging.chat.my-kibot.de/styles/variables.css");
:root {
    --chat-widget-height: 100%;
    --chat-widget-width: 100%;
    --chat-widget-icon-width: 56px;
    --close-x-color: #333333;
    --close-x-hover-color: #999999;
}
#fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 24px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .25);
    cursor: pointer;
    z-index: 100;
}
#fab_img {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: var(--chat-widget-icon-width);
    width: var(--chat-widget-icon-width);
    cursor: pointer;
    z-index: 100;
}
#fab_img img {
    max-width: 100%;
    height: auto;
}
/* Styles for the Overlay Window */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
#close-button {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    font-size: 0px;
    transition: 0.2s all ease;
}
#close-button::before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 32px;
    color: var(--close-x-color);
}
#close-button:hover::before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 32px;
    color: var(--close-x-hover-color);
}
#s3m-chat-container {
    width: 100%;
    height: 100%;
    max-width: var(--chat-widget-width);
    max-height: var(--chat-widget-height);
    position: relative;
}
#s3m-chat-widget {
    width: 100%;
    height: 100%;
}
/* ***END*** fab.css*/


#fab_img {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    z-index: 100;
}

@media screen and (max-width: 868.98px) {
    #fab_img {
        height: 75px;
        width: 75px;
    }
}

#fab_img img {
    max-width: 100%;
    height: auto;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#s3m-chat-container {
    width: 100%;
    height: 100%;
    max-width: 550px;
    max-height: 650px;
    position: relative;
}

#close-button a {
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 30px;
}

#s3m-chat-widget {
    width: 100%;
    height: 100%;
}

.s3m-chat-widget, iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-height: 840px) {
    #s3m-chat-container {
        max-height: 550px;
    }
}