#botmedia-chat-button {
   bottom: 30px !important;
   right: 30px !important;
   background: #ffffff !important;
   border-radius: 50% !important;
}

body #botmedia-chat-exit {
   background: #066223 !important;
   overflow: visible !important;
}

body #botmedia-chat-exit svg {
   height: 16px !important;
   margin: 7px auto !important;
   fill: #fff;
}

body #botmedia-chat-close svg,
body #botmedia-chat-maximize svg {
   fill: #fff !important;
}

body #botmedia-chat-close,
body #botmedia-chat-maximize {
   margin: 16px 15px 16px 19px !important;
   height: 16px !important;
   width: 16px !important;
}

body #botmedia-chat-content {
   width: 390px !important;
   height: 460px !important;
   border-radius: 3px !important;
   box-shadow: 0 1px 10px 1px rgba(122,122,122,0.3) !important;
}

#botmedia-chat-widget.maximized #botmedia-chat-content {
   width: 100% !important;
   height: 100% !important;
}

@media (max-width: 640px) {
   body #botmedia-chat-content {
      width: 100% !important;
      height: 100% !important;
   }
}

@media (max-height: 600px) {
   body #botmedia-chat-content {
      top: unset !important;
      right: 25px !important;
      bottom: 25px !important;
   }
}