/* additional styling for tawk.to elements that are inline ;) */
#tawkchat-minified-iframe-element-round{
    display:block !important;
    background:#fff !important;
    height:60px !important;
    width:60px !important;
    border-radius:50% !important;
    overflow:hidden !important;
    position:fixed !important;
    right:5px !important;
    bottom:5px !important;
    z-index:100001 !important;
    box-sizing:border-box !important;
    box-shadow:0px 3px 8px rgba(0,0,0,.25) !important;
    outline:none !important;
    visibility:visible !important;
    resize:none !important;
    transform:scale(.80) !important;
    transition:all .3s;
}
#tawkchat-minified-iframe-element-round:hover,
#mtawkchat-minified-iframe-element:hover{
    transform:scale(.90) !important;
    box-shadow:0px 6px 20px rgba(0,0,0,.35) !important;
}