body .slaask-custom-close{
    display: none;
}
body .slaask-custom-close.in{
     background-color: transparent;
      display: block;
      margin-bottom: -8px;
      /* width: 103px; */
      box-shadow: none!important;
}
body .slaask-custom-close.in:hover{
    box-shadow: none!important;
}
body .slaask-custom-close .button {
   cursor: pointer;
   background-color: rgb(33, 150, 243);
   color: rgb(255, 255, 255);
   display: inline-flex;
   align-items: center;
   padding: 7px 8px;
   /* line-height: 1em; */
   font-size: 9px;
   margin-top: 100%;
   margin-left: -21px;
   margin-right: -22px;
   transition: all .25s cubic-bezier(.23,1,.32,1);
   border-radius: 5px;
   box-shadow: 1px 1px 6px rgba(0,0,0,.2)!important;
}
body .slaask-button .button-icon {
    width: 15px;
    margin-left: 5px;
}

body .slaask-button {
    bottom: 50px!important;
    left: 45px;
}