.q-bubble-chat {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    max-width: 300px;
}

    .q-bubble-chat .q-topic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        border-radius: 15px;
        background: #f1f3f4;
    }

        .q-bubble-chat .q-topic p {
            font-style: normal;
            font-weight: bold;
            line-height: 17px;
            text-align: center;
            color: #011730;
            margin: 0;
            padding: 20px 30px;
        }

        .q-bubble-chat .q-topic div {
            background: #f1f3f4;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer;
        }

        .q-bubble-chat .q-topic button img {
            -webkit-transform: translateY(3px) scale(1.15);
            transform: translateY(3px) scale(1.15);
        }

.q-bubble-chat-closed {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 11px;
    cursor: pointer;
}

    .q-bubble-chat-closed:hover {
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    }

    .q-bubble-chat-closed.q-topic .btn {
        border-top-right-radius: 11px;
        border-bottom-right-radius: 11px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .q-bubble-chat-closed.q-topic div {
        border-top-left-radius: 11px;
        border-bottom-left-radius: 11px;
    }

        .q-bubble-chat-closed.q-topic div p {
            text-align: left;
        }

.q-bubble-chat-open {
    background: white;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 11px;
}

    .q-bubble-chat-open .q-topic .btn {
        border-top-right-radius: 11px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .q-bubble-chat-open .q-topic div {
        border-top-left-radius: 11px;
        border-bottom-left-radius: 0px;
    }

        .q-bubble-chat-open .q-topic div p {
            text-align: left;
        }

.q-bubble-chat .chat-option-button {
    text-transform: uppercase;
    height: 43px;
    border: 2px solid #27394f;
    border-radius: 26px;
    background-color: white;
    color: #27394f;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}

    .q-bubble-chat .chat-option-button:hover, .q-bubble-chat .chat-option-button.selected {
        background-color: #27394f;
        color: white;
    }

.q-bubble-chat .q-content {
    padding: 20px;
}

    .q-bubble-chat .q-content .q-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .q-bubble-chat .q-content p {
        bottom: -10px;
        left: 0;
        width: 100%;
        color: rgba(39, 57, 79, 0.8);
        font-size: 13px;
        line-height: 22px;
    }

.q-selection-made .q-topic div {
    display: none;
}

.q-bubble-chat.q-selection-made {
    width: auto;
}

.q-selection-made .q-topic button {
    border-radius: 11px !important
}

.q-bubble-chat.q-selection-made .q-content {
    display: none;
}

.q-bubble-chat.q-selection-made .q-bubble-chat-open {
    padding: 0
}

.btn-omino {
    background-color: var(--color-istitutional);
    border-color: var(--color-istitutional);
}

    .btn-omino img {
        width: 50px !important;
    }

.q-bubble-chat__webapp .q-close-icon {
    top: 1px;
    left: -30px;
}

.q-close-icon {
    position: absolute;
    top: 18px;
    border-radius: 51px !important;
    left: -40px;
}

.q-close-btn-icon {
    height: 22px;
    border-radius: 16px;
    background: none;
    border: none;
    background: #f1f3f4;
}

    .q-close-btn-icon span {
        font-size: 14px;
        width: 12px;
    }

        .q-close-btn-icon span::before {
            content: '\e745';
            position: relative;
        }

button.q-close-btn-icon:hover
button.q-close-btn-icon:focus {
    background: none;
    border: none;
    outline: none;
    box-shadow: none
}