    .trx_addons_scroll_to_top.show {
        opacity: 1;
        bottom: 5em !important;
        z-index: 10002 !important;
    } 
    #chatwindow {
         max-width: 340px;
         position: fixed;
         right: 20px;
         bottom: 10px;
         z-index: 99999;
    }
     #chatwindow #closechat {
         position: absolute;
         right: 10px;
         top: 4px;
         background: none;
         border: none;
    z-index: 99999;
    }
     #chatwindow #closechat:hover {
         opacity: 0.8;
         background-color: #555965;
    z-index: 99999;
    }
     #chatwindow #closechat svg {
         color: #fff;
    z-index:10;
    }
     #chatwindow iframe {
         border: none;
         border-radius: 8px;
         box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    }
     #miabutton {
         max-width: 200px;
         position: fixed;
         right: 20px;
         bottom: 20px;
    z-index: 99999;
    }
     #miabutton button {
    cursor: pointer;
         box-shadow: none;
         background-color: #005862;
         color: #fff;
         fill: #fff;
         border-radius: 30px;
         padding: 10px 20px;
    z-index: 99999;
    }
     #miabutton button svg{
    vertical-align: middle;
    }
    
     #miabutton button:focus {
         outline: none;
    }