#imFooter_pluginAppObj_11 {
    z-index: 999999!important;
    
    width: 100%;    
}

#imFooter_pluginAppObj_11 .icmWAC_BubbleContainer {
    position: fixed;
    z-index: 99999999;
    /* inset: auto 0px 0px auto; */

    inset-block-end: 0px;

    inset-inline-end: 0px;
    inset-inline-start: auto;
    
    max-width: 820px;
    
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 25px;
    margin-left: 25px;

    
}    

#imFooter_pluginAppObj_11 .icmWAC_BubbleButtonEllipsisNotification {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 0, 0);
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 4px;
    top: 4px;
    display: block !important;
}

#imFooter_pluginAppObj_11 .icmWAC_WindowChatMessageTextFieldContainer {
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-inline-start: 20px;
    padding-inline-end: 2px;
    overflow: hidden;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    background-color: rgb(255, 255, 255);
}

#imFooter_pluginAppObj_11 .icmWAC_WindowChatMessageText {
    box-sizing: border-box;
    padding: 6px 14px;
    position: relative;
    transform-origin: center top;
    z-index: 2;
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.39;
    max-width: calc(100% - 66px);
    border-radius: 0px 16px 16px;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    -webkit-hyphens: auto;
    hyphens: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px 0px;
}

#imFooter_pluginAppObj_11 .icmWAC_WindowContainer {
    position: fixed;
    inset-block-end: 120px;
    inset-inline-end: 25px;
    inset-inline-start: auto;
}

#imFooter_pluginAppObj_11 .icmWAC_WindowCloser {
    display: flex!important;
}

/* scheda visibile */
#imFooter_pluginAppObj_11 .icmWAC_WindowContainerVisible {
    z-index: 2147483647;
    width: 340px;
    transition: opacity 0.3s, margin 0.3s, visibility 0.3s;
    pointer-events: all;
    touch-action: auto;
    visibility: visible;
    margin-bottom: 10px;
    opacity: 1;
}

#imFooter_pluginAppObj_11 .icmWAC_WindowChatMessageButtonContainer {
    display: none;
    justify-content: center;
}

#imFooter_pluginAppObj_11 .icmWAC_WindowChat {
    background: url(../../pluginAppObj/imFooter_pluginAppObj_11/./images/background-whatsapp.jpg) center center / cover no-repeat;
}

#imFooter_pluginAppObj_11 .icmWAC_WindowChatTimeValue {
    
}

@media screen and (max-width: 400px) {
    #imFooter_pluginAppObj_11 .icmWAC_WindowContainer {
         width:300px!important;
    }    
}