#glassix-client{
    display: initial;
}
#glassix-widget
{
    display: block;
}#glassix-widget-launcher-closed .glassix-widget-icon-wrapper img {    max-width: 45.5px !important;}button#glassix-widget-launcher {    background-color: rgb(241, 91, 34);    width: 65px!important;    height: 65px!important;}
#glassix-widget-launcher {
    background-color: #1B80C4;
    display: block;
    width: 60px; /* Delete after knowledge updates the script  */
    height: 60px; /* Delete after knowledge updates the script  */
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: -3px 0px 12px 0px rgba(50, 50, 50, 0.29);
    -moz-box-shadow: -3px 0px 12px 0px rgba(50, 50, 50, 0.29);
    box-shadow: -3px 0px 12px 0px rgba(50, 50, 50, 0.29);
    box-sizing: border-box;
    border: none;
    outline: 0;
    padding: 0;
    min-width: auto; /* initial fallback for ie */
    min-width: initial;
    min-height: auto; /* initial fallback for ie */
    min-height: initial;
}

#customized-launcher {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    box-sizing: border-box;
    border: none;
    outline: 0;
    padding: 0;
    margin: auto;
    background-color: transparent;
    cursor: pointer;
}

    #glassix-widget-launcher:focus-visible
    {
        outline: 1px solid #003558;
        outline-offset: 2px;
    }

#glassix-widget-launcher:active {
    outline: none;
}
    #glassix-widget-launcher:hover
    {
        -webkit-box-shadow: -6px 0px 17px 0px rgba(50, 50, 50, 0.29);
        -moz-box-shadow: -6px 0px 17px 0px rgba(50, 50, 50, 0.29);
        box-shadow: -6px 0px 17px 0px rgba(50, 50, 50, 0.29);
    }
#glassix-widget-launcher-container {
    position: fixed;
    display: block;
    z-index: 2147482998 !important;
    bottom: 30px; /* Delete after knowledge updates the script  */
}

.fade-in-animated.closed{
    /*Fade-in animation*/
    -webkit-animation: fadein 1s ease-in 1s 1 normal forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s ease-in 1s 1 normal forwards; /* Firefox < 16 */
    -ms-animation: fadein 1s ease-in 1s 1 normal forwards; /* Internet Explorer */
    -o-animation: fadein 1s ease-in 1s 1 normal forwards; /* Opera < 12.1 */
    animation: fadein 1s ease-in 1s 1 normal forwards;
    opacity: 0;
}

.enter-from-bottom-animated.closed {
    /*Fade-in animation*/
    -webkit-animation: enter-from-bottom 0.5s ease-in 0s 1 normal forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: enter-from-bottom 0.5s ease-in 0s 1 normal forwards; /* Firefox < 16 */
    -ms-animation: enter-from-bottom 0.5s ease-in 0s 1 normal forwards; /* Internet Explorer */
    -o-animation: enter-from-bottom 0.5s ease-in 0s 1 normal forwards; /* Opera < 12.1 */
    animation: enter-from-bottom 0.5s ease-in 0s 1 normal forwards;
    transform: translateY(200%);
    opacity: 0;
}

#glassix-widget-launcher-opened-wrapper, #glassix-widget-launcher-closed-wrapper {
    width: 100%;
    height: 100%;

}
#glassix-widget-launcher-closed, #glassix-widget-launcher-opened, #glassix-widget-launcher-loading
{
    width: 100%;
    height: 100%;
    display: table;
}
.glassix-widget-icon-wrapper
{
    display: table-cell!important;
    vertical-align: middle;
}
.glassix-widget-icon-wrapper img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: initial;
}

#glassix-widget-launcher-opened .glassix-widget-icon-wrapper img {

}

#glassix-widget-launcher-closed .glassix-widget-icon-wrapper img {
    max-width: 65%; /*max width doesn't work on ie11*/
    height: auto !important;
    width: auto !important;
    opacity: 1;
}
#glassix-widget-iframe-container {
    position: fixed;
    display: flex;
    bottom: 110px; /* Delete after knowledge updates the script  */
    box-shadow: 0 5px 20px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.16);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.16);
    overflow: hidden;
    border-radius: 15px;
    /*background-color: white;*/
    z-index: 2147483000 !important;
    min-height: 250px;
    max-height: 590px;
    height: calc(100% - 130px - 30px);
    width: 370px;
    transform-origin: left bottom;
}

    #glassix-widget-iframe-container:focus {
        outline: 1px solid #003558;
    }

    #glassix-client.right #glassix-widget-iframe-container {
        transform-origin: right bottom;
    }

#glassix-client.left #glassix-widget-iframe-container {
    transform-origin: left bottom;
}

#glassix-widget-iframe-container.open.non-animated {
    opacity: 1;
}

#glassix-widget-iframe-container.closed.non-animated {
    opacity: 0;
    display: none;
}


#glassix-widget-iframe-container.open.animated {
    -webkit-animation: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s 1 normal both running iframe-wrapper-appear; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s 1 normal both running iframe-wrapper-appear; /* Firefox < 16 */
    -ms-animation: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s 1 normal both running iframe-wrapper-appear; /* Internet Explorer */
    -o-animation: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s 1 normal both running iframe-wrapper-appear; /* Opera < 12.1 */
    animation: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s 1 normal both running iframe-wrapper-appear;
}

#glassix-widget-iframe-container.closed.animated {
    -webkit-animation: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s 1 normal both running iframe-wrapper-disappear; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s 1 normal both running iframe-wrapper-disappear; /* Firefox < 16 */
    -ms-animation: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s 1 normal both running iframe-wrapper-disappear; /* Internet Explorer */
    -o-animation: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s 1 normal both running iframe-wrapper-disappear; /* Opera < 12.1 */
    animation: 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s 1 normal both running iframe-wrapper-disappear;
}

    .right #glassix-widget-iframe-container, .right #glassix-widget-launcher-container, .right #greeting-message-container {
        right: 30px;
        left: auto;
    }
.left #glassix-widget-iframe-container, .left #glassix-widget-launcher-container, .left #greeting-message-container
{
    left: 30px;
    right: auto;
}



    #glassix-widget-iframe
    {
        /*width: 100%;
        height: 100%;*/
        display: block;
        background-color: #fff;
    }

.closed #glassix-widget-iframe {
    width: 0%;
    height: 0%;
}

.open #glassix-widget-iframe {
    width: 100%;
   /* height: 100%;*/
   /* The reason we don't use height: 100% is bug on ios chrome when the bottom menu bar is minified the height doesn't take */
    min-height: 100%;
    max-height: 100%;
}

#glassix-widget-launcher-badge {
    background-color: #fc576b;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: block;
    text-align: center;
    border-radius: 50%;
    font-weight: 500;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    top: -4px;
    position: absolute;
    cursor: default;
}
.right #glassix-widget-launcher-badge{
    right: 0px;
}
.left #glassix-widget-launcher-badge
{
    left: 0px;
}

    /* introduction message */
#glassix-client #greeting-message-container {
    position: fixed;
    bottom: 110px; /* Delete after knowledge updates the script  */
    background-color: #fff;
    font-family: Helvetica, Arial, sans-serif, "Noto Color Emoji", "Apple Color Emoji", "Segoe MDL2 Assets", "Segoe UI Emoji", "Segoe UI Symbol";
    color: rgb(29, 33, 41);
    text-decoration: none solid rgb(29, 33, 41);
    text-size-adjust: 100%;
    width: auto;
    max-width: 250px;
    min-width: 120px;
    column-rule-color: rgb(29, 33, 41);
    perspective-origin: 180px 62px;
    transform-origin: 180px 62px;
    caret-color: rgb(29, 33, 41);
    border: 0px none rgb(29, 33, 41);
    outline: rgb(29, 33, 41) none 0px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);
    border-radius: 10px;
    z-index: 2147482998 !important;
    /*Fade-in animation*/
    -webkit-animation: fadein 1s ease-in 2s 1 normal forwards; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s ease-in 2s 1 normal forwards; /* Firefox < 16 */
    -ms-animation: fadein 1s ease-in 2s 1 normal forwards; /* Internet Explorer */
    -o-animation: fadein 1s ease-in 2s 1 normal forwards; /* Opera < 12.1 */
    animation: fadein 1s ease-in 2s 1 normal forwards;
    opacity: 0;
}
#glassix-client #greeting-message-container #greeting-message-wrapper
{
    color: rgb(29, 33, 41);
    overflow-wrap: break-word;
    text-align: center;
    text-decoration: none solid rgb(29, 33, 41);
    width: 100%;
    word-wrap: break-word;
    cursor: pointer;
}
    #glassix-client #greeting-message-container #greeting-message-wrapper #greeting-message-top {
        bottom: 0px;
        color: rgb(29, 33, 41);
        /*display: flex;*/
        min-height: 31px;
        left: 0px;
        overflow-wrap: break-word;
        position: relative;
        right: 0px;
        text-align: center;
        text-decoration: none solid rgb(29, 33, 41);
        text-size-adjust: 100%;
        top: 0px;
        width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        column-rule-color: rgb(29, 33, 41);
        justify-content: flex-end;
        perspective-origin: 180px 37.5px;
        transform-origin: 180px 37.5px;
        caret-color: rgb(29, 33, 41);
        border: 0px none rgb(29, 33, 41);
        outline: rgb(29, 33, 41) none 0px;
        padding: 12px;
        background-color: #fff;
        border-radius: 10px;
    }
        #glassix-client #greeting-mes…