#brazenChatWidgetFrame {
  position: fixed;
  width: 0;
  height: 0;
  top: auto;
  bottom: 0;
  right: 0;
  z-index: 99999;
  display: none;
}
#brazenChatWidgetFrame.bc-resize-hidden {
  display: none !important;
}
#brazenChatWidgetFrame.bc-resize-init-view-minimized {
  display: block;
  height: 142px;
  width: 280px;
}
@media (max-width: 767px) {
  #brazenChatWidgetFrame.bc-resize-init-view-minimized {
    width: 152px;
    height: 118px;
  }
}
#brazenChatWidgetFrame.bc-resize-init-view-expanded {
  display: block;
  box-shadow: 0;
  width: 280px;
  height: 160px;
}
@media (max-width: 767px) {
  #brazenChatWidgetFrame.bc-resize-init-view-expanded {
    width: 152px;
    height: 152px;
  }
}
#brazenChatWidgetFrame.bc-resize-expanded {
  display: block;
  height: 520px;
  width: 350px;
  top: auto;
  bottom: 16px;
  right: 16px;
  border-radius: 2px;
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 767px) {
  #brazenChatWidgetFrame.bc-resize-expanded {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
  }
}
#brazenChatWidgetFrame.bc-resize-expanded-slided-down {
  display: block;
  height: 520px;
  width: 350px;
  top: auto;
  bottom: 16px;
  right: 16px;
  border-radius: 2px;
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(calc(100% - 40px));
  -moz-transform: translateY(calc(100% - 40px));
  -ms-transform: translateY(calc(100% - 40px));
  -o-transform: translateY(calc(100% - 40px));
  transform: translateY(calc(100% - 40px));
}
@media (max-width: 767px) {
  #brazenChatWidgetFrame.bc-resize-expanded-slided-down {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  #brazenChatWidgetFrame.bc-resize-expanded-slided-down {
    -webkit-transform: translateY(calc(100% - 56px));
    -moz-transform: translateY(calc(100% - 56px));
    -ms-transform: translateY(calc(100% - 56px));
    -o-transform: translateY(calc(100% - 56px));
    transform: translateY(calc(100% - 56px));
  }
}
@media (max-width: 767px) {
  html.bc-no-scroll-on-mobile {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
  html.bc-no-scroll-on-mobile body {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
}
.bc-bounceInFromBottom {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bc-bounceInFromBottom;
  animation-name: bc-bounceInFromBottom;
}
@-webkit-keyframes bc-bounceInFromBottom {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bc-bounceInFromBottom {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

