:root {
  --chat-header-background-color: #e73c3e;
  --chat-header-text-color: #fff;
}
.chat-h1,
h1 {
  font-size: 1.7rem;
  line-height: 1.2;
}
.chat-h2,
h2 {
  font-size: 1.275rem;
  line-height: 1.3;
  font-weight: 400;
}
.chat-h3,
h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.chat-h4,
h4 {
  font-size: 0.937rem;
  line-height: 1.4;
}
.chat-h5,
h5 {
  font-size: 1rem;
  line-height: 1.4;
}
.chat-h6,
h6 {
  font-size: 0.812rem;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .chat-h1,
  h1 {
    font-size: 2rem;
  }
  .chat-h2,
  h2 {
    font-size: 1.5rem;
  }
}
ol,
ul {
  padding-left: 2rem;
}
ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
  margin-top: 0;
}
dt {
  font-weight: 800;
}
dd {
  margin-left: 0;
}
.chat-hr,
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  text-align: inherit;
  margin: 0 0 1rem;
  border: 0;
  border-top: 1px solid #d9dbe4;
}
* + .chat-hr,
* + hr {
  margin-top: 1rem;
}
.chat-hr.chat-hr-dashed {
  border-style: dashed;
}
address {
  font-size: normal;
}
blockquote {
  margin: 0 0 1rem;
  font-size: 0.937rem;
  line-height: 1.5;
  font-style: italic;
}
* + blockquote {
  margin-top: 1rem;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote footer {
  margin-top: 0.5rem;
  font-size: 0.812rem;
  line-height: 1.5;
}
pre {
  font: 0.812rem/1.5 Lato;
  color: #545454;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  overflow: auto;
}
pre code {
  font-family: Lato;
}
::-moz-selection {
  background: #03a84e;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #03a84e;
  color: #fff;
  text-shadow: none;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
iframe {
  border: 0;
}
.chat-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.chat-flex-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.chat-flex-inline:after,
.chat-flex-inline:before,
.chat-flex:after,
.chat-flex:before {
  display: none;
}
.chat-flex-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.chat-flex-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.chat-flex-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.chat-flex-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.chat-flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (min-width: 640px) {
  .chat-flex-left\@s {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .chat-flex-center\@s {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .chat-flex-right\@s {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .chat-flex-between\@s {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .chat-flex-around\@s {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media screen and (min-width: 960px) {
  .chat-flex-left\@m {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .chat-flex-center\@m {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .chat-flex-right\@m {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .chat-flex-between\@m {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .chat-flex-around\@m {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1200px) {
  .chat-flex-left\@l {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .chat-flex-center\@l {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .chat-flex-right\@l {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .chat-flex-between\@l {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .chat-flex-around\@l {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1600px) {
  .chat-flex-left\@xl {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .chat-flex-center\@xl {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .chat-flex-right\@xl {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .chat-flex-between\@xl {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .chat-flex-around\@xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.chat-flex-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.chat-flex-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
.chat-flex-middle {
  -ms-flex-align: center;
  align-items: center;
}
.chat-flex-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.chat-flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.chat-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.chat-flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.chat-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.chat-flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.chat-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.chat-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.chat-flex-wrap-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.chat-flex-wrap-top {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.chat-flex-wrap-middle {
  -ms-flex-line-pack: center;
  align-content: center;
}
.chat-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.chat-flex-wrap-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.chat-flex-wrap-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.chat-flex-first {
  -ms-flex-order: -1;
  order: -1;
}
.chat-flex-last {
  -ms-flex-order: 99;
  order: 99;
}
@media screen and (min-width: 640px) {
  .chat-flex-first\@s {
    -ms-flex-order: -1;
    order: -1;
  }
  .chat-flex-last\@s {
    -ms-flex-order: 99;
    order: 99;
  }
}
@media screen and (min-width: 960px) {
  .chat-flex-first\@m {
    -ms-flex-order: -1;
    order: -1;
  }
  .chat-flex-last\@m {
    -ms-flex-order: 99;
    order: 99;
  }
}
@media screen and (min-width: 1200px) {
  .chat-flex-first\@l {
    -ms-flex-order: -1;
    order: -1;
  }
  .chat-flex-last\@l {
    -ms-flex-order: 99;
    order: 99;
  }
}
@media screen and (min-width: 1600px) {
  .chat-flex-first\@xl {
    -ms-flex-order: -1;
    order: -1;
  }
  .chat-flex-last\@xl {
    -ms-flex-order: 99;
    order: 99;
  }
}
.chat-flex-none {
  -ms-flex: none;
  flex: none;
}
.chat-flex-auto {
  -ms-flex: auto;
  flex: auto;
}
.chat-flex-1 {
  -ms-flex: 1;
  flex: 1;
}
.chat-margin {
  margin-bottom: 1.5rem !important;
}
* + .chat-margin,
.chat-margin-top {
  margin-top: 1.5rem !important;
}
.chat-margin-bottom {
  margin-bottom: 1.5rem !important;
}
.chat-margin-left {
  margin-left: 1.5rem !important;
}
.chat-rtl .chat-margin-left {
  margin-left: auto !important;
  margin-right: 1.5rem !important;
}
.chat-margin-right {
  margin-right: 1.5rem !important;
}
.chat-rtl .chat-margin-right {
  margin-right: auto !important;
  margin-left: 1.5rem !important;
}
.chat-margin-xsmall {
  margin-bottom: 0.5rem !important;
}
* + .chat-margin-xsmall,
.chat-margin-xsmall-top {
  margin-top: 0.5rem !important;
}
.chat-margin-xsmall-bottom {
  margin-bottom: 0.5rem !important;
}
.chat-margin-xsmall-left {
  margin-left: 0.5rem !important;
}
.chat-rtl .chat-margin-xsmall-left {
  margin-left: auto !important;
  margin-right: 0.5rem !important;
}
.chat-margin-xsmall-right {
  margin-right: 0.5rem !important;
}
.chat-rtl .chat-margin-xsmall-right {
  margin-right: auto !important;
  margin-left: 0.5rem !important;
}
.chat-margin-small {
  margin-bottom: 1rem !important;
}
* + .chat-margin-small,
.chat-margin-small-top {
  margin-top: 1rem !important;
}
.chat-margin-small-bottom {
  margin-bottom: 1rem !important;
}
.chat-margin-small-left {
  margin-left: 1rem !important;
}
.chat-rtl .chat-margin-small-left {
  margin-left: auto !important;
  margin-right: 1rem !important;
}
.chat-margin-small-right {
  margin-right: 1rem !important;
}
.chat-rtl .chat-margin-small-right {
  margin-right: auto !important;
  margin-left: 1rem !important;
}
.chat-margin-medium {
  margin-bottom: 2rem !important;
}
* + .chat-margin-medium,
.chat-margin-medium-top {
  margin-top: 2rem !important;
}
.chat-margin-medium-bottom {
  margin-bottom: 2rem !important;
}
.chat-margin-medium-left {
  margin-left: 2rem !important;
}
.chat-rtl .chat-margin-medium-left {
  margin-left: auto !important;
  margin-right: 2rem !important;
}
.chat-margin-medium-right {
  margin-right: 2rem !important;
}
.chat-rtl .chat-margin-medium-right {
  margin-right: auto !important;
  margin-left: 2rem !important;
}
.chat-margin-large {
  margin-bottom: 2rem !important;
}
* + .chat-margin-large,
.chat-margin-large-top {
  margin-top: 2rem !important;
}
.chat-margin-large-bottom {
  margin-bottom: 2rem !important;
}
.chat-margin-large-left {
  margin-left: 2rem !important;
}
.chat-rtl .chat-margin-large-left {
  margin-left: auto !important;
  margin-right: 2rem !important;
}
.chat-margin-large-right {
  margin-right: 2rem !important;
}
.chat-rtl .chat-margin-large-right {
  margin-right: auto !important;
  margin-left: 2rem !important;
}
@media screen and (min-width: 1200px) {
  .chat-margin-large {
    margin-bottom: 2.5rem !important;
  }
  * + .chat-margin-large,
  .chat-margin-large-top {
    margin-top: 2.5rem !important;
  }
  .chat-margin-large-bottom {
    margin-bottom: 2.5rem !important;
  }
  .chat-margin-large-left {
    margin-left: 2.5rem !important;
  }
  .chat-rtl .chat-margin-large-left {
    margin-left: auto !important;
    margin-right: 2.5rem !important;
  }
  .chat-margin-large-right {
    margin-right: 2.5rem !important;
  }
  .chat-rtl .chat-margin-large-right {
    margin-right: auto !important;
    margin-left: 2.5rem !important;
  }
}
.chat-margin-xlarge {
  margin-bottom: 2.5rem !important;
}
* + .chat-margin-xlarge,
.chat-margin-xlarge-top {
  margin-top: 2.5rem !important;
}
.chat-margin-xlarge-bottom {
  margin-bottom: 2.5rem !important;
}
.chat-margin-xlarge-left {
  margin-left: 2.5rem !important;
}
.chat-rtl .chat-margin-xlarge-left {
  margin-left: auto !important;
  margin-right: 2.5rem !important;
}
.chat-margin-xlarge-right {
  margin-right: 2.5rem !important;
}
.chat-rtl .chat-margin-xlarge-right {
  margin-right: auto !important;
  margin-left: 2.5rem !important;
}
@media screen and (min-width: 1200px) {
  .chat-margin-xlarge {
    margin-bottom: 3rem !important;
  }
  * + .chat-margin-xlarge,
  .chat-margin-xlarge-top {
    margin-top: 3rem !important;
  }
  .chat-margin-xlarge-bottom {
    margin-bottom: 3rem !important;
  }
  .chat-margin-xlarge-left {
    margin-left: 3rem !important;
  }
  .chat-rtl .chat-margin-xlarge-left {
    margin-left: auto !important;
    margin-right: 3rem !important;
  }
  .chat-margin-xlarge-right {
    margin-right: 3rem !important;
  }
  .chat-rtl .chat-margin-xlarge-right {
    margin-right: auto !important;
    margin-left: 3rem !important;
  }
}
.chat-margin-remove {
  margin: 0 !important;
}
.chat-margin-remove-top {
  margin-top: 0 !important;
}
.chat-margin-remove-bottom {
  margin-bottom: 0 !important;
}
.chat-margin-remove-left {
  margin-left: 0 !important;
}
.chat-rtl .chat-margin-remove-left {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.chat-margin-remove-right {
  margin-right: 0 !important;
}
.chat-rtl .chat-margin-remove-right {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.chat-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.chat-margin-remove-adjacent + * {
  margin-top: 0 !important;
}
.chat-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.chat-margin-auto-top {
  margin-top: auto !important;
}
.chat-margin-auto-bottom {
  margin-bottom: auto !important;
}
.chat-margin-auto-left {
  margin-left: auto !important;
}
.chat-rtl .chat-margin-auto-left {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.chat-margin-auto-right {
  margin-right: auto !important;
}
.chat-rtl .chat-margin-auto-right {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.chat-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.chat-padding {
  padding: 1rem !important;
}
@media screen and (min-width: 1200px) {
  .chat-padding {
    padding: 2rem !important;
  }
}
.chat-padding-small {
  padding: 0.5rem !important;
}
.chat-padding-large {
  padding: 1rem !important;
}
@media screen and (min-width: 1200px) {
  .chat-padding-large {
    padding: 2.5rem !important;
  }
}
.chat-padding-remove {
  padding: 0 !important;
}
.chat-padding-remove-top {
  padding-top: 0 !important;
}
.chat-padding-remove-bottom {
  padding-bottom: 0 !important;
}
.chat-padding-remove-left {
  padding-left: 0 !important;
}
.chat- .chat-padding-remove-left {
  padding-left: auto !important;
  padding-right: 0 !important;
}
.chat-padding-remove-right {
  padding-right: 0 !important;
}
.chat- .chat-padding-remove-right {
  padding-right: auto !important;
  padding-left: 0 !important;
}
.chat-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.chat-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.chat-text-regular-1 {
  font-size: 0.75rem;
}
.chat-text-regular-1,
.chat-text-regular-2 {
  line-height: 1.618;
  font-weight: 400;
  color: #545454;
}
.chat-text-regular-2 {
  font-size: 0.812rem;
}
.chat-text-regular-3 {
  font-size: 0.937rem;
  line-height: 1.618;
  font-weight: 400;
  color: #545454;
}
.chat-text-bold-1,
.chat-text-regular-4 {
  font-size: 1rem;
  line-height: 1.618;
  font-weight: 400;
  color: #545454;
}
.chat-text-bold-2 {
  font-size: 1.25rem;
}
.chat-text-bold-2,
.chat-text-bold-3 {
  line-height: 1.5;
  font-weight: 600;
  color: #545454;
}
.chat-text-bold-3 {
  font-size: 1.5rem;
}
.chat-text-bold-4 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #545454;
}
.chat-text-green-1 {
  color: #03a84e !important;
}
.chat-text-yellow-1 {
  color: #fdc20f !important;
}
.chat-text-red-1 {
  color: #bf1212 !important;
}
.chat-text-grey-0 {
  color: #242424 !important;
}
.chat-text-grey-1 {
  color: #545454 !important;
}
.chat-text-grey-2 {
  color: #92929e !important;
}
.chat-text-grey-3 {
  color: #d9dbe4 !important;
}
.chat-text-grey-4 {
  color: #f7f7f9 !important;
}
.chat-text-white {
  color: #fff !important;
}
.chat-text-bold {
  font-weight: 600;
}
.chat-text-italic {
  font-style: italic;
}
.chat-text-oblique {
  font-style: oblique;
}
.chat-text-underline {
  text-decoration: underline;
}
.chat-text-uppercase {
  text-transform: uppercase !important;
}
.chat-text-capitalize {
  text-transform: capitalize !important;
}
.chat-text-lowercase {
  text-transform: lowercase !important;
}
.chat-text-left {
  text-align: left !important;
}
.chat-text-right,
.chat-rtl .chat-text-left {
  text-align: right !important;
}
.chat-rtl .chat-text-right {
  text-align: left !important;
}
.chat-text-center {
  text-align: center !important;
}
.chat-text-justify {
  text-align: justify !important;
}
@media screen and (min-width: 640px) {
  .chat-text-left\@s {
    text-align: left !important;
  }
  .chat-text-right\@s,
  .chat-rtl .chat-text-left\@s {
    text-align: right !important;
  }
  .chat-rtl .chat-text-right\@s {
    text-align: left !important;
  }
  .chat-text-center\@s {
    text-align: center !important;
  }
}
@media screen and (min-width: 960px) {
  .chat-text-left\@m {
    text-align: left !important;
  }
  .chat-text-right\@m,
  .chat-rtl .chat-text-left\@m {
    text-align: right !important;
  }
  .chat-rtl .chat-text-right\@m {
    text-align: left !important;
  }
  .chat-text-center\@m {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .chat-text-left\@l {
    text-align: left !important;
  }
  .chat-text-right\@l,
  .chat-rtl .chat-text-left\@l {
    text-align: right !important;
  }
  .chat-rtl .chat-text-right\@l {
    text-align: left !important;
  }
  .chat-text-center\@l {
    text-align: center !important;
  }
}
@media screen and (min-width: 1600px) {
  .chat-text-left\@xl {
    text-align: left !important;
  }
  .chat-text-right\@xl,
  .chat-rtl .chat-text-left\@xl {
    text-align: right !important;
  }
  .chat-rtl .chat-text-right\@xl {
    text-align: left !important;
  }
  .chat-text-center\@xl {
    text-align: center !important;
  }
}
.chat-text-top {
  vertical-align: top !important;
}
.chat-text-middle {
  vertical-align: middle !important;
}
.chat-text-bottom {
  vertical-align: bottom !important;
}
.chat-text-baseline {
  vertical-align: baseline !important;
}
.chat-text-nowrap {
  white-space: nowrap;
}
.chat-box-shadow-xsmall {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.chat-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.chat-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
.chat-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.chat-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
.chat-text-truncate {
  max-width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-float-left {
  float: left !important;
}
.chat-float-right,
.chat-rtl .chat-float-left {
  float: right !important;
}
.chat-rtl .chat-float-right {
  float: left !important;
}
.chat-alert {
  padding: 1rem 1.5rem;
  background: #fff;
  color: #545454;
  border: 1px solid #d9dbe4;
  border-left-width: 5px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}
.chat-alert .chat-close {
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0;
  border: 0;
  height: 100%;
  border-radius: 0 5px 5px 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  background: #f7f7f9;
}
.chat-alert .chat-close:focus,
.chat-alert .chat-close:hover {
  cursor: pointer;
  outline: none;
}
.chat-alert .chat-close.chat-isMobile,
.chat-alert:hover .chat-close {
  visibility: visible;
}
.chat-alert .chat-close span {
  display: block;
  position: relative;
  width: 0.9375rem;
  height: 0.9375rem;
  opacity: 0.8;
}
.chat-alert .chat-close:hover span,
.chat-alert .chat-close span:hover {
  opacity: 1;
}
.chat-close span:after,
.chat-close span:before {
  display: inline-block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.9375rem;
  width: 0.125rem;
  background-color: #333;
}
.chat-close span:before {
  transform: rotate(45deg);
}
.chat-close span:after {
  transform: rotate(-45deg);
}
.chat-alert-success {
  border-left-color: #03a84e;
}
.chat-alert-success .chat-alert-icon,
.chat-alert-success .chat-alert-title {
  color: #03a84e;
}
.chat-alert-warning {
  border-left-color: #fdc20f;
}
.chat-alert-warning .chat-alert-icon,
.chat-alert-warning .chat-alert-title {
  color: #fdc20f;
}
.chat-alert-danger {
  border-left-color: #bf1212;
}
.chat-alert-danger .chat-alert-icon,
.chat-alert-danger .chat-alert-title {
  color: #bf1212;
}
.chat-alert-title {
  font-size: 0.937rem;
  color: #545454;
}
.chat-alert-icon {
  color: #545454;
}
.chat-alert-xsmall {
  padding: 0.5rem;
}
.chat-alert-xsmall .chat-alert-title {
  font-size: 0.75rem;
}
.chat-alert-xsmall .chat-alert-description {
  font-size: 0.75rem;
  font-size: calc(fontSize(xsmall) - 0.125rem);
}
.chat-alert-small {
  padding: 1rem;
}
.chat-alert-small .chat-alert-title {
  font-size: 0.812rem;
}
.chat-alert-medium {
  padding: 2rem;
}
.chat-alert-medium .chat-alert-title {
  font-size: 0.937rem;
}
.alert-fade-enter-active,
.alert-fade-leave-active {
  transition: opacity 0.5s;
}
.alert-fade-enter,
.alert-fade-leave-to {
  opacity: 0;
}
.chat-avatar {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  font-size: 1rem;
  line-height: 2.75rem;
  text-align: center;
  background-color: #efefef;
  border: 2px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.chat-avatar.chat-avatar-count {
  background-color: #fff;
  background-color: var(--chat-header-text-color);
  color: #03a84e;
  color: var(--chat-header-background-color);
}
.chat-avatar .chat-avatar-image {
  line-height: 0;
}
.chat-avatar .chat-avatar-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.chat-avatar-xsmall {
  height: 2rem;
  width: 2rem;
  font-size: 0.75rem;
  line-height: 1.75rem;
}
.chat-avatar-small {
  height: 2.5rem;
  width: 2.5rem;
  font-size: 0.812rem;
  line-height: 2.25rem;
}
.chat-avatar-medium {
  height: 3.5rem;
  width: 3.5rem;
  font-size: 0.937rem;
  line-height: 3.25rem;
}
.chat-avatar-large {
  height: 4rem;
  width: 4rem;
  font-size: 1.25rem;
  line-height: 3.75rem;
}
.chat-badge {
  height: 1.25rem;
  width: 1.25rem;
  box-sizing: border-box;
  font-size: 0.687rem;
  line-height: 1.25rem;
  vertical-align: middle;
  text-align: center;
  background: #bf1212;
  color: #fff;
  border-radius: 50%;
}
.chat-branding:hover {
  background: #f7f7f9;
  border-radius: 1.25rem;
}
.chat-button {
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
  font: inherit;
  color: inherit;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  font-size: 1rem;
  border: 1px solid #03a84e;
  border-color: var(--chat-header-background-color);
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none;
  background-color: #03a84e;
  background-color: var(--chat-header-background-color);
  color: #fff;
  color: var(--chat-header-text-color);
}
.chat-button:not(:disabled) {
  cursor: pointer;
}
.chat-button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.chat-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.chat-button:hover,
a.chat-button:hover {
  text-decoration: none;
}
a.chat-button:hover {
  color: #fff;
  color: var(--chat-header-text-color);
}
.chat-button:active,
.chat-button:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
.chat-button-success {
  background-color: #03a84e;
  color: #fff;
  border: 1px solid #03a84e;
}
.chat-button-danger {
  background-color: #f0505c;
  color: #fff;
  border: 1px solid #f0505c;
}
.chat-button-outline,
a.chat-button-outline:hover {
  background-color: #fff;
  color: #03a84e;
  color: var(--chat-header-background-color);
  border-color: #03a84e;
  border-color: var(--chat-header-background-color);
}
.chat-button-outline-success {
  color: #03a84e;
  border: 1.5px solid #03a84e;
}
.chat-button-outline-danger {
  color: #f0505c;
  border: 1.5px solid #f0505c;
}
.chat-button-dashed {
  border-style: dashed;
  background-color: #fff;
  color: #03a84e;
  color: var(--chat-header-background-color);
}
.chat-button-small {
  padding: 0.25rem 1rem;
  line-height: 1.5rem;
  font-size: 0.812rem;
}
.chat-button-large {
  padding: 1rem 2rem;
  line-height: 1.5rem;
  font-size: 0.937rem;
}
.chat-button-rounded {
  border-radius: 2.5rem;
}
.chat-button-small.chat-button-rounded {
  border-radius: 1.875rem;
}
.chat-button-large.chat-button-rounded {
  border-radius: 2.5rem;
}
.chat-button-text {
  padding: 0;
  line-height: 1.618;
  background: 0 0;
  border: none;
}
.chat-button-text,
.chat-button-text:focus,
.chat-button-text:hover {
  color: #03a84e;
  color: var(--chat-header-background-color);
}
.chat-button-text:active,
.chat-button-text:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
.chat-button-text:disabled {
  color: #92929e !important;
  cursor: not-allowed;
  outline: none;
}
.chat-button-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.chat-button-circle {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  padding: 0;
  border-radius: 100%;
}
.chat-button-circle.chat-button-small {
  height: 1.625rem;
  width: 1.625rem;
  line-height: 1.625rem;
}
.chat-button-circle.chat-button-large {
  height: 3.75rem;
  width: 3.75rem;
  line-height: 3.75rem;
}
.chat-button-dashed .chat-button-color-inverse,
.chat-button-outline .chat-button-color-inverse {
  color: #fff;
  color: var(--chat-header-text-color);
  border-color: #fff;
  border-color: var(--chat-header-text-color);
}
.chat-button-text.chat-button-color-inverse,
.chat-button-text.chat-button-color-inverse:focus,
.chat-button-text.chat-button-color-inverse:hover {
  color: #fff;
  color: var(--chat-header-text-color);
}
.chat-card {
  position: relative;
  box-sizing: border-box;
  padding: 1.5rem;
  border-radius: 5px;
}
.chat-card{
  background-color: var(--chat-header-background-color);
  color: var(--chat-header-text-color);
}

.chat-card-default {
  background-color: #dbd9d9;
  color: #000;
}
.chat-card-inverse {
  background-color: #fff;
  color: #92929e;
}
.chat-card-primary {
  background-color: #03a84e;
  background-color: var(--chat-header-background-color);
  color: #fff;
  color: var(--chat-header-text-color);
}
.chat-card-xsmall {
  padding: 0.5rem;
}
.chat-card-small {
  padding: 1rem;
}
.chat-card-medium {
  padding: 2rem;
}
.chat-card-large {
  padding: 2.5rem;
}
.chat-chatinput {
  width: 100%;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.chat-chatinput-emojis {
  position: absolute;
  bottom: 100%;
  left: auto;
  right: 0;
  top: auto;
  margin: 0 auto 0.25rem;
  z-index: 2;
  width: 100%;
  max-width: 19.875rem;
}
.chat-chatinput-emojis .chat-emoji-picker {
  margin: 0 auto;
  width: 100%;
}
.chat-chatinput-fileupload {
  box-sizing: border-box;
  padding: 0.5rem;
}
.chat-chatinput-fileupload-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.chat-chatinput-fileupload-input,
.chat-chatinput-fileupload-preview {
  margin-right: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
}
.chat-chatinput-fileupload-preview {
  padding: 0;
  position: relative;
  background: #f7f7f9;
  border-radius: 5px;
}
.chat-chatinput-fileupload-preview .chat-icon {
  color: #92929e;
}
.chat-chatinput-fileupload-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
}
.chat-chatinput-fileupload-input {
  background: #f7f7f9;
  border-radius: 5px;
  cursor: pointer;
}
.chat-chatinput-fileupload-input .chat-icon-add {
  color: #92929e;
}
.chat-chatinput-fileupload-input:hover {
  cursor: pointer;
}
.chat-chatinput-fileupload input {
  display: none;
  box-sizing: border-box;
}
.chat-chatinput-editor {
  font: 400 0.812rem Lato, sans-serif;
  max-width: 100%;
  width: 100%;
  min-height: 1rem;
  height: 1rem;
  max-height: 9.375rem;
  resize: none;
  outline: none;
  border: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 5.5rem 0 0;
  margin: 0.15rem 0 0;
}
.chat-chatinput-action-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.chat-chatinput-action-buttons.active {
  transition: all 0.1s ease;
  right: 2rem;
}
.chat-chatinput-button {
  color: #92929e;
  background: 0 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  width: 1.8rem;
}
.chat-chatinput-button.chat-chatinput-focused {
  color: #545454;
}
.chat-chatinput-button:hover {
  cursor: pointer;
}
.chat-chatinput-button:focus {
  outline: none;
}
.chat-chatinput-button.active .chat-chatinput-ratings {
  width: 3.8125rem;
  opacity: 1;
}
.chat-chatinput-button.active .chat-chatinput-rating {
  opacity: 0;
}
.chat-chatinput-rating {
  transition: opacity 1s ease-in-out;
}
.chat-chatinput-ratings {
  position: absolute;
  background: #fff;
  box-sizing: border-box;
  width: 0;
  bottom: -10px;
  transition: all 0.3s ease;
  right: 0;
  height: 2.5rem;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
}
.chat-chatinput-ratings input {
  display: none;
}
.chat-chatinput-rate {
  background: 0 0;
  display: inline-block;
  border: 0;
  padding: 0;
}
.chat-chatinput-rate:hover {
  transform: scale(1.4);
  cursor: pointer;
}
.chat-chatinput-ratings-thumbs-down {
  color: #bf1212;
}
.chat-chatinput-ratings-thumbs-up {
  color: #03a84e;
}
.chat-chatinput-send-container {
  position: absolute;
  top: 0;
  right: 0;
}
.chat-chatinput-send {
  background: 0 0;
  color: #03a84e;
  border: 1px solid transparent;
  padding: 0;
  width: 1.8rem;
}
.chat-chatinput-send:hover {
  cursor: pointer;
}
.chat-chatinput-send:focus {
  outline: 1px solid #1f6885;
}
.chat-chatinput-file-remove {
  position: absolute;
  right: -6px;
  top: -6px;
  background: #fff;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  border: 1px solid #bf1212;
  cursor: pointer;
}
.chat-chatinput-file-remove .chat-icon-close {
  font-size: 0.375rem;
  color: #bf1212;
}
.chat-chatinput-wrap {
  position: relative;
}
.chat-rtl .chat-chatinput-editor {
  padding: 0 0 0 5.5rem;
}
.chat-rtl .chat-chatinput-action-buttons {
  left: 0;
  right: auto;
}
.chat-rtl .chat-chatinput-action-buttons.active {
  left: 30px;
}
.chat-rtl .chat-chatinput-emojis,
.chat-rtl .chat-chatinput-ratings,
.chat-rtl .chat-chatinput-send-container {
  left: 0;
  right: auto;
}
.chat-checkbox-container {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chat-rtl .chat-checkbox-container {
  padding-right: 2rem;
  padding-left: 0;
  text-align: right;
}
.chat-checkbox-container .chat-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.chat-checkbox-container .chat-checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1rem;
  width: 1rem;
  border: 1px solid #d9dbe4;
  border-radius: 2px;
  background: #fff;
}
.chat-rtl .chat-checkbox-container .chat-checkmark {
  right: 0;
  left: auto;
}
.chat-checkbox-container:hover .chat-checkbox ~ .chat-checkmark {
  border-color: #d9dbe4;
}
.chat-checkbox-container .chat-checkbox:checked ~ .chat-checkmark {
  background-color: #03a84e;
  background-color: var(--chat-header-background-color);
  border-color: #03a84e;
  border-color: var(--chat-header-background-color);
}
.chat-checkbox-container .chat-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.chat-checkbox-container .chat-checkbox:checked ~ .chat-checkmark:after {
  display: block;
}
.chat-checkbox-container .chat-checkmark:after {
  left: 5px;
  top: 2px;
  width: 0.25rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.chat-checkbox-container .chat-form-label {
  color: #545454;
  font: 400 0.812rem Lato;
}
.chat-checkbox-container .chat-checkbox[disabled] ~ .chat-form-label {
  color: #d9dbe4;
}
.chat-dropdown {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}
.chat-dropdown-menu {
  display: none;
  position: absolute;
  top: 2.5rem;
  z-index: 2000;
  box-sizing: border-box;
  min-width: 9.375rem;
  max-width: 12.5rem;
  padding: 1rem;
  background-color: #fff;
  color: #545454;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
.chat-dropdown-menu.chat-open {
  display: block;
}
.chat-dropdown-menu-right {
  right: 0;
}
.chat-dropdown-menu-left {
  left: 0;
}
.slide-fade-enter-active {
  transition: all 0.3s ease;
}
.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateY(10px);
}
.chat-emoji-picker {
  width: 100%;
  max-width: 19.875rem;
  min-height: 16.0625rem;
  border: 1px solid #d9dbe4;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
.chat-emoji-loading {
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #333;
  -webkit-animation: rotateCircleLoader 1.1s linear infinite;
  animation: rotateCircleLoader 1.1s linear infinite;
}
@-webkit-keyframes rotateCircleLoader {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotateCircleLoader {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.chat-emoji-group {
  border-bottom: 1px solid #d9dbe4;
}
.chat-emoji-group-tab {
  padding: 0.5rem;
}
.chat-emoji-group-tab:hover {
  cursor: pointer;
}
.chat-emoji-group-tab-active {
  position: relative;
}
.chat-emoji-group-tab-active:after {
  content: "";
  background: #03a84e;
  position: absolute;
  height: 0.125rem;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
  top: 100%;
}
.chat-emoji-group-tab img {
  width: 1.125rem;
  fill: #03a84e;
}
.chat-emoji-search-container {
  box-sizing: border-box;
  padding: 1rem 0.5rem;
}
.chat-emoji-sticky-header {
  padding: 0 0.5rem;
}
.chat-emoji-header,
.chat-emoji-sticky-header {
  margin: 0;
  font: 400 0.812rem Lato;
  color: #545454;
}
.chat-emoji-scroll {
  height: 6.75rem;
  padding: 0 0.5rem;
  position: relative;
  overflow: scroll;
}
.chat-emoji-preview {
  box-sizing: border-box;
  height: 3.125rem;
  background: #f7f7f9;
  padding: 0.5rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.chat-emoji-preview-image {
  box-sizing: border-box;
  max-width: 15%;
  height: 100%;
}
.chat-emoji-preview-image img {
  max-width: 1.875rem;
}
.chat-emoji-preview-name {
  box-sizing: border-box;
  margin: 0;
  font: 600 0.812rem Lato;
  max-width: 14.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-emoji-preview-shortname {
  font: 600 0.75rem Lato;
}
.chat-emoji {
  margin: 0.375rem 0.5rem;
  padding: 0;
  border: 0;
  background: 0 0;
  border-radius: 5px;
}
.chat-emoji:hover {
  cursor: pointer;
  background: #03a84e;
}
.chat-emoji:focus {
  outline: 1px solid #1f6885;
}
.chat-emoji {
  height: 1.5rem;
  max-height: 1.5rem;
  width: 1.5rem;
  max-width: 1.5rem;
}
.chat-emoji img {
  max-width: 1.5rem;
  display: inline-block;
}
@font-face {
  font-family: chat-font-icon;
  src: url(/fonts/chat-font-icon-2.woff2?55755728) format("woff2"),
    url(/fonts/chat-font-icon-2.woff?55755728) format("woff"),
    url(/fonts/chat-font-icon-2.ttf?55755728) format("truetype"),
    url(/fonts/chat-font-icon-2.svg?55755728#chat-font-icon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.chat-icon {
  font-family: chat-font-icon;
  font-size: 1.125rem;
  color: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  font-style: normal;
  display: inline-block;
  margin: 0 0.2em;
  width: 1em;
  text-align: center;
}
.chat-rtl .chat-icon {
  transform: scaleX(-1);
}
.chat-icon-xsmall {
  font-size: 0.75rem;
}
.chat-icon-small {
  font-size: 0.812rem;
}
.chat-icon-medium {
  font-size: 0.937rem;
}
.chat-icon-large {
  font-size: 1.25rem;
}
.chat-icon-xlarge {
  font-size: 1.5rem;
}
.chat-icon-xxlarge {
  font-size: 2rem;
}
.chat-icon-add:before {
  content: "\e824";
}
.chat-icon-alert:before {
  content: "\e825";
}
.chat-icon-attach-file:before {
  content: "\e826";
}
.chat-icon-audio-file:before {
  content: "\e827";
}
.chat-icon-call:before {
  content: "\e800";
}
.chat-icon-call-incoming:before {
  content: "\e801";
}
.chat-icon-change-name:before {
  content: "\e802";
}
.chat-icon-chat:before {
  content: "\e803";
}
.chat-icon-close:before {
  content: "\e804";
}
.chat-icon-down-arrow-1:before {
  content: "\e805";
}
.chat-icon-down-arrow-2:before {
  content: "\e806";
}
.chat-icon-down-arrow-3:before {
  content: "\e807";
}
.chat-icon-download:before {
  content: "\e808";
}
.chat-icon-email-transcript:before {
  content: "\e809";
}
.chat-icon-emoji:before {
  content: "\e80a";
}
.chat-icon-end-call:before {
  content: "\e80b";
}
.chat-icon-end-chat:before {
  content: "\e80c";
}
.chat-icon-error:before {
  content: "\e80d";
}
.chat-icon-file:before {
  content: "\e80e";
}
.chat-icon-file-text:before {
  content: "\e80f";
}
.chat-icon-filter:before {
  content: "\e810";
}
.chat-icon-hamburger-menu:before {
  content: "\e811";
}
.chat-icon-left-arrow:before {
  content: "\e812";
}
.chat-icon-message:before {
  content: "\e813";
}
.chat-icon-missed-chat:before {
  content: "\e814";
}
.chat-icon-mobile-send:before {
  content: "\e815";
}
.chat-icon-pop-out:before {
  content: "\e816";
}
.chat-icon-recent-search:before {
  content: "\e817";
}
.chat-icon-right-arrow:before {
  content: "\e818";
}
.chat-icon-screenshare:before {
  content: "\e819";
}
.chat-icon-search:before {
  content: "\e81a";
}
.chat-icon-show-all:before {
  content: "\e81b";
}
.chat-icon-sound-off:before {
  content: "\e81c";
}
.chat-icon-sound-on:before {
  content: "\e81d";
}
.chat-icon-thumbs-down:before {
  content: "\e81e";
}
.chat-icon-thumbs-up:before {
  content: "\e81f";
}
.chat-icon-user:before {
  content: "\e820";
}
.chat-icon-video-chat:before {
  content: "\e821";
}
.chat-icon-video-chat-off:before {
  content: "\e822";
}
.chat-icon-video-file:before {
  content: "\e823";
}
.chat-image {
  max-width: 100%;
  border-radius: 5px;
}
.chat-image-left {
  text-align: left;
}
.chat-image-right {
  text-align: right;
}
.chat-image-center {
  text-align: center;
}
.chat-image-loader,
.chat-image-loader:after {
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
}
.chat-image-loader {
  margin: 1.25rem auto;
  font-size: 0.625rem;
  position: relative;
  text-indent: -9999rem;
  border: 5px solid #92929e;
  border-left-color: #d9dbe4;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s linear infinite;
  animation: load8 1.1s linear infinite;
}
@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.chat-input-medium {
  height: 3.125rem;
  padding: 1rem 1.5rem;
  line-height: 3.125rem;
  font-size: 0.937rem;
}
.chat-form-wrapper .chat-input.chat-input-medium + .chat-form-label {
  font-size: 0.937rem;
  transform: translateY(14px);
}
.chat-form-wrapper
  .chat-input.chat-input-medium
  + .chat-form-label.chat-active {
  transform: translateY(-0.625rem);
}
.chat-lists {
  font-size: 0.812rem;
}
.chat-list-item {
  padding: 1rem;
}
a.chat-list-item,
button.chat-list-item {
  background: 0 0;
  width: 100%;
  text-align: left;
  display: block;
  border: 0;
}
a.chat-list-item:hover,
button.chat-list-item:hover {
  cursor: pointer;
  color: var(--chat-header-background-color);
}
.chat--list-header {
  font-weight: 600;
  font-size: 0.937rem;
  color: #545454;
  margin-bottom: 0;
}
.chat-list-item-medium,
.chat-list-item-small,
.chat-list-item-xsmall {
  padding: 0.5rem;
}
.chat-list-item-large {
  padding: 2.5rem;
}
.chat-loader {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #d9dbe4;
  cursor: default;
}
.chat-loader-bar {
  width: 100%;
  height: 1.5rem;
}
.chat-loader-bar-xsmall {
  width: 100%;
  height: 0.5rem;
}
.chat-loader-bar-small {
  width: 100%;
  height: 1rem;
}
.chat-loader-bar-medium {
  width: 100%;
  height: 2rem;
}
.chat-loader-bar-large {
  width: 100%;
  height: 2.5rem;
}
.chat-loader-bar-xlarge {
  width: 100%;
  height: 3rem;
}
.chat-loader-icon {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
.chat-loader-icon-xsmall {
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
}
.chat-loader-icon-small {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
.chat-loader-icon-medium {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.chat-loader-icon-large {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}
.chat-loader-icon-xlarge {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.chat-loader-avatar {
  border-radius: 10px;
  width: 3rem;
  height: 3rem;
}
.chat-loader-avatar-xsmall {
  border-radius: 10px;
  width: 2rem;
  height: 2rem;
}
.chat-loader-avatar-small {
  border-radius: 10px;
  width: 2.5rem;
  height: 2.5rem;
}
.chat-loader-avatar-medium {
  border-radius: 10px;
  width: 3.5rem;
  height: 3.5rem;
}
.chat-loader-avatar-large {
  border-radius: 10px;
  width: 4rem;
  height: 4rem;
}
.chat-loader-avatar-xlarge {
  border-radius: 10px;
  width: 4.5rem;
  height: 4.5rem;
}
.chat-loader-animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
  -webkit-animation-name: shimmerLeftToRight;
  animation-name: shimmerLeftToRight;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: linear-gradient(90deg, #f7f7f9 8%, #d9dbe4 18%, #f7f7f9 33%);
  background-size: 62.5rem 6.5rem;
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes shimmerLeftToRight {
  0% {
    background-position: -29.25rem 0;
  }
  to {
    background-position: 29.25rem 0;
  }
}
@keyframes shimmerLeftToRight {
  0% {
    background-position: -29.25rem 0;
  }
  to {
    background-position: 29.25rem 0;
  }
}
.chat-rtl .chat-loader-animation {
  -webkit-animation-name: shimmerRightToLeft;
  animation-name: shimmerRightToLeft;
}
@-webkit-keyframes shimmerRightToLeft {
  0% {
    background-position: 29.25rem 0;
  }
  to {
    background-position: -29.25rem 0;
  }
}
@keyframes shimmerRightToLeft {
  0% {
    background-position: 29.25rem 0;
  }
  to {
    background-position: -29.25rem 0;
  }
}
.chat-overlay {
  position: fixed;
  inset: 0;
  z-index: 1050;
  left: 0;
  right: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  transition: top 0.3s ease-in-out;
  overflow: hidden;
}
.chat-overlay.chat-open {
  top: 0;
}
.chat-overlay .chat-overlay-header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #03a84e;
  background-color: var(--chat-header-background-color);
  padding: 1rem;
  z-index: 1051;
}
.chat-overlay-header .chat-overlay-header-left {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.chat-overlay .chat-overlay-header .chat-overlay-header-right {
  margin-left: auto;
}
.chat-overlay .chat-overlay-body {
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  box-sizing: border-box;
}
.chat-overlay-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.937rem;
  line-height: 1.618;
  font-weight: 400;
  margin-left: 0.5rem;
  color: #fff;
  color: var(--chat-header-text-color);
}
.chat-overlay-header .chat-button {
  padding: 0;
  height: 1.875rem;
  width: 2rem;
  -ms-flex: none;
  flex: none;
  background-color: transparent;
  border: none;
  transition: background 0.15s ease-in-out;
}
.chat-overlay-header .chat-button:focus,
.chat-overlay-header .chat-button:hover {
  border: none;
  background-color: hsla(0, 0%, 100%, 0.2);
}
.chat-form-field-label {
  color: #545454;
  font: 600 0.812rem Lato;
}
.chat-rtl .chat-form-field-label {
  text-align: right;
}
.chat-radio-container {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin: 1rem;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chat-rtl .chat-radio-container {
  padding-left: 0;
  padding-right: 2rem;
  text-align: right;
}
.chat-radio-container .chat-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.chat-radio-container .chat-checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  border: 1px solid #d9dbe4;
  border-radius: 50%;
}
.chat-rtl .chat-radio-container .chat-checkmark {
  left: auto;
  right: 0;
}
.chat-radio-container .chat-radio ~ .chat-checkmark {
  border: 1px solid #d9dbe4;
}
.chat-radio-container:hover .chat-radio ~ .chat-checkmark {
  background-color: #f7f7f9;
}
.chat-radio-container .chat-radio[disabled] ~ .chat-checkmark {
  background: #f7f7f9;
}
.chat-radio-container .chat-radio[disabled] {
  border-color: #d9dbe4;
}
.chat-radio-container .chat-radio:checked ~ .chat-checkmark {
  background: #03a84e;
  background-color: var(--chat-header-background-color);
  border-color: #03a84e;
  border-color: var(--chat-header-background-color);
}
.chat-radio-container .chat-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.chat-radio-container .chat-radio:checked ~ .chat-checkmark:after {
  display: block;
}
.chat-radio-container .chat-checkmark:after {
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  background: #fff;
  width: 8px;
  height: 8px;
}
.chat-radio-container .chat-form-label {
  color: #545454;
  font: 400 0.812rem Lato;
}
.chat-radio-container .chat-radio[disabled] ~ .chat-form-label {
  color: #f7f7f9;
}
.chat-rating {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 1.5rem;
}
.chat-rating-button {
  height: 5rem;
  width: 5rem;
  line-height: 0;
  background-color: #f7f7f9 !important;
  color: #545454 !important;
  border: 1px solid #f7f7f9 !important;
  margin: 0 8px !important;
}
.chat-rating-button svg {
  width: 40px;
}
.chat-rating-button.chat-active,
.chat-rating-button:hover {
  background-color: #f7f7f9 !important;
  border-color: #d9dbe4 !important;
}
.chat-rating-button:disabled {
  background-color: #f7f7f9 !important;
  opacity: 0.7;
}
.chat-input.chat-search {
  height: 3rem;
  position: relative;
  z-index: 2;
  line-height: 1rem;
}
.chat-input.chat-search.chat-search-left-padding {
  padding-left: 5.5rem;
  text-align: right;
}
.chat-input.chat-search.chat-search-right-padding {
  padding-right: 5.5rem;
  text-align: left;
}
.chat-input.chat-search::-ms-clear {
  display: none;
}
.chat-input.chat-search,
.chat-input.chat-search:focus,
.chat-input.chat-search:hover {
  border: none;
}
.chat-search::-webkit-input-placeholder {
  opacity: 1 !important;
}
.chat-search::-moz-placeholder {
  opacity: 1 !important;
}
.chat-search:-ms-input-placeholder {
  opacity: 1 !important;
}
.chat-search::-ms-input-placeholder {
  opacity: 1 !important;
}
.chat-search::placeholder {
  opacity: 1 !important;
}
.chat-search-wrapper {
  background: #fff;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  padding: 0.0625rem;
}
.chat-icon.chat-search-icon {
  width: 1.875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
}
.chat-search-icon.chat-search-icon-flip {
  right: auto;
  left: 0;
}
.chat-search-icon:not(.chat-search-icon-flip) + .chat-search {
  padding-left: 1.875rem;
}
.chat-search-icon.chat-search-icon-flip + .chat-search {
  padding-right: 1.875rem;
}
.chat-search-icon.chat-icon-close {
  cursor: pointer;
}
.chat-search-dropdown {
  display: none;
  position: absolute;
  top: 3.5rem;
  left: 0;
  right: 0;
  z-index: 9000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
}
.chat-search-dropdown.chat-open {
  display: block;
}
.chat-search-list {
  list-style-type: none;
  padding: 0;
  text-align: left;
}
.chat-search-list > li {
  padding: 0.5rem 1rem;
  color: #545454;
}
.chat-search-list > li:not(.chat-search-list-title):hover {
  color: #545454;
  background-color: #f7f7f9;
  cursor: pointer;
}
.chat-search-list-title-button {
  color: #545454;
  cursor: pointer;
}
.chat-search-list > li.chat-active {
  background-color: #f7f7f9;
}
.chat-search-list-icon {
  fill: #92929e;
  width: 1rem;
  height: 1rem;
}
.chat-search-list-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.chat-search-list-title .chat-search-list-title-icon {
  margin-right: 1rem;
}
.chat-search-list-title .chat-search-list-title-label {
  -ms-flex: 1;
  flex: 1;
  font-size: 0.937rem;
}
.chat-search-loader {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
}
.chat-search-button {
  height: calc(100% - 0.125rem);
  width: 3rem;
  background: #03a84e !important;
  background: var(--chat-header-background-color) !important;
  color: #fff !important;
  color: var(--chat-header-text-color) !important;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.chat-search-button.chat-search-left-button {
  right: auto;
  left: 1px;
  border-radius: 4px 0 0 4px;
}
.chat-search-button.chat-search-right-button {
  right: 1px;
  left: auto;
  border-radius: 0 4px 4px 0;
}
.chat-search-button-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 !important;
  z-index: 2;
  height: 1.5625rem !important;
  width: 1.5625rem !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d9dbe4 !important;
  color: #242424 !important;
  border: none !important;
}
.chat-search-button-close .chat-icon {
  font-size: 0.5rem;
  margin: 0;
  padding: 0;
  height: 1.5625rem;
  width: 1.5625rem;
}
.chat-search-button-close.chat-search-left-button {
  right: auto;
  left: 3.5rem;
}
.chat-search-button-close.chat-search-right-button {
  right: 3.5rem;
  left: auto;
}
.chat-input,
.chat-select,
.chat-textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 5px;
  font-family: Lato;
  font-size: 0.812rem;
  -webkit-appearance: none;
}
.chat-rtl .chat-input,
.chat-rtl .chat-select,
.chat-rtl .chat-textarea {
  text-align: right;
}
.chat-input::-moz-placeholder,
.chat-textarea::-moz-placeholder {
  opacity: 1;
}
.chat-input,
.chat-select,
.chat-textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid #d9dbe4;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #545454;
}
.chat-form-wrapper .chat-input {
  z-index: 1;
}
.chat-input,
.chat-select:not([multiple]):not([size]) {
  height: 2.5rem;
  vertical-align: middle;
  display: inline-block;
}
.chat-input:focus,
.chat-select:focus,
.chat-textarea:focus {
  outline: none;
  background-color: #fff;
  border-color: #03a84e;
}

.chat-form-success,
.chat-form-sucess:focus {
  color: #03a84e;
  border-color: #03a84e;
}
.chat-form-danger,
.chat-form-danger:focus {
  color: #bf1212;
  border-color: #bf1212;
}
.chat-form-wrapper {
  position: relative;
}
.chat-form-label {
  display: block;
  font-size: 0.812rem;
  color: #545454;
  line-height: normal;
}
.chat-form-wrapper .chat-form-label {
  margin-left: 0.5rem;
}
.chat-rtl .chat-form-wrapper .chat-form-label {
  margin-right: 0.5rem;
  margin-left: 0;
}
.chat-form-wrapper .chat-input + .chat-form-label,
.chat-form-wrapper .chat-textarea + .chat-form-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: 0 100%;
  transform: translateY(0.7rem);
  color: #545454;
  background-color: transparent;
  padding: 0 0.5rem;
  transition: all 0.3s ease-in-out;
}
.chat-form-wrapper .chat-input + .chat-form-label.chat-form-label-custom-style,
.chat-form-wrapper
  .chat-textarea
  + .chat-form-label.chat-form-label-custom-style {
  transform: translateY(1rem);
}
.chat-rtl .chat-form-wrapper .chat-input + .chat-form-label,
.chat-rtl .chat-form-wrapper .chat-textarea + .chat-form-label {
  right: 0;
  left: auto;
}
.chat-form-wrapper .chat-input + .chat-form-label.chat-active,
.chat-form-wrapper .chat-textarea + .chat-form-label.chat-active {
  transform: translateY(-10px) scale(0.9);
  background-color: #fff;
}
.chat-form-label.chat-active,
.chat-form-wrapper .chat-input:focus + .chat-form-label,
.chat-form-wrapper .chat-textarea:focus + .chat-form-label {
  color: #03a84e;
  color: var(--chat-header-background-color);
}
.chat-textarea {
  font: 400 0.812rem Lato;
  width: 100%;
  border-radius: 5px;
  resize: none;
  height: 5rem;
}
.chat-timeago {
  font: 400 0.75rem Lato;
  color: #92929e;
}
.chat-video-iframe-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.chat-video-iframe {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chat-tooltip:hover .chat-tooltip-hover {
  opacity: 1;
  transition: opacity 0.5s linear 0.5s;
}
.chat-tooltip .chat-tooltip-hover {
  position: fixed;
  margin-top: 8px;
  padding: 4px 8px;
  border-radius: 5px;
  background: #545454;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  right: 0;
  left: auto;
  opacity: 0;
  transition: opacity 0s linear;
  z-index: 2;
}
.chat-tooltip .chat-tooltip-hover .chat-tooltip-arrow {
  top: -16px;
  display: block;
  left: 50%;
  border: 8px solid transparent;
  border-bottom-color: #545454;
  position: absolute;
}
.chat-tooltip .chat-tooltip-hover.bottom .chat-tooltip-arrow {
  border-color: #545454 transparent transparent;
  bottom: -16px;
  top: auto;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  height: 15px;
  bottom: 0;
}
.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  position: absolute;
}
.ps__rail-y {
  width: 15px;
  right: 0;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
}
.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}
.ps__thumb-y {
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
}
.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important;
  }
}
.ps__rail-y {
  left: auto !important;
  right: 0 !important;
  z-index: 2;
  background: 0 0 !important;
  opacity: 1 !important;
}
.ps__rail-y .ps__thumb-y {
  width: 5px !important;
  background: #92929e !important;
}
.chat-rtl .ps__rail-y {
  left: 0 !important;
  right: auto !important;
  width: 5px !important;
}
.chat-rtl .ps__rail-y .ps__thumb-y {
  left: 2px !important;
  right: auto !important;
}

.chat-rtl {
  direction: rtl;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .chat-mobile,
  .chat-mobile {
    font-size: 22px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .chat-mobile,
  .chat-mobile {
    font-size: 18px !important;
  }
}
@media (max-width: 480px) {
  .chat-mobile,
  .chat-mobile {
    font-size: 18px !important;
  }
}

.clear {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}
.chat-icon {
  font-family: chat-icon !important;
}
.chat-call {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  padding: 60px 20px;
  border: 1px solid #f7f7f9;
  border-radius: 5px;
}
.chat-call-header {
  -ms-flex: 2;
  flex: 2;
}
.chat-call-footer {
  -ms-flex: 1;
  flex: 1;
}
.chat-call-accept {
  width: 100%;
}
.chat-call-decline {
  width: 80%;
}
.chat-max-container {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  background: #e73c3e;
  border: 1px solid #e9e9e9;
}
.chat-max-container.chat-no-toolbar-elements
  .slide-fade-leave-active
  .chat-chat-panel:before {
  visibility: hidden;
}
.chat-toolbar {
  z-index: 3;
  margin-top: -1px;
}
.chat-no-toolbar-elements .chat-toolbar {
  padding: 0.5rem;
}
.chat-toolbar .chat-toolbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.chat-toolbar .chat-route-back {
  overflow: hidden;
}
.chat-route-back .chat-toolbar-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-toolbar .chat-button-hover {
  position: relative;
  overflow: visible;
  height: 1.875rem;
  width: 2rem;
}
.chat-toolbar .chat-button-text:focus {
  color: var(--chat-header-text-color);
}
.chat-mobile .chat-toolbar .chat-button-hover {
  margin: 0 0.2rem 0 0;
}
.chat-button-hover,
.chat-button-submitting {
  position: relative;
}
.chat-button-hover:focus:before,
.chat-button-hover:hover:before,
.chat-button-submitting:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(247, 247, 249, 0.2);
  border-radius: 5px;
}
.chat-overlay .chat-toolbar {
  z-index: auto !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
.chat-toolbar-agent-avatars {
  margin-left: 0.5rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.chat-toolbar-agent-avatars .chat-avatar {
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.725rem;
  font-size: 0.8rem;
}
.chat-toolbar-agent-avatars > .chat-avatar:not(:first-child) {
  margin-left: -15px;
}
.chat-toolbar-agent-avatars .chat-toolbar-agent-details {
  margin-left: 0.5rem;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.chat-toolbar-agent-details .chat-toolbar-agent-name {
  font-size: 0.87rem;
}
.chat-toolbar-agent-details .chat-toolbar-agent-title {
  font-size: 0.75rem;
}
.chat-header-text,
.chat-header-text:hover {
  color: var(--chat-header-text-color);
}
.chat-toolbar-menu .chat-header-text:focus {
  color: #fff;
}
.chat-toolbar-menu .chat-dropdown-menu {
  top: 2.1875rem;
  border-radius: 5px;
  padding: 0.5rem 0;
  width: calc(100vw - 3.125rem);
}
.chat-toolbar-menu .chat-dropdown-menu:after,
.chat-toolbar-menu .chat-dropdown-menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-bottom-color: #fff;
}
.chat-toolbar-menu .chat-dropdown-menu.chat-dropdown-menu-right:after,
.chat-toolbar-menu .chat-dropdown-menu.chat-dropdown-menu-right:before {
  right: 0.5625rem;
}
.chat-toolbar-menu .chat-dropdown-menu.chat-dropdown-menu-left:after,
.chat-toolbar-menu .chat-dropdown-menu.chat-dropdown-menu-left:before {
  left: 0.5625rem;
}
.chat-toolbar-menu .chat-dropdown-menu .chat-button {
  display: block;
  width: 100%;
  margin: 0;
  color: #545454;
  border-radius: 0;
  padding: 0.5rem 1rem;
}
.chat-toolbar-menu .chat-dropdown-menu .chat-button:focus,
.chat-toolbar-menu .chat-dropdown-menu .chat-button:hover {
  background-color: #f6f6f6;
}
.chat-toolbar-menu .chat-dropdown-menu .chat-button:focus {
  outline: 0;
}
.chat-cancel-button {
  background-color: #d9dbe4 !important;
  color: #545454 !important;
  border-color: #d9dbe4 !important;
}
#chat-dragover-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #545454;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 5px;
}
#chat-chatinput-container {
  padding: 0.75rem 1rem;
}
.chat-router-view {
  position: relative;
  height: 1px;
  background-color: #fff;
}
.chat-form-error-alert {
  position: absolute;
  top: 0;
  z-index: 2;
}
.chat-footer {
  border-top: 1px solid #f7f7f9;
  padding: 0;
  z-index: 3;
}
.chat-search-button {
  color: #92929e;
}
.chat-search-button:focus,
.chat-search-button:hover {
  color: #545454;
}
.missed-chat-icon {
  height: 3rem;
  width: 3rem;
  text-align: center;
  line-height: 3rem;
}
.chat-spinner-loader,
.chat-spinner-loader:after {
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
}
.chat-spinner-loader {
  position: relative;
  margin: 1.25rem auto;
  border: 0.3125rem solid #92929e;
  border-left-color: #d9dbe4;
  font-size: 0.625rem;
  text-indent: -9999rem;
  transform: translateZ(0);
  -webkit-animation: spinner 1.1s linear infinite;
  animation: spinner 1.1s linear infinite;
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.chat-mobile .chat-tooltip-hover,
.chat-mobile .chat-tooltip:hover .chat-tooltip-hover {
  display: none !important;
}
.chat-max-end-chat {
  /* position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  height: auto;
  width: auto;
  z-index: 1060; */
  position: fixed;
  bottom: 108px;
  right: 29px;
  height: auto;
  width: auto;
  z-index: 1060;
}
.chat-agent-list-view .chat-chat-panel {
  height: 100%;
  background-color: #fff;
}
.chat-agent-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--chat-header-text-color);
  background-color: var(--chat-header-background-color);
  padding: 20px 30px;
  box-sizing: border-box;
}
.chat-agent-header .chat-button-text {
  color: var(--var-header-text-color);
}
.chat-agent-header .chat-agent-header-title {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.chat-agent-header .chat-agent-header-title > * {
  color: var(--chat-header-text-color);
}
.chat-agent-body {
  padding: 20px 15px;
}
.chat-agent-body .chat-text-regular-4 {
  line-height: normal;
}
.chat-list.chat-agent-list {
  box-shadow: none;
  border: none;
  border-radius: initial;
}
.chat-chat-view .chat-chat-panel {
  background-color: #fff !important;
}
.chat-main-panel .chat-chat-panel {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  height: 1px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #f7f7f9;
}
.chat-chat-view .chat-new-messages-notification {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  background-color: #545454;
  color: #fff;
  border-color: #545454;
}
.chat-chat-view .chat-chat-panel-inner {
  height: 100%;
}
.chat-chat-view .chat-header {
  padding-bottom: 15px;
  margin-left: -16px !important;
  margin-right: -16px !important;
}
.agentTypingIndicator {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.agentTypingIndicator .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 3px;
  background: #303131;
  -webkit-animation: typing 1.3s linear infinite;
  animation: typing 1.3s linear infinite;
}
.agentTypingIndicator .dot:nth-child(2) {
  animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -ms-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
}
.agentTypingIndicator .dot:nth-child(3) {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -ms-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
}
@keyframes typing {
  0%,
  60%,
  to {
    transform: none;
  }
  30% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes typing {
  0%,
  60%,
  to {
    transform: none;
  }
  30% {
    transform: translateY(-10px);
  }
}
.chat-chat-message-container {
  width: 100%;
  box-sizing: border-box;
}
.chat-message-profile {
  border: none;
}
.chat-message-body {
  width: calc(100% - 40px);
  box-sizing: border-box;
  max-width: 100%;
}
.chat-agent-chat,
.chat-visitor-chat {
  position: relative;
  max-width: calc(100% - 16px);
  word-break: break-all;
}
.chat-message-bubble + .chat-message-bubble {
  margin-top: 8px;
}
.chat-message-bubble:last-child .chat-agent-chat,
.chat-message-bubble:last-child .chat-visitor-chat {
  margin-bottom: 0;
}
.chat-agent-chat {
  float: left;
  position: relative;
  margin: 0 16px 0 0;
}
.chat-rtl .chat-agent-chat {
  float: right;
  margin: 0 8px 0 0;
}
.chat-visitor-chat {
  float: right;
  margin: 0 0 8px 16px;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.chat-rtl .chat-visitor-chat {
  float: left;
  margin: 0 0 4px 8px;
}
.chat-agent-chat .chat-time-display,
.chat-visitor-chat .chat-time-display {
  display: block;
  margin-bottom: 4px;
  visibility: hidden;
}
.chat-agent-chat:hover .chat-time-display,
.chat-visitor-chat:hover .chat-time-display {
  visibility: visible;
}
.chat-visitor-chat .chat-time-display {
  float: right;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  transform: scale(0.3);
  top: 50%;
  transform: translateY(-50%) scale(0.3);
  margin-right: -10px;
}
.lds-spinner.lds-spinner-left {
  left: auto;
  right: 100%;
}
.lds-spinner .spin {
  transform-origin: 32px 32px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner .spin:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: rgba(0, 0, 0, 0.4);
}
.lds-spinner .spin-1 {
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.lds-spinner .spin-2 {
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.lds-spinner .spin-3 {
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.lds-spinner .spin-4 {
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.lds-spinner .spin-5 {
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.lds-spinner .spin-6 {
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.lds-spinner .spin-7 {
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner .spin-8 {
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.lds-spinner .spin-9 {
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.lds-spinner .spin-10 {
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.lds-spinner .spin-11 {
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.lds-spinner .spin-12 {
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.chat-agent-bar {
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 5px;
}
.chat-agent-bar.single-agent {
  max-width: 100%;
}
.chat-chat-view .chat-agent-chat-bubble.chat-card,
.chat-chat-view .chat-visitor-chat-bubble {
  padding: 8px !important;
  min-height: 40px;
}
.chat-chat-resend {
  width: 100%;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.chat-rtl .chat-chat-resend {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.chat-chat-resend * {
  color: #bf1212 !important;
}
.chat-chat-resend .chat-button-text {
  text-decoration: underline;
  margin-left: 8px;
}
.file-upload-progress .progress {
  height: 10px;
  width: 200px;
  background-color: #f7f7f9;
  border-radius: 5px;
  box-shadow: none;
}
.file-upload-progress .progress-bar {
  height: 10px;
  background-color: #03a84e;
  border-radius: 5px;
  box-shadow: none;
}
.chat-chat-view .emojione {
  height: 3.2ex;
  min-width: auto;
  min-height: auto;
  vertical-align: text-bottom;
}
.chat-chat-view .emojionly .emojione {
  height: 4.5ex !important;
  width: auto;
}
.chat-chat-view .chat-link {
  color: inherit;
  text-decoration: underline;
}
.chat-message-block .chat-message-group {
  width: calc(100% - 40px);
}
.chat-message-bubble .chat-agent-chat-bubble {
  border-radius: 0 5px 5px 0;
}
.chat-rtl .chat-message-bubble .chat-agent-chat-bubble {
  border-radius: 5px 0 0 5px;
}
.chat-message-bubble:last-child .chat-agent-chat-bubble {
  border-radius: 0 5px 5px 5px;
}
.chat-rtl .chat-message-bubble:last-child .chat-agent-chat-bubble {
  border-radius: 5px 0 5px 5px;
}
.chat-message-bubble:first-child .chat-agent-chat-bubble {
  border-radius: 5px 5px 5px 0;
}
.chat-rtl .chat-message-bubble:first-child .chat-agent-chat-bubble {
  border-radius: 5px 5px 0 5px;
}
.chat-message-bubble .chat-visitor-chat-bubble {
  border-radius: 5px 0 0 5px;
}
.chat-rtl .chat-message-bubble .chat-visitor-chat-bubble {
  border-radius: 0 5px 5px 0;
}
.chat-message-bubble:last-child .chat-visitor-chat-bubble {
  border-radius: 5px 0 5px 5px;
}
.chat-rtl .chat-message-bubble:last-child .chat-visitor-chat-bubble {
  border-radius: 0 5px 5px 5px;
}
.chat-message-bubble:first-child .chat-visitor-chat-bubble {
  border-radius: 5px 5px 0 5px;
}
.chat-rtl .chat-message-bubble:first-child .chat-visitor-chat-bubble {
  border-radius: 5px 5px 5px 0;
}
.list-enter-active,
.list-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}
.list-enter,
.list-leave-to {
  transform: translateY(5px);
  opacity: 0;
}
.chat-mobile .chat-agent-chat .chat-time-display,
.chat-mobile .chat-visitor-chat .chat-time-display {
  visibility: visible;
}
.chat-form-view {
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
}
.chat-form-width-100 {
  width: 100%;
}
.chat-form-wrapper {
  z-index: 0;
}
.chat-form-input .chat-dropdown {
  width: 100%;
  z-index: 1;
}
.chat-form-input .chat-dropdown > .chat-button {
  position: relative;
  height: 2.5rem;
  width: 100%;
  color: #545454;
  font-size: 0.812rem;
  border-color: #d9dbe4;
  background-color: #fff;
  text-align: left;
  z-index: 1;
  overflow: visible;
}
.chat-form-input .chat-dropdown > .chat-button:focus {
  border-color: #03a84e;
  border-color: var(--chat-header-background-color);
}
.chat-form-input .chat-dropdown .chat-dropdown-menu {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border-radius: 5px;
  border: 5px;
  overflow: hidden !important;
}
.chat-form-input .chat-dropdown .chat-dropdown-menu.slide-fade-enter,
.chat-form-input .chat-dropdown .chat-dropdown-menu.slide-fade-leave-to {
  transform: translateY(-10px) !important;
}
.chat-form-input .chat-dropdown .chat-dropdown-menu .chat-dropdown-container {
  max-height: 100px;
  position: relative;
  overflow: auto;
}
.chat-form-input .chat-dropdown .chat-dropdown-menu .chat-lists {
  max-height: 100px;
  border: 0;
  box-shadow: none;
  overflow-y: auto;
}
.chat-form-input
  .chat-dropdown
  .chat-dropdown-menu
  .chat-lists
  .chat-list-item {
  padding: 8px;
}
.chat-form-input
  .chat-dropdown
  .chat-dropdown-menu
  .chat-lists
  .chat-list-item:hover {
  background-color: #f7f7f9;
  color: var(--chat-header-text-color);
}
.chat-form-input
  .chat-dropdown
  .chat-dropdown-menu
  .chat-lists
  .chat-list-item
  .chat-button {
  width: 100%;
  text-align: left;
  color: #545454;
  font-size: 0.812rem;
}
.chat-form-footer .chat-button {
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
}
.chat-form-footer .chat-button.width-100 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.chat-form-footer .chat-button .chat-spinner-loader {
  margin: 0 5px;
  border: 0.125rem solid #92929e;
  border-left-color: #d9dbe4;
}
.chat-form-input .chat-dropdown > .chat-form-danger {
  color: #bf1212;
  border-color: #bf1212;
}
.chat-dropdown-container .chat-form-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  transform: translateY(10px);
  transform-origin: 0 100%;
  background-color: #fff;
  padding: 0 0.5rem;
  color: inherit;
  line-height: normal;
}
.chat-rtl .chat-dropdown-container .chat-form-label {
  right: 0;
  left: auto;
}
.chat-dropdown-container .chat-form-label.chat-active {
  transform: translateY(-10px) scale(0.9);
}
.chat-form-footer .chat-button {
  width: 100%;
  position: relative;
}
.chat-form-submitting-container {
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin-top: -20px;
  padding: 0 15px;
  overflow: hidden;
}
.chat-form-submitting-container.slide-fade-up-enter,
.chat-form-submitting-container.slide-fade-up-leave-to,
.chat-form-submitting-container .chat-form-submitting-inner {
  overflow: hidden;
  transform: translateY(10px);
  opacity: 0;
}
.chat-form-submitting-container .chat-form-submitting-inner {
  position: relative;
  right: 0;
  bottom: 0;
  background-color: #545454;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  margin-left: auto;
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.chat-form-submitting-container
  .chat-form-submitting-inner
  .chat-spinner-loader {
  height: 10px;
  width: 10px;
  margin: 0 auto;
  border: 1px solid #92929e;
  border-bottom-color: #d9dbe4;
}
.chat-history-item {
  border-radius: 5px;
  cursor: pointer;
}
.chat-history-item:hover {
  background-color: #f7f7f9;
}
.chat-chat-view .avatar-loader {
  height: 40px;
  width: 40px;
}
.chat-chat-view .avatar-name-loader {
  height: 15px;
  width: 120px;
}
.chat-chat-view .chat-message-loader {
  height: 40px;
  width: 200px;
}
.chat-history-item .emojione {
  min-width: auto;
  min-height: auto;
  height: 2.5ex;
  vertical-align: text-bottom;
}
.chat-button-retry {
  width: 100%;
}
.chat-main-panel {
  position: relative;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  padding: 0;
  background-color: #fff;
  color: #92929e;
}
.chat-main-panel .chat-chat-panel .chat-chat-panel-inner {
  position: relative;
  box-sizing: border-box;
  padding: 0 16px 15px;
}
.chat-main-panel .chat-header {
  position: relative;
  z-index: 2;
  margin-left: -16px;
  margin-right: -16px;
  padding-top: 1px;
  padding-bottom: 16px;
  border-radius: 0;
}
.chat-main-panel .chat-header .chat-search-wrapper {
  margin: 10px 0;
}
.chat-body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
  z-index: 1;
}
.card-container > div {
  margin-bottom: 8px;
}
.card-container:last-child {
  margin-bottom: 0;
}
.card-container:first-child:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -16px;
  right: -16px;
  height: 25px;
  z-index: -1;
  background-color: var(--chat-header-background-color);
}
.card-container .chat-card,
.card-container .chat-kb-search {
  border: 1px solid #d9dbe4;
}
.card-container .chat-kb-search {
  z-index: 2;
  position: relative;
}
.card--logo,
.header-card {
  margin: 10px 0;
}
.card--logo .chat-image {
  height: 3.75rem;
  width: 3.75rem;
}
.card--heading {
  font-size: 33px;
  font-weight: 700;
}
.card--heading .emojione {
  width: calc(2rem + 2px);
  height: calc(2rem + 2px);
  vertical-align: text-bottom;
}
.card--chat .chat-button {
  width: 100%;
}
.card--agents .chat-avatar {
  margin: 0 3px;
}
.card--video iframe,
.card--video video {
  width: 100%;
  border-radius: 5px;
}
.card--heading .link,
.card--text .link {
  color: inherit;
  text-decoration: underline;
  outline: 0;
}
.card--text .emojione {
  width: calc(1rem + 2px);
  height: calc(1rem + 2px);
  vertical-align: text-bottom;
}
.card--form.submitting form {
  opacity: 0.6;
}
.card--kb-featured-article .featured-article-content:active,
.card--kb-featured-article .featured-article-content:focus,
.card--kb-featured-article .featured-article-content:hover {
  cursor: pointer;
  text-decoration: none;
  background: #f7f7f9;
  border-radius: 5px;
}
.card--kb-featured-article .chat-loader-avatar {
  width: 100%;
  height: 8rem;
}
.card-container .chat-button-cta {
  background-color: #fff;
  color: #545454;
  border-color: #545454;
}
.card-container .chat-button-cta:focus,
.card-container .chat-button-cta:hover {
  background: #f7f7f9;
}
.chat-home-kb-list {
  box-shadow: none;
  border: none;
}
.chat-home-kb-list .chat-featured-article {
  border-radius: 5px;
}
.chat-home-kb-list .chat-featured-article:focus,
.chat-home-kb-list .chat-featured-article:hover {
  cursor: pointer;
  background-color: #f7f7f9;
}
.chat-home-list.chat-home-list-chat > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 0.5rem;
}
.chat-home-list.chat-home-list-chat > li .chat-home-list-chat-content {
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.chat-home-list.chat-home-list-chat > li .emojione {
  min-width: auto;
  min-height: auto;
  height: 2.5ex;
  vertical-align: text-bottom;
}
.chat-home-list.chat-home-list-hover > li {
  border-radius: 5px;
}
.chat-home-list.chat-home-list-hover > li:focus,
.chat-home-list.chat-home-list-hover > li:hover {
  cursor: pointer;
  background: #f7f7f9;
}
.chat-home-kb-card {
  border: 1px solid #f7f7f9;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.chat-home-conversation-active-button {
  padding: 0.3rem;
  margin-top: 0.5rem;
}
.chat-home-conversation-active-button > .chat-icon {
  font-size: 1rem;
}
.card--alignment-left {
  text-align: left !important;
}
.card--alignment-right {
  text-align: right !important;
}
.card--flex-left {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.card--flex-right {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.card--flex-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.chat-kb-body {
  padding: 15px 0 0;
  width: 100%;
}
.chat-kb-body .chat-chat-panel {
  background: #fff !important;
}
.chat-kb-table {
  border-collapse: collapse;
  width: 100%;
}
.chat-kb-table td,
.chat-kb-table th {
  border: 1px solid #eee;
  padding: 10px;
}
.CodeMirror {
  font-family: monospace;
  border: 1px solid #eee;
  border-radius: 5px;
}
.CodeMirror,
.CodeMirror-scroll {
  height: auto !important;
}
.chat-kb-body ol,
.chat-kb-body ul {
  margin: 0 25px;
}
.chat-kb-body ol li,
.chat-kb-body ul li {
  padding: 2px;
}
.chat-kb-body blockquote {
  display: block;
  position: relative;
  margin: 0 0 20px;
  border: 1px solid #eee;
  border-left: 10px solid #9c9aa6;
  border-radius: 5px;
  padding: 10px 20px 10px 40px;
  background-color: #fff;
  font-style: normal;
}
.chat-kb-body blockquote:before {
  content: "\201C";
  position: absolute;
  left: 10px;
  top: -5px;
  color: #9c9aa6;
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: 700;
}
.chat-kb-body a {
  color: inherit;
  text-decoration: underline;
}
.chat-code-textarea {
  width: 100%;
  height: 80px;
  resize: none;
  border: 1px solid #eee;
}
.chat-kba-card {
  width: 100%;
  cursor: pointer;
}
.chat-kba-card .chat-kb-item {
  border-radius: 5px;
}
.chat-kba-card:focus .chat-kb-item,
.chat-kba-card:hover .chat-kb-item {
  background-color: #f7f7f9;
}
.chat-kba-list {
  width: 100%;
  border: none;
  box-shadow: none;
}
.slide-fade-enter-active {
  transition: all 0.2s ease;
}
.slide-fade-leave-active {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
  position: absolute;
}
.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateY(-10px);
  opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.chat-box {
  outline: none !important;
  visibility: visible !important;
  resize: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  background: none !important;
  opacity: 1 !important;
  -khtml-opacity: 1 !important;
  top: auto !important;
  right: 10px !important;
  bottom: 90px !important;
  left: auto !important;
  position: fixed !important;
  border: 0 !important;
  min-height: 520px !important;
  min-width: 350px !important;
  max-height: 520px !important;
  max-width: 350px !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  width: 350px !important;
  height: 520px !important;
  display: block !important;
  z-index: 1000 !important;
  background-color: transparent !important;
  cursor: none !important;
  float: none !important;
  border-radius: 5px !important;
  pointer-events: auto !important;
  clip: auto !important;
  color-scheme: light !important;
}

.chat-widget {
  outline: none !important;
  visibility: visible !important;
  resize: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  background: none !important;
  opacity: 1 !important;
  top: auto !important;
  right: 20px !important;
  bottom: 20px !important;
  left: auto !important;
  position: fixed !important;
  border: 0 !important;
  min-height: 60px !important;
  min-width: 64px !important;
  max-height: 60px !important;
  max-width: 64px !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-transition-property: none !important;
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  width: 64px !important;
  height: 60px !important;
  display: block !important;
  z-index: 1000001 !important;
  background-color: transparent !important;
  cursor: none !important;
  float: none !important;
  border-radius: unset !important;
  pointer-events: auto !important;
  clip: auto !important;
  color-scheme: light !important;
}
