@import url(https://fonts.googleapis.com/css?family=Amatic+SC|Lobster|Play|Poiret+One|Roboto+Condensed|Spectral+SC&display=swap);

#bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-close[data-v-39583307] {
  background-position: 50%;
  width: 75px;
  height: 75px
}

#bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-close[data-v-39583307], #bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-close [data-v-39583307] {
  cursor: pointer
}

#bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-close[data-v-39583307] {
  z-index: 2147483000;
  background-image: url(https://bpmsoft-oc-widget1.cloudbpm.ru/src/close3.png);
  background-size: 17px 17px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  display: none
}

@media only screen and (max-device-width: 667px), screen and (max-width: 369px), screen and (min-height: 591px), screen and (min-width: 371px) {
  .bpmsoftoccchat-header-buttons-close[data-v-39583307] {
    display: block !important
  }
}

@media (-webkit-min-device-pixel-ratio: 1.3),(min-device-pixel-ratio: 1.3),(min-resolution: 1.3dppx) {
  #bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-close[data-v-39583307] {
    background-image: url(https://bpmsoft-oc-widget1.cloudbpm.ru/src/close3.png)
  }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .bpmsoftocc-widget-button-pulse-image {
    right: 35px !important;
    bottom: 15px !important
  }
}

.bpmsoftocc-widget-button-pulse-image {
  position: fixed;
  z-index: 9999999999999;
  right: -11px;
  bottom: -32px;
  height: 100px
}

.bpmsoftoccchat-widget-startbutton img {
  position: absolute;
  width: 60px;
  height: 60px
}

.bpmsoftoccchat-widget-startbutton-front {
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.bpmsoftoccchat-widget-startbutton {
  -moz-filter: drop-shadow(0 0 5px hsla(0, 0%, 80%, .68));
  -webkit-filter: drop-shadow(0 0 5px hsla(0, 0%, 80%, .68));
  filter: drop-shadow(0 0 5px rgba(204, 204, 204, .68));
  position: fixed;
  bottom: 20px;
  width: 60px;
  right: 30px;
  height: 60px;
  -ms-background-size: 60px;
  background-size: 60px;
  z-index: 9999;
  -webkit-transition: transform 1.5s;
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s
}

.bpmsoftocc-widget-button-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  visibility: hidden;
  z-index: 10150
}

.bpmsoftocc-widget-button-wrapper.bpmsoftocc-widget-button-position-bottom-left, .bpmsoftocc-widget-button-wrapper.bpmsoftocc-widget-button-position-bottom-middle, .bpmsoftocc-widget-button-wrapper.bpmsoftocc-widget-button-position-bottom-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.bpmsoftocc-widget-button-visible {
  visibility: visible;
  -webkit-animation: bpmsoftocc-widget-button-visible 1s ease-out 1 forwards;
  animation: bpmsoftocc-widget-button-visible 1s ease-out 1 forwards
}

@-webkit-keyframes bpmsoftocc-widget-button-visible {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  30.001% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
  62.999% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bpmsoftocc-widget-button-visible {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  30.001% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
  62.999% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.bpmsoftocc-widget-button-disable {
  -webkit-animation: bpmsoftocc-widget-button-disable .3s ease-out 1 forwards;
  animation: bpmsoftocc-widget-button-disable .3s ease-out 1 forwards
}

@-webkit-keyframes bpmsoftocc-widget-button-disable {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50.001% {
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  92.999% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@keyframes bpmsoftocc-widget-button-disable {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50.001% {
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
  92.999% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

.bpmsoftocc-widget-button-popup {
  display: none;
  position: absolute;
  left: 100px;
  padding: 12px 20px 12px 14px;
  width: 312px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer
}

.bpmsoftocc-widget-button-popup-triangle {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px
}

.bpmsoftocc-widget-button-block {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer
}

.bpmsoftocc-widget-button-position-top-right {
  top: 50px;
  right: 50px
}

.bpmsoftocc-widget-button-position-bottom-left {
  left: 50px;
  bottom: 50px
}

.bpmsoftocc-widget-button-position-bottom-middle {
  left: 50%;
  bottom: 50px;
  margin: 0 0 0 -33px
}

.bpmsoftocc-widget-button-position-bottom-right {
  right: 50px;
  bottom: 50px
}

.bpmsoftocc-widget-button-inner-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.bpmsoftocc-widget-button-inner-item {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 13px;
  -webkit-transition: opacity .6s ease-out;
  transition: opacity .6s ease-out;
  -webkit-animation: socialRotateBack .4s;
  animation: socialRotateBack .4s;
  opacity: 0
}

.bpmsoftocc-widget-button-icon-animation {
  opacity: 1
}

.bpmsoftocc-widget-button-inner-mask {
  position: absolute;
  top: -8px;
  left: -8px;
  height: 82px;
  min-width: 66px;
  -webkit-width: calc(100% + 16px);
  width: calc(100% + 16px);
  border-radius: 100px;
  opacity: .2
}

.bpmsoftocc-widget-button-inner-container, .bx-touch .bpmsoftocc-widget-button-inner-container {
  -webkit-transform: scale(.85);
  transform: scale(.85);
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.bpmsoftocc-widget-button-pulse {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%
}

.bpmsoftocc-widget-button-pulse-animate {
  -webkit-animation: widgetPulse 1.5s infinite;
  animation: widgetPulse 1.5s infinite
}

@-webkit-keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

@keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

:focus {
  outline-color: hsla(0, 0%, 100%, 0)
}

.bpmsoftoccchat-footer {
  position: absolute;
  top: 0;
  height: 60px;
  width: 100%;
  background-color: #fff
}

.bpmsoftocc-upload-image-img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 6px !important;
  height: 18px !important;
  widows: auto !important;
  cursor: pointer !important
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 6px 6px;
  z-index: 10;
  height: 36px
}

#bpmsoftoccchat-container .bpmsoftoccchat-composer {
  position: absolute;
  bottom: 30px !important;
  left: 0;
  right: 0;
  height: 55px;
  max-height: 200px
}

#bpmsoftoccchat-container .bpmsoftoccchat-composer textarea {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #67748e;
  background-color: #fff;
  resize: none;
  border: none;
  -webkit-transition: background-color .2s ease, -webkit-box-shadow .2s ease;
  transition: background-color .2s ease, -webkit-box-shadow .2s ease;
  transition: background-color .2s ease, box-shadow .2s ease;
  transition: background-color .2s ease, box-shadow .2s ease, -webkit-box-shadow .2s ease;
  overflow: hidden;
  min-height: 60px;
  max-height: 150px;
  height: 40px;
  margin: 8px;
  border: 1px solid #d8dbe2;
  border-radius: 8px
}

#bpmsoftoccchat-container .bpmsoftoccchat-composer pre, #bpmsoftoccchat-container .bpmsoftoccchat-composer textarea {
  width: 264px;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 8px
}

#bpmsoftoccchat-container .bpmsoftoccchat-composer textarea:-ms-input-placeholder, #bpmsoftoccchat-container .bpmsoftoccchat-composer textarea::-moz-placeholder, #bpmsoftoccchat-container .bpmsoftoccchat-composer textarea::-webkit-input-placeholder {
  color: #67748e
}

#bpmsoftoccchat-container .bpmsoftoccchat-composer textarea:focus {
  outline: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 100px 0 rgba(150, 165, 190, .24);
  box-shadow: 0 0 100px 0 rgba(150, 165, 190, .24)
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation .bpmsoftoccchat-conversation-footer {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation-name: bpmsoftoccchat-composer-slide-in;
  animation-name: bpmsoftoccchat-composer-slide-in;
  -webkit-animation-duration: .32s;
  animation-duration: .32s;
  -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

#bpmsoftoccchat-container .bpmsoftoccchat-composer pre {
  visibility: hidden
}

#bpmsoftoccchat-container a, #bpmsoftoccchat-container abbr, #bpmsoftoccchat-container acronym, #bpmsoftoccchat-container address, #bpmsoftoccchat-container applet, #bpmsoftoccchat-container article, #bpmsoftoccchat-container aside, #bpmsoftoccchat-container audio, #bpmsoftoccchat-container b, #bpmsoftoccchat-container big, #bpmsoftoccchat-container blockquote, #bpmsoftoccchat-container button, #bpmsoftoccchat-container canvas, #bpmsoftoccchat-container caption, #bpmsoftoccchat-container center, #bpmsoftoccchat-container cite, #bpmsoftoccchat-container code, #bpmsoftoccchat-container dd, #bpmsoftoccchat-container del, #bpmsoftoccchat-container details, #bpmsoftoccchat-container dfn, #bpmsoftoccchat-container div, #bpmsoftoccchat-container div.form, #bpmsoftoccchat-container dl, #bpmsoftoccchat-container dt, #bpmsoftoccchat-container em, #bpmsoftoccchat-container fieldset, #bpmsoftoccchat-container figcaption, #bpmsoftoccchat-container figure, #bpmsoftoccchat-container footer, #bpmsoftoccchat-container form, #bpmsoftoccchat-container h1, #bpmsoftoccchat-container h2, #bpmsoftoccchat-container h3, #bpmsoftoccchat-container h4, #bpmsoftoccchat-container h5, #bpmsoftoccchat-container h6, #bpmsoftoccchat-container header, #bpmsoftoccchat-container hgroup, #bpmsoftoccchat-container i, #bpmsoftoccchat-container iframe, #bpmsoftoccchat-container img, #bpmsoftoccchat-container input, #bpmsoftoccchat-container input[type], #bpmsoftoccchat-container ins, #bpmsoftoccchat-container kbd, #bpmsoftoccchat-container label, #bpmsoftoccchat-container legend, #bpmsoftoccchat-container li, #bpmsoftoccchat-container mark, #bpmsoftoccchat-container menu, #bpmsoftoccchat-container nav, #bpmsoftoccchat-container object, #bpmsoftoccchat-container ol, #bpmsoftoccchat-container p, #bpmsoftoccchat-container pre, #bpmsoftoccchat-container q, #bpmsoftoccchat-container s, #bpmsoftoccchat-container samp, #bpmsoftoccchat-container section, #bpmsoftoccchat-container small, #bpmsoftoccchat-container span, #bpmsoftoccchat-container strike, #bpmsoftoccchat-container strong, #bpmsoftoccchat-container sub, #bpmsoftoccchat-container summary, #bpmsoftoccchat-container sup, #bpmsoftoccchat-container table, #bpmsoftoccchat-container tbody, #bpmsoftoccchat-container td, #bpmsoftoccchat-container textarea, #bpmsoftoccchat-container tfoot, #bpmsoftoccchat-container th, #bpmsoftoccchat-container thead, #bpmsoftoccchat-container time, #bpmsoftoccchat-container tr, #bpmsoftoccchat-container tt, #bpmsoftoccchat-container u, #bpmsoftoccchat-container ul, #bpmsoftoccchat-container var, #bpmsoftoccchat-container video {
  cursor: auto;
  padding: 0
}

#bpmsoftoccchat-sendbox-textarea {
  padding-top: 9px !important;
  z-index: 1000 !important;
  border-radius: 8px
}

#bpmsoftoccchat-container .bpmsoftoccchat-composer-buttons {
  position: absolute;
  z-index: 1001;
  top: 50px;
  left: 12px
}

#bpmsoftoccchat-container .bpmsoftoccchat-composer-send-button {
  position: absolute;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  content: " ";
  top: 55px;
  width: 20px;
  height: 20px;
  left: 265px;
  z-index: 99999
}

#bpmsoftoccchat-container .bpmsoftoccchat-composer-send-button, #bpmsoftoccchat-container .bpmsoftoccchat-composer-upload-button {
  position: absolute;
  display: inline-block;
  opacity: .7;
  cursor: pointer !important;
  height: 35px
}

#bpmsoftoccchat-container .bpmsoftoccchat-composer-send-button {
  width: 30px;
  background-color: transparent
}

#bpmsoftoccchat-container .bpmsoftoccchat-composer-upload-button {
  position: absolute;
  width: 20px;
  top: 1px
}

.bpmsoftoccchat-footer-title, .bpmsoftoccchat-footer-titleName {
  position: absolute;
  top: 13px;
  color: #d0d1d0 !important;
  font-size: 12px !important;
  height: 20px;
  bottom: 0;
  z-index: 11
}

.bpmsoftoccchat-footer-title {
  left: 17px
}

.bpmsoftoccchat-footer-titleName {
  right: 10px !important;
  padding: 5px auto !important
}

.bpmsoftoccchat-footer-titleName a {
  color: grey !important
}

.bpmsoftoccchat-footer-titleName a:hover {
  cursor: pointer !important
}

#bpmsoftocc-smile {
  background-color: hsla(0, 0%, 100%, 0)
}

.bpmsoftoccchat-divider {
  display: none;
  position: absolute;
  top: -100px;
  width: 100%;
  border-top: 1px solid #d8dbe2
}

.bpmsoftoccchat-emojis span {
  cursor: pointer !important
}

.bpmsoftoccchat-app {
  display: none !important;
  position: absolute;
  z-index: 99999;
  top: 5px;
  left: 30px
}

.bpmsoftoccchat-smile-img {
  width: 21px
}

.bpmsoftoccchat-smile-img:hover {
  cursor: pointer !important
}

.bpmsoftoccchat-smile-container {
  position: absolute;
  z-index: 1;
  font-family: Montserrat;
  border: 1px solid #ccc;
  width: 340px;
  overflow-y: scroll !important;
  padding: 10px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: .5rem;
  background: #fff;
  -webkit-box-shadow: 1px 1px 8px #c7dbe6;
  box-shadow: 1px 1px 8px #c7dbe6;
  right: -10px !important;
  bottom: 35px !important;
  height: 210px;
  overflow-x: hidden !important
}

.bpmsoftoccchat-emoji-picker h5 {
  margin: 5px !important;
  color: #b1b1b1 !important;
  text-transform: uppercase;
  font-size: .8rem;
  cursor: default
}

.bpmsoftoccchat-emoji-picker .bpmsoftoccchat-emojis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 3px
}

.bpmsoftoccchat-emoji-picker .bpmsoftoccchat-emojis:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto
}

.bpmsoftoccchat-emoji-picker .bpmsoftoccchat-emojis span {
  padding: .2rem;
  cursor: pointer;
  border-radius: 5px;
  font-size: 20px !important
}

.bpmsoftoccchat-emoji-picker .bpmsoftoccchat-emojis span:hover {
  background: #ececec;
  cursor: pointer
}

.bpmsoftoccchat-emoji-picker__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.bpmsoftoccchat-emoji-picker__search > input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10rem;
  border: 1px solid #ccc !important;
  padding: .5rem 1rem !important;
  outline: none
}

@media only screen and (max-device-width: 667px), screen and (max-width: 369px), screen and (min-height: 591px), screen and (min-width: 371px) {
  .bpmsoftoccchat-composer textarea {
    background-color: #f4f7f9
  }
}

@media screen and (max-width: 980px) {
  #bpmsoftoccchat-container .bpmsoftoccchat-composer pre, #bpmsoftoccchat-container .bpmsoftoccchat-composer textarea, .bpmsoftoccchat-footer-titleName {
    font-size: 1em !important;
    width: calc(100% - 1em);
    /*min-height: 3em;*/
  }

  #bpmsoftoccchat-container .bpmsoftoccchat-no-messages-panel {
    font-size: 2.5em !important;
  }

  #bpmsoftoccchat-container .bpmsoftoccchat-composer-send-button {
    left: auto;
    right: 0;
  }

  .bpmsoftoccchat-team-profile-compact-avatar-container {
    height: 100%;
    width: auto;
  }

  .bpmsoftoccchat-team-profile-compact-avatar {
    height: 100%;
    width: auto;
  }

  .bpmsoftoccchat-avatar {
    height: 100%;
    width: auto;
  }

  #bpmsoftoccchat-container .bpmsoftoccchat-team-profile-compact-avatar .bpmsoftoccchat-avatar img {
    height: 50% !important;
    width: auto !important;
  }

  #bpmsoftoccchat-container .bpmsoftoccchat-conversation-body-parts {
    margin-bottom: 27% !important;
  }

  #bpmsoftoccchat-container .bpmsoftoccchat-composer {
    /*height: 70px;*/
    height: 4em;
  }

  #bpmsoftoccchat-container .bpmsoftoccchat-composer textarea {
    /*bottom: 50px;*/
  }

  #bpmsoftoccchat-container .bpmsoftoccchat-composer-send-button {
    background-size: 2em 2em;
    height: 2em;
    width: 2em;
    right: 1em;
    /*top: 20px;*/
  }

  .bpmsoftocc-upload-image-img {
    height: 2em !important;
    width: 2em;
  }

  .bpmsoftoccchat-smile-img {
    width: 60px;
  }

  .bpmsoftoccchat-composer-buttons {
    /*top: 20px !important;*/
  }

  .bpmsoftoccchat-app {
    left: 70px;
  }

  .bpmsoftoccchat-smile-container {
    left: 0;
    width: 1000%;
    height: 1000%;
  }

  .bpmsoftoccchat-emoji-picker .bpmsoftoccchat-emojis span {
    font-size: 50px !important;
    padding: 0.5rem !important;
  }

  #bpmsoftoccchat ::-webkit-scrollbar {
    width: 10px;
  }

  .bpmsoftocc-widget-button-pulse-image {
    right: -3em;
    bottom: -3em;
    height: 4em;
  }
}

#bpmsoftoccchat-container .bpmsoftoccchat-operator-info[data-v-56474bd0] {
  overflow: auto
}

.bpmsoftoccchat-operator-info-image-container[data-v-56474bd0] {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 15px
}

#bpmsoftoccchat-container .bpmsoftoccchat-operator-info-image-container[data-v-56474bd0] {
  margin-top: 20px
}

.bpmsoftoccchat-operator-info-image[data-v-56474bd0] {
  width: 40px;
  height: 40px
}

.bpmsoftoccchat-operator-info-name[data-v-56474bd0] {
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 600
}

#bpmsoftoccchat-container .bpmsoftoccchat-operator-info-name[data-v-56474bd0] {
  color: #252f40
}

.bpmsoftoccchat-operator-info-remainder[data-v-56474bd0] {
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
  line-height: 20px
}

#bpmsoftoccchat-container .bpmsoftoccchat-operator-info-remainder[data-v-56474bd0] {
  color: #252f40
}

.bpmsoftoccchat-operator-info[data-v-56474bd0] {
  padding: 5px;
  border-radius: 8px
}

#bpmsoftoccchat-container .bpmsoftoccchat-operator-info[data-v-56474bd0] {
  text-align: center;
  background-color: #f5f7fb;
  color: #fff;
  margin-bottom: 15px
}

.bpmsoftoccchat-avatar-img[data-v-56474bd0] {
  width: 40px;
  padding-left: 10px;
  height: 40px;
  border-radius: 50px;
  background: #ededed
}

.bpmsoftocc-download-icon[data-v-56474bd0] {
  width: 24px;
  height: 24px;
  position: relative;
  top: -8px;
  left: 0;
  cursor: pointer !important
}

.bpmsoftoccchat-notification-message-phrase[data-v-56474bd0] {
  text-align: center !important;
  background-color: #ededed;
  color: #135cf0;
  font-size: 14px;
  padding: 5px !important;
  border-radius: 8px !important;
  margin-bottom: 15px !important
}

.bpmsoftoccchat-operator-name[data-v-56474bd0] {
  word-break: break-all;
  width: 100%;
  font-size: 80%
}

.bpmsoftocc-msg-time[data-v-56474bd0] {
  position: relative !important;
  display: inline-block;
  text-align: right !important;
  font-size: 12px;
  opacity: .8 !important
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-user .bpmsoftoccchat-comment .bpmsoftocc-msg-time[data-v-56474bd0] {
  color: #252f40
}

.bpmsoftocc-msg-time-emoji[data-v-56474bd0] {
  position: relative !important;
  display: inline-block;
  text-align: right !important;
  font-size: 12px !important;
  opacity: .8 !important
}

.bpmsoftoccchat-attachment-name[data-v-56474bd0] {
  display: inline-block !important;
  max-width: 75%;
  position: relative;
  top: -14px;
  left: 0;
  margin-top: 10px !important;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 90px
}

.bpmsoftoccchat-attachment-size[data-v-56474bd0] {
  color: #252f40;
  position: relative;
  top: -12px;
  width: 55px
}

.bpmsoftoccchat-upload-percentage[data-v-56474bd0] {
  font-size: 12px;
  color: #252f40;
  width: 60px
}

.bpmsoftoccchat-upload-error-label[data-v-56474bd0] {
  position: relative;
  top: -10px !important;
  left: 30px;
  font-size: 12px;
  color: #000 !important
}

.bpmsoftoccchat-upload-success-label[data-v-56474bd0] {
  display: inline-block;
  position: relative;
  font-size: 12px
}

.bpmsoftoccchat-comment-emoji[data-v-56474bd0] {
  background: none
}

.bpmsoftoccchat-comment-emoji p[data-v-56474bd0] {
  font-size: 50px
}

.bt-spinner[data-v-56474bd0] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff !important;
  border-top: 2px solid #f9763d !important;
  -webkit-animation: spin-data-v-56474bd0 1s linear infinite;
  animation: spin-data-v-56474bd0 1s linear infinite;
  display: inline-block !important;
  padding-right: 0;
  position: relative;
  top: -8px
}

.attach[data-v-56474bd0] {
  width: 25px !important;
  height: 25px !important;
  display: inline-block !important;
  padding-right: 0 !important;
  margin-right: 10px !important;
  position: relative !important;
  top: 7px !important
}

.attach-success[data-v-56474bd0] {
  background-image: url(https://bpmsoft-oc-widget1.cloudbpm.ru/src/upload.svg) !important
}

.attach-error[data-v-56474bd0] {
  background-image: url(https://bpmsoft-oc-widget1.cloudbpm.ru/src/error.svg) !important
}

@-webkit-keyframes spin-data-v-56474bd0 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes spin-data-v-56474bd0 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .bpmsoftoccchat-channel-row {
    position: relative !important;
    margin-bottom: 3px !important;
    width: 100% !important;
    height: auto !important;
    text-align: left !important;
    font-size: 16px !important;
    color: #fff !important;
    background: rgba(149, 178, 217, .58) !important;
    border: 1px solid hsla(0, 0%, 100%, .68) !important;
    border-radius: 10px;
    margin: 10px auto !important
  }
}

.bpmsoftoccchat-channel-row {
  position: relative !important;
  margin-bottom: 3px !important;
  width: 100% !important;
  height: auto !important;
  text-align: left !important;
  font-size: 16px !important;
  color: #fff !important;
  background: rgba(149, 178, 217, .58) !important;
  border: 1px solid hsla(0, 0%, 100%, .68) !important;
  border-radius: 10px;
  margin: 10px auto !important
}

@media screen and (max-width: 980px) {
  .bpmsoftoccchat-channel-row {
    background: #2879ff !important
  }
}

.bpmsoftoccchat-channel-row:hover {
  background: rgba(204, 217, 221, .9) !important
}

.bpmsoftoccchat-channel-row img {
  max-width: 40px;
  max-height: 40px;
  display: inline-block !important;
  vertical-align: middle !important;
  padding: 5px !important;
  border-radius: 5px !important
}

.bpmsoftoccchat-channel-row span {
  margin-left: 5px !important;
  display: inline-block !important;
  width: 75% !important;
  vertical-align: middle !important;
  font-size: 14px !important
}

.pointer-cursor:hover {
  cursor: pointer !important
}

.bpmsoftoccchat-conversation-channel-header[data-v-4be2b6ef] {
  display: block !important;
  color: #fff;
  font-weight: 100;
  font-size: 30px;
  text-align: left !important;
  margin-bottom: 30px !important;
  margin-top: 80px !important
}

@media screen and (max-width: 980px) {
  .bpmsoftoccchat-conversation-channel-header[data-v-4be2b6ef] {
    color: #150757 !important
  }
}

.bpmsoftoccchat-conversation-channels-left[data-v-4be2b6ef], .bpmsoftoccchat-conversation-channels-right[data-v-4be2b6ef] {
  text-align: center;
  width: 40%;
  cursor: pointer !important;
  margin-bottom: 15px !important
}

.bpmsoftoccchat-conversation-channels-right[data-v-4be2b6ef] {
  margin-left: 15px !important
}

.bpmsoftoccchat-conversation-channel-h[data-v-4be2b6ef] {
  color: #fff !important;
  margin-bottom: 20px !important
}

#bpmsoftoccchat-container a[data-v-4be2b6ef], #bpmsoftoccchat-container abbr[data-v-4be2b6ef], #bpmsoftoccchat-container acronym[data-v-4be2b6ef], #bpmsoftoccchat-container address[data-v-4be2b6ef], #bpmsoftoccchat-container applet[data-v-4be2b6ef], #bpmsoftoccchat-container article[data-v-4be2b6ef], #bpmsoftoccchat-container aside[data-v-4be2b6ef], #bpmsoftoccchat-container audio[data-v-4be2b6ef], #bpmsoftoccchat-container b[data-v-4be2b6ef], #bpmsoftoccchat-container big[data-v-4be2b6ef], #bpmsoftoccchat-container blockquote[data-v-4be2b6ef], #bpmsoftoccchat-container button[data-v-4be2b6ef], #bpmsoftoccchat-container canvas[data-v-4be2b6ef], #bpmsoftoccchat-container caption[data-v-4be2b6ef], #bpmsoftoccchat-container center[data-v-4be2b6ef], #bpmsoftoccchat-container cite[data-v-4be2b6ef], #bpmsoftoccchat-container code[data-v-4be2b6ef], #bpmsoftoccchat-container dd[data-v-4be2b6ef], #bpmsoftoccchat-container del[data-v-4be2b6ef], #bpmsoftoccchat-container details[data-v-4be2b6ef], #bpmsoftoccchat-container dfn[data-v-4be2b6ef], #bpmsoftoccchat-container div.form[data-v-4be2b6ef], #bpmsoftoccchat-container div[data-v-4be2b6ef], #bpmsoftoccchat-container dl[data-v-4be2b6ef], #bpmsoftoccchat-container dt[data-v-4be2b6ef], #bpmsoftoccchat-container em[data-v-4be2b6ef], #bpmsoftoccchat-container fieldset[data-v-4be2b6ef], #bpmsoftoccchat-container figcaption[data-v-4be2b6ef], #bpmsoftoccchat-container figure[data-v-4be2b6ef], #bpmsoftoccchat-container footer[data-v-4be2b6ef], #bpmsoftoccchat-container form[data-v-4be2b6ef], #bpmsoftoccchat-container h1[data-v-4be2b6ef], #bpmsoftoccchat-container h2[data-v-4be2b6ef], #bpmsoftoccchat-container h3[data-v-4be2b6ef], #bpmsoftoccchat-container h4[data-v-4be2b6ef], #bpmsoftoccchat-container h5[data-v-4be2b6ef], #bpmsoftoccchat-container h6[data-v-4be2b6ef], #bpmsoftoccchat-container header[data-v-4be2b6ef], #bpmsoftoccchat-container hgroup[data-v-4be2b6ef], #bpmsoftoccchat-container i[data-v-4be2b6ef], #bpmsoftoccchat-container iframe[data-v-4be2b6ef], #bpmsoftoccchat-container img[data-v-4be2b6ef], #bpmsoftoccchat-container input[data-v-4be2b6ef], #bpmsoftoccchat-container input[type][data-v-4be2b6ef], #bpmsoftoccchat-container ins[data-v-4be2b6ef], #bpmsoftoccchat-container kbd[data-v-4be2b6ef], #bpmsoftoccchat-container label[data-v-4be2b6ef], #bpmsoftoccchat-container legend[data-v-4be2b6ef], #bpmsoftoccchat-container li[data-v-4be2b6ef], #bpmsoftoccchat-container mark[data-v-4be2b6ef], #bpmsoftoccchat-container menu[data-v-4be2b6ef], #bpmsoftoccchat-container nav[data-v-4be2b6ef], #bpmsoftoccchat-container object[data-v-4be2b6ef], #bpmsoftoccchat-container ol[data-v-4be2b6ef], #bpmsoftoccchat-container p[data-v-4be2b6ef], #bpmsoftoccchat-container pre[data-v-4be2b6ef], #bpmsoftoccchat-container q[data-v-4be2b6ef], #bpmsoftoccchat-container s[data-v-4be2b6ef], #bpmsoftoccchat-container samp[data-v-4be2b6ef], #bpmsoftoccchat-container section[data-v-4be2b6ef], #bpmsoftoccchat-container small[data-v-4be2b6ef], #bpmsoftoccchat-container span[data-v-4be2b6ef], #bpmsoftoccchat-container strike[data-v-4be2b6ef], #bpmsoftoccchat-container strong[data-v-4be2b6ef], #bpmsoftoccchat-container sub[data-v-4be2b6ef], #bpmsoftoccchat-container summary[data-v-4be2b6ef], #bpmsoftoccchat-container sup[data-v-4be2b6ef], #bpmsoftoccchat-container table[data-v-4be2b6ef], #bpmsoftoccchat-container tbody[data-v-4be2b6ef], #bpmsoftoccchat-container td[data-v-4be2b6ef], #bpmsoftoccchat-container textarea[data-v-4be2b6ef], #bpmsoftoccchat-container tfoot[data-v-4be2b6ef], #bpmsoftoccchat-container th[data-v-4be2b6ef], #bpmsoftoccchat-container thead[data-v-4be2b6ef], #bpmsoftoccchat-container time[data-v-4be2b6ef], #bpmsoftoccchat-container tr[data-v-4be2b6ef], #bpmsoftoccchat-container tt[data-v-4be2b6ef], #bpmsoftoccchat-container u[data-v-4be2b6ef], #bpmsoftoccchat-container ul[data-v-4be2b6ef], #bpmsoftoccchat-container var[data-v-4be2b6ef], #bpmsoftoccchat-container video[data-v-4be2b6ef] {
  text-align: left;
  background-image: none;
  text-decoration: none;
  border: 0 none transparent;
  bottom: auto;
  cursor: auto;
  float: none;
  list-style: disc outside none;
  margin: 0;
  -ms-opacity: 1;
  opacity: 1;
  orphans: 2;
  outline: medium none invert;
  outline-offset: 0;
  overflow: visible;
  padding: 0;
  right: auto
}

#bpmsoftoccchat-container .chat-operator-info {
  text-align: center
}

#bpmsoftoccchat-container .chat-operator-info-image-container {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 15px
}

#bpmsoftoccchat-container .chat-operator-info-image {
  width: 40px;
  height: 40px
}

#bpmsoftoccchat-container .chat-operator-info-name {
  color: #f9763d;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 600
}

#bpmsoftoccchat-container .chat-operator-info-remainder {
  color: #67748e;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
  line-height: 20px
}

#bpmsoftoccchat-container .chat-operator-info-date {
  color: #67748e;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 12px;
  text-align: center;
  margin: 8px
}

.not-display {
  display: none !important
}

.bpmsoftoccchat-team-profile-compact-team-subtitle {
  color: #fff;
  font-size: 12px
}

.operator-info-divider-line {
  border: 1px solid #d8dbe2
}

#bpmsoftoccchat-container .bpmsoftoccchat-no-messages-panel {
  position: relative;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #67748e
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-body-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 90px;
  height: 100%
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-admin .bpmsoftoccchat-comment #bpmsoftoccchat-container .bpmsoftoccchat-conversation.bpmsoftoccchat-conversation-fetching .bpmsoftoccchat-conversation-backgrounds {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
  background-color: #fff
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation .bpmsoftoccchat-conversation-backgrounds {
  -webkit-animation-name: bpmsoftoccchat-messenger-view-fade-out;
  animation-name: bpmsoftoccchat-messenger-view-fade-out;
  -webkit-animation-duration: .32s;
  animation-duration: .32s;
  -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-body {
  -webkit-transform: translateY(-227px);
  transform: translateY(-227px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -227px
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-body-profile {
  position: absolute;
  width: 100%;
  z-index: 2147483001;
  background: #f9763d;
  border-radius: 20px 20px 0 0
}

#bpmsoftoccchat-container .bpmsoftoccchat-team-profile-office-hours {
  margin-top: 435px
}

#bpmsoftoccchat-container .bpmsoftoccchat-team-profile-compact-contents {
  border-radius: 8px;
  padding: 8px;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden
}

#bpmsoftoccchat-container .bpmsoftoccchat-team-profile-compact {
  position: absolute;
  height: 90px;
  bottom: 0;
  right: 0;
  top: 227px;
  padding-top: 12.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 1;
  left: 0
}

#bpmsoftoccchat-container .bpmsoftoccchat-team-profile-compact-avatar-container {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  float: left;
  padding-right: 10px
}

#bpmsoftoccchat-container .bpmsoftoccchat-team-profile-compact-avatar .bpmsoftoccchat-avatar img {
  margin-left: 10px;
  width: 100px;
  height: 32px
}

#bpmsoftoccchat-main-feed {
  bottom: 55px;
  top: 302px;
  background-color: #fff
}

@media screen and (max-width: 980px) {
  #bpmsoftoccchat-main-feed {
    background-color: #fff !important
  }
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-body-parts {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 130px;
  z-index: 1231457896123;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 20px 20px 0 0
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-parts-scrolled .bpmsoftoccchat-conversation-part-user.bpmsoftoccchat-conversation-part-enter, #bpmsoftoccchat-container .bpmsoftoccchat-conversation-parts .bpmsoftoccchat-conversation-parts-scrolled {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

#bpmsoftoccchat-container, #bpmsoftoccchat-container textarea {
  font-family: Arial, sans-serif
}

#bpmsoftoccchat a {
  color: #f9763d
}

#bpmsoftoccchat a:active, #bpmsoftoccchat a:focus, #bpmsoftoccchat a:hover {
  color: #f9763d;
  cursor: pointer !important;
  text-decoration: underline !important
}

#bpmsoftoccchat-container a, #bpmsoftoccchat-container abbr, #bpmsoftoccchat-container acronym, #bpmsoftoccchat-container address, #bpmsoftoccchat-container applet, #bpmsoftoccchat-container article, #bpmsoftoccchat-container aside, #bpmsoftoccchat-container audio, #bpmsoftoccchat-container b, #bpmsoftoccchat-container big, #bpmsoftoccchat-container blockquote, #bpmsoftoccchat-container button, #bpmsoftoccchat-container canvas, #bpmsoftoccchat-container caption, #bpmsoftoccchat-container center, #bpmsoftoccchat-container cite, #bpmsoftoccchat-container code, #bpmsoftoccchat-container dd, #bpmsoftoccchat-container del, #bpmsoftoccchat-container details, #bpmsoftoccchat-container dfn, #bpmsoftoccchat-container div, #bpmsoftoccchat-container div.form, #bpmsoftoccchat-container dl, #bpmsoftoccchat-container dt, #bpmsoftoccchat-container em, #bpmsoftoccchat-container fieldset, #bpmsoftoccchat-container figcaption, #bpmsoftoccchat-container figure, #bpmsoftoccchat-container footer, #bpmsoftoccchat-container form, #bpmsoftoccchat-container h1, #bpmsoftoccchat-container h2, #bpmsoftoccchat-container h3, #bpmsoftoccchat-container h4, #bpmsoftoccchat-container h5, #bpmsoftoccchat-container h6, #bpmsoftoccchat-container header, #bpmsoftoccchat-container hgroup, #bpmsoftoccchat-container i, #bpmsoftoccchat-container iframe, #bpmsoftoccchat-container img, #bpmsoftoccchat-container input, #bpmsoftoccchat-container input[type], #bpmsoftoccchat-container ins, #bpmsoftoccchat-container kbd, #bpmsoftoccchat-container label, #bpmsoftoccchat-container legend, #bpmsoftoccchat-container li, #bpmsoftoccchat-container mark, #bpmsoftoccchat-container menu, #bpmsoftoccchat-container nav, #bpmsoftoccchat-container object, #bpmsoftoccchat-container ol, #bpmsoftoccchat-container p, #bpmsoftoccchat-container pre, #bpmsoftoccchat-container q, #bpmsoftoccchat-container s, #bpmsoftoccchat-container samp, #bpmsoftoccchat-container section, #bpmsoftoccchat-container small, #bpmsoftoccchat-container span, #bpmsoftoccchat-container strike, #bpmsoftoccchat-container strong, #bpmsoftoccchat-container sub, #bpmsoftoccchat-container summary, #bpmsoftoccchat-container sup, #bpmsoftoccchat-container table, #bpmsoftoccchat-container tbody, #bpmsoftoccchat-container td, #bpmsoftoccchat-container textarea, #bpmsoftoccchat-container tfoot, #bpmsoftoccchat-container th, #bpmsoftoccchat-container thead, #bpmsoftoccchat-container time, #bpmsoftoccchat-container tr, #bpmsoftoccchat-container tt, #bpmsoftoccchat-container u, #bpmsoftoccchat-container ul, #bpmsoftoccchat-container var, #bpmsoftoccchat-container video {
  text-align: left;
  background-image: none;
  text-decoration: none;
  border: 0 none transparent;
  bottom: auto;
  float: none;
  list-style: disc outside none;
  margin: 0;
  -ms-opacity: 1;
  opacity: 1;
  orphans: 2;
  outline: medium none invert;
  outline-offset: 0;
  overflow: visible;
  right: auto
}

#bpmsoftoccchat-container-body {
  display: block;
  overflow: hidden
}

body > .bpmsoftoccchat-container {
  position: fixed
}

#bpmsoftoccchat-container .bpmsoftoccchat-messenger {
  bottom: 0;
  right: 0;
  width: 296px;
  height: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, .3) 0 0 59px;
  box-shadow: 0 0 59px rgba(0, 0, 0, .3);
  z-index: 10;
  position: fixed
}

#bpmsoftoccchat-container .bpmsoftoccchat-chat {
  z-index: 2147483000;
  position: fixed;
  bottom: 20px;
  right: 20px !important;
  width: 240px
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversations {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversations-body {
  position: absolute;
  top: 75px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversations-body-conversations {
  padding-bottom: 105px
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversations-body-empty-text-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversations-body-empty-text {
  font-size: 15px;
  text-align: center;
  color: #8f919d
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversations-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -14px
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversations-footer {
  z-index: 2147483001;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 6px 6px;
  height: 90px;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0))
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part {
  padding-bottom: 10px;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part:after, #bpmsoftoccchat-container .bpmsoftoccchat-conversation-part:before {
  content: " ";
  display: table
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part:after {
  clear: both
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-failed * {
  cursor: pointer
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-grouped, #bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-last {
  padding-bottom: 10px
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-last, #bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-last-spaced {
  padding-bottom: 30px
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-metadata {
  clear: both;
  color: #b8c3ca;
  font-size: 13px;
  padding-top: 5px;
  width: 75%
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-metadata-attribution {
  display: inline
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-metadata-save-state {
  white-space: nowrap
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-admin .bpmsoftoccchat-conversation-part-metadata {
  padding-left: 45px
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-user .bpmsoftoccchat-conversation-part-metadata, #bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-user .bpmsoftoccchat-conversation-part-metadata-save-state {
  float: right
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-other-user .bpmsoftoccchat-conversation-part-metadata {
  padding-left: 45px
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-parts {
  padding: 30px 35px 0
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-parts-date-divider {
  text-align: center;
  color: #b8c3ca;
  font-size: 13px;
  clear: both;
  padding-top: 14px;
  padding-bottom: 14px
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-parts-date-divider:first-child {
  padding-top: 0
}

#bpmsoftoccchat-container .bpmsoftoccchat-admin-profile-compact-contents {
  padding: 8px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px
}

#bpmsoftoccchat-container .bpmsoftoccchat-admin-profile-collapsed, #bpmsoftoccchat-container .bpmsoftoccchat-admin-profile-collapsed * {
  cursor: pointer
}

#bpmsoftoccchat-container .bpmsoftoccchat-admin-profile-collapsed:hover .bpmsoftoccchat-admin-profile-compact-contents {
  background-color: rgba(0, 0, 0, .1)
}

#bpmsoftoccchat-container .bpmsoftoccchat-admin-profile-compact-body {
  display: block;
  padding-left: 0
}

#bpmsoftoccchat-container .bpmsoftoccchat-admin-profile-compact-admin-name {
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.bpmsoftoccimage {
  width: 100%;
  height: auto
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container {
  position: relative;
  max-width: 90%
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-user {
  margin-left: 20px
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-admin, #bpmsoftoccchat-container .bpmsoftoccchat-comment-container-other-user {
  float: left
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-admin-borderless-avatar {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
  box-shadow: 0 2px 8px 0 rgba(35, 47, 53, .09);
  border-radius: 100%
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-single .bpmsoftoccchat-image-progress {
  border-radius: 6px
}

@media only screen and (max-device-width: 667px), screen and (max-width: 369px), screen and (min-height: 591px), screen and (min-width: 371px) {
  .bpmsoftoccchat-sticker-native {
    font-size: inherit
  }
}

.bpmsoftoccchat-comment-container bpmsoftoccchat-comment-container-admin {
  color: #000 !important
}

.bpmsoftoccchat-bot-button {
  border: 1px solid transparent;
  background-color: #f9763d;
  color: #fff;
  border-radius: 8px;
  text-align: center !important;
  width: 100% !important;
  padding: 10px !important;
  font-size: 14px !important;
  cursor: pointer !important;
  margin-bottom: 4px !important
}

.bpmsoftoccchat-bot-button:hover {
  background-color: #d15c17
}

@media only screen and (max-device-width: 667px) {
  div.bpmsoftoccchat-messenger {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    left: 0;
    top: 0;
    right: 0
  }
}

@media screen and (max-width: 980px) {
  #bpmsoftoccchat-container .bpmsoftoccchat-team-profile-compact-team-name {
    font-size: 21px !important
  }

  .bpmsoftoccchat-bot-button {
    font-size: 17px !important
  }
}

.bpmsoftoccchat-messenger {
  z-index: 99999999 !important
}

.bpmsoftoccchat-comment-container .bpmsoftoccchat-comment-container-admi p {
  color: #3898ed !important
}

#bpmsoftoccchat-container .bpmsoftoccchat-team-profile-compact-team-name {
  color: #fff;
  font-size: 17px;
  white-space: pre-line !important;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-weight: 600
}

#bpmsoftoccchat-container .bpmsoftoccchat-team-profile-response-delay-text {
  white-space: nowrap;
  text-align: center
}

#bpmsoftoccchat-container .bpmsoftoccchat-team-profile-compact-response-delay {
  color: hsla(0, 0%, 100%, .8);
  font-size: 13px;
  line-height: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

#bpmsoftoccchat-container .bpmsoftoccchat-messenger-view-leave.bpmsoftoccchat-conversation .bpmsoftoccchat-conversation-footer {
  -webkit-animation-name: bpmsoftoccchat-composer-slide-out;
  animation-name: bpmsoftoccchat-composer-slide-out;
  -webkit-animation-duration: .32s;
  animation-duration: .32s;
  -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

#bpmsoftoccchat-container address, #bpmsoftoccchat-container article, #bpmsoftoccchat-container aside, #bpmsoftoccchat-container blockquote, #bpmsoftoccchat-container canvas, #bpmsoftoccchat-container center, #bpmsoftoccchat-container dd, #bpmsoftoccchat-container details, #bpmsoftoccchat-container dir, #bpmsoftoccchat-container div, #bpmsoftoccchat-container div.form, #bpmsoftoccchat-container dl, #bpmsoftoccchat-container dt, #bpmsoftoccchat-container fieldset, #bpmsoftoccchat-container figcaption, #bpmsoftoccchat-container figure, #bpmsoftoccchat-container footer, #bpmsoftoccchat-container form, #bpmsoftoccchat-container frame, #bpmsoftoccchat-container frameset, #bpmsoftoccchat-container h1, #bpmsoftoccchat-container h2, #bpmsoftoccchat-container h3, #bpmsoftoccchat-container h4, #bpmsoftoccchat-container h5, #bpmsoftoccchat-container h6, #bpmsoftoccchat-container header, #bpmsoftoccchat-container hgroup, #bpmsoftoccchat-container hr, #bpmsoftoccchat-container menu, #bpmsoftoccchat-container nav, #bpmsoftoccchat-container noframes, #bpmsoftoccchat-container ol, #bpmsoftoccchat-container pre, #bpmsoftoccchat-container section, #bpmsoftoccchat-container summary, #bpmsoftoccchat-container ul {
  display: block
}

#bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-close {
  background-position: 50%;
  width: 75px;
  height: 75px
}

#bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-close, #bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-close * {
  cursor: pointer
}

#bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-close {
  z-index: 2147483000;
  background-image: url(https://bpmsoft-oc-widget1.cloudbpm.ru/src/close.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  display: none
}

@media (-webkit-min-device-pixel-ratio: 1.3),(min-device-pixel-ratio: 1.3),(min-resolution: 1.3dppx) {
  #bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-close {
    background-image: url(https://bpmsoft-oc-widget1.cloudbpm.ru/src/close2.png)
  }
}

#bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-close.bpmsoftoccchat-header-buttons-close-visible {
  display: block
}

#bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-close-contents {
  color: rgba(0, 0, 0, .3);
  width: 50px;
  text-align: center;
  vertical-align: top;
  height: 50px;
  padding: 15px;
  margin: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversations-body-empty-header {
  font-size: 17px;
  text-align: center;
  padding-bottom: 6px
}

@media only screen and (max-device-width: 667px), screen and (max-width: 369px), screen and (min-height: 591px), screen and (min-width: 371px) {
  .bpmsoftoccchat-header-buttons-close {
    display: block !important
  }
}

#bpmsoftoccchat-container .bpmsoftoccchat-header-buttons-print {
  right: 44px !important;
  background-image: url(https://bpmsoft-oc-widget1.cloudbpm.ru/src/More.png) !important;
  background-size: 20px !important
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-failed .bpmsoftoccchat-comment {
  opacity: .8
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-user .bpmsoftoccchat-comment {
  color: #252f40;
  background: #fdd6c5;
  border-radius: 8px;
  position: relative
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-user .bpmsoftoccchat-comment:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -10px;
  border-top: 13px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fdd6c5
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-admin .bpmsoftoccchat-comment {
  color: #252f40;
  border-radius: 8px;
  background-color: #f5f7fb;
  position: relative
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-admin .bpmsoftoccchat-comment:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -10px;
  border-top: 13px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f5f7fb
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-admin .bpmsoftoccchat-comment .bpmsoftoccchat-block-button-container {
  margin-bottom: 10px
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-admin .bpmsoftoccchat-comment .bpmsoftoccchat-block-button:hover {
  text-decoration: none
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-other-user .bpmsoftoccchat-comment {
  color: #263238;
  background-color: #f4f7f9
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-other-user .bpmsoftoccchat-comment .bpmsoftoccchat-block-button-container {
  margin-bottom: 10px
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment-container-other-user .bpmsoftoccchat-comment .bpmsoftoccchat-block-button:hover {
  text-decoration: none
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment .bpmsoftoccchat-block-paragraph {
  line-height: 1.4;
  margin: 0 0 10px 0;
  font-size: 14px
}

#bpmsoftoccchat-container .bpmsoftoccchat-operator-info {
  text-align: center
}

#bpmsoftoccchat-container .bpmsoftoccchat-operator-info-image-container {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 15px
}

#bpmsoftoccchat-container .bpmsoftoccchat-operator-info-image {
  width: 40px;
  height: 40px
}

#bpmsoftoccchat-container .bpmsoftoccchat-operator-info-name {
  color: #f9763d;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 18px;
  text-align: center;
  line-height: 24px
}

#bpmsoftoccchat-container .bpmsoftoccchat-operator-info-remainder {
  color: #67748e;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
  line-height: 20px
}

@-webkit-keyframes bpmsoftoccchat-messenger-view-fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes bpmsoftoccchat-messenger-view-fade-in {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@-webkit-keyframes bpmsoftoccchat-messenger-view-fade-out {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@keyframes bpmsoftoccchat-messenger-view-fade-out {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

@-webkit-keyframes bpmsoftoccchat-composer-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes bpmsoftoccchat-composer-slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes bpmsoftoccchat-composer-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
  }
}

@keyframes bpmsoftoccchat-composer-slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
  }
}

@-webkit-keyframes bpmsoftoccchat-messenger-view-slide-left-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
  }
}

@keyframes bpmsoftoccchat-messenger-view-slide-left-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
  }
}

@-webkit-keyframes bpmsoftoccchat-messenger-view-slide-right-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }
}

@keyframes bpmsoftoccchat-messenger-view-slide-right-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }
}

@-webkit-keyframes bpmsoftoccchat-messenger-view-slide-left-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes bpmsoftoccchat-messenger-view-slide-left-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes bpmsoftoccchat-messenger-view-slide-right-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes bpmsoftoccchat-messenger-view-slide-right-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes mv3-new-conversation-button-slide-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%) scale(1);
    transform: translateY(0) translateX(-50%) scale(1)
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(8px) translateX(-50%) scale(.96);
    transform: translateY(8px) translateX(-50%) scale(.96)
  }
}

@keyframes mv3-new-conversation-button-slide-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%) scale(1);
    transform: translateY(0) translateX(-50%) scale(1)
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(8px) translateX(-50%) scale(.96);
    transform: translateY(8px) translateX(-50%) scale(.96)
  }
}

@-webkit-keyframes mv3-new-conversation-button-slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px) translateX(-50%) scale(.96);
    transform: translateY(8px) translateX(-50%) scale(.96)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%) scale(1);
    transform: translateY(0) translateX(-50%) scale(1)
  }
}

@keyframes mv3-new-conversation-button-slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px) translateX(-50%) scale(.96);
    transform: translateY(8px) translateX(-50%) scale(.96)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%) scale(1);
    transform: translateY(0) translateX(-50%) scale(1)
  }
}

#bpmsoftoccchat-container .bpmsoftoccchat-messenger-view-enter.bpmsoftoccchat-conversations {
  z-index: 2147483001
}

#bpmsoftoccchat-container .bpmsoftoccchat-messenger-view-enter.bpmsoftoccchat-conversations .bpmsoftoccchat-conversations-new-conversation-button {
  -webkit-animation-name: mv3-new-conversation-button-slide-up;
  animation-name: mv3-new-conversation-button-slide-up;
  -webkit-animation-duration: .32s;
  animation-duration: .32s;
  -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  -webkit-animation-delay: .16s;
  animation-delay: .16s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversations {
  -webkit-animation-name: bpmsoftoccchat-messenger-view-fade-in;
  animation-name: bpmsoftoccchat-messenger-view-fade-in;
  -webkit-animation-name: bpmsoftoccchat-messenger-view-slide-right-in;
  animation-name: bpmsoftoccchat-messenger-view-slide-right-in;
  -webkit-animation-duration: .32s;
  animation-duration: .32s;
  -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  -webkit-animation-delay: .16s;
  animation-delay: .16s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 2147483000
}

#bpmsoftoccchat-container .bpmsoftoccchat-messenger-view-leave.bpmsoftoccchat-conversation .bpmsoftoccchat-header-buttons, #bpmsoftoccchat-container .bpmsoftoccchat-messenger-view-leave.bpmsoftoccchat-conversation .bpmsoftoccchat-link {
  -webkit-animation-name: bpmsoftoccchat-messenger-view-fade-out;
  animation-name: bpmsoftoccchat-messenger-view-fade-out;
  -webkit-animation-duration: .32s;
  animation-duration: .32s;
  -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

#bpmsoftoccchat-container .bpmsoftoccchat-messenger-view-leave.bpmsoftoccchat-conversation .bpmsoftoccchat-conversation-parts {
  -webkit-animation-name: bpmsoftoccchat-messenger-view-slide-right-out;
  animation-name: bpmsoftoccchat-messenger-view-slide-right-out;
  -webkit-animation-duration: .32s;
  animation-duration: .32s;
  -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  -webkit-animation-delay: 20ms;
  animation-delay: 20ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation .bpmsoftoccchat-conversation-parts {
  font-family: Arial, sans-serif;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation-name: bpmsoftoccchat-messenger-view-slide-left-in;
  animation-name: bpmsoftoccchat-messenger-view-slide-left-in;
  -webkit-animation-duration: .32s;
  animation-duration: .32s;
  -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  -webkit-animation-delay: .23s;
  animation-delay: .23s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-user.bpmsoftoccchat-conversation-part-enter {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px)
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-user.bpmsoftoccchat-conversation-part-enter.bpmsoftoccchat-conversation-part-enter-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity .2s, -webkit-transform .2s;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-admin.bpmsoftoccchat-conversation-part-enter {
  opacity: 0
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-part-admin.bpmsoftoccchat-conversation-part-enter.bpmsoftoccchat-conversation-part-enter-active {
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-parts {
  transition: -webkit-transform .2s;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s
}

#bpmsoftoccchat-container .bpmsoftoccchat-conversation-parts-scrolling {
  -webkit-transition: none;
  transition: none
}

@media only screen and (max-device-width: 667px), screen and (max-width: 369px), screen and (min-height: 591px), screen and (min-width: 371px) {
  .bpmsoftoccchat-messenger {
    -webkit-text-size-adjust: 100%
  }

  .bpmsoftoccchat-admin-profile-collapsed:hover .bpmsoftoccchat-admin-profile-compact-contents, .bpmsoftoccchat-admin-profile-collapsed:hover .bpmsoftoccchat-team-profile-compact-contents, .bpmsoftoccchat-team-profile-collapsed:hover .bpmsoftoccchat-admin-profile-compact-contents, .bpmsoftoccchat-team-profile-collapsed:hover .bpmsoftoccchat-team-profile-compact-contents {
    background-color: inherit
  }
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment {
  padding: 12px 10px;
  position: relative;
  overflow-wrap: break-word;
  white-space: pre-line
}

#bpmsoftoccchat-container .bpmsoftoccchat-comment pre span {
  color: inherit !important;
  background-color: inherit !important;
  font-weight: inherit !important;
  word-wrap: break-word
}

@media screen and (max-width: 980px) {
  #bpmsoftoccchat-container .bpmsoftoccchat-comment .bpmsoftoccchat-block-paragraph {
    /*font-size: 16px*/
    font-size: 1em;
  }

  .bpmsoftocc-msg-time[data-v-56474bd0], .bpmsoftoccchat-upload-success-label[data-v-56474bd0] {
    font-size: 1em;
  }

  #bpmsoftoccchat-container .bpmsoftoccchat-conversation-part {
    padding-bottom: 1.5em;
  }

  #bpmsoftoccchat-container .bpmsoftoccchat-comment-container-user {
    margin-left: 20%;
  }

  #bpmsoftoccchat-container .bpmsoftoccchat-comment-container {
    max-width: 80%;
  }

  #bpmsoftoccchat-container table {
    width: 100%;
  }

}

.bpmsoftoccchat-bot-buttons {
  margin: 10px auto !important
}

.bx-imopenlines-config-sidebar {
  z-index: 10101
}

@keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

#bpmsoftoccchat ::-webkit-scrollbar {
  width: 4px
}

#bpmsoftoccchat ::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #d8dbe2;
  background-color: #d8dbe2
}
