

.chatSupport-parent {
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 10px 20px #00000029;
    border-radius: 36px;
    width: 70px;
    cursor: pointer;
    position: fixed;
    right: 25px;
    bottom: 100px;
    height: 70px;
    z-index: 999
}

.chatSupport-parent.expanded {
    height: unset
}

.chatSupport-wrap {
    position: relative
}

.chatSupport-main-icon {
    height: 70px;
    display: flex;
    justify-content: center
}

.chatSupport-main-icon img {
    display: block;
    height: auto;
}

.chatSupport-bubble {
    position: absolute;
    width: 10px;
    border-radius: 99px;
    background: #31bf24;
    height: 10px;
    border: 1px solid #fff;
    right: 5px;
    top: 5px
}

.chatSupport-item {
    color: black !important;
    font-family: "Arial";
    font-size: 9px;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
}

.chatSupport-item.active {
    display: flex
}

.chatSupport-item-icon {
    padding-bottom: 5px
}

.onopMluvii .mluvii_widget {
    display: none!important
}

.button-blue {
    background-color: var(--wp--preset--color--primary, #233f63) !important;
    color: var(--wp--preset--color--contrastcolor, #fffffe) !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    min-width: 200px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-width: 0px !important;
    cursor: pointer !important;
    transition: .3s !important;
}

.button-blue:hover {
    background-color: var(--wp--preset--color--secondary, #00aeef) !important;
}

/* Chat tlačítko - fialový gradient */
.chatSupport-mluvii-icon {
    background: linear-gradient(135deg, #9C88FF, #667eea) !important;
}