/*
 * UX specified variables
 */
/*originally 420px testing +54px increase */
/* 10px */
/*$da-chat-input-max-height: $da-chat-height / 2; 420px/2 */
/*
 * Currently guesswork - specs would be nice..
 */
/*
 * Other constants
 */
#da-chat-container {
  border-top: 1px solid #969696;
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.55);
  position: fixed;
  bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: right 0.4s ease 0s, bottom 0.4s ease 0s;
  transition: right 0.4s ease 0s, bottom 0.4s ease 0s; }

#da-chat-container.da-chat-minimized {
  bottom: -419px; }

@media (max-width: 767px) {
  #da-chat-container {
    right: 5px; }

  #da-chat-container .notification-info {
    right: -65px !important; }

  #da-chat-container.da-chat-support-open {
    right: 5px; }

  #da-chat-container.da-chat-support-open .notification-info {
    right: -65px !important; }

  #da-proact-chat-container {
    right: 5px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  #da-chat-container {
    right: 0; }

  #da-chat-container .notification-info {
    right: 70px !important; }

  #da-chat-container.da-chat-support-open {
    right: 0; }

  #da-chat-container.da-chat-support-open .notification-info {
    right: 70px !important; }

  #da-proact-chat-container {
    right: 0; }

  #da-proact-chat-container.da-chat-support-open {
    right: 0; } }
@media (min-width: 1200px) and (max-width: 1419px) {
  #da-chat-container {
    right: 0; }

  #da-chat-container .notification-info {
    right: 70px !important; }

  #da-proact-chat-container {
    right: 0; } }
@media (min-width: 1420px) and (max-width: 1551px) {
  #da-chat-container {
    right: 0; }

  #da-chat-container .notification-info {
    right: 70px !important; }

  #da-proact-chat-container {
    right: 0; } }
@media (min-width: 1552px) and (max-width: 1799px) {
  #da-chat-container {
    right: 0; }

  #da-chat-container .notification-info {
    right: 70px !important; }

  #da-proact-chat-container {
    right: 0; } }
@media (min-width: 1800px) and (max-width: 1964px) {
  #da-chat-container {
    right: 0; }

  #da-chat-container .notification-info {
    right: 70px !important; }

  #da-proact-chat-container {
    right: 0; } }
@media (min-width: 1965px) {
  #da-chat-container {
    right: 0; }

  #da-chat-container .notification-info {
    right: 70px !important; }

  #da-proact-chat-container {
    right: 0; } }
@-webkit-keyframes disabledFadein {
  from {
    opacity: 0; }
  to {
    opacity: 0.2; } }
@keyframes disabledFadein {
  from {
    opacity: 0; }
  to {
    opacity: 0.2; } }
#da-chat-hp-form {
  height: 0; }

#da-chat-hp-email {
  width: 0;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0; }

.da-chat-disabled {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000000;
  z-index: 100;
  opacity: 0.2;
  -webkit-animation-name: disabledFadein;
  animation-name: disabledFadein;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.da-chat-disabled:not(.da-chat-wrong-representation-disabled) {
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.da-chat-disabled.da-chat-wrong-representation-disabled {
  bottom: 0;
  height: 419px; }

.da-chat-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 54px;
  color: #323232;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.da-chat-header .opux-icon {
  font-size: 1.6rem; }

.da-chat-header-icon {
  font-size: 35px; }

.da-chat-minimized .da-chat-header {
  cursor: pointer; }

.da-chat-window-title {
  font: 300 16px/20px "Chevin", sans-serif;
  font-size: 1.6rem;
  padding-top: 5px;
  cursor: default; }

@media (min-width: 612px) {
  #da-chat-container {
    width: 300px;
    z-index: 990; } }
@media (max-width: 767px) {
  #da-chat-container {
    width: 300px;
    z-index: 12; } }
.da-chat-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.da-chat-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.da-chat-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.da-chat-flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.da-chat-flex-himmeli-align-center {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  display: table;
  width: 100%; }

.da-chat-flex-himmeli-align-center span {
  display: table-cell;
  vertical-align: middle; }

.da-chat-flex-justify-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.da-chat-flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.da-chat-flex-no-grow {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.da-chat-send-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  margin-right: 12px;
  padding-left: 15px; }

.da-chat-flex-pad {
  padding-left: 0.5em; }

.da-chat-header .da-chat-flex-row {
  margin-left: 12px;
  margin-right: 12px;
  text-transform: uppercase; }

.da-chat-notify .da-chat-header {
  -webkit-animation: da-chat-header-notify-animation 2s steps(1, start) infinite;
  animation: da-chat-header-notify-animation 2s steps(1, start) infinite; }

@-webkit-keyframes da-chat-header-notify-animation {
  50% {
    background-color: #ff6a10; } }
@keyframes da-chat-header-notify-animation {
  50% {
    background-color: #ff6a10; } }
.da-chat-header-minimize,
.da-chat-header-close {
  display: inline-block;
  cursor: pointer; }

.da-chat-header-minimize {
  position: relative;
  bottom: -5px;
  padding-right: 8px; }

.da-chat-minimized .da-chat-header-minimize {
  bottom: 5px; }

.da-chat-body-status-info-container {
  padding-top: 12px; }

.da-chat-statusinfo {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #969696;
  text-align: center;
  padding-bottom: 10px; }

.da-chat-statusinfo span {
  padding: 0 5px 0 5px;
  background-color: #fafafa;
  color: #969696;
  font: 300 12px/16px "Chevin", sans-serif; }

.da-chat-statusinfo-start-new {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px; }

.da-chat-statusinfo-start-new span {
  padding: 0 5px 0 5px;
  font-size: 1.4rem; }

.da-chat-tile {
  border: 1px solid #BEBEBE !important;
  border-radius: 3px !important; }

.da-chat-welcome-text {
  padding-bottom: 16px; }

.da-chat-information {
  font-size: 14px;
  font-size: 1.4rem; }

.da-chat-tr-chat-note-select-subject {
  display: block;
  margin-bottom: 15px; }

.da-chat-subject {
  position: relative;
  overflow: hidden;
  font-size: 1.4rem;
  font-size: 14px;
  padding-right: 20px; }

.da-chat-subject .da-chat-user-message {
  margin-left: 20px; }

.da-chat-subject .opux-alert i.opux-icon {
  font-size: 20px;
  min-width: 35px; }

.da-chat-subject .opux-alert p {
  font: 300 14px "Chevin", sans-serif; }

.da-chat-subject .da-chat-subject-select > span {
  padding-bottom: 16px;
  display: inline-block; }

.da-chat-subject .da-chat-subject-select {
  margin-top: 0px !important; }

.da-chat-subject .da-chat-subject-select .opux-tile {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.da-chat-subject .da-chat-subject-closed {
  color: #dcdcdc; }

.da-chat-subject .opux-tile {
  border-radius: 4px;
  border: 1px solid #bebebe; }

.da-chat-subject .opux-tile .opux-list .opux-list-item {
  padding: 0;
  margin: 0;
  font-size: 14px; }

.da-chat-subject .opux-tile .opux-list .opux-list-item:not(.da-chat-subject-closed) {
  cursor: pointer; }

.da-chat-subject .opux-tile .opux-list .opux-list-item.da-chat-subject-closed {
  cursor: default; }

.da-chat-subject .opux-tile .opux-list .opux-list-item div {
  min-height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 4px; }

.da-chat-subject .opux-tile .opux-list .opux-list-item .da-chat-subject-option-back span:before {
  content: '\2039\A0'; }

.da-chat-subject .opux-tile .opux-list .opux-list-item .da-chat-subject-option-back span {
  line-height: 36px; }

.da-chat-subject .opux-tile .opux-list .opux-list-item:not(.da-chat-subject-closed) div:hover {
  /*background-color: none;  $da-chat-body-bg-color;
      border: 1px solid none;*/
  color: #ff6a10; }

.da-chat-subject .opux-tile .opux-list .opux-list-item:not(:last-child) {
  min-height: 33px;
  border-bottom: 1px solid #bebebe; }

.da-chat-subject .opux-tile .opux-list .opux-list-item:last-child {
  min-height: 32px; }

.da-chat-subject .da-chat-body-message {
  padding-bottom: 16px; }

.da-chat-opening-container div {
  font: 300 12px/16px "Chevin", sans-serif;
  color: #a0a0a0; }

.da-chat-opening-container div:not(:last-of-type) {
  padding-bottom: 3px; }

.da-chat-topic-placeholder {
  visibility: hidden; }

.da-chat-topic-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  width: 100%; }

.da-chat-topic-group-title {
  padding-top: 0.5em;
  padding-left: 1em;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  line-height: 32px; }

.da-chat-topic-selected {
  background-color: #ff6a10; }

.da-chat-topic-tile {
  width: 75%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  border-radius: 10px; }

.da-chat-topic-button-tile {
  width: 75%;
  height: 75%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  border-radius: 10px; }

.da-chat-topic-button-tile-content {
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: auto; }

.da-chat-topic-tile-content {
  background-color: #ff6a10;
  color: #ffffff;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px; }

.da-chat-topic-group-title-right {
  padding-top: 0.5em;
  padding-left: 1em;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  line-height: 32px;
  text-align: right; }

.da-chat-clickable {
  cursor: pointer; }

.da-chat-topic-container:not(.da-chat-topic-no-select):not(.da-chat-topic-placeholder) {
  cursor: pointer; }

.da-chat-topic-no-select {
  cursor: not-allowed; }

.da-chat-topic-containers {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  -ms-flex-line-pack: center;
  align-content: center; }

.da-chat-topic-group.group-below {
  top: 100%; }

.da-chat-topic-group.group-above {
  top: -100%; }

.da-chat-topic-group.group-hidden {
  display: none; }

.da-chat-element-hidden {
  display: none; }

.da-chat-topic-container {
  width: 100%;
  height: 100%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.da-chat-topic-container .opux-icon {
  font-size: 5.6rem; }

.da-chat-topic-container span {
  text-align: center;
  margin-top: 25px;
  width: 100%;
  height: 100%; }

.da-chat-topic-container:hover {
  background-color: #f0f0f0; }

.da-chat-body {
  height: 419px;
  border-top: 1px solid #bebebe; }

.da-chat-body-content-container {
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-height: 0; }

.da-chat-body-content {
  padding-top: 16px;
  padding-left: 12px;
  padding-right: 12px;
  overflow-y: auto;
  border-bottom: 1px solid #bebebe;
  background-color: #fafafa;
  position: relative;
  max-height: 100%; }

.da-chat-body-content > div:not(:first-of-type) {
  margin-top: 20px; }

.da-chat-subject > div:nth-child(2) {
  margin-top: 20px; }

.da-chat-body-no-infoRow {
  margin-top: 8px !important; }

.da-chatbot-call-agent-container {
  position: absolute;
  bottom: 1px;
  padding-top: 2px;
  width: 281px !important;
  padding-right: 6px;
  height: 24px;
  text-align: right;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem;
  background-color: #fafafa; }

.da-chatbot-call-agent-container a {
  cursor: pointer; }

.da-chatbot-call-agent-container i {
  font-size: 22px;
  padding-right: 2px; }

.da-chatbot-markdown-paragraph, .da-chatbot-body-message-message div p:not(:last-child) {
  margin-bottom: 10px !important; }

.da-chatbot-bullet-list, .da-chatbot-number-list {
  line-height: 1.1 !important; }

.da-chatbot-bullet-list li, .da-chatbot-number-list li {
  margin-bottom: 5px !important;
  margin-top: 5px !important; }

.da-chatbot-subject-select {
  margin-bottom: 4px; }

.da-chatbot-option-list {
  padding-bottom: 0 !important; }

.da-chatbot-option-tile {
  margin-bottom: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* inline buttons */
.da-chatbot-option-list-inline {
  margin-top: 16px;
  margin-bottom: 16px; }

.da-chatbot-inline-option-btn {
  text-transform: none !important;
  font-size: 14px !important;
  font-weight: 300;
  height: 36px;
  color: #323232;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #BEBEBE;
  border-radius: 4px; }

.da-chatbot-inline-option-btn:hover {
  color: #ff6a10;
  border: 1px solid #BEBEBE !important; }

.da-chat-body-content-scroll-button {
  display: none;
  position: absolute;
  font-size: 40px;
  right: 20px;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  border-radius: 20px; }

.da-chatbot-body-content-scroll-button {
  bottom: 25px !important; }

:not(.da-chat-minimized) .da-chat-body-content-scroll-button {
  display: block; }

.da-chat-body.da-chat-connecting {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  font-size: 1.2rem; }

.da-chat-body.da-chat-connecting > div {
  max-width: 100%; }

.da-chat-body.da-chat-connection-error {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
  padding-left: 0.5em;
  padding-right: 0.5em; }

.da-chat-body.da-chat-connection-error > span {
  text-align: center;
  max-width: 100%; }

.da-chat-body.da-chat-connection-error svg {
  height: 95px; }

.da-chat-body.da-chat-connection-error .da-chat-tr-chat-error-service-title {
  margin-top: 20px;
  font: 500 18px/22px "Chevin", sans-serif;
  color: #6e6e6e;
  margin-bottom: 20px; }

.da-chat-body.da-chat-connection-error .da-chat-tr-chat-error-service-message-1,
.da-chat-body.da-chat-connection-error .da-chat-tr-chat-error-service-message-2 {
  font: 500 14px/18px "Chevin", sans-serif;
  color: #6e6e6e; }

.da-chat-body.da-chat-connection-error .da-chat-tr-chat-error-service-message-2 {
  padding-bottom: 55px; }

.da-chat-body-message {
  width: 100%;
  /* extra paragraph that might come if watson content has line break */ }

.da-chat-body-message .da-chat-body-message-info-row {
  font: 300 11px/14px "Chevin", sans-serif;
  font-size: 1.2rem;
  color: #969696;
  margin-bottom: 8px; }

.da-chat-body-message .da-chat-body-message-info-row .opux-loading {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #fafafa !important; }

.da-chat-body-message .da-chat-body-message-info-row .opux-loading #fafafa {
  display: block;
  font-size: 10px;
  margin: 0 auto;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #ff6a10), color-stop(42%, rgba(255, 106, 16, 0)));
  background-image: linear-gradient(to right, #ff6a10 10%, rgba(255, 106, 16, 0) 42%);
  -webkit-animation: opux-loading-rotation-1 1s infinite linear;
  animation: opux-loading-rotation-1 1s infinite linear; }

.da-chat-body-message .da-chat-body-message-info-row .opux-loading #fafafa:before {
  content: "";
  width: 50%;
  height: 50%;
  background: #ff6a10;
  border-radius: 100% 0 0;
  position: absolute;
  top: 0;
  left: 0; }

.da-chat-body-message .da-chat-body-message-info-row .opux-loading #fafafa:after {
  content: "";
  background-color: #fff;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes opux-loading-rotation-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes opux-loading-rotation-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.da-chat-body-message .da-chat-body-message-info-row .opux-loading::after {
  background-color: #fafafa !important; }

.da-chat-body-message .da-chat-body-message-info-row .opux-icon-error {
  line-height: 14px;
  font-size: 24px;
  cursor: pointer; }

.da-chat-body-message .da-chat-body-message-message {
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem;
  color: #323232;
  word-wrap: break-word;
  white-space: pre-wrap; }

.da-chat-body-message .da-chat-body-message-alert {
  color: #d00000;
  text-align: right;
  font: 300 11px/14px "Chevin", sans-serif;
  font-size: 1.1rem;
  white-space: pre-line;
  max-width: 100%; }

.da-chat-body-message .da-chatbot-body-message-info-row {
  line-height: 32px; }

.da-chat-body-message .chatbot-avatar-svg {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-bottom: -10px; }

.da-chat-body-message .da-chatbot-body-message-message {
  margin-bottom: 25px; }

.da-chat-body-message .da-chatbot-body-message-message h2 {
  font-size: unset;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: unset; }

.da-chat-body-message .da-chatbot-body-message-message,
.da-chat-body-message .da-chatbot-body-message-message p,
.da-chat-body-message .da-chatbot-body-message-message div p {
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem;
  color: #323232;
  word-wrap: break-word;
  white-space: unset;
  padding: 0; }

.da-chat-body-message .da-chatbot-body-message-disabled,
.da-chat-body-message .da-chatbot-body-message-disabled p,
.da-chat-body-message .da-chatbot-body-message-disabled div p {
  color: #969696 !important; }

.da-chat-body-message .da-chatbot-body-message-disabled a,
.da-chat-body-message .da-chatbot-body-message-disabled p a,
.da-chat-body-message .da-chatbot-body-message-disabled div p a {
  color: #969696 !important; }

.da-chat-body-message .da-chatbot-body-message-disabled a:hover,
.da-chat-body-message .da-chatbot-body-message-disabled p a:hover,
.da-chat-body-message .da-chatbot-body-message-disabled div p a:hover {
  color: #6e6e6e !important; }

.da-chat-body-message .da-chatbot-body-message-disabled a:active,
.da-chat-body-message .da-chatbot-body-message-disabled p a:active,
.da-chat-body-message .da-chatbot-body-message-disabled div p a:active {
  color: #6e6e6e !important; }

.da-chat-body-message .da-chatbot-body-message-message p {
  line-height: unset; }

.da-chat-body-message .da-chatbot-body-message-message a:not(.da-chatbot-custom-markdown-link),
.da-chat-body-message .da-chatbot-body-message-message a:visited:not(.da-chatbot-custom-markdown-link),
.da-chat-body-message .da-chatbot-body-message-message p a:not(.da-chatbot-custom-markdown-link),
.da-chat-body-message .da-chatbot-body-message-message div p a:visited:not(.da-chatbot-custom-markdown-link) {
  color: #ff6a10; }

.da-chat-body-message .da-chatbot-body-message-message a:hover:not(.da-chatbot-custom-markdown-link),
.da-chat-body-message .da-chatbot-body-message-message p a:hover:not(.da-chatbot-custom-markdown-link),
.da-chat-body-message .da-chatbot-body-message-message div p a:hover:not(.da-chatbot-custom-markdown-link) {
  text-decoration: underline; }

.da-chat-body-message .da-chatbot-message-fade-out {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
  transition: visibility 0s linear 300ms, opacity 300ms; }

.da-chat-body-message .da-chatbot-message-fade-in {
  margin-top: 10px;
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transition: visibility 0s linear 0s, opacity 300ms;
  transition: visibility 0s linear 0s, opacity 300ms; }

.da-chatbot-control-character-block {
  color: #323232;
  width: 100%;
  font-size: 14px; }

.da-chatbot-control-character-block .opux-g-container {
  padding: 0; }

.da-chatbot-control-character-block .da-chatbot-empty-padding {
  height: 8px;
  min-height: 8px;
  display: block; }

.da-chatbot-control-character-block .da-chatbot-control-char-row {
  padding-left: 12px;
  padding-right: 12px; }

.da-chatbot-control-character-block .da-chatbot-control-char-row .opux-g-row {
  margin-left: 0;
  margin-right: 0; }

.da-chatbot-control-character-block .da-chatbot-control-char-row .da-chatbot-control-char-row-left {
  padding: 0;
  padding-top: 8px;
  width: 60% !important;
  display: inline-block; }

.da-chatbot-control-character-block .da-chatbot-control-char-row .da-chatbot-control-char-row-right {
  padding: 0;
  padding-top: 8px;
  white-space: nowrap;
  text-align: right;
  width: 40% !important;
  padding-right: 0;
  display: inline-block; }

.da-chatbot-control-character-block .da-chatbot-control-char-row .da-chatbot-control-char-row-newline {
  color: #6E6E6E;
  font-weight: 400;
  padding-bottom: 8px;
  padding-top: 4px;
  font-size: 13px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.da-chatbot-control-character-block .da-chatbot-control-char-row .da-chatbot-char-row-newline-closed {
  color: #dcdcdc !important; }

.da-chatbot-control-character-block:not(:last-child) {
  border-bottom: 1px solid #bebebe; }

.da-chatbot-control-character-block:hover:not(.da-chat-subject-closed) {
  color: #ff6a10;
  cursor: pointer; }

.da-chatbot-control-character-block:hover:not(.da-chat-subject-closed) .da-chatbot-control-char-row-newline {
  color: #ff6a10; }

.da-chatbot-body-message-message .da-chatbot-custom-markdown-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.da-chatbot-body-message-message .cta.da-chatbot-custom-markdown-link {
  font-weight: bold;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ff6a10;
  text-decoration: underline; }

.da-chat-body-message-retry {
  cursor: pointer; }

.da-chat-refresh-error {
  padding-top: 20px;
  font: 300 12px/16px "Chevin", sans-serif;
  font-size: 1.2rem; }

.da-chat-refresh-error .error-text {
  padding-left: 12px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.da-chat-refresh-error .error-text span {
  white-space: pre-line;
  max-width: 100%; }

.da-chatbot-message-send-error {
  font: 300 12px/16px "Chevin", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.da-chatbot-message-send-error .error-text {
  padding-left: 12px;
  padding-bottom: 4px;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.da-chat-body-message.da-chat-user-message {
  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; }

.da-chat-body-message.da-chat-user-message .da-chat-body-message-message {
  text-align: right;
  /* IE flexbox bug fix.. */
  max-width: 100%; }

.da-chat-body-message.da-chat-info-message {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 20px; }

.da-chat-body-message-disabled {
  color: #969696 !important; }

.da-chat-body-message-disabled:hover {
  color: #6e6e6e !important; }

.da-chat-body-message-disabled:active {
  color: #6e6e6e !important; }

.da-chat-body-input {
  max-height: 210px; }

.da-chat-body-input textarea {
  max-height: 160px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  font: 300 14px "Chevin", sans-serif !important;
  font-size: 1.4rem !important; }

.da-chat-body-input textarea::-webkit-input-placeholder {
  color: #a0a0a0;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem; }

.da-chat-body-input textarea::-moz-placeholder {
  color: #a0a0a0;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem; }

.da-chat-body-input textarea::-ms-input-placeholder {
  color: #a0a0a0;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem; }

.da-chat-body-input textarea::placeholder {
  color: #a0a0a0;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem; }

.da-chat-body-input .opux-btn.da-chat-send-btn {
  height: 30px;
  width: 80px !important;
  min-width: 80px !important;
  font: 300 14px "Chevin", sans-serif;
  margin-top: 8px;
  vertical-align: middle;
  text-align: center;
  padding-top: 6px; }

.da-chat-body-input .da-chat-body-input-flex-container {
  margin-top: 12px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 0; }

.da-chat-refresh-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.chat-status-hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* sulkemis notifikaatio*/
.notification-info {
  border: 1px solid #969696;
  border-radius: 5px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-align: center !important;
  bottom: 160px;
  position: relative;
  text-transform: none !important; }

.notification-message {
  text-transform: none;
  margin-bottom: 10px !important; }

.notification-loader {
  height: 40px !important;
  margin-bottom: 15px !important; }

/*closing loader*/
.radial-progress {
  position: relative;
  width: 55px;
  height: 55px;
  margin: auto;
  margin-bottom: 10px !important;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.radial-progress-inner {
  height: 100%; }

.radial-progress-inner-circle {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -49%);
  -webkit-transform: translate(-50%, -49%);
  -ms-transform: translate(-50.5%, -49%); }

.radial-progress-half {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.radial-progress-half-left {
  right: 27px; }

.radial-progress-half-right {
  right: 0px; }

.radial-progress-circle-right,
.radial-progress-circle-left {
  float: left;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #eee;
  overflow: hidden; }

.radial-progress-circle-right {
  float: right; }

.radial-progress-blocker-1,
.radial-progress-blocker-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  background-color: #777;
  transform: rotate(0deg) translate(0, -25%);
  -webkit-transform: rotate(0deg) translate(0, -25%);
  -ms-transform: rotate(0deg) translate(0, -25%); }

.radial-progress-blocker-1 {
  transform-origin: 0 25%;
  -webkit-transform-origin: 0 25%;
  -ms-transform-origin: 0 25%; }

.radial-progress-blocker-2 {
  left: auto;
  right: 0;
  transform-origin: 100% 25%;
  -webkit-transform-origin: 100% 25%;
  -ms-transform-origin: 100% 25%; }

.radial-progress-mask-ring {
  position: relative;
  top: -65px;
  left: -10px;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  z-index: 101;
  border-radius: 50%;
  border: 12px solid #ffffff;
  color: white;
  background-color: transparent; }

/* typing indicator*/
.bubblingG {
  width: 78px;
  height: 23px;
  overflow: hidden; }

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 16px 6px 6px 0;
  background: #ff6a10;
  border-radius: 35px;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-animation: bubblingG 1.5s infinite alternate;
  animation: bubblingG 1.5s infinite alternate; }

#bubblingG_1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

#bubblingG_2 {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s; }

#bubblingG_3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes bubblingG {
  0% {
    width: 8px;
    height: 8px;
    background-color: #ff6a10;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    width: 8px;
    height: 8px;
    background-color: white;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); } }
@keyframes bubblingG {
  0% {
    width: 8px;
    height: 8px;
    background-color: #ff6a10;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    width: 8px;
    height: 8px;
    background-color: white;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); } }
.da-chat-url-metadata {
  background-color: white;
  border: 1px solid  #A0A0A0;
  border-radius: 6px;
  font-size: 12px;
  min-height: 74px;
  min-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px; }

.da-chat-url-text-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px; }

.da-chat-url-text-col-no-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.da-chat-url-title {
  text-align: left;
  font: 300 14px "Chevin", sans-serif;
  color: #323232 !important; }

.da-chat-url-title-with-desc {
  padding-bottom: 8px; }

.da-chat-url-description {
  text-align: left;
  font: 300 11px/14px "Chevin", sans-serif;
  color: #A0A0A0 !important;
  max-height: 150px;
  overflow: hidden; }

.da-chat-url-image {
  min-width: 74px;
  max-height: 74px;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
  text-align: right; }

.da-chat-url-image img {
  max-height: 74px;
  max-width: 74px; }

/*campaign tooltip*/
.da-chat-campaign-tooltip-row-left {
  margin-right: 10px;
  display: inline-block;
  min-width: 60px; }

.da-chat-campaign-tooltip-row-right {
  display: inline-block; }

/* Target system selector */
.da-chat-subject-target-system-selector {
  display: inline-block;
  height: 30px; }

.da-chat-subject-target-system-selector-item {
  display: inline-block;
  padding-left: 10px; }

.da-chat-subject-target-system-selector-item input {
  position: absolute;
  height: 22px;
  cursor: pointer; }

.da-chat-subject-target-system-selector-item label {
  padding: 5px;
  margin-left: 15px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top; }

/* Subject customertype selector */
.da-chat-subject-customer-type-selector {
  display: inline-block;
  height: 30px; }

.da-chat-subject-customer-type-selector-item {
  display: inline-block;
  padding-left: 10px; }

.da-chat-subject-customer-type-selector-item input {
  position: absolute;
  height: 22px;
  cursor: pointer; }

.da-chat-subject-customer-type-selector-item label {
  padding: 5px;
  margin-left: 15px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top; }

#da-chat-portlet .da-chat-wrong-representation {
  z-index: 101;
  position: absolute;
  top: 104px;
  width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

#da-chat-portlet .da-chat-wrong-representation .opux-alert-icon .opux-icon {
  min-width: 30px !important;
  font-size: 20px !important; }

/*
 * UX specified variables
 */
/*originally 420px testing +54px increase */
/* 10px */
/*$da-chat-input-max-height: $da-chat-height / 2; 420px/2 */
/*
 * Currently guesswork - specs would be nice..
 */
/*
 * Other constants
 */
#da-chat-container-mobile {
  border-top: 1px solid #969696;
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.55);
  position: fixed;
  bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: right 0.4s ease 0s, bottom 0.4s ease 0s;
  transition: right 0.4s ease 0s, bottom 0.4s ease 0s; }

#da-chat-container-mobile.da-chat-minimized {
  bottom: -100% !important; }

@media (max-width: 767px) {
  #da-chat-container-mobile {
    right: 5px; }

  #da-chat-container-mobile .notification-info {
    right: 75px !important; }

  #da-chat-container-mobile.da-chat-support-open {
    right: 5px; }

  #da-chat-container-mobile.da-chat-support-open .notification-info {
    right: 75px !important; } }
@media (min-width: 768px) and (max-width: 1199px) {
  #da-chat-container-mobile {
    right: 68px; }

  #da-chat-container-mobile .notification-info {
    right: 138px !important; }

  #da-chat-container-mobile.da-chat-support-open {
    right: 288px; }

  #da-chat-container-mobile.da-chat-support-open .notification-info {
    right: 358px !important; } }
@media (min-width: 1200px) and (max-width: 1419px) {
  #da-chat-container-mobile {
    right: 288px; }

  #da-chat-container-mobile .notification-info {
    right: 358px !important; } }
@media (min-width: 1420px) and (max-width: 1551px) {
  #da-chat-container-mobile {
    right: 328px; }

  #da-chat-container-mobile .notification-info {
    right: 398px !important; } }
@media (min-width: 1552px) and (max-width: 1799px) {
  #da-chat-container-mobile {
    right: 288px; }

  #da-chat-container-mobile .notification-info {
    right: 358px !important; } }
@media (min-width: 1800px) and (max-width: 1964px) {
  #da-chat-container-mobile {
    right: 328px; }

  #da-chat-container-mobile .notification-info {
    right: 398px !important; } }
@media (min-width: 1965px) {
  #da-chat-container-mobile {
    right: calc((100vw - 1964px) / 2 + 320px + 8px); }

  #da-chat-container-mobile .notification-info {
    right: calc((100vw - 1964px) / 2 + 320px + 8px - -70px) !important; } }
#da-chat-container-mobile .da-chat-body {
  height: 100% !important;
  border-top: none !important;
  width: 100% !important; }

#da-chat-container-mobile .da-chat-body-content-container {
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-height: 0;
  width: 100% !important; }

#da-chat-container-mobile .da-chat-body-content {
  padding-top: 16px;
  padding-left: 100% !important-100% !important-24px/2;
  padding-right: 100% !important-100% !important-24px/2;
  overflow-y: auto;
  border-bottom: 1px solid #bebebe;
  background-color: #fafafa;
  position: relative;
  max-height: 100%;
  width: 100% !important; }

#da-chat-container-mobile .da-chat-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 0;
  color: #323232;
  background-color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none !important; }

#da-chat-container-mobile .da-chat-header .opux-icon {
  font-size: 1.6rem; }

#da-chat-container-mobile .da-chat-header-icon {
  font-size: 35px; }

#da-chat-container-mobile .da-chat-minimized .da-chat-header {
  cursor: pointer; }

#da-chat-container-mobile .da-chat-window-title {
  font: 300 16px/20px "Chevin", sans-serif;
  font-size: 1.6rem;
  padding-top: 5px;
  cursor: default; }

#da-chat-container-mobile .da-chatbot-call-agent-container {
  width: 100% !important;
  text-align: right; }

#da-chat-container-mobile .da-chatbot-call-agent-container {
  width: 100% !important;
  text-align: right; }

@media (min-width: 612px) {
  #da-chat-container-mobile {
    width: 90% !important;
    z-index: 990; } }
@media (max-width: 767px) {
  #da-chat-container-mobile {
    width: 90% !important;
    z-index: 12; } }
.da-chat-body-input {
  max-height: 210px; }

.da-chat-body-input textarea {
  max-height: 160px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  font: 300 14px "Chevin", sans-serif !important;
  font-size: 1.4rem !important; }

.da-chat-body-input textarea::-webkit-input-placeholder {
  color: #a0a0a0;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem; }

.da-chat-body-input textarea::-moz-placeholder {
  color: #a0a0a0;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem; }

.da-chat-body-input textarea::-ms-input-placeholder {
  color: #a0a0a0;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem; }

.da-chat-body-input textarea::placeholder {
  color: #a0a0a0;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem; }

.da-chat-body-input .opux-btn.da-chat-send-btn {
  height: 30px;
  width: 80px !important;
  min-width: 80px !important;
  font: 300 14px "Chevin", sans-serif;
  margin-top: 8px;
  vertical-align: middle;
  text-align: center;
  padding-top: 6px; }

.da-chat-body-input .da-chat-body-input-flex-container {
  margin-top: 12px;
  margin-left: 100% !important-100% !important-24px/2;
  margin-right: 100% !important-100% !important-24px/2;
  margin-bottom: 0; }

#da-chat-container-mobile {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 100% !important;
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  border-top-left-radius: none !important;
  border-top-right-radius: none !important;
  -webkit-transition: right 0.4s ease 0s, bottom 0.4s ease 0s;
  transition: right 0.4s ease 0s, bottom 0.4s ease 0s; }

/*
 * UX specified variables
 */
/*originally 420px testing +54px increase */
/* 10px */
/*$da-chat-input-max-height: $da-chat-height / 2; 420px/2 */
/*
 * Currently guesswork - specs would be nice..
 */
/*
 * Other constants
 */
#da-chat-container {
  border-top: 1px solid #969696;
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.55);
  position: fixed;
  bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: right 0.4s ease 0s, bottom 0.4s ease 0s;
  transition: right 0.4s ease 0s, bottom 0.4s ease 0s; }

#da-chat-container.da-chat-minimized {
  bottom: -419px; }

@media (max-width: 767px) {
  #da-chat-container {
    right: 5px; }

  #da-chat-container .notification-info {
    right: -65px !important; }

  #da-chat-container.da-chat-support-open {
    right: 5px; }

  #da-chat-container.da-chat-support-open .notification-info {
    right: -65px !important; }

  #da-proact-chat-container {
    right: 5px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  #da-chat-container {
    right: 0; }

  #da-chat-container .notification-info {
    right: 70px !important; }

  #da-chat-container.da-chat-support-open {
    right: 0; }

  #da-chat-container.da-chat-support-open .notification-info {
    right: 70px !important; }

  #da-proact-chat-container {
    right: 0; }

  #da-proact-chat-container.da-chat-support-open {
    right: 0; } }
@media (min-width: 1200px) and (max-width: 1419px) {
  #da-chat-container {
    right: 0; }

  #da-chat-container .notification-info {
    right: 70px !important; }

  #da-proact-chat-container {
    right: 0; } }
@media (min-width: 1420px) and (max-width: 1551px) {
  #da-chat-container {
    right: 0; }

  #da-chat-container .notification-info {
    right: 70px !important; }

  #da-proact-chat-container {
    right: 0; } }
@media (min-width: 1552px) and (max-width: 1799px) {
  #da-chat-container {
    right: 0; }

  #da-chat-container .notification-info {
    right: 70px !important; }

  #da-proact-chat-container {
    right: 0; } }
@media (min-width: 1800px) and (max-width: 1964px) {
  #da-chat-container {
    right: 0; }

  #da-chat-container .notification-info {
    right: 70px !important; }

  #da-proact-chat-container {
    right: 0; } }
@media (min-width: 1965px) {
  #da-chat-container {
    right: 0; }

  #da-chat-container .notification-info {
    right: 70px !important; }

  #da-proact-chat-container {
    right: 0; } }
@-webkit-keyframes disabledFadein {
  from {
    opacity: 0; }
  to {
    opacity: 0.2; } }
@keyframes disabledFadein {
  from {
    opacity: 0; }
  to {
    opacity: 0.2; } }
#da-chat-hp-form {
  height: 0; }

#da-chat-hp-email {
  width: 0;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0; }

.da-chat-disabled {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000000;
  z-index: 100;
  opacity: 0.2;
  -webkit-animation-name: disabledFadein;
  animation-name: disabledFadein;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.da-chat-disabled:not(.da-chat-wrong-representation-disabled) {
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.da-chat-disabled.da-chat-wrong-representation-disabled {
  bottom: 0;
  height: 419px; }

.da-chat-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 54px;
  color: #323232;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.da-chat-header .opux-icon {
  font-size: 1.6rem; }

.da-chat-header-icon {
  font-size: 35px; }

.da-chat-minimized .da-chat-header {
  cursor: pointer; }

.da-chat-window-title {
  font: 300 16px/20px "Chevin", sans-serif;
  font-size: 1.6rem;
  padding-top: 5px;
  cursor: default; }

@media (min-width: 612px) {
  #da-chat-container {
    width: 300px;
    z-index: 990; } }
@media (max-width: 767px) {
  #da-chat-container {
    width: 300px;
    z-index: 12; } }
.da-chat-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.da-chat-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.da-chat-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.da-chat-flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.da-chat-flex-himmeli-align-center {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  display: table;
  width: 100%; }

.da-chat-flex-himmeli-align-center span {
  display: table-cell;
  vertical-align: middle; }

.da-chat-flex-justify-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.da-chat-flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.da-chat-flex-no-grow {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.da-chat-send-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  margin-right: 12px;
  padding-left: 15px; }

.da-chat-flex-pad {
  padding-left: 0.5em; }

.da-chat-header .da-chat-flex-row {
  margin-left: 12px;
  margin-right: 12px;
  text-transform: uppercase; }

.da-chat-notify .da-chat-header {
  -webkit-animation: da-chat-header-notify-animation 2s steps(1, start) infinite;
  animation: da-chat-header-notify-animation 2s steps(1, start) infinite; }

@-webkit-keyframes da-chat-header-notify-animation {
  50% {
    background-color: #ff6a10; } }
@keyframes da-chat-header-notify-animation {
  50% {
    background-color: #ff6a10; } }
.da-chat-header-minimize,
.da-chat-header-close {
  display: inline-block;
  cursor: pointer; }

.da-chat-header-minimize {
  position: relative;
  bottom: -5px;
  padding-right: 8px; }

.da-chat-minimized .da-chat-header-minimize {
  bottom: 5px; }

.da-chat-body-status-info-container {
  padding-top: 12px; }

.da-chat-statusinfo {
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #969696;
  text-align: center;
  padding-bottom: 10px; }

.da-chat-statusinfo span {
  padding: 0 5px 0 5px;
  background-color: #fafafa;
  color: #969696;
  font: 300 12px/16px "Chevin", sans-serif; }

.da-chat-statusinfo-start-new {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px; }

.da-chat-statusinfo-start-new span {
  padding: 0 5px 0 5px;
  font-size: 1.4rem; }

.da-chat-tile {
  border: 1px solid #BEBEBE !important;
  border-radius: 3px !important; }

.da-chat-welcome-text {
  padding-bottom: 16px; }

.da-chat-information {
  font-size: 14px;
  font-size: 1.4rem; }

.da-chat-tr-chat-note-select-subject {
  display: block;
  margin-bottom: 15px; }

.da-chat-subject {
  position: relative;
  overflow: hidden;
  font-size: 1.4rem;
  font-size: 14px;
  padding-right: 20px; }

.da-chat-subject .da-chat-user-message {
  margin-left: 20px; }

.da-chat-subject .opux-alert i.opux-icon {
  font-size: 20px;
  min-width: 35px; }

.da-chat-subject .opux-alert p {
  font: 300 14px "Chevin", sans-serif; }

.da-chat-subject .da-chat-subject-select > span {
  padding-bottom: 16px;
  display: inline-block; }

.da-chat-subject .da-chat-subject-select {
  margin-top: 0px !important; }

.da-chat-subject .da-chat-subject-select .opux-tile {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.da-chat-subject .da-chat-subject-closed {
  color: #dcdcdc; }

.da-chat-subject .opux-tile {
  border-radius: 4px;
  border: 1px solid #bebebe; }

.da-chat-subject .opux-tile .opux-list .opux-list-item {
  padding: 0;
  margin: 0;
  font-size: 14px; }

.da-chat-subject .opux-tile .opux-list .opux-list-item:not(.da-chat-subject-closed) {
  cursor: pointer; }

.da-chat-subject .opux-tile .opux-list .opux-list-item.da-chat-subject-closed {
  cursor: default; }

.da-chat-subject .opux-tile .opux-list .opux-list-item div {
  min-height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 4px; }

.da-chat-subject .opux-tile .opux-list .opux-list-item .da-chat-subject-option-back span:before {
  content: '\2039\A0'; }

.da-chat-subject .opux-tile .opux-list .opux-list-item .da-chat-subject-option-back span {
  line-height: 36px; }

.da-chat-subject .opux-tile .opux-list .opux-list-item:not(.da-chat-subject-closed) div:hover {
  /*background-color: none;  $da-chat-body-bg-color;
      border: 1px solid none;*/
  color: #ff6a10; }

.da-chat-subject .opux-tile .opux-list .opux-list-item:not(:last-child) {
  min-height: 33px;
  border-bottom: 1px solid #bebebe; }

.da-chat-subject .opux-tile .opux-list .opux-list-item:last-child {
  min-height: 32px; }

.da-chat-subject .da-chat-body-message {
  padding-bottom: 16px; }

.da-chat-opening-container div {
  font: 300 12px/16px "Chevin", sans-serif;
  color: #a0a0a0; }

.da-chat-opening-container div:not(:last-of-type) {
  padding-bottom: 3px; }

.da-chat-topic-placeholder {
  visibility: hidden; }

.da-chat-topic-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  width: 100%; }

.da-chat-topic-group-title {
  padding-top: 0.5em;
  padding-left: 1em;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  line-height: 32px; }

.da-chat-topic-selected {
  background-color: #ff6a10; }

.da-chat-topic-tile {
  width: 75%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  border-radius: 10px; }

.da-chat-topic-button-tile {
  width: 75%;
  height: 75%;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  border-radius: 10px; }

.da-chat-topic-button-tile-content {
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: auto; }

.da-chat-topic-tile-content {
  background-color: #ff6a10;
  color: #ffffff;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px; }

.da-chat-topic-group-title-right {
  padding-top: 0.5em;
  padding-left: 1em;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  line-height: 32px;
  text-align: right; }

.da-chat-clickable {
  cursor: pointer; }

.da-chat-topic-container:not(.da-chat-topic-no-select):not(.da-chat-topic-placeholder) {
  cursor: pointer; }

.da-chat-topic-no-select {
  cursor: not-allowed; }

.da-chat-topic-containers {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: auto;
  -ms-flex-line-pack: center;
  align-content: center; }

.da-chat-topic-group.group-below {
  top: 100%; }

.da-chat-topic-group.group-above {
  top: -100%; }

.da-chat-topic-group.group-hidden {
  display: none; }

.da-chat-element-hidden {
  display: none; }

.da-chat-topic-container {
  width: 100%;
  height: 100%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.da-chat-topic-container .opux-icon {
  font-size: 5.6rem; }

.da-chat-topic-container span {
  text-align: center;
  margin-top: 25px;
  width: 100%;
  height: 100%; }

.da-chat-topic-container:hover {
  background-color: #f0f0f0; }

.da-chat-body {
  height: 419px;
  border-top: 1px solid #bebebe; }

.da-chat-body-content-container {
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-height: 0; }

.da-chat-body-content {
  padding-top: 16px;
  padding-left: 12px;
  padding-right: 12px;
  overflow-y: auto;
  border-bottom: 1px solid #bebebe;
  background-color: #fafafa;
  position: relative;
  max-height: 100%; }

.da-chat-body-content > div:not(:first-of-type) {
  margin-top: 20px; }

.da-chat-subject > div:nth-child(2) {
  margin-top: 20px; }

.da-chat-body-no-infoRow {
  margin-top: 8px !important; }

.da-chatbot-call-agent-container {
  position: absolute;
  bottom: 1px;
  padding-top: 2px;
  width: 281px !important;
  padding-right: 6px;
  height: 24px;
  text-align: right;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem;
  background-color: #fafafa; }

.da-chatbot-call-agent-container a {
  cursor: pointer; }

.da-chatbot-call-agent-container i {
  font-size: 22px;
  padding-right: 2px; }

.da-chatbot-markdown-paragraph, .da-chatbot-body-message-message div p:not(:last-child) {
  margin-bottom: 10px !important; }

.da-chatbot-bullet-list, .da-chatbot-number-list {
  line-height: 1.1 !important; }

.da-chatbot-bullet-list li, .da-chatbot-number-list li {
  margin-bottom: 5px !important;
  margin-top: 5px !important; }

.da-chatbot-subject-select {
  margin-bottom: 4px; }

.da-chatbot-option-list {
  padding-bottom: 0 !important; }

.da-chatbot-option-tile {
  margin-bottom: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* inline buttons */
.da-chatbot-option-list-inline {
  margin-top: 16px;
  margin-bottom: 16px; }

.da-chatbot-inline-option-btn {
  text-transform: none !important;
  font-size: 14px !important;
  font-weight: 300;
  height: 36px;
  color: #323232;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #BEBEBE;
  border-radius: 4px; }

.da-chatbot-inline-option-btn:hover {
  color: #ff6a10;
  border: 1px solid #BEBEBE !important; }

.da-chat-body-content-scroll-button {
  display: none;
  position: absolute;
  font-size: 40px;
  right: 20px;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  border-radius: 20px; }

.da-chatbot-body-content-scroll-button {
  bottom: 25px !important; }

:not(.da-chat-minimized) .da-chat-body-content-scroll-button {
  display: block; }

.da-chat-body.da-chat-connecting {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  font-size: 1.2rem; }

.da-chat-body.da-chat-connecting > div {
  max-width: 100%; }

.da-chat-body.da-chat-connection-error {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
  padding-left: 0.5em;
  padding-right: 0.5em; }

.da-chat-body.da-chat-connection-error > span {
  text-align: center;
  max-width: 100%; }

.da-chat-body.da-chat-connection-error svg {
  height: 95px; }

.da-chat-body.da-chat-connection-error .da-chat-tr-chat-error-service-title {
  margin-top: 20px;
  font: 500 18px/22px "Chevin", sans-serif;
  color: #6e6e6e;
  margin-bottom: 20px; }

.da-chat-body.da-chat-connection-error .da-chat-tr-chat-error-service-message-1,
.da-chat-body.da-chat-connection-error .da-chat-tr-chat-error-service-message-2 {
  font: 500 14px/18px "Chevin", sans-serif;
  color: #6e6e6e; }

.da-chat-body.da-chat-connection-error .da-chat-tr-chat-error-service-message-2 {
  padding-bottom: 55px; }

.da-chat-body-message {
  width: 100%;
  /* extra paragraph that might come if watson content has line break */ }

.da-chat-body-message .da-chat-body-message-info-row {
  font: 300 11px/14px "Chevin", sans-serif;
  font-size: 1.2rem;
  color: #969696;
  margin-bottom: 8px; }

.da-chat-body-message .da-chat-body-message-info-row .opux-loading {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #fafafa !important; }

.da-chat-body-message .da-chat-body-message-info-row .opux-loading #fafafa {
  display: block;
  font-size: 10px;
  margin: 0 auto;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #ff6a10), color-stop(42%, rgba(255, 106, 16, 0)));
  background-image: linear-gradient(to right, #ff6a10 10%, rgba(255, 106, 16, 0) 42%);
  -webkit-animation: opux-loading-rotation-1 1s infinite linear;
  animation: opux-loading-rotation-1 1s infinite linear; }

.da-chat-body-message .da-chat-body-message-info-row .opux-loading #fafafa:before {
  content: "";
  width: 50%;
  height: 50%;
  background: #ff6a10;
  border-radius: 100% 0 0;
  position: absolute;
  top: 0;
  left: 0; }

.da-chat-body-message .da-chat-body-message-info-row .opux-loading #fafafa:after {
  content: "";
  background-color: #fff;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes opux-loading-rotation-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes opux-loading-rotation-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.da-chat-body-message .da-chat-body-message-info-row .opux-loading::after {
  background-color: #fafafa !important; }

.da-chat-body-message .da-chat-body-message-info-row .opux-icon-error {
  line-height: 14px;
  font-size: 24px;
  cursor: pointer; }

.da-chat-body-message .da-chat-body-message-message {
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem;
  color: #323232;
  word-wrap: break-word;
  white-space: pre-wrap; }

.da-chat-body-message .da-chat-body-message-alert {
  color: #d00000;
  text-align: right;
  font: 300 11px/14px "Chevin", sans-serif;
  font-size: 1.1rem;
  white-space: pre-line;
  max-width: 100%; }

.da-chat-body-message .da-chatbot-body-message-info-row {
  line-height: 32px; }

.da-chat-body-message .chatbot-avatar-svg {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-bottom: -10px; }

.da-chat-body-message .da-chatbot-body-message-message {
  margin-bottom: 25px; }

.da-chat-body-message .da-chatbot-body-message-message h2 {
  font-size: unset;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: unset; }

.da-chat-body-message .da-chatbot-body-message-message,
.da-chat-body-message .da-chatbot-body-message-message p,
.da-chat-body-message .da-chatbot-body-message-message div p {
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem;
  color: #323232;
  word-wrap: break-word;
  white-space: unset;
  padding: 0; }

.da-chat-body-message .da-chatbot-body-message-disabled,
.da-chat-body-message .da-chatbot-body-message-disabled p,
.da-chat-body-message .da-chatbot-body-message-disabled div p {
  color: #969696 !important; }

.da-chat-body-message .da-chatbot-body-message-disabled a,
.da-chat-body-message .da-chatbot-body-message-disabled p a,
.da-chat-body-message .da-chatbot-body-message-disabled div p a {
  color: #969696 !important; }

.da-chat-body-message .da-chatbot-body-message-disabled a:hover,
.da-chat-body-message .da-chatbot-body-message-disabled p a:hover,
.da-chat-body-message .da-chatbot-body-message-disabled div p a:hover {
  color: #6e6e6e !important; }

.da-chat-body-message .da-chatbot-body-message-disabled a:active,
.da-chat-body-message .da-chatbot-body-message-disabled p a:active,
.da-chat-body-message .da-chatbot-body-message-disabled div p a:active {
  color: #6e6e6e !important; }

.da-chat-body-message .da-chatbot-body-message-message p {
  line-height: unset; }

.da-chat-body-message .da-chatbot-body-message-message a:not(.da-chatbot-custom-markdown-link),
.da-chat-body-message .da-chatbot-body-message-message a:visited:not(.da-chatbot-custom-markdown-link),
.da-chat-body-message .da-chatbot-body-message-message p a:not(.da-chatbot-custom-markdown-link),
.da-chat-body-message .da-chatbot-body-message-message div p a:visited:not(.da-chatbot-custom-markdown-link) {
  color: #ff6a10; }

.da-chat-body-message .da-chatbot-body-message-message a:hover:not(.da-chatbot-custom-markdown-link),
.da-chat-body-message .da-chatbot-body-message-message p a:hover:not(.da-chatbot-custom-markdown-link),
.da-chat-body-message .da-chatbot-body-message-message div p a:hover:not(.da-chatbot-custom-markdown-link) {
  text-decoration: underline; }

.da-chat-body-message .da-chatbot-message-fade-out {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
  transition: visibility 0s linear 300ms, opacity 300ms; }

.da-chat-body-message .da-chatbot-message-fade-in {
  margin-top: 10px;
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transition: visibility 0s linear 0s, opacity 300ms;
  transition: visibility 0s linear 0s, opacity 300ms; }

.da-chatbot-control-character-block {
  color: #323232;
  width: 100%;
  font-size: 14px; }

.da-chatbot-control-character-block .opux-g-container {
  padding: 0; }

.da-chatbot-control-character-block .da-chatbot-empty-padding {
  height: 8px;
  min-height: 8px;
  display: block; }

.da-chatbot-control-character-block .da-chatbot-control-char-row {
  padding-left: 12px;
  padding-right: 12px; }

.da-chatbot-control-character-block .da-chatbot-control-char-row .opux-g-row {
  margin-left: 0;
  margin-right: 0; }

.da-chatbot-control-character-block .da-chatbot-control-char-row .da-chatbot-control-char-row-left {
  padding: 0;
  padding-top: 8px;
  width: 60% !important;
  display: inline-block; }

.da-chatbot-control-character-block .da-chatbot-control-char-row .da-chatbot-control-char-row-right {
  padding: 0;
  padding-top: 8px;
  white-space: nowrap;
  text-align: right;
  width: 40% !important;
  padding-right: 0;
  display: inline-block; }

.da-chatbot-control-character-block .da-chatbot-control-char-row .da-chatbot-control-char-row-newline {
  color: #6E6E6E;
  font-weight: 400;
  padding-bottom: 8px;
  padding-top: 4px;
  font-size: 13px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.da-chatbot-control-character-block .da-chatbot-control-char-row .da-chatbot-char-row-newline-closed {
  color: #dcdcdc !important; }

.da-chatbot-control-character-block:not(:last-child) {
  border-bottom: 1px solid #bebebe; }

.da-chatbot-control-character-block:hover:not(.da-chat-subject-closed) {
  color: #ff6a10;
  cursor: pointer; }

.da-chatbot-control-character-block:hover:not(.da-chat-subject-closed) .da-chatbot-control-char-row-newline {
  color: #ff6a10; }

.da-chatbot-body-message-message .da-chatbot-custom-markdown-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.da-chatbot-body-message-message .cta.da-chatbot-custom-markdown-link {
  font-weight: bold;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ff6a10;
  text-decoration: underline; }

.da-chat-body-message-retry {
  cursor: pointer; }

.da-chat-refresh-error {
  padding-top: 20px;
  font: 300 12px/16px "Chevin", sans-serif;
  font-size: 1.2rem; }

.da-chat-refresh-error .error-text {
  padding-left: 12px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.da-chat-refresh-error .error-text span {
  white-space: pre-line;
  max-width: 100%; }

.da-chatbot-message-send-error {
  font: 300 12px/16px "Chevin", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.da-chatbot-message-send-error .error-text {
  padding-left: 12px;
  padding-bottom: 4px;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.da-chat-body-message.da-chat-user-message {
  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; }

.da-chat-body-message.da-chat-user-message .da-chat-body-message-message {
  text-align: right;
  /* IE flexbox bug fix.. */
  max-width: 100%; }

.da-chat-body-message.da-chat-info-message {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 20px; }

.da-chat-body-message-disabled {
  color: #969696 !important; }

.da-chat-body-message-disabled:hover {
  color: #6e6e6e !important; }

.da-chat-body-message-disabled:active {
  color: #6e6e6e !important; }

.da-chat-body-input {
  max-height: 210px; }

.da-chat-body-input textarea {
  max-height: 160px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  font: 300 14px "Chevin", sans-serif !important;
  font-size: 1.4rem !important; }

.da-chat-body-input textarea::-webkit-input-placeholder {
  color: #a0a0a0;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem; }

.da-chat-body-input textarea::-moz-placeholder {
  color: #a0a0a0;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem; }

.da-chat-body-input textarea::-ms-input-placeholder {
  color: #a0a0a0;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem; }

.da-chat-body-input textarea::placeholder {
  color: #a0a0a0;
  font: 300 14px "Chevin", sans-serif;
  font-size: 1.4rem; }

.da-chat-body-input .opux-btn.da-chat-send-btn {
  height: 30px;
  width: 80px !important;
  min-width: 80px !important;
  font: 300 14px "Chevin", sans-serif;
  margin-top: 8px;
  vertical-align: middle;
  text-align: center;
  padding-top: 6px; }

.da-chat-body-input .da-chat-body-input-flex-container {
  margin-top: 12px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 0; }

.da-chat-refresh-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.chat-status-hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* sulkemis notifikaatio*/
.notification-info {
  border: 1px solid #969696;
  border-radius: 5px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-align: center !important;
  bottom: 160px;
  position: relative;
  text-transform: none !important; }

.notification-message {
  text-transform: none;
  margin-bottom: 10px !important; }

.notification-loader {
  height: 40px !important;
  margin-bottom: 15px !important; }

/*closing loader*/
.radial-progress {
  position: relative;
  width: 55px;
  height: 55px;
  margin: auto;
  margin-bottom: 10px !important;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.radial-progress-inner {
  height: 100%; }

.radial-progress-inner-circle {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -49%);
  -webkit-transform: translate(-50%, -49%);
  -ms-transform: translate(-50.5%, -49%); }

.radial-progress-half {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.radial-progress-half-left {
  right: 27px; }

.radial-progress-half-right {
  right: 0px; }

.radial-progress-circle-right,
.radial-progress-circle-left {
  float: left;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #eee;
  overflow: hidden; }

.radial-progress-circle-right {
  float: right; }

.radial-progress-blocker-1,
.radial-progress-blocker-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 200%;
  background-color: #777;
  transform: rotate(0deg) translate(0, -25%);
  -webkit-transform: rotate(0deg) translate(0, -25%);
  -ms-transform: rotate(0deg) translate(0, -25%); }

.radial-progress-blocker-1 {
  transform-origin: 0 25%;
  -webkit-transform-origin: 0 25%;
  -ms-transform-origin: 0 25%; }

.radial-progress-blocker-2 {
  left: auto;
  right: 0;
  transform-origin: 100% 25%;
  -webkit-transform-origin: 100% 25%;
  -ms-transform-origin: 100% 25%; }

.radial-progress-mask-ring {
  position: relative;
  top: -65px;
  left: -10px;
  width: 75px;
  height: 75px;
  margin: 0 auto;
  z-index: 101;
  border-radius: 50%;
  border: 12px solid #ffffff;
  color: white;
  background-color: transparent; }

/* typing indicator*/
.bubblingG {
  width: 78px;
  height: 23px;
  overflow: hidden; }

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 16px 6px 6px 0;
  background: #ff6a10;
  border-radius: 35px;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-animation: bubblingG 1.5s infinite alternate;
  animation: bubblingG 1.5s infinite alternate; }

#bubblingG_1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

#bubblingG_2 {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s; }

#bubblingG_3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes bubblingG {
  0% {
    width: 8px;
    height: 8px;
    background-color: #ff6a10;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    width: 8px;
    height: 8px;
    background-color: white;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); } }
@keyframes bubblingG {
  0% {
    width: 8px;
    height: 8px;
    background-color: #ff6a10;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  100% {
    width: 8px;
    height: 8px;
    background-color: white;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px); } }
.da-chat-url-metadata {
  background-color: white;
  border: 1px solid  #A0A0A0;
  border-radius: 6px;
  font-size: 12px;
  min-height: 74px;
  min-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px; }

.da-chat-url-text-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px; }

.da-chat-url-text-col-no-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.da-chat-url-title {
  text-align: left;
  font: 300 14px "Chevin", sans-serif;
  color: #323232 !important; }

.da-chat-url-title-with-desc {
  padding-bottom: 8px; }

.da-chat-url-description {
  text-align: left;
  font: 300 11px/14px "Chevin", sans-serif;
  color: #A0A0A0 !important;
  max-height: 150px;
  overflow: hidden; }

.da-chat-url-image {
  min-width: 74px;
  max-height: 74px;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
  text-align: right; }

.da-chat-url-image img {
  max-height: 74px;
  max-width: 74px; }

/*campaign tooltip*/
.da-chat-campaign-tooltip-row-left {
  margin-right: 10px;
  display: inline-block;
  min-width: 60px; }

.da-chat-campaign-tooltip-row-right {
  display: inline-block; }

/* Target system selector */
.da-chat-subject-target-system-selector {
  display: inline-block;
  height: 30px; }

.da-chat-subject-target-system-selector-item {
  display: inline-block;
  padding-left: 10px; }

.da-chat-subject-target-system-selector-item input {
  position: absolute;
  height: 22px;
  cursor: pointer; }

.da-chat-subject-target-system-selector-item label {
  padding: 5px;
  margin-left: 15px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top; }

/* Subject customertype selector */
.da-chat-subject-customer-type-selector {
  display: inline-block;
  height: 30px; }

.da-chat-subject-customer-type-selector-item {
  display: inline-block;
  padding-left: 10px; }

.da-chat-subject-customer-type-selector-item input {
  position: absolute;
  height: 22px;
  cursor: pointer; }

.da-chat-subject-customer-type-selector-item label {
  padding: 5px;
  margin-left: 15px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top; }

#da-chat-portlet .da-chat-wrong-representation {
  z-index: 101;
  position: absolute;
  top: 104px;
  width: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

#da-chat-portlet .da-chat-wrong-representation .opux-alert-icon .opux-icon {
  min-width: 30px !important;
  font-size: 20px !important; }

#da-proact-chat-container {
  width: auto;
  height: 60px;
  position: fixed;
  bottom: 20px;
  z-index: 11;
  -webkit-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s; }

#da-proact-chat-container .da-chat-pro-speech {
  border-radius: 30px;
  color: #fff;
  background-color: #ff6a10;
  overflow: hidden;
  cursor: default;
  font-size: 1.5rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0px;
  height: 60px;
  width: 300px;
  background-color: #ff6a10;
  border-radius: 32px; }

#da-proact-chat-container .da-chat-pro-speech:hover {
  background-color: #ff6a10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(255, 255, 255, 0.15)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)); }

#da-proact-chat-container .da-chat-pro-speech:not(.proactive-skip-animate) {
  -webkit-transition: width 500ms ease, height 500ms ease, margin-right 500ms ease, margin-top 500ms ease;
  transition: width 500ms ease, height 500ms ease, margin-right 500ms ease, margin-top 500ms ease; }

#da-proact-chat-container .da-chat-pro-speech .da-chat-pro-left {
  width: 32px;
  height: 32px;
  position: relative;
  left: 14px; }

#da-proact-chat-container .da-chat-pro-speech .da-chat-pro-left .da-chat-pro-icon {
  display: inline-block;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  opacity: 0; }

#da-proact-chat-container .da-chat-pro-speech .da-chat-pro-center {
  display: inline;
  width: 198px;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  opacity: 0;
  left: 28px; }

#da-proact-chat-container .da-chat-pro-speech .da-chat-pro-right {
  z-index: 12;
  left: 39px;
  position: relative;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  opacity: 0; }

#da-proact-chat-container .da-chat-pro-speech .da-chat-pro-right #da-chat-pro-close {
  font-size: 20px;
  position: relative;
  cursor: pointer; }

#da-proact-chat-container .da-chat-pro-speech .da-chat-pro-right #da-chat-pro-close:hover {
  font-size: 26px;
  left: -3px; }

#da-proact-chat-container .da-chat-pro-speech .da-chat-pro-right .da-chat-pro-icon {
  color: #fff;
  font-size: 32px; }

#da-proact-chat-container .da-chat-pro-speech.proactive-display-hidden {
  width: 0;
  height: 0;
  margin-right: 30px;
  margin-top: 30px; }

#da-proact-chat-container .da-chat-pro-speech.proactive-display-pre-partial, #da-proact-chat-container .da-chat-pro-speech.proactive-display-partial {
  width: 60px;
  height: 60px;
  margin-right: 0;
  margin-top: 0; }

#da-proact-chat-container .da-chat-pro-speech.proactive-display-pre-full, #da-proact-chat-container .da-chat-pro-speech.proactive-display-full {
  width: 300px;
  height: 60px; }

#da-proact-chat-container .da-chat-pro-speech.proactive-display-partial .da-chat-pro-icon, #da-proact-chat-container .da-chat-pro-speech.proactive-display-pre-full .da-chat-pro-icon, #da-proact-chat-container .da-chat-pro-speech.proactive-display-full .da-chat-pro-icon {
  opacity: 1; }

#da-proact-chat-container .da-chat-pro-speech.proactive-display-full .da-chat-pro-center,
#da-proact-chat-container .da-chat-pro-speech.proactive-display-full .da-chat-pro-right {
  opacity: 1; }

