/* Minification failed. Returning unminified contents.
(16,38): run-time error CSS1046: Expect comma, found '0'
(16,42): run-time error CSS1046: Expect comma, found '/'
 */
.chat-ui {
    /*font-family: 'Roboto',Verdana,Geneva,sans-serif !important;*/
    font-size: 14px;
    font-weight: 400;
    border: none;
    position: fixed;
    bottom: 0;
    right: 10px;
    display: flex;
    flex-direction: row-reverse;
    /*z-index: 1001;*/
}

    .chat-ui .starter-icon-container {
        background: #39b54a;
        box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
        color: #fff;
        text-align: center;
        line-height: 60px;
        padding-right: 3px;
        width: 60px;
        height: 60px;
        z-index: 6;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        bottom: 130px;
        right: 10px;
        font-size: 29px;
        position: fixed;
        bottom: 26px;
        right: 80px;
        cursor: pointer;
        z-index: 2 !important;
    }

