/* Toggle Button Style BEGIN */

#druid-toggle-chat-button {
    position: fixed;
    border: none;
    bottom: 0;
    right: 0;
    margin: 0 20px 40px 0;
    background-color: transparent;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
    display: flex;
    z-index: 99999;
}

#druid-toggle-chat-icon-desktop {
    margin-bottom: -20px;
    position: relative;
    top: -1px;
}

#druid-toggle-chat-text {
    display: flex;
    padding: 10px 15px 7px;
    align-items: center;
    text-align: left;
    order: -1;
    margin-right: 8px;
    color: #fff;
    background-color: #f59100;
    font-size: 14px;
    font-weight: 700;
}

#druid-toggle-chat-text-2 {
    width: 140px;
    height: 50px;
    display: block;
}


@media (max-width: 768px) {
    #druid-toggle-chat-button .--desktop {
        display: none;
    }
}

@media (min-width: 769px) {
    #druid-toggle-chat-button .--mobile {
        display: none;
    }
}