#local_chatbot_bubble {
    z-index: 99;
    display: none;
}

#local_chatbot_bubble i {
    font-size: 55px;
    width: 55px;
    height: 55px;
    cursor: pointer;
}

.noreia-chat-header-quiz.active,
.noreia-chat-header-left.active {
    opacity: 1;
}

.noreia-chat-header-quiz,
.noreia-chat-header-left {
    opacity: 0.4;
}

.noreia-chat-header-left,
.noreia-chat-header-quiz {
    cursor: pointer;
}

.noreia-middle-btn {
    height: 40px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}