/* Open Chat Button BEGIN */

#druidContainerElement:focus {
    outline: .3rem solid #ffffff !important;
}

#druidContainerElement:hover {
    text-decoration: none !important;
}

#druidContainerElementInner {
    position: relative;
    background-color: #ed424a !important;
    width: 58px;
    height: 58px;
    display: inline-block;
    border-radius: 4px;
    top: 4px;
    transition: .6s !important;
}

#druidContainerElementInner svg {
    position: absolute;
    top: 23%;
    left: 22%;
}

#druidContainerElement span.drd-badge {
    position: relative;
    float: right;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 9999;
}

#druidContainerElement span.drd-badge {
    letter-spacing: 0.6px !important;
    padding: 3px 6px !important;
    border-radius: 10px !important;
    color: white !important;
    font-size: 0.8rem !important;
    line-height: 14px !important;
    min-height: 15px !important;
    min-width: 10px !important;
    vertical-align: middle !important;
    text-align: center !important;
    display: inline-block !important;
}


/* #druidContainerElement:hover #druidContainerElementInner,
#druidContainerElement:hover #druidContainerTooltipOuter {
    background-color: #ed424a !important;
} */

#druidContainerElement {
    display: flex;
    position: fixed;
    cursor: pointer;
    right: 130px;
    bottom: 60px;
    z-index: 500;
}

#druidContainerTooltipOuter {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    top: 4px !important;
    padding: 11px !important;
    margin-right: 16px !important;
    background-color: #ed424a !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-family: SansaPro, Helvetica, Arial, sans-serif !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    max-width: 230px;
    font-size: 14px;
    border-radius: 4px;
    display: block;
    opacity: 1;
    transition: 0.6s !important;
}

#druidContainerTooltip span {
    color: #ffffff;
}

@media (max-width: 993px) {
    #druidContainerElement {
        right: 20px;
        bottom: 20px;
    }
}


/* Open Chat Button END */