/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

#brokebot-frontend-widget-loader-wrapper {
   font-family: 'Open Sans', sans-serif;
   outline: 0 !important;
   border: 0 !important;
   height: 70px;
   width: 70px;
   overflow: hidden;
   display: block !important;
   position: fixed !important;
   transform: translateY(0px) !important;
   border-width: initial !important;
   border-style: none !important;
   border-color: initial !important;
   border-image: initial !important;
   z-index: 2147483647;
}
@media (max-width: 767px) {
   #brokebot-frontend-widget-loader-wrapper {
      right: 4px !important;
      bottom: 4px !important;
   }
}
@media (min-width: 768px) {
   #brokebot-frontend-widget-loader-wrapper {
      right: 36px !important;
      bottom: 36px !important;
   }
}
