﻿@charset 'utf-8';
.productname:before {
  content: 'SMCC';
  text-transform: none;
}
.productfull {
  background-image: url("../../Images/Avaya/ProductFull.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 163px;
  display: block;
}
div.grecaptcha-badge {
  bottom: 45px !important;
}
.copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.copyright .copyrighttext {
  display: none;
}
.copyright .copyrightoem {
  background-image: url(../../Images/Avaya/Avaya.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 51px;
  display: inline-block;
}
.copyright .copyrightversion {
  margin-left: 4px;
  font-style: italic;
}
a {
  color: #252526;
  text-decoration: underline;
}
a:hover {
  color: #57575a;
}
a.about {
  text-decoration: none !important;
  color: #000;
}
a.about:hover {
  text-decoration: none !important;
  color: #000;
}
a.about img {
  max-width: 68px;
}
a.action {
  text-decoration: none;
}
a span.fa {
  text-decoration: none;
}
.poweredby::before {
  content: 'Powered by ';
}
div.sessionid {
  color: #fff;
}
.ui-widget-content .seccion a,
.ui-widget-content .subseccion a,
.ui-widget-content .uiInfoTable a,
.ui-widget-content .reporte a {
  color: #252526 !important;
}
.ui-widget-content .seccion a:hover,
.ui-widget-content .subseccion a:hover,
.ui-widget-content .uiInfoTable a:hover,
.ui-widget-content .reporte a:hover {
  color: #252526 !important;
}
span.italic {
  font-style: italic;
}
span.underline {
  text-decoration: underline;
}
span.pointer {
  cursor: pointer;
}
span.bold {
  font-weight: bold;
}
.mono {
  font-family: Consolas, Courier New, Courier, monospace;
}
span.mono {
  font-family: Consolas, Courier New, Courier, monospace;
}
span.report-field {
  font-family: Consolas, Courier New, Courier, monospace;
}
/* Tabla Reporte */
TABLE.reporte {
  border: 1px solid #8e8e8e;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
TABLE.reporte THEAD.theadB {
  position: sticky;
  top: 0;
}
TABLE.reporte TR.header {
  background-color: #c1c1c1;
  color: #000000;
  position: sticky;
  z-index: 1;
  top: 0px;
}
TABLE.reporte TR.header TH {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  min-height: 20px;
  border: 1px solid #8e8e8e;
  text-align: center;
}
TABLE.reporte TR.header TH.vertical {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
TABLE.reporte TR.header TH a {
  color: #000000;
}
TABLE.reporte TR.headerB TH {
  background-color: #cccccc;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  min-height: 20px;
  border: 1px solid #8e8e8e;
  text-align: center;
}
TABLE.reporte TR.alternate,
TABLE.reporte TR.even {
  background-color: #f1f1f1;
}
TABLE.reporte TR.alternate:hover,
TABLE.reporte TR.even:hover {
  background-color: #e4e4e4;
}
TABLE.reporte TR.highlight {
  background-color: #f1eb81;
}
TABLE.reporte TR.normal,
TABLE.reporte TR.odd {
  background-color: #fff;
}
TABLE.reporte TR.normal:hover,
TABLE.reporte TR.odd:hover {
  background-color: #f2f2f2;
}
TABLE.reporte TR.normal.subtotal,
TABLE.reporte TR.alternate.subtotal {
  font-weight: bold;
}
TABLE.reporte TR.footer {
  background-color: #030202;
  color: #fff;
}
TABLE.reporte TR.footer TD {
  font-weight: bold;
}
TABLE.reporte TR.footer UL {
  list-style-type: none;
  padding-left: 0;
  display: table;
}
TABLE.reporte TR.footer UL LI {
  display: table-cell;
}
TABLE.reporte TR.footer SPAN.separator {
  width: 20px;
  display: inline-block;
}
TABLE.reporte TR.footer A {
  font-weight: normal;
  color: #ffffff;
}
TABLE.reporte TR.footer A:hover {
  color: #cccccc;
}
TABLE.reporte TR.collapsed {
  display: none;
}
TABLE.reporte TR.expanded {
  display: table-row;
}
TABLE.reporte TR.expanded TD:first-child {
  padding-left: 24px;
}
TABLE.reporte TR.expanded TD:first-child:before {
  content: "\f138";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
}
TABLE.reporte TR.expanded.withcheckbox TD:first-child {
  padding-left: 0;
}
TABLE.reporte TR.expanded.withcheckbox TD:first-child:before {
  content: "";
  padding-right: 0;
}
TABLE.reporte TD {
  border: 1px solid #8e8e8e;
  min-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
}
TABLE.reporte TD.expanded:before {
  cursor: pointer;
  content: "\f139";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
  padding-left: 5px;
}
TABLE.reporte TD.collapsed:before {
  cursor: pointer;
  content: "\f13a";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
  padding-left: 5px;
}
TABLE.reporte TD.socialuser SPAN.em {
  width: 14px;
  height: 14px;
}
TABLE.reporte TD.icons {
  text-align: center;
}
TABLE.reporte TD.icons > span,
TABLE.reporte TD.icons > a.action {
  margin-right: 3px;
  line-height: 20px;
}
TABLE.reporte TD.icons > span:last-child,
TABLE.reporte TD.icons > a.action:last-child {
  margin-right: 0;
}
TABLE.reporte TD.icons > span.fa-spin,
TABLE.reporte TD.icons > a.action.fa-spin {
  color: #252526;
}
TABLE.reporte .right {
  text-align: right;
}
TABLE.reporte .nowrap {
  white-space: nowrap;
}
TABLE.reporte.reporteEmpty {
  border: 0 none;
}
TABLE.reporte.reporteEmpty TD {
  border: 0 none;
  padding: 0;
}
TABLE.reporte.reporteNoTopBottomBorders {
  border-style: none;
  background-color: transparent;
}
TABLE.reporte.reporteNoTopBottomBorders TR:first-child TD {
  border-top-style: none;
}
TABLE.reporte.reporteNoTopBottomBorders TR:last-child TD {
  border-bottom-style: none;
}
TABLE.reporte.reporteNoTopBottomBorders TD:first-child {
  border-left-style: none;
}
TABLE.reporte.reporteNoTopBottomBorders TD:last-child {
  border-right-style: none;
}
TABLE.reporte div.expandbody {
  display: initial;
  float: right;
}
TABLE.reporte div.collapsebody {
  display: none;
  float: right;
}
TABLE.reporte.withBodyExpanded div.expandbody {
  display: none;
}
TABLE.reporte.withBodyExpanded div.collapsebody {
  display: initial;
}
TABLE.reporte.withBodyExpanded DIV.ellipsis {
  max-width: initial !important;
  text-overflow: initial !important;
  overflow: initial !important;
}
TABLE.reporte TD[align=center] A {
  text-decoration: none;
}
TABLE.reporte.kb tr td:first-child {
  width: 40px !important;
  padding-left: 10px;
  padding-right: 10px;
}
TABLE.reporte.kb tr.kb-selected td:first-child {
  border-left: 7px solid #fe2709;
  padding-left: 7px;
}
TABLE.reporte.matching tr td.match {
  text-align: center;
  width: 25px;
  max-width: 25px;
}
TABLE.reporte.matching tr td.match span.yes {
  display: none;
}
TABLE.reporte.matching tr td.match span.no {
  display: block;
}
TABLE.reporte.matching tr span.dependsOnMatching {
  display: none;
}
TABLE.reporte.matching tr.matches td.match span.yes {
  display: block;
}
TABLE.reporte.matching tr.matches td.match span.no {
  display: none;
}
TABLE.reporte.matching tr.matches span.dependsOnMatching {
  display: inline-block;
}
TABLE.reporte TD.not-assignable-message div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
TABLE.reporte TD.not-assignable-message div span {
  font-size: 28px;
}
TABLE.reporte TD.assignable-message.available div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
}
TABLE.reporte TD.assignable-message.available div span {
  font-size: 28px;
}
TABLE.reporte TD.assignable-message .assigned-message {
  display: flex;
  flex-direction: row;
  align-items: center;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon {
  height: 50px;
  width: 50px;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-facebook {
  background-color: #1778F2;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-youtube {
  background-color: red;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-googleplay {
  background-color: black;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-mercadolibre {
  background-color: #ffe600;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-twitter {
  background-color: #00ACED;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-envelope {
  background-color: #3C4249;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-comment {
  background-color: #CA2061;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-sms {
  background-color: #E0CE24;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-whatsapp {
  background-color: #00e676;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-telegram {
  background-color: #0088cc;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-apple {
  background-color: #000;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-googlerbm {
  background-color: #78C257;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-googlemybusiness {
  background-color: #aaaaaa;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-linkedin {
  background-color: #0077b5;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-instagram {
  background-color: #d93175;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-facebook-messenger {
  background-color: #0084ff;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.navigation-skype {
  background-color: #00aff0;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon span {
  font-size: 28px;
  color: #fff !important;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon .unread,
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon .vim,
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon .verified,
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon .with-activity,
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon .timer-expired,
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon .sl {
  display: none;
  position: absolute;
  font-weight: bold;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon .unread {
  color: #E99800;
  right: 5px;
  top: 5px;
  text-shadow: 0 0 4px black;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon .vim {
  color: #333;
  right: 5px;
  bottom: 5px;
  text-shadow: 0 0 4px #aaa;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon .sl {
  color: #333;
  left: 5px;
  bottom: 5px;
  text-shadow: 0 0 4px #aaa;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon .timer-expired {
  color: #F4063F;
  left: 5px;
  top: 5px;
  text-shadow: 0 0 4px #aaa;
  --fa-secondary-color: #F4063F;
  --fa-secondary-opacity: 1;
  --fa-primary-color: white;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.unread .unread {
  display: block;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.vim .vim {
  display: block;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.sl .sl {
  display: block;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-icon.timer-expired .timer-expired {
  display: block;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-info {
  margin-left: 5px;
  display: flex;
  flex-direction: column;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-info .assigned-message-field {
  display: flex;
  flex-direction: row;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-info .assigned-message-field .field-title {
  font-weight: bold;
  white-space: nowrap;
}
TABLE.reporte TD.assignable-message .assigned-message .assigned-message-info .assigned-message-field .field-value {
  margin-left: 3px;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
TABLE.reporte TD.assignable-message.timer-expired {
  border: 1px solid #F4063F;
  background-color: #fec8d5;
  padding: 3px;
}
TABLE.reporte td.not-available div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
TABLE.reporte td.not-available div span {
  font-size: 18px;
}
/* Table para wizard */
TABLE.wizard {
  width: 100%;
  border-collapse: collapse;
}
TABLE.wizard TR {
  border-bottom: 1px solid #848484;
}
TABLE.wizard TR:last-child {
  border-bottom: 0;
}
TABLE.wizard TR TH.step {
  font-size: 20pt;
  font-weight: bold;
  width: 30px;
  padding: 1px 4px 4px 1px;
}
TABLE.wizard TR TD {
  padding: 1px 4px 4px 1px;
}
TABLE.wizard TR TD.tip {
  width: 90%;
}
TABLE.wizard TR TD.withImage {
  width: 80%;
}
TABLE.wizard TR TD.image {
  text-align: right;
}
TABLE.wizard TR TD.image IMG {
  width: 200px;
  margin: 5px;
}
/* Varios */
DIV.message {
  margin-bottom: 10px;
  border: 1px none #fe2709;
  min-height: 36px;
  background-color: #fff;
  border-radius: 4px;
}
DIV.message table td.image {
  background-color: #74c0fc;
  color: #228be6;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: none;
}
DIV.message table td.text {
  background-color: #e7f5ff;
  color: #495057;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
DIV.message.info table td.image {
  background-color: #74c0fc;
  color: #228be6;
}
DIV.message.info table td.image.info {
  display: table-cell;
}
DIV.message.info table td.text {
  background-color: #e7f5ff;
  color: #495057;
}
DIV.message.warning table td.image,
DIV.message.failed table td.image {
  background-color: #ffe066;
  color: #fab005;
}
DIV.message.warning table td.image.warning,
DIV.message.failed table td.image.warning,
DIV.message.warning table td.image.failed,
DIV.message.failed table td.image.failed {
  display: table-cell;
}
DIV.message.warning table td.text,
DIV.message.failed table td.text {
  background-color: #fff5f5;
  color: #495057;
}
DIV.message.success table td.image {
  background-color: #b2f2bb;
  color: #495057;
}
DIV.message.success table td.image.success {
  display: table-cell;
}
DIV.message.success table td.text {
  background-color: #d3f9d8;
  color: #495057;
}
DIV.message.question table td.image {
  background-color: #f1f3f5;
  color: #ced4da;
}
DIV.message.question table td.image.question {
  display: table-cell;
}
DIV.message.question table td.text {
  background-color: #f1f3f5;
  color: #495057;
}
DIV.message.error table td.image {
  background-color: #ffa8a8;
  color: #fa5252;
}
DIV.message.error table td.image.error {
  display: table-cell;
}
DIV.message.error table td.text {
  background-color: #fff5f5;
  color: #495057;
}
.subseccion DIV.message {
  border-color: #848484;
}
.subsubseccion DIV.message {
  border-color: #d0d0d0;
}
DIV.message table {
  width: 100%;
  border: none;
  border-radius: 4px;
  border-collapse: collapse;
}
DIV.message table td {
  border: none;
}
DIV.message table td.image {
  padding: 5px 5px;
  width: 50px;
  text-align: center;
  font-size: 32px;
}
DIV.message table td.image span.fa {
  display: block;
}
DIV.message table td.text {
  padding: 5px 10px;
  text-align: left;
}
DIV.message table td.text ul {
  list-style-type: disc;
}
DIV.message table td.text ul li {
  list-style-position: inside;
}
DIV.message table td.text ul li ul {
  list-style-type: circle;
  padding-left: 20px;
}
DIV.message table td.text span.templatefieldname {
  font-weight: bold;
  text-transform: initial;
}
DIV.message table td.text span.templatefieldname.templatefieldnamematched {
  color: #36ba4d;
}
DIV.message table td.text span.templatefieldname.templatefieldnamematched:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  content: "\f058";
  padding-right: 5px;
}
DIV.message table td.text span.templatefieldtype {
  margin-left: 3px;
  margin-right: 3px;
  background-color: #000;
  color: #fff;
  padding: 1px 5px;
  border-radius: 4px;
  font-family: Consolas, Courier New, Courier, monospace;
}
DIV.message table td.text span.templatefielddescription {
  font-style: italic;
  text-transform: none;
  font-weight: normal;
}
DIV.message table td.text span.italic {
  font-style: italic;
  text-decoration: underline;
}
DIV.message table td.text span.mono {
  font-family: Consolas, Courier New, Courier, monospace;
}
DIV.message table td.text div.activefilter {
  display: none;
}
DIV.message table td.text span.default {
  text-transform: initial;
}
DIV.message table td.text img {
  display: block;
  margin: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 4px;
  margin-bottom: 4px;
}
DIV.message.small {
  font-weight: normal;
  font-size: 80%;
  min-height: 40px;
  line-height: 16px;
}
DIV.message.small table {
  min-height: 40px;
}
DIV.message.small table td {
  border: none;
}
DIV.message.small table td.image {
  width: 30px;
}
DIV.message.small table td.image span.fa {
  font-size: 16px;
}
DIV.message.small table td.text {
  text-transform: initial;
}
DIV.message.top {
  margin-top: 10px;
}
DIV.message.small.top {
  margin-top: 5px;
}
DIV.message.activefilter table td.text div.activefilter {
  display: block;
  float: right;
  margin-right: 10px;
  color: #fe2709;
  text-shadow: 1px 0px 1px black;
}
DIV.message.vertical > table {
  display: block;
}
DIV.message.vertical > table > tbody {
  display: block;
}
DIV.message.vertical > table > tbody > tr {
  display: flex;
  flex-direction: row;
  min-height: 42px;
}
DIV.message.vertical > table > tbody > tr > td.image {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
DIV.message.vertical > table > tbody > tr > td.text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-transform: unset;
  font-weight: normal;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-grow: 1;
  flex-shrink: 1;
}
div.statusitem {
  margin-bottom: 10px;
  border: 1px solid #fe2709;
  min-height: 36px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff0ee;
  display: table-cell;
  width: 33%;
  height: 135px;
}
div.statusitem .container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
div.statusitem .container .icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
div.statusitem .container .name {
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 3px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  font-size: 120%;
  font-weight: bold;
}
div.statusitem .container .info {
  flex-grow: 1;
  flex-shrink: 1;
  box-sizing: border-box;
  font-size: 80%;
  line-height: 16px;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 0px;
}
div.statusitem .container .info .row {
  display: table-row;
}
div.statusitem .container .info .row .column {
  display: table-cell;
  width: 50%;
  padding: 5px 0;
  border-right: 1px solid #fe2709;
  border-bottom: 1px solid #fe2709;
  float: unset;
  vertical-align: middle;
}
div.statusitem .container .info .row .column:last-child {
  border-right: 0px none #fe2709;
}
div.statusitem .container .info .row .column .column-title {
  font-weight: bold;
  text-align: center;
}
div.statusitem .container .info .row .column .field {
  display: block;
  width: 100%;
  text-align: center;
}
div.statusitem .container .info .row .column .field .title {
  text-decoration: underline;
}
div.statusitem .container .info .row .column .field .value {
  margin-left: 3px;
}
div.statusitem .container .info .row:last-child .column {
  border-bottom: 0px none #fe2709;
}
div.statusitem .container .info .row:first-child .column {
  border-top: 1px solid #fe2709;
}
DIV.buttons {
  width: 100%;
  padding: 4px 0 0 0;
  margin: 10px 0 0 0;
  text-align: right;
}
DIV.buttons.buttonsWithIcons label.uiButton.uiButtonLarge {
  min-height: 20px;
  color: #333 !important;
}
DIV.buttons.buttonsWithIcons label.uiButton.uiButtonLarge .fa {
  color: #333 !important;
}
DIV.more {
  margin-bottom: 10px;
  border: 1px dashed #fe2709;
  position: relative;
  background-color: #848484;
  width: 90%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
DIV.more A {
  display: block;
  padding: 10px 15px;
}
DIV.more DIV.loadingMore {
  display: none;
  text-align: center;
  width: 100%;
  border: none !important;
}
DIV.more DIV.loadingMore IMG {
  padding: 5px 0 10px;
}
DIV.more.working A {
  display: none;
}
DIV.more.working DIV.loadingMore {
  display: block;
}
DIV.loading {
  border: 1px dashed #fe2709;
  background-color: #fff;
  height: 40px;
  text-align: center;
  width: 100%;
}
DIV.loading IMG {
  padding: 5px 0 5px;
}
DIV.loading SPAN {
  padding: 5px 0 5px;
}
DIV:not(.seccion) DIV.loading,
DIV:not(.subseccion) DIV.loading,
DIV:not(.subsubseccion) DIV.loading {
  width: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
  DIV.loading {
    width: 1060px;
  }
  DIV:not(.seccion) DIV.loading,
  DIV:not(.subseccion) DIV.loading,
  DIV:not(.subsubseccion) DIV.loading {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  DIV.seccion DIV.loading,
  DIV.subseccion DIV.loading,
  DIV.subsubseccion DIV.loading {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  DIV.loading {
    width: 1260px;
  }
  DIV:not(.seccion) DIV.loading,
  DIV:not(.subseccion) DIV.loading,
  DIV:not(.subsubseccion) DIV.loading {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  DIV.seccion DIV.loading,
  DIV.subseccion DIV.loading,
  DIV.subsubseccion DIV.loading {
    width: 100%;
  }
}
DIV.floating {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.72);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.72);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.72);
}
DIV.zoneDrop {
  border: black dashed 3px;
  width: 100px;
  height: 100px;
  padding: 10px;
  text-align: center;
  color: black;
  opacity: 0.5;
  font-size: 10px;
  line-height: normal;
}
DIV.zoneDrop.withImage span.dragtip {
  display: none;
}
div.zoneDrop.imgUploading {
  background-color: #d0d0d0;
  opacity: 1;
}
div.zoneDropLogo {
  border: black dashed 3px;
  width: 300px;
  height: 60px;
  padding: 10px;
  text-align: center;
  color: black;
  opacity: 0.5;
}
DIV.zoneDropLogo.withImage span.dragtip {
  display: none;
}
div.zoneDropLogo.imgUploading {
  background-color: #d0d0d0;
  opacity: 1;
}
/* Secciones */
DIV.seccion {
  border: 1px solid #fe2709;
  border-radius: 0.75em;
  background-color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 100%;
  padding: 20px 15px 15px 15px;
  position: relative;
  box-shadow: 0 5px 15px rgba(101, 101, 102, 0.15);
}
DIV.seccion:last-child {
  margin-bottom: 0;
}
DIV.seccion.shadow {
  box-shadow: 0 5px 15px rgba(101, 101, 102, 0.15);
}
#leftCol DIV.seccion {
  margin-right: 5px;
  font-size: 0.7em;
}
DIV.seccion > DIV.title {
  background-color: #fe2709;
  border: 0px solid #fe2709;
  border-radius: 0.75em;
  height: 30px;
  position: absolute;
  top: calc((30px * -1) / 2);
  left: 15px;
  overflow: hidden;
  max-width: 90%;
}
#leftCol DIV.seccion > DIV.title {
  height: 20px;
}
DIV.seccion > DIV.title.withImage {
  height: 36px;
}
DIV.seccion > DIV.title H2 {
  text-align: left;
  height: 100%;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #262a35;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#leftCol DIV.seccion > DIV.title H2 {
  font-size: 8pt;
  padding-top: 2px;
}
DIV.seccion > DIV.title H2 > .fa:first-child,
DIV.seccion > DIV.title H2 > .fab:first-child,
DIV.seccion > DIV.title H2 > .fas:first-child,
DIV.seccion > DIV.title H2 > .far:first-child {
  margin-right: 3px;
}
DIV.seccion > DIV.title H2 DIV.title-buttons {
  margin-left: 10px;
  display: inline-block;
}
DIV.seccion > DIV.title H2 DIV.title-buttons SPAN,
DIV.seccion > DIV.title H2 DIV.title-buttons a {
  cursor: pointer;
  color: #262a35 !important;
  margin-right: 3px;
  line-height: 18px;
}
DIV.seccion > DIV.title H2 DIV.title-buttons SPAN:last-child,
DIV.seccion > DIV.title H2 DIV.title-buttons a:last-child {
  margin-right: 0;
}
DIV.seccion DIV.contents {
  margin: 5px 10px 5px 10px;
}
#leftCol DIV.seccion DIV.contents .inputtext,
#leftCol DIV.seccion DIV.contents select {
  font-size: 8pt;
  line-height: 14px;
}
DIV.seccion DIV.contents > DIV.loading {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: none;
}
DIV.seccion > DIV.buttons {
  width: 100%;
  padding: 4px 0 4px 0;
  margin: 10px 0 10px 0;
  text-align: right;
}
DIV.seccion.collapsable > DIV.title H2:before {
  cursor: pointer;
  content: "\f139";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
}
DIV.seccion.collapsable.collapsed {
  padding: 0;
  margin-bottom: 35px;
  border-bottom-style: none;
}
DIV.seccion.collapsable.collapsed > DIV.title H2:before {
  content: "\f13a";
}
DIV.seccion.collapsable.collapsed > DIV.contents {
  display: none;
}
DIV.seccion.collapsable.collapsed:last-child {
  margin-bottom: 0;
}
DIV.seccion.collapseWithCheckbox > DIV.title h2 .switch {
  margin-right: 3px;
}
DIV.seccion.collapseWithCheckbox.collapsed {
  padding: 0;
  margin-bottom: 35px;
  border-bottom-style: none;
}
DIV.seccion.collapseWithCheckbox.collapsed > DIV.contents {
  display: none;
}
DIV.seccion.collapseWithCheckbox.collapsed:last-child {
  margin-bottom: 0;
}
DIV.seccion.withError {
  border: 1px solid #FF0000;
}
DIV.seccion.withError > DIV.title {
  background: initial;
  background-color: #FF9999;
  border-bottom: 1px solid #FF0000;
}
DIV.seccion.full-height {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  box-sizing: border-box;
}
DIV.seccion.full-height > .title {
  flex-grow: 0;
  flex-shrink: 0;
}
DIV.seccion.full-height > .contents {
  flex-grow: 1;
  flex-shrink: 1;
}
DIV.seccion.full-height > .contents > * {
  height: 100%;
}
DIV.seccion.flex {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
DIV.seccion.flex > .title {
  flex-grow: 0;
  flex-shrink: 0;
}
DIV.seccion.flex > .contents {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
}
DIV.seccion.flex > .contents.multiple {
  flex-direction: column;
}
DIV.seccion.flex > .contents.multiple > .big-number {
  margin-bottom: 10px;
  padding: 10px 5px;
}
DIV.seccion.flex > .contents.multiple > .big-number span {
  font-size: 40px;
}
DIV.seccion.small {
  padding: 15px 5px 5px 5px;
}
DIV.seccion.small > .contents {
  margin: 5px;
}
/* Subsección */
DIV.subseccion {
  border: 1px solid #848484;
  border-radius: 0.75em;
  background-color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 100%;
  padding: 20px 15px 15px 15px;
  position: relative;
  box-shadow: 0 5px 15px rgba(101, 101, 102, 0.15);
}
DIV.subseccion:last-child {
  margin-bottom: 0;
}
DIV.subseccion.shadow {
  box-shadow: 0 5px 15px rgba(101, 101, 102, 0.15);
}
#leftCol DIV.subseccion {
  margin-right: 5px;
  font-size: 0.7em;
}
DIV.subseccion > DIV.title {
  background-color: #848484;
  border: 0px solid #848484;
  border-radius: 0.75em;
  height: 25px;
  position: absolute;
  top: calc((25px * -1) / 2);
  left: 15px;
  overflow: hidden;
  max-width: 90%;
}
#leftCol DIV.subseccion > DIV.title {
  height: 20px;
}
DIV.subseccion > DIV.title.withImage {
  height: 36px;
}
DIV.subseccion > DIV.title H2 {
  text-align: left;
  height: 100%;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#leftCol DIV.subseccion > DIV.title H2 {
  font-size: 8pt;
  padding-top: 2px;
}
DIV.subseccion > DIV.title H2 > .fa:first-child,
DIV.subseccion > DIV.title H2 > .fab:first-child,
DIV.subseccion > DIV.title H2 > .fas:first-child,
DIV.subseccion > DIV.title H2 > .far:first-child {
  margin-right: 3px;
}
DIV.subseccion > DIV.title H2 DIV.title-buttons {
  margin-left: 10px;
  display: inline-block;
}
DIV.subseccion > DIV.title H2 DIV.title-buttons SPAN,
DIV.subseccion > DIV.title H2 DIV.title-buttons a {
  cursor: pointer;
  color: #000 !important;
  margin-right: 3px;
  line-height: 18px;
}
DIV.subseccion > DIV.title H2 DIV.title-buttons SPAN:last-child,
DIV.subseccion > DIV.title H2 DIV.title-buttons a:last-child {
  margin-right: 0;
}
DIV.subseccion DIV.contents {
  margin: 5px 10px 5px 10px;
}
#leftCol DIV.subseccion DIV.contents .inputtext,
#leftCol DIV.subseccion DIV.contents select {
  font-size: 8pt;
  line-height: 14px;
}
DIV.subseccion DIV.contents > DIV.loading {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: none;
}
DIV.subseccion > DIV.buttons {
  width: 100%;
  padding: 4px 0 4px 0;
  margin: 10px 0 10px 0;
  text-align: right;
}
DIV.subseccion.collapsable > DIV.title H2:before {
  cursor: pointer;
  content: "\f139";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
}
DIV.subseccion.collapsable.collapsed {
  padding: 0;
  margin-bottom: 35px;
  border-bottom-style: none;
}
DIV.subseccion.collapsable.collapsed > DIV.title H2:before {
  content: "\f13a";
}
DIV.subseccion.collapsable.collapsed > DIV.contents {
  display: none;
}
DIV.subseccion.collapsable.collapsed:last-child {
  margin-bottom: 0;
}
DIV.subseccion.collapseWithCheckbox > DIV.title h2 .switch {
  margin-right: 3px;
}
DIV.subseccion.collapseWithCheckbox.collapsed {
  padding: 0;
  margin-bottom: 35px;
  border-bottom-style: none;
}
DIV.subseccion.collapseWithCheckbox.collapsed > DIV.contents {
  display: none;
}
DIV.subseccion.collapseWithCheckbox.collapsed:last-child {
  margin-bottom: 0;
}
DIV.subseccion.withError {
  border: 1px solid #FF0000;
}
DIV.subseccion.withError > DIV.title {
  background: initial;
  background-color: #FF9999;
  border-bottom: 1px solid #FF0000;
}
DIV.subseccion.full-height {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  box-sizing: border-box;
}
DIV.subseccion.full-height > .title {
  flex-grow: 0;
  flex-shrink: 0;
}
DIV.subseccion.full-height > .contents {
  flex-grow: 1;
  flex-shrink: 1;
}
DIV.subseccion.full-height > .contents > * {
  height: 100%;
}
DIV.subseccion.flex {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
DIV.subseccion.flex > .title {
  flex-grow: 0;
  flex-shrink: 0;
}
DIV.subseccion.flex > .contents {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
}
DIV.subseccion.flex > .contents.multiple {
  flex-direction: column;
}
DIV.subseccion.flex > .contents.multiple > .big-number {
  margin-bottom: 10px;
  padding: 10px 5px;
}
DIV.subseccion.flex > .contents.multiple > .big-number span {
  font-size: 40px;
}
DIV.subseccion.small {
  padding: 15px 5px 5px 5px;
}
DIV.subseccion.small > .contents {
  margin: 5px;
}
/* Subsubseccion*/
DIV.subsubseccion {
  border: 1px solid #d0d0d0;
  border-radius: 0.75em;
  background-color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 100%;
  padding: 20px 15px 15px 15px;
  position: relative;
  box-shadow: 0 5px 15px rgba(101, 101, 102, 0.15);
}
DIV.subsubseccion:last-child {
  margin-bottom: 0;
}
DIV.subsubseccion.shadow {
  box-shadow: 0 5px 15px rgba(101, 101, 102, 0.15);
}
#leftCol DIV.subsubseccion {
  margin-right: 5px;
  font-size: 0.7em;
}
DIV.subsubseccion > DIV.title {
  background-color: #d0d0d0;
  border: 0px solid #d0d0d0;
  border-radius: 0.75em;
  height: 25px;
  position: absolute;
  top: calc((25px * -1) / 2);
  left: 15px;
  overflow: hidden;
  max-width: 90%;
}
#leftCol DIV.subsubseccion > DIV.title {
  height: 20px;
}
DIV.subsubseccion > DIV.title.withImage {
  height: 36px;
}
DIV.subsubseccion > DIV.title H2 {
  text-align: left;
  height: 100%;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#leftCol DIV.subsubseccion > DIV.title H2 {
  font-size: 8pt;
  padding-top: 2px;
}
DIV.subsubseccion > DIV.title H2 > .fa:first-child,
DIV.subsubseccion > DIV.title H2 > .fab:first-child,
DIV.subsubseccion > DIV.title H2 > .fas:first-child,
DIV.subsubseccion > DIV.title H2 > .far:first-child {
  margin-right: 3px;
}
DIV.subsubseccion > DIV.title H2 DIV.title-buttons {
  margin-left: 10px;
  display: inline-block;
}
DIV.subsubseccion > DIV.title H2 DIV.title-buttons SPAN,
DIV.subsubseccion > DIV.title H2 DIV.title-buttons a {
  cursor: pointer;
  color: #000 !important;
  margin-right: 3px;
  line-height: 18px;
}
DIV.subsubseccion > DIV.title H2 DIV.title-buttons SPAN:last-child,
DIV.subsubseccion > DIV.title H2 DIV.title-buttons a:last-child {
  margin-right: 0;
}
DIV.subsubseccion DIV.contents {
  margin: 5px 10px 5px 10px;
}
#leftCol DIV.subsubseccion DIV.contents .inputtext,
#leftCol DIV.subsubseccion DIV.contents select {
  font-size: 8pt;
  line-height: 14px;
}
DIV.subsubseccion DIV.contents > DIV.loading {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: none;
}
DIV.subsubseccion > DIV.buttons {
  width: 100%;
  padding: 4px 0 4px 0;
  margin: 10px 0 10px 0;
  text-align: right;
}
DIV.subsubseccion.collapsable > DIV.title H2:before {
  cursor: pointer;
  content: "\f139";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
}
DIV.subsubseccion.collapsable.collapsed {
  padding: 0;
  margin-bottom: 35px;
  border-bottom-style: none;
}
DIV.subsubseccion.collapsable.collapsed > DIV.title H2:before {
  content: "\f13a";
}
DIV.subsubseccion.collapsable.collapsed > DIV.contents {
  display: none;
}
DIV.subsubseccion.collapsable.collapsed:last-child {
  margin-bottom: 0;
}
DIV.subsubseccion.collapseWithCheckbox > DIV.title h2 .switch {
  margin-right: 3px;
}
DIV.subsubseccion.collapseWithCheckbox.collapsed {
  padding: 0;
  margin-bottom: 35px;
  border-bottom-style: none;
}
DIV.subsubseccion.collapseWithCheckbox.collapsed > DIV.contents {
  display: none;
}
DIV.subsubseccion.collapseWithCheckbox.collapsed:last-child {
  margin-bottom: 0;
}
DIV.subsubseccion.withError {
  border: 1px solid #FF0000;
}
DIV.subsubseccion.withError > DIV.title {
  background: initial;
  background-color: #FF9999;
  border-bottom: 1px solid #FF0000;
}
DIV.subsubseccion.full-height {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  box-sizing: border-box;
}
DIV.subsubseccion.full-height > .title {
  flex-grow: 0;
  flex-shrink: 0;
}
DIV.subsubseccion.full-height > .contents {
  flex-grow: 1;
  flex-shrink: 1;
}
DIV.subsubseccion.full-height > .contents > * {
  height: 100%;
}
DIV.subsubseccion.flex {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
DIV.subsubseccion.flex > .title {
  flex-grow: 0;
  flex-shrink: 0;
}
DIV.subsubseccion.flex > .contents {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
}
DIV.subsubseccion.flex > .contents.multiple {
  flex-direction: column;
}
DIV.subsubseccion.flex > .contents.multiple > .big-number {
  margin-bottom: 10px;
  padding: 10px 5px;
}
DIV.subsubseccion.flex > .contents.multiple > .big-number span {
  font-size: 40px;
}
DIV.subsubseccion.small {
  padding: 15px 5px 5px 5px;
}
DIV.subsubseccion.small > .contents {
  margin: 5px;
}
/* Subsubseccion*/
DIV.subsubsubseccion {
  border: 1px solid #eaeaea;
  border-radius: 0.75em;
  background-color: #fff;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 100%;
  padding: 20px 15px 15px 15px;
  position: relative;
  box-shadow: 0 5px 15px rgba(101, 101, 102, 0.15);
}
DIV.subsubsubseccion:last-child {
  margin-bottom: 0;
}
DIV.subsubsubseccion.shadow {
  box-shadow: 0 5px 15px rgba(101, 101, 102, 0.15);
}
#leftCol DIV.subsubsubseccion {
  margin-right: 5px;
  font-size: 0.7em;
}
DIV.subsubsubseccion > DIV.title {
  background-color: #eaeaea;
  border: 0px solid #eaeaea;
  border-radius: 0.75em;
  height: 25px;
  position: absolute;
  top: calc((25px * -1) / 2);
  left: 15px;
  overflow: hidden;
  max-width: 90%;
}
#leftCol DIV.subsubsubseccion > DIV.title {
  height: 20px;
}
DIV.subsubsubseccion > DIV.title.withImage {
  height: 36px;
}
DIV.subsubsubseccion > DIV.title H2 {
  text-align: left;
  height: 100%;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#leftCol DIV.subsubsubseccion > DIV.title H2 {
  font-size: 8pt;
  padding-top: 2px;
}
DIV.subsubsubseccion > DIV.title H2 > .fa:first-child,
DIV.subsubsubseccion > DIV.title H2 > .fab:first-child,
DIV.subsubsubseccion > DIV.title H2 > .fas:first-child,
DIV.subsubsubseccion > DIV.title H2 > .far:first-child {
  margin-right: 3px;
}
DIV.subsubsubseccion > DIV.title H2 DIV.title-buttons {
  margin-left: 10px;
  display: inline-block;
}
DIV.subsubsubseccion > DIV.title H2 DIV.title-buttons SPAN,
DIV.subsubsubseccion > DIV.title H2 DIV.title-buttons a {
  cursor: pointer;
  color: #000 !important;
  margin-right: 3px;
  line-height: 18px;
}
DIV.subsubsubseccion > DIV.title H2 DIV.title-buttons SPAN:last-child,
DIV.subsubsubseccion > DIV.title H2 DIV.title-buttons a:last-child {
  margin-right: 0;
}
DIV.subsubsubseccion DIV.contents {
  margin: 5px 10px 5px 10px;
}
#leftCol DIV.subsubsubseccion DIV.contents .inputtext,
#leftCol DIV.subsubsubseccion DIV.contents select {
  font-size: 8pt;
  line-height: 14px;
}
DIV.subsubsubseccion DIV.contents > DIV.loading {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: none;
}
DIV.subsubsubseccion > DIV.buttons {
  width: 100%;
  padding: 4px 0 4px 0;
  margin: 10px 0 10px 0;
  text-align: right;
}
DIV.subsubsubseccion.collapsable > DIV.title H2:before {
  cursor: pointer;
  content: "\f139";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
}
DIV.subsubsubseccion.collapsable.collapsed {
  padding: 0;
  margin-bottom: 35px;
  border-bottom-style: none;
}
DIV.subsubsubseccion.collapsable.collapsed > DIV.title H2:before {
  content: "\f13a";
}
DIV.subsubsubseccion.collapsable.collapsed > DIV.contents {
  display: none;
}
DIV.subsubsubseccion.collapsable.collapsed:last-child {
  margin-bottom: 0;
}
DIV.subsubsubseccion.collapseWithCheckbox > DIV.title h2 .switch {
  margin-right: 3px;
}
DIV.subsubsubseccion.collapseWithCheckbox.collapsed {
  padding: 0;
  margin-bottom: 35px;
  border-bottom-style: none;
}
DIV.subsubsubseccion.collapseWithCheckbox.collapsed > DIV.contents {
  display: none;
}
DIV.subsubsubseccion.collapseWithCheckbox.collapsed:last-child {
  margin-bottom: 0;
}
DIV.subsubsubseccion.withError {
  border: 1px solid #FF0000;
}
DIV.subsubsubseccion.withError > DIV.title {
  background: initial;
  background-color: #FF9999;
  border-bottom: 1px solid #FF0000;
}
DIV.subsubsubseccion.full-height {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  box-sizing: border-box;
}
DIV.subsubsubseccion.full-height > .title {
  flex-grow: 0;
  flex-shrink: 0;
}
DIV.subsubsubseccion.full-height > .contents {
  flex-grow: 1;
  flex-shrink: 1;
}
DIV.subsubsubseccion.full-height > .contents > * {
  height: 100%;
}
DIV.subsubsubseccion.flex {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
DIV.subsubsubseccion.flex > .title {
  flex-grow: 0;
  flex-shrink: 0;
}
DIV.subsubsubseccion.flex > .contents {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
}
DIV.subsubsubseccion.flex > .contents.multiple {
  flex-direction: column;
}
DIV.subsubsubseccion.flex > .contents.multiple > .big-number {
  margin-bottom: 10px;
  padding: 10px 5px;
}
DIV.subsubsubseccion.flex > .contents.multiple > .big-number span {
  font-size: 40px;
}
DIV.subsubsubseccion.small {
  padding: 15px 5px 5px 5px;
}
DIV.subsubsubseccion.small > .contents {
  margin: 5px;
}
/* Validators */
SPAN.valerror {
  font-size: 16px;
  color: #c11919;
}
DIV.valbigerror {
  margin-top: 5px;
  text-align: center;
}
SPAN.valbigerror {
  border: 1px solid #FF0000;
  font-weight: bold;
  vertical-align: middle;
  background-color: #FF9999;
  padding: 3px 7px 3px 7px;
  margin-top: 10px;
}
DIV.validationerror {
  width: 100%;
  border: 1px solid #FF0000;
  font-weight: bold;
  background-color: #FF9999;
  margin-top: 10px;
  min-height: 30px;
  display: table;
  border-left-width: 10px;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
DIV.validationerror:before {
  display: table-cell;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  content: "\f071";
  width: 45px;
  text-align: center;
}
DIV.validationerror SPAN.validationerror {
  display: table-cell;
  vertical-align: middle;
}
DIV.validationerror SPAN.validationerror li {
  list-style-type: disc;
  list-style-position: inside;
}
.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags .tag {
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.tag {
  background-color: #cccccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #1c2a47;
  cursor: default;
  display: block;
  margin: 0 4px 2px 0;
  padding: 3px 8px;
  white-space: nowrap;
  border-radius: 10px;
  line-height: 1;
}
.tag.taggedBySystem::after,
.tag.taggedByAgent::after,
.tag.taggedBySupervisor::after {
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
}
.tag.taggedBySystem::after {
  content: "\f108";
}
.tag.taggedByAgent::after {
  content: "\f2bd";
}
.tag.taggedBySupervisor::after {
  content: "\f007";
}
.tag:not(.tagWithColor).taggedBySystem::after,
.tag:not(.tagWithColor).taggedByAgent::after,
.tag:not(.tagWithColor).taggedBySupervisor::after {
  color: #646568;
}
table.reporte tbody tr td SPAN.tag {
  float: initial;
  display: inline-block;
}
table.reporte tbody tr.template .category {
  margin-left: 10px;
  background-color: #d8d8d8;
  border-color: #dadde1;
  border-radius: 14px;
  height: 26px;
  padding: 0 6px 0 6px;
  white-space: nowrap;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  line-height: 20px;
}
table.reporte tbody tr.template .category > span:first-child {
  margin-right: 5px;
  font-size: 10pt;
  line-height: 20px;
}
table.reporte tbody tr.template .not-exists,
table.reporte tbody tr.template .exists {
  display: none;
  margin-left: 10px;
  background-color: #d8d8d8;
  border-color: #dadde1;
  border-radius: 14px;
  height: 26px;
  padding: 0 6px 0 6px;
  white-space: nowrap;
}
table.reporte tbody tr.template .not-exists.approved,
table.reporte tbody tr.template .exists.approved,
table.reporte tbody tr.template .not-exists.rejected,
table.reporte tbody tr.template .exists.rejected {
  display: none;
}
table.reporte tbody tr.template .not-exists > span:first-child,
table.reporte tbody tr.template .exists > span:first-child {
  margin-right: 5px;
  font-size: 10pt;
}
table.reporte tbody tr.template .icons a[rel=upload] {
  display: none;
}
table.reporte tbody tr.template.exists[status=APPROVED] .approved {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
table.reporte tbody tr.template.exists[status=APPROVED] .approved > span:first-child {
  color: #00a400;
}
table.reporte tbody tr.template.exists[status=REJECTED] .rejected {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
table.reporte tbody tr.template.exists[status=REJECTED] .rejected > span:first-child {
  color: red;
}
table.reporte tbody tr.template.not-exists .not-exists {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
table.reporte tbody tr.template.not-exists .not-exists > span:first-child {
  color: #FFBA00;
}
table.reporte tbody tr.template.not-exists .icons a[rel=upload] {
  display: inline-block;
}
body .twitter .ui-selectmenu-item-icon {
  background: url(../../Images/Icons/Twitter.png) 0 0 no-repeat;
}
body .facebook .ui-selectmenu-item-icon {
  background: url(../../Images/Icons/Facebook.png) 0 0 no-repeat;
}
DIV.ellipsis {
  max-width: 200px;
  min-width: 200px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  height: 100%;
}
DIV.ellipsis.long {
  max-width: 400px;
  min-width: 400px;
}
/* Control de caso */
DIV.case {
  color: #222;
  width: 100%;
}
DIV.case DIV.caseMessageItem {
  clear: both;
  position: relative;
  cursor: pointer;
  height: auto !important;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents {
  padding-left: 8px;
  position: relative;
  border: 1px solid #D8D8D8;
  padding-bottom: 0;
  float: none !important;
  width: 100%;
  color: #777;
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsImages {
  float: left;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsImages TABLE.caseMessageItemContentsImages {
  border-spacing: 0;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsImages TABLE.caseMessageItemContentsImages TD.caseMessageItemContentsImagesAvatar {
  width: 55px;
  height: 55px;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsImages TABLE.caseMessageItemContentsImages TD.caseMessageItemContentsImagesAvatar IMG.caseMessageItemContentsImagesAvatar {
  width: 32px;
  height: 32px;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsImages TABLE.caseMessageItemContentsImages TD.caseMessageItemContentsImagesAvatar SPAN.fa-user-plus {
  color: #fe2709;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsImages TABLE.caseMessageItemContentsImagesIcons {
  border-spacing: 0;
  height: 51px;
  width: 51px;
  padding-right: 5px;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsImages TABLE.caseMessageItemContentsImagesIcons IMG.caseMessageItemContentsImagesIcons-service {
  height: 32px;
  width: 32px;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain {
  margin-left: 120px;
  margin-right: 10px;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo {
  padding-bottom: 6px;
  padding-top: 6px;
  margin: 0;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE {
  margin-top: 0;
  border-collapse: collapse;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE TD.caseMessageItemContentsMainInfoName {
  padding-top: 0;
  text-align: left;
  white-space: nowrap;
  padding-right: 8px;
  vertical-align: top;
  color: #222;
  font-weight: bold;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE TD.caseMessageItemContentsMainInfoName SPAN.em {
  background-size: cover;
  height: 14px;
  width: 14px;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE TD.caseMessageItemContentsMainInfoSeparator {
  width: 100%;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE TD.caseMessageItemContentsMainInfoDate {
  color: #222;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE TD.caseMessageItemContentsMainInfoDate SPAN {
  margin-right: 6px;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE DIV.caseMessageItemContentsMainInfoBody.bodycollapsed {
  width: 200px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  max-height: 20px;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE DIV.caseMessageItemContentsMainInfoBody.bodycollapsed div.collapsedbody {
  display: normal;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE DIV.caseMessageItemContentsMainInfoBody.bodycollapsed div.expandedbody {
  display: none;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE DIV.caseMessageItemContentsMainInfoBody.bodyexpanded div.collapsedbody {
  display: none;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE DIV.caseMessageItemContentsMainInfoBody.bodyexpanded div.expandedbody {
  display: normal;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE DIV.caseMessageItemContentsMainInfoBody IMG.caseMessageItemContentsMainInfoBodyPreviewImage {
  max-height: 200px;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE DIV.caseMessageItemContentsMainInfoBody DIV.caseMessageItemContentsMainInfoHtmlBody {
  overflow-x: auto;
  background: #f9f9f9;
  font-family: Ubuntu, Consolas, Courier New, Courier, monospace;
  border-left: 4px solid #ccc;
  margin: 4px 4px;
  padding: 5px;
  width: 515px;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE DIV.caseMessageItemContentsMainInfoBody DIV.caseMessageItemContentsMainInfoHtmlBody.caseMessageItemContentsMainInfoHtmlBodyWithInspect {
  width: 495px;
}
DIV.case DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE DIV.caseMessageItemContentsMainInfoBody DIV.caseMessageItemContentsMainInfoHtmlBody iframe {
  width: 100%;
  border: none;
}
DIV.case DIV.caseMessageItem:first-child DIV.caseMessageItemContents {
  border: 0 none #D8D8D8;
}
DIV.case DIV.caseMessageItem.caseMessageItemPrivate {
  position: relative;
}
DIV.case DIV.caseMessageItem.caseMessageItemPrivate:after {
  content: "\f023";
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
  position: absolute;
  top: 24px;
  right: 10px;
  z-index: 2;
  color: rgba(202, 184, 42, 0.3);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
DIV.case DIV.caseMessageItem.caseMessageItemPrivate DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo DIV.caseMessageItemContentsMainInfoBody {
  font-style: italic;
}
DIV.case.caseWithInspect DIV.caseMessageItem.caseMessageItemPrivate:after {
  right: 30px;
}
DIV.case.caseWithoutImages .caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsImages {
  display: none;
}
DIV.case.caseWithoutImages .caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain {
  margin-left: 10px;
  margin-right: 10px;
}
DIV.case.caseAlwaysExpanded DIV.caseMessageItem {
  cursor: default;
}
DIV.case.caseAlwaysExpanded DIV.caseMessageItem DIV.caseMessageItemContents DIV.caseMessageItemContentsMain DIV.caseMessageItemContentsMainInfo TABLE DIV.caseMessageItemContentsMainInfoBody DIV.caseMessageItemContentsMainInfoHtmlBody {
  overflow-x: auto;
  border-width: 0;
  border-style: none;
  padding: 5px;
  width: 100%;
}
DIV.case .collapsed {
  background-color: #f5f5f5;
  height: 64px;
}
DIV.case DIV.caseMessageItem.caseMessageItemMail .collapsed {
  height: 65px;
}
DIV.case .expanded {
  background-color: white;
  min-height: 64px;
}
DIV.case DIV.caseMessageItem.caseMessageItemMail .expanded {
  min-height: 65px;
}
TABLE.caseinfosection {
  width: 100%;
  border: 1px solid #fe2709;
  margin-bottom: 10px;
  border-collapse: collapse;
}
TABLE.caseinfosection THEAD {
  background-color: #fe2709;
  border-bottom: 1px solid #fe2709;
  width: 100%;
  height: 30px;
}
TABLE.caseinfosection THEAD TR TH {
  text-align: left;
  height: 100%;
  margin: 0;
  padding-left: 10px;
  margin-right: 10px;
  padding-right: 10px;
  padding-top: 5px;
  color: #fff;
}
TABLE.caseinfosection TBODY TABLE.caseinfo {
  width: 100%;
}
TABLE.caseinfosection TBODY TABLE.caseinfo TH {
  text-align: right;
  width: 200px;
  padding-top: 8px;
}
TABLE.caseinfosection TBODY TABLE.caseinfo TD {
  padding-top: 8px;
}
TABLE.casemessagessection {
  width: 100%;
  border: 1px solid #fe2709;
  margin-bottom: 10px;
  border-collapse: collapse;
}
TABLE.casemessagessection THEAD {
  background-color: #fe2709;
  border-bottom: 1px solid #fe2709;
  width: 100%;
  height: 30px;
}
TABLE.casemessagessection THEAD TR TH {
  text-align: left;
  height: 100%;
  margin: 0;
  padding-left: 10px;
  margin-right: 10px;
  padding-right: 10px;
  padding-top: 5px;
  color: #fff;
}
TABLE.casemessagessection TBODY TABLE.case {
  color: #222;
  width: 100%;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem {
  clear: both;
  position: relative;
  cursor: pointer;
  height: auto !important;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContentsImagesAvatar {
  width: 55px;
  height: 55px;
  vertical-align: top;
  border-top: 1px solid #D8D8D8;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-radius: 0;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContentsImagesAvatar IMG.caseMessageItemContentsImagesAvatar {
  width: 32px;
  height: 32px;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContentsImagesAvatar SPAN.fa-user-plus {
  color: #fe2709;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContentsImagesIcons {
  border-top: 1px solid #D8D8D8;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-radius: 0;
  vertical-align: top;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContentsImagesIcons TABLE.caseMessageItemContentsImagesIcons {
  border-spacing: 0;
  height: 51px;
  width: 51px;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents {
  border-top: 1px solid #D8D8D8;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-radius: 0;
  padding-left: 8px;
  position: relative;
  padding-bottom: 0;
  color: #777;
  margin-bottom: 0;
  vertical-align: top;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain {
  width: 100%;
  height: 100%;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfo {
  margin: 0;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfo TD.caseMessageItemContentsMainInfoName {
  padding-top: 6px;
  text-align: left;
  white-space: nowrap;
  padding-right: 8px;
  vertical-align: top;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfo TD.caseMessageItemContentsMainInfoName SPAN {
  color: #222;
  font-weight: bold;
  display: inline;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfo TD.caseMessageItemContentsMainInfoDate {
  padding-top: 6px;
  color: #222;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfo TD.caseMessageItemContentsMainInfoDate SPAN {
  margin-right: 6px;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfoContents TD {
  padding-bottom: 6px;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfoContents TD DIV.caseMessageItemContentsMainInfoBody.bodycollapsed {
  width: 200px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  max-height: 20px;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfoContents TD DIV.caseMessageItemContentsMainInfoBody.bodycollapsed div.collapsedbody {
  display: normal;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfoContents TD DIV.caseMessageItemContentsMainInfoBody.bodycollapsed div.expandedbody {
  display: none;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfoContents TD DIV.caseMessageItemContentsMainInfoBody.bodyexpanded div.collapsedbody {
  display: none;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfoContents TD DIV.caseMessageItemContentsMainInfoBody.bodyexpanded div.expandedbody {
  display: normal;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfoContents TD DIV.caseMessageItemContentsMainInfoBody IMG.caseMessageItemContentsMainInfoBodyPreviewImage {
  max-height: 200px;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfoContents TD DIV.caseMessageItemContentsMainInfoBody DIV.caseMessageItemContentsMainInfoHtmlBody {
  overflow-x: auto;
  background: #f9f9f9;
  font-family: Ubuntu, Consolas, Courier New, Courier, monospace;
  border-left: 4px solid #ccc;
  margin: 4px 4px;
  padding: 5px;
  width: 515px;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfoContents TD DIV.caseMessageItemContentsMainInfoBody DIV.caseMessageItemContentsMainInfoHtmlBody.caseMessageItemContentsMainInfoHtmlBodyWithInspect {
  width: 495px;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem TD.caseMessageItemContentsMainInfoInspect {
  border-top: 1px solid #D8D8D8;
  border-left: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  border-radius: 0;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem:first-child TD.caseMessageItemContentsImagesIcons,
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem:first-child TD.caseMessageItemContentsImagesAvatar,
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem:first-child TD.caseMessageItemContents,
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem:first-child td.caseMessageItemContentsMainInfoInspect {
  border: 0 none #D8D8D8;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem.caseMessageItemPrivate TD.caseMessageItemContents {
  position: relative;
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem.caseMessageItemPrivate TD.caseMessageItemContents:after {
  content: "\f023";
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
  position: absolute;
  top: 24px;
  right: 10px;
  z-index: 2;
  color: rgba(202, 184, 42, 0.3);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
TABLE.casemessagessection TBODY TABLE.case TR.caseMessageItem.caseMessageItemPrivate TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfoContents DIV.caseMessageItemContentsMainInfoBody {
  font-style: italic;
}
TABLE.casemessagessection TBODY TABLE.case.caseWithoutImages TR.caseMessageItem DIV.caseMessageItemContents TD.caseMessageItemContentsImagesAvatar,
TABLE.casemessagessection TBODY TABLE.case.caseWithoutImages TR.caseMessageItem DIV.caseMessageItemContents TD.caseMessageItemContentsImagesIcons {
  display: none;
}
TABLE.casemessagessection TBODY TABLE.case.caseAlwaysExpanded TR.caseMessageItem {
  cursor: default;
}
TABLE.casemessagessection TBODY TABLE.case.caseAlwaysExpanded TR.caseMessageItem TD.caseMessageItemContents TABLE.caseMessageItemContentsMain TR.caseMessageItemContentsMainInfoContents DIV.caseMessageItemContentsMainInfoBody DIV.caseMessageItemContentsMainInfoHtmlBody {
  overflow-x: auto;
  border-width: 0;
  border-style: none;
  padding: 5px;
  width: 100%;
}
TABLE.casemessagessection TBODY TABLE.case .collapsed {
  background-color: #f5f5f5;
  height: 64px;
}
TABLE.casemessagessection TBODY TABLE.case .expanded {
  background-color: white;
  min-height: 64px;
}
/* Control de conversación */
DIV.conversation {
  color: #222;
  width: 100%;
}
DIV.conversation .messageitem {
  clear: both;
  position: relative;
  height: auto !important;
}
DIV.conversation .messagecontents {
  padding-left: 8px;
  position: relative;
  border-top-width: 0;
  border: 1px solid #D8D8D8;
  padding-bottom: 0;
  float: none !important;
  width: 100%;
  color: #777;
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}
DIV.conversation .messagecontents .main {
  margin-left: 44px;
}
DIV.conversation .messagecontents .main .contents {
  padding-bottom: 6px;
  padding-top: 6px;
}
DIV.conversation .messagecontents .main .contents TABLE {
  margin-top: 0;
  width: auto;
  border-collapse: collapse;
}
DIV.conversation .messagecontents .main .contents TABLE TD.name {
  padding-top: 0;
  text-align: left;
  white-space: nowrap;
  padding-right: 8px;
  vertical-align: top;
}
DIV.conversation .messagecontents .main .contents TABLE TD.name SPAN {
  color: #222;
  font-weight: bold;
  display: inline;
}
DIV.conversation .messagecontents .main .contents TABLE TD.separator {
  width: 100%;
}
DIV.conversation .messagecontents .main .contents TABLE TD.date {
  color: #222;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
}
DIV.conversation .messagecontents .main .contents TABLE TD.date SPAN {
  margin-right: 6px;
}
DIV.conversation .messagecontents .main .contents TABLE DIV.bodycollapsed {
  width: 200px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
DIV.conversation .collapsed {
  background-color: #f5f5f5;
  height: 54px;
}
DIV.conversation .expanded {
  background-color: white;
  min-height: 54px;
}
DIV.conversation .avatar {
  float: left;
  padding: 10px 6px 0 0;
}
DIV.conversation .avatar IMG {
  width: 32px;
  height: 32px;
}
/* Control de chat */
DIV.chat {
  color: #222;
  width: 100%;
}
DIV.chat .messageitem {
  clear: both;
  position: relative;
  height: auto !important;
  border-top: 1px solid #D8D8D8;
}
DIV.chat .messageitem:first-child {
  border-top-width: 0;
}
DIV.chat .messagecontents {
  position: relative;
  padding-bottom: 0;
  float: none !important;
  width: 100%;
  color: #777;
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  border-top-width: 0;
}
DIV.chat .messagecontents .main .contents {
  padding-bottom: 6px;
  padding-top: 6px;
}
DIV.chat .messagecontents .main .contents TABLE {
  margin-top: 0;
  width: auto;
  border-collapse: collapse;
}
DIV.chat .messagecontents .main .contents TABLE TD.name {
  padding-top: 0;
  text-align: left;
  white-space: nowrap;
  padding-right: 8px;
  vertical-align: top;
}
DIV.chat .messagecontents .main .contents TABLE TD.name SPAN {
  color: #222;
  font-weight: bold;
  display: inline;
}
DIV.chat .messagecontents .main .contents TABLE TD.separator {
  width: 100%;
}
DIV.chat .messagecontents .main .contents TABLE TD.date {
  color: #222;
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
}
DIV.chat .messagecontents .main .contents TABLE TD.date SPAN {
  margin-right: 6px;
}
DIV.chat .messagecontents .main .contents TABLE TD.text DIV.private {
  font-style: italic;
}
DIV.chat .messagecontents .main .contents TABLE TD.text DIV.private::before {
  content: "\f023";
  font-family: "Font Awesome 5 Pro";
  color: #646568;
  padding-left: 3px;
}
DIV.chat .messagecontents .main .contents TABLE DIV.bodycollapsed {
  width: 200px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
/* Control de nube de palabras */
DIV.wordcloud {
  padding-top: 5px;
  padding-bottom: 5px;
}
DIV.wordcloud SPAN.uiTooltip {
  display: inline-block;
  vertical-align: middle;
}
DIV.wordcloud .tag0 {
  font-size: 0;
  padding: 5px;
  margin: 3px;
}
DIV.wordcloud .tag1 {
  font-size: 8pt;
  padding: 5px;
  margin: 3px;
}
DIV.wordcloud .tag10 {
  font-size: 10pt;
  padding: 5px;
  margin: 3px;
}
DIV.wordcloud .tag20 {
  font-size: 14pt;
  padding: 5px;
  margin: 3px;
}
DIV.wordcloud .tag30 {
  font-size: 18pt;
  padding: 5px;
  margin: 3px;
}
DIV.wordcloud .tag40 {
  font-size: 22pt;
  padding: 5px;
  margin: 3px;
}
DIV.wordcloud .tag50 {
  font-size: 26pt;
  padding: 5px;
  margin: 5px;
}
DIV.wordcloud .tag60 {
  font-size: 30pt;
  padding: 5px;
  margin: 5px;
}
DIV.wordcloud .tag70 {
  font-size: 34pt;
  padding: 5px;
  margin: 7px;
}
DIV.wordcloud .tag80 {
  font-size: 38pt;
  padding: 5px;
  margin: 7px;
}
DIV.wordcloud .tag90 {
  font-size: 42pt;
  padding: 5px;
  margin: 7px;
}
/* Autocomplete */
.ui-autocomplete {
  width: 1px;
  position: absolute;
  cursor: default;
  border: 1px solid #fe2709;
  background-color: #ffffff;
  color: #222222;
}
.ui-autocomplete .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-autocomplete li {
  min-height: 25px;
  padding: 2px 2px 2px 2px;
  border: solid white;
  border-width: 1px 0;
  display: block;
  cursor: pointer;
}
.ui-autocomplete a div {
  width: 100%;
  color: #000;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
.ui-autocomplete a div span.text {
  display: inline;
  font-weight: bold;
}
.ui-autocomplete a div span.text span.match {
  background-color: #FFFF66;
}
.ui-autocomplete a div span.vip::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f005";
  color: #646568;
  padding-left: 3px;
}
.ui-autocomplete a div span.moreinfo {
  display: inline;
  color: #666;
  margin-left: 5px;
}
.ui-autocomplete a div span.moreinfo span.match {
  background-color: #FFFF66;
}
.ui-autocomplete a.ui-state-hover div,
.ui-autocomplete a.ui-state-active div {
  background-color: #fe2709;
}
.ui-autocomplete img {
  height: 32px;
  border: 0;
}
.fa-facebook,
.fa-facebook-square {
  color: #1778F2;
}
.fa-facebook-messenger {
  color: #0084ff;
}
.fa-twitter,
.fa-twitter-square {
  color: #33ccff;
}
.fa-google {
  color: #222222;
}
.fa-android {
  color: #78C257;
}
.fa-instagram {
  color: #3f729b;
}
.fa-envelope {
  color: #000;
}
.fa-check-circle {
  color: #36ba4d;
}
.fa-star.starvim {
  color: #e3cf7a;
}
.fa-star.starvip {
  padding-left: 4px;
  color: #646568;
}
a.fa-star.starvip {
  color: #252526;
}
a.fa-star.starvip::before {
  color: #646568;
}
a.fa-star.starvip span.defaultFont {
  color: #252526;
}
.fa-badge-check.userverified {
  color: #00da60;
}
.fa-microphone-slash.userblocked {
  padding-left: 4px;
  color: #c31d1d;
}
.fa-user-secret.useranonymous {
  padding-left: 4px;
  color: #000;
}
.fa-twitter.following,
.fa-twitter-square.following {
  padding-left: 4px;
  color: #33ccff;
}
.fa-twitter.notfollowing,
.fa-twitter-square.notfollowing {
  padding-left: 4px;
  color: #baebfb;
}
.fa-twitter.twitterinfo,
.fa-twitter-square.twitterinfo {
  padding-left: 4px;
  color: #33ccff;
}
.fa-object-ungroup {
  padding-left: 6px;
}
.fa-reply {
  color: #DC143C;
}
.fa-reply.auto {
  color: #DAA520;
}
.fa-share {
  color: #36BA4D;
}
.fa-yes {
  color: #36ba4d;
}
.fa-yes:before {
  content: "\f058";
}
.fa-no {
  color: #FF0000;
}
.fa-no:before {
  content: "\f057";
}
.fa-comments {
  color: #e01f36;
}
.fa-comments-alt {
  color: #e01f36;
}
.fa-comment {
  color: #4cd964;
}
.fa-whatsapp,
.fa-whatsapp-square {
  color: #64D448;
}
.fa-linkedin,
.fa-linkedin-square {
  color: #0077b5;
}
.fa-skype {
  color: #00aff0;
}
.fa-youtube {
  color: red;
}
.fa-telegram {
  color: #37aee2;
}
.fa-spinner {
  color: #fe2709;
}
.fa-phone {
  color: #2bad35;
}
.fa-cog {
  color: #281606;
}
.fa-sign-in {
  color: #36ba4d;
}
.fa-sign-out {
  color: #FF9999;
}
.fa-hand-stop-o {
  color: #c81111;
}
.fa-plus-square {
  color: #36ba4d;
}
.fa-minus-square {
  color: #c81111;
}
.fa-download {
  color: #333;
}
.fa-toggle-off {
  color: #FF0000;
}
.fa-toggle-on {
  color: #36ba4d;
}
.fa-handshake {
  color: #FFE600;
}
.fa-check-double.whatsapp-read {
  color: #53c4f7;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar.process {
  background-color: #D8D8D8;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar.queue {
  background-color: #5bc0de;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar.read {
  background-color: #f0ad4e;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar.agent {
  background-color: #5cb85c;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* Time Select */
.selectTime {
  padding: 3.5px;
}
DIV.bodyinfo,
span.bodyinfo {
  max-height: 150px;
  background: #f9f9f9;
  font-family: Ubuntu, Consolas, Courier New, Courier, monospace;
  border-left: 4px solid #ccc;
  margin: 4px 4px;
  padding: 4px 4px;
  overflow-y: auto;
  word-break: break-word;
  white-space: pre-line;
}
DIV.bodyinfo::-webkit-scrollbar,
span.bodyinfo::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
DIV.bodyinfo::-webkit-scrollbar-button,
span.bodyinfo::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
DIV.bodyinfo::-webkit-scrollbar-corner,
span.bodyinfo::-webkit-scrollbar-corner {
  background-color: transparent;
}
DIV.bodyinfo::-webkit-scrollbar-track:vertical,
span.bodyinfo::-webkit-scrollbar-track:vertical {
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  background-clip: padding-box;
}
DIV.bodyinfo::-webkit-scrollbar-track:horizontal,
span.bodyinfo::-webkit-scrollbar-track:horizontal {
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  background-clip: padding-box;
}
DIV.bodyinfo::-webkit-scrollbar-track:vertical:hover,
span.bodyinfo::-webkit-scrollbar-track:vertical:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
DIV.bodyinfo::-webkit-scrollbar-track:horizontal:hover,
span.bodyinfo::-webkit-scrollbar-track:horizontal:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
DIV.bodyinfo::-webkit-scrollbar-track:vertical:active,
span.bodyinfo::-webkit-scrollbar-track:vertical:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
DIV.bodyinfo::-webkit-scrollbar-track:horizontal:active,
span.bodyinfo::-webkit-scrollbar-track:horizontal:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
DIV.bodyinfo::-webkit-scrollbar-thumb:vertical,
span.bodyinfo::-webkit-scrollbar-thumb:vertical {
  background-clip: padding-box;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  min-height: 28px;
}
DIV.bodyinfo::-webkit-scrollbar-thumb:horizontal,
span.bodyinfo::-webkit-scrollbar-thumb:horizontal {
  background-clip: padding-box;
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  min-width: 28px;
}
DIV.bodyinfo::-webkit-scrollbar-thumb,
span.bodyinfo::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
DIV.bodyinfo::-webkit-scrollbar-thumb:hover,
span.bodyinfo::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
DIV.bodyinfo::-webkit-scrollbar-thumb:active,
span.bodyinfo::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
DIV.bodyinfo.markdown em,
span.bodyinfo.markdown em {
  font-style: normal;
  font-weight: bold;
}
DIV.htmlBody {
  overflow-x: auto;
  max-height: 200px;
  width: 200px;
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  font-size: 110%;
}
div.htmlBodyContainer {
  width: 100%;
  max-height: 400px;
}
div.htmlBodyContainer IFRAME.htmlBody {
  overflow-x: auto;
  height: 100%;
  width: 200px;
  border: 0;
  background: #f9f9f9;
  font-family: Ubuntu, Consolas, Courier New, Courier, monospace;
  border-left: 4px solid #ccc;
  margin: 4px 4px;
  padding: 4px 4px;
}
DIV.htmlBodyFullHeight {
  max-height: none;
}
/* Blockquote */
blockquote.discardReason {
  background: #f9f9f9;
  font-family: Ubuntu, Consolas, Courier New, Courier, monospace;
  border-left: 4px solid #ccc;
  margin: 4px 4px;
  padding: 4px 4px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote.discardReason:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote.discardReason p {
  display: inline;
}
/* Wallboard */
.wallboard {
  display: flex;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%;
}
.wallboard div.wallboardcell {
  display: flex;
  flex-direction: column;
  letter-spacing: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c1c1c1;
  vertical-align: top;
  margin: 0 5px;
  border-radius: 5px;
  flex-grow: 1;
  flex-shrink: 1;
}
.wallboard div.wallboardcell > .name {
  text-align: center;
  vertical-align: middle;
  font-size: 14pt;
  color: #000000;
  line-height: initial;
  background-color: #c1c1c1;
  font-weight: bold;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
.wallboard div.wallboardcell > .name div {
  vertical-align: middle;
  height: 100%;
  padding-top: 8px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
}
.wallboard div.wallboardcell div.summary {
  width: 100%;
  font-size: 10pt;
  background-color: rgba(193, 193, 193, 0.5);
  padding-top: 5px;
  padding-bottom: 5px;
  flex-grow: 0;
  flex-shrink: 0;
}
.wallboard div.wallboardcell div.summary span.title {
  font-weight: bold;
  margin-right: 3px;
}
.wallboard div.wallboardcell div.summary span.separate {
  margin-right: 30px;
}
.wallboard div.wallboardcell div.summary div.summaryAgents {
  padding: 4px 5px 4px 5px;
  white-space: nowrap;
  overflow-x: hidden;
}
.wallboard div.wallboardcell div.summary div.summaryAgents span.value {
  padding: 3px 10px 3px 30px;
  border: 1px solid #c1c1c1;
  color: #fff;
  background-size: 16px;
  background-color: #000;
  background-position-x: 10px;
  background-position-y: center;
  background-repeat: no-repeat;
}
.wallboard div.wallboardcell div.summary div.summaryAgents span.value.available {
  background-image: url(../../Images/Icons/Available.png);
}
.wallboard div.wallboardcell div.summary div.summaryAgents span.value.working {
  background-image: url(../../Images/Icons/Working.png);
}
.wallboard div.wallboardcell div.summary div.summaryAgents span.value.auxiliar {
  background-image: url(../../Images/Icons/Auxiliar.png);
}
.wallboard div.wallboardcell div.summary div.summaryMessages {
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  overflow-x: hidden;
}
.wallboard div.wallboardcell div.messages {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  overflow-y: auto;
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-corner {
  background-color: transparent;
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-track:vertical {
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  background-clip: padding-box;
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-track:horizontal {
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  background-clip: padding-box;
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-track:vertical:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-track:horizontal:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-track:vertical:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-track:horizontal:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-thumb:vertical {
  background-clip: padding-box;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  min-height: 28px;
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-thumb:horizontal {
  background-clip: padding-box;
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  min-width: 28px;
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.wallboard div.wallboardcell div.messages::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.wallboard div.wallboardcell div.messages div.messagescontainer {
  flex-grow: 1;
  flex-shrink: 1;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li {
  padding: 5px;
  border-bottom: 1px solid #c1c1c1;
  min-height: 40px;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage {
  display: flex;
  flex-direction: row;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage div.imagesUser {
  height: 40px;
  width: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage div.imagesUser .avatar {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage div.imagesUser .noavatar {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 40px;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage div.imagesUser .socialNet {
  position: absolute;
  bottom: 1px;
  right: 1px;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage div.imagesUser .important {
  position: absolute;
  left: 1px;
  bottom: 1px;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage .contents {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  flex-shrink: 1;
  flex-grow: 1;
  width: 100%;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage .contents .header {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  font-size: 10pt;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage .contents .header div.user {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 100%;
  font-weight: bold;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage .contents .header div.user .name {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: underline;
  word-break: break-all;
  overflow-x: hidden;
  width: 100%;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage .contents .header div.user .name.vip:before {
  color: #646568;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  text-decoration: none;
  content: "\f005";
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage .contents .header .time {
  color: gray;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 10px;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage .contents .header .time {
  color: gray;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 10px;
}
.wallboard div.wallboardcell div.messages div.messagescontainer ol.messages li div.socialMessage .contents .header .time.important:before {
  color: #e3cf7a;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  content: "\f005";
  text-decoration: none;
}
.wallboard div.wallboardcell > .wordcloud {
  display: none;
  border-top: 1px solid #c1c1c1;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 100%;
  text-align: center;
  height: 40px;
  max-height: 40px;
  overflow: hidden;
}
.wallboard div.wallboardcell.withCloud > .wordcloud {
  display: block;
}
.wallboard div.socialService {
  position: relative;
  margin-top: -15px;
  margin-left: 200px;
  font-size: x-small;
  white-space: nowrap;
}
.wallboard div.green {
  color: green;
}
.wallboard div.yellow {
  color: yellow;
}
.wallboard div.red {
  color: red;
}
.wallboard div.wordcloud {
  padding: 0 !important;
}
.wallboard div.wordcloud .word {
  padding: 5px;
  cursor: pointer;
}
.wallboard div.wordcloud .word.tag1 {
  font-size: 6pt !important;
  margin: 3px;
}
.wallboard div.wordcloud .word.tag10 {
  font-size: 6pt !important;
  margin: 3px;
}
.wallboard div.wordcloud .word.tag20 {
  font-size: 6pt !important;
  margin: 3px;
}
.wallboard div.wordcloud .word.tag30 {
  font-size: 6pt !important;
  margin: 3px;
}
.wallboard div.wordcloud .word.tag40 {
  font-size: 6pt !important;
  margin: 4px;
}
.wallboard div.wordcloud .word.tag50 {
  font-size: 6pt !important;
  margin: 4px;
}
.wallboard div.wordcloud .word.tag60 {
  font-size: 9pt !important;
  margin: 4px;
}
.wallboard div.wordcloud .word.tag70 {
  font-size: 11pt !important;
  margin: 5px;
}
.wallboard div.wordcloud .word.tag80 {
  font-size: 13pt !important;
  margin: 5px;
}
.wallboard div.wordcloud .word.tag90 {
  font-size: 15pt !important;
  margin: 5px;
}
/* Telegram */
DIV.telegramTable {
  max-width: 500px;
}
DIV.telegramTable DIV.telegramRow {
  white-space: nowrap;
  padding: 4px;
}
DIV.telegramTable DIV.telegramRow DIV.telegramCell {
  display: inline-block;
  text-align: center;
  color: #3a6d99;
  background: #f0f4f7;
  height: 28px;
  white-space: nowrap;
  margin-left: 2px;
  margin-right: 2px;
  padding: 2px 0 2px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 20px;
}
/* Emojis */
img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}
table.uiInfoTable td.socialuser span.em {
  width: 14px;
  height: 14px;
}
table.uiInfoTable td.data a.socialuser span.em {
  width: 14px;
  height: 14px;
}
/* Internal Chat */
.imageChatPrintScreen {
  width: 50%;
  height: 50%;
  cursor: pointer;
}
label.uiButton > button > span.fa {
  line-height: normal;
}
label.uiButton > button {
  line-height: normal;
}
label.uiButton > button:disabled,
label.uiButton > button[disabled] {
  cursor: default;
  border-color: #d31b01;
  color: #848484;
}
label.uiButtonConfirm > button > span.fa {
  color: #fff;
}
.agentqualificationgood {
  color: #e3cf7a;
}
.agentqualificationbad {
  color: #333333;
}
div.filedropzone {
  width: 100%;
  height: 50px;
  border: 2px dashed #D8D8D8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
div.filedropzone .drop-title,
div.filedropzone .drag-title {
  font-weight: bold;
  color: #7a7878;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
div.filedropzone .drag-title {
  display: block;
}
div.filedropzone .drop-title {
  display: none;
}
div.filedropzone.dragging {
  background-color: #D8D8D8;
}
div.filedropzone.dragging .drop-title {
  display: block;
}
div.filedropzone.dragging .drag-title {
  display: none;
}
div.file {
  padding: 10px;
  border: 1px solid #D8D8D8;
  background-color: #e2e2e2;
  display: flex;
  flex-direction: row;
}
div.file div.filename {
  display: inline-block;
  flex-grow: 1;
  flex-shrink: 1;
}
div.file div.filename:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f15b";
  margin-right: 10px;
}
div.file div.filepreview {
  display: none;
  max-height: 50px;
  flex-grow: 1;
  flex-shrink: 1;
}
div.file div.filepreview img {
  max-height: 50px;
}
div.file.file-onlypreview div.filename {
  display: none;
}
div.file.file-onlypreview div.filepreview {
  display: inline-block;
}
div.file div.uploadingprogress,
div.file div.uploadingfailed,
div.file div.removefile,
div.file div.downloadfile {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 5px;
}
div.file.uploading div.uploadingprogress {
  display: inline-block;
  background-color: #e2e2e2;
  border: none;
  color: #333;
}
div.file.uploadsuccess div.removefile,
div.file.uploadfail div.removefile,
div.file.uploadsuccess div.downloadfile {
  display: inline-block;
  background-color: #e2e2e2;
  border: none;
  margin-top: 2px;
  cursor: pointer;
}
div.file.uploadfail div.uploadingfailed {
  display: inline-block;
  background-color: #e2e2e2;
  border: none;
  padding-right: 5px;
}
/* resumen */
div.reportsummary {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  display: table;
  border-spacing: 10px 10px;
  border-collapse: separate;
}
div.reportsummary div.row {
  display: table-row;
}
div.reportsummary div.item {
  display: table-cell;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  border: 1px dashed #fe2709;
  font-weight: bold;
  font-size: 10pt;
  background-color: #d0d0d0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
div.reportsummary div.item div.itemtitle {
  font-size: 14pt;
  margin-bottom: 5px;
  font-weight: normal;
}
div.reportsummary div.item div.itemvalue {
  font-size: 16pt;
  line-height: 16pt;
  -ms-word-wrap: normal;
  word-wrap: normal;
}
div.reportsummary.reportsummarysmall div.item {
  margin: 3px;
  padding: 3px;
}
div.reportsummary.reportsummarysmall div.item div.itemtitle {
  font-size: 14px;
  margin-bottom: 2px;
}
div.reportsummary.reportsummarysmall div.item div.itemvalue {
  font-size: 14px;
  line-height: normal;
}
div.reportsummaryflex {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-spacing: 10px 10px;
  border-collapse: separate;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
div.reportsummaryflex div.item {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 21%;
  min-width: 21%;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  border: 1px dashed #fe2709;
  font-weight: bold;
  font-size: 10pt;
  background-color: #d0d0d0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
div.reportsummaryflex div.item div.itemtitle {
  font-size: 14pt;
  margin-bottom: 5px;
  font-weight: normal;
}
div.reportsummaryflex div.item div.itemvalue {
  font-size: 16pt;
  line-height: 16pt;
  -ms-word-wrap: normal;
  word-wrap: normal;
}
div.reportsummaryflexfree {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: separate;
  justify-content: space-between;
  align-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
div.reportsummaryflexfree div.item {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 4px;
  padding: 4px;
  border: 1px dashed #fe2709;
  font-weight: bold;
  font-size: 10pt;
  background-color: #d0d0d0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}
div.reportsummaryflexfree div.item div.itemtitle {
  font-size: 14pt;
  margin-bottom: 5px;
  font-weight: normal;
}
div.reportsummaryflexfree div.item div.itemvalue {
  font-size: 16pt;
  line-height: 16pt;
  -ms-word-wrap: normal;
  word-wrap: normal;
}
div.notificationsbox {
  display: table;
  width: 100%;
  border: 1px solid #848484;
  border-collapse: collapse;
  background-color: #fff;
}
div.notificationsbox div.notificationitem {
  padding: 5px;
  display: table-row;
}
div.notificationsbox div.notificationitem.alternate {
  background-color: #F1F1F1;
}
div.notificationsbox div.notificationitem div.notificationitem-type {
  display: table-cell;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}
div.notificationsbox div.notificationitem div.notificationitem-type > span {
  font-size: 24px;
}
div.notificationsbox div.notificationitem div.notificationitem-buttons {
  display: table-cell;
  width: 20px;
}
div.notificationsbox div.notificationitem div.notificationitem-info {
  display: table-cell;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.notificationsbox div.notificationitem div.notificationitem-info div.notificationitem-info-title {
  margin-bottom: 3px;
}
div.notificationsbox div.notificationitem div.notificationitem-info div.notificationitem-info-title span.notificationitem-info-title-text {
  font-weight: bold;
}
div.notificationsbox div.notificationitem div.notificationitem-info div.notificationitem-info-title span.notificationitem-info-title-notifiedon {
  font-style: italic;
}
div.survey {
  background: #f9f9f9;
  font-family: Ubuntu, Consolas, Courier New, Courier, monospace;
  border-left: 4px solid #ccc;
  margin: 4px 4px;
  padding: 4px 4px;
}
div.survey div.surveyanswer {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.survey div.surveyanswer div.surveyanswer-question {
  font-weight: bold;
}
div.survey div.surveyanswer div.surveyanswer-answer {
  font-style: italic;
}
div.survey div.surveyanswer div.surveyanswer-answer span.surveyanswer-answer-top::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f164";
  margin-left: 5px;
  font-size: 110%;
  color: #66d42c;
}
div.survey div.surveyanswer div.surveyanswer-answer span.surveyanswer-answer-topn::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f164";
  margin-left: 5px;
  font-size: 110%;
  color: #d7d31c;
}
div.survey div.surveyanswer div.surveyanswer-answer span.surveyanswer-answer-bottom::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f165";
  margin-left: 5px;
  font-size: 110%;
  color: #eb0c35;
}
span.surveyanswer-answer-top::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f164";
  margin-left: 5px;
  font-size: 110%;
  color: #66d42c;
}
span.surveyanswer-answer-topn::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f164";
  margin-left: 5px;
  font-size: 110%;
  color: #d7d31c;
}
span.surveyanswer-answer-bottom::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f165";
  margin-left: 5px;
  font-size: 110%;
  color: #eb0c35;
}
.agentlog-messagegroup-1 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 5px solid #FF0000;
  border-right: 5px solid #FF0000;
}
.agentlog-messagegroup-2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 5px solid #3dd861;
  border-right: 5px solid #3dd861;
}
.agentlog-messagegroup-3 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 5px solid #3263ca;
  border-right: 5px solid #3263ca;
}
.agentlog-messagegroup-4 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 5px solid #de48c9;
  border-right: 5px solid #de48c9;
}
.agentlog-messagegroup-5 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 5px solid #523318;
  border-right: 5px solid #523318;
}
.agent-status .agent-status-icon {
  width: 16px;
  height: 16px;
  background-size: 16px;
  border: 0;
  vertical-align: text-top;
}
.agent-status .agent-status-desc,
.agent-status .agent-status-total {
  margin-left: 2px;
}
.agent-status.with-action {
  cursor: pointer;
}
.agent-status.with-action .agent-status-desc,
.agent-status.with-action .agent-status-total {
  color: #252526;
  text-decoration: underline;
}
.agent-status.with-action:hover .agent-status-desc,
.agent-status.with-action:hover .agent-status-total {
  color: #57575a;
}
@media only screen and (max-width: 1300px) {
  .agent-status .agent-status-desc {
    display: none;
  }
}
div.surveyitemsconfiguration div.surveyitem {
  margin-bottom: 10px;
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-title div.surveyitem-title-buttons {
  float: right;
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-title div.surveyitem-title-buttons span {
  cursor: pointer;
  margin-left: 5px;
}
div.surveyitemsconfiguration div.surveyitem:first-child div.surveyitem-title div.surveyitem-title-buttons span.surveyitem-title-button-up {
  display: none;
}
div.surveyitemsconfiguration div.surveyitem:last-child div.surveyitem-title div.surveyitem-title-buttons span.surveyitem-title-button-down {
  display: none;
}
div.surveyitemsconfiguration div.surveyitem:only-child div.surveyitem-title div.surveyitem-title-buttons span.surveyitem-title-button-delete {
  display: none;
}
div.surveyitemsconfiguration div.surveyitem input.surveyitem-title-text,
div.surveyitemsconfiguration div.surveyitem input.surveyitem-title-subtext,
div.surveyitemsconfiguration div.surveyitem input.surveyitem-question {
  width: 70%;
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-options div.surveyitem-options-holder div.surveyitem-options-option.surveyitem-options-option-no_topbottom {
  margin-bottom: 5px;
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-options div.surveyitem-options-holder div.surveyitem-options-option div.surveyitem-options-option-definition span.surveyitem-options-option-type {
  width: 16px;
  height: 16px;
  display: inline-block;
  top: 3px;
  position: relative;
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-options div.surveyitem-options-holder div.surveyitem-options-option div.surveyitem-options-option-definition input.surveyitem-options-option-text {
  width: 70%;
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-options div.surveyitem-options-holder div.surveyitem-options-option div.surveyitem-options-option-definition div.surveyitem-options-option-buttons {
  display: inline-block;
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-options div.surveyitem-options-holder div.surveyitem-options-option div.surveyitem-options-option-definition div.surveyitem-options-option-buttons span {
  cursor: pointer;
  margin-left: 5px;
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-options div.surveyitem-options-holder div.surveyitem-options-option div.surveyitem-options-option-topbottom {
  margin-left: 40px;
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-options div.surveyitem-options-holder div.surveyitem-options-option:first-child div.surveyitem-options-option-buttons span.surveyitem-options-option-button-up {
  display: none;
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-options div.surveyitem-options-holder div.surveyitem-options-option:last-child div.surveyitem-options-option-buttons span.surveyitem-options-option-button-down {
  display: none;
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-options div.surveyitem-options-holder div.surveyitem-options-option:only-child div.surveyitem-options-option-buttons span.surveyitem-options-option-button-delete {
  display: none;
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-options.surveyitem-options-checkbox span.surveyitem-options-option-type {
  background-image: url(../../Images/checkbox-icon.png);
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-options.surveyitem-options-dropdown span.surveyitem-options-option-type {
  background-image: url(../../Images/dropdown-icon.png);
}
div.surveyitemsconfiguration div.surveyitem div.surveyitem-options.surveyitem-options-choice span.surveyitem-options-option-type {
  background-image: url(../../Images/radiobutton-icon.png);
}
div.surveyitemsconfiguration div.surveyitem.surveyitem-edit-readonly div.surveyitem-title-buttons {
  display: none;
}
div.surveyitemsconfiguration div.surveyitem.surveyitem-edit-readonly div.surveyitem-options-buttons {
  display: none;
}
div.surveyitemsconfiguration div.surveyitem.surveyitem-edit-readonly div.surveyitem-options-option-buttons {
  display: none;
}
div.charts div.chart {
  width: 880px;
}
@media only screen and (min-width: 1200px) {
  div.charts div.chart {
    width: 1000px;
  }
}
@media only screen and (min-width: 1400px) {
  div.charts div.chart {
    width: 1200px;
  }
}
div.login div.login-row {
  margin-bottom: 6px;
  vertical-align: middle;
}
div.login div.login-row input[type=text],
div.login div.login-row input[type=password],
div.login div.login-row input[type=number] {
  background-image: url(../../Images/TextFieldIcons.png);
  background-repeat: no-repeat;
  background-position: right 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  height: 40px;
  padding: 10px 35px 10px 10px;
  width: 100% !important;
  -webkit-background-size: 40px 171px;
  -moz-background-size: 40px 171px;
  -o-background-size: 40px 171px;
  background-size: 40px 171px;
  border-radius: 2px;
}
div.login div.login-row input[type=text].invalid,
div.login div.login-row input[type=password].invalid,
div.login div.login-row input[type=number].invalid {
  border-color: red;
  background-color: #ffcccc;
  border-width: 2px;
}
div.login div.login-row input::-webkit-outer-spin-button,
div.login div.login-row input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
div.login div.login-row input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
div.login div.login-row input[type=text],
div.login div.login-row input[type=number] {
  background-position: right 15px;
  height: 50px;
  font-size: 16px;
}
div.login div.login-row input[type=password] {
  background-position: right -84px;
  height: 50px;
  font-size: 16px;
}
div.login div.login-row input[type=submit] {
  border-radius: 4px;
  border: 1px solid;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.43;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
  padding: 15px 0;
  background-color: #fe2709;
  border-color: #fe2709;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-family: 'Cera Round Pro', 'San Francisco', 'Segoe UI', Arial, sans-serif;
}
div.login div.login-row input[type=submit].login-button-cancel {
  margin-top: 5px;
  background-color: #eee;
  border-color: #ccc;
  color: #333;
}
div.login div.login-row input[type=button],
div.login div.login-row button {
  border-radius: 4px;
  border: 1px solid;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.43;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
  padding: 15px 0;
  background-color: #fe2709;
  border-color: #fe2709;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-family: 'Cera Round Pro', 'San Francisco', 'Segoe UI', Arial, sans-serif;
}
div.login div.login-row input[type=button]:disabled,
div.login div.login-row button:disabled,
div.login div.login-row input[type=button][disabled],
div.login div.login-row button[disabled] {
  cursor: default;
  background-color: #d31b01;
  border-color: #d31b01;
  color: #848484;
}
div.login-google {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.login-google .login-separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 10px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
div.login-google .login-separator:before {
  content: "";
  flex: 1;
  border-bottom: 1px solid #333;
  margin-right: 0.5em;
}
div.login-google .login-separator:after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #333;
  margin-left: 0.5em;
}
body.noheader #pageLogo,
body.noheader #headNav {
  display: none;
}
.ui-pnotify .ui-pnotify-container:not(.ui-state-error) {
  background-color: #fff;
  border-color: #fe2709;
}
.ui-pnotify .ui-pnotify-container.ui-state-error {
  background-color: #fdd9d9;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-title {
  font-size: 11px;
  font-weight: bold;
}
.ui-pnotify .ui-pnotify-container .ui-pnotify-text {
  font-size: 11px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
}
.unmerge-account-panel {
  float: right;
}
.unmerge-account-panel > a {
  color: #000 !important;
}
table.cognitive-service-plan {
  width: 100%;
  text-transform: uppercase;
  border-collapse: collapse;
}
table.cognitive-service-plan thead tr {
  background-color: #d0d0d0;
  height: 40px;
}
table.cognitive-service-plan thead tr th {
  text-align: center;
  border-left: 1px solid #8e8e8e;
}
table.cognitive-service-plan tbody tr {
  border-bottom: 1px solid #d0d0d0;
  height: 40px;
}
table.cognitive-service-plan tbody tr td.cognitive-service-plan-function {
  text-align: center;
  font-weight: bold;
}
table.cognitive-service-plan tbody tr td.cognitive-service-plan-stat {
  text-align: center;
  border-left: 1px solid #d0d0d0;
  width: 175px;
}
table.inputtable {
  border: 1px solid #848484;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
table.inputtable tr {
  min-height: 25px;
}
table.inputtable thead tr {
  min-height: 25px;
  background-color: #c1c1c1;
  color: #000000;
}
table.inputtable thead tr th {
  border: 1px solid #8e8e8e;
  min-height: 20px;
  padding: 2px 4px 4px 2px;
  text-align: center;
}
table.inputtable thead tr th:last-child {
  border-right-color: #c1c1c1;
}
table.inputtable thead tr th:first-child {
  border-left-color: #c1c1c1;
}
table.inputtable thead tr th:not(.first) {
  border-bottom-color: #848484;
}
table.inputtable tbody tr td {
  border: 1px solid #8e8e8e;
  padding: 5px;
}
table.inputtable tbody tr td textarea {
  padding: 0;
}
div.conversation-analysis {
  font-size: 1.5em;
  padding: 10px;
  line-height: 29px;
}
div.conversation-analysis span.conversation-analysis-entity {
  background-color: #428bca;
  color: #fff;
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
}
.fa-stack-05 {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
}
.fa-stack-05x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-05x {
  font-size: 0.5em;
  right: 0;
  bottom: 0;
  text-align: right;
}
div.scrollable-y {
  overflow-y: auto;
  width: 100%;
  max-height: 400px;
}
@media only screen and (min-height: 700px) {
  div.scrollable-y {
    max-height: 400px;
  }
}
@media only screen and (min-height: 800px) {
  div.scrollable-y {
    max-height: 500px;
  }
}
@media only screen and (min-height: 900px) {
  div.scrollable-y {
    max-height: 600px;
  }
}
@media only screen and (min-height: 1000px) {
  div.scrollable-y {
    max-height: 700px;
  }
}
@media only screen and (min-height: 1100px) {
  div.scrollable-y {
    max-height: 800px;
  }
}
div.scrollable-y::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
div.scrollable-y::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
div.scrollable-y::-webkit-scrollbar-corner {
  background-color: transparent;
}
div.scrollable-y::-webkit-scrollbar-track:vertical {
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  background-clip: padding-box;
}
div.scrollable-y::-webkit-scrollbar-track:horizontal {
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  background-clip: padding-box;
}
div.scrollable-y::-webkit-scrollbar-track:vertical:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
div.scrollable-y::-webkit-scrollbar-track:horizontal:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
div.scrollable-y::-webkit-scrollbar-track:vertical:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
div.scrollable-y::-webkit-scrollbar-track:horizontal:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
div.scrollable-y::-webkit-scrollbar-thumb:vertical {
  background-clip: padding-box;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  min-height: 28px;
}
div.scrollable-y::-webkit-scrollbar-thumb:horizontal {
  background-clip: padding-box;
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  min-width: 28px;
}
div.scrollable-y::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
div.scrollable-y::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
div.scrollable-y::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
div.serviceRawInfo {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  max-height: 400px;
  overflow-y: auto;
}
DIV.templatepreview {
  overflow-x: hidden;
  background: #f9f9f9;
  font-family: Consolas, Courier New, Courier, monospace;
  border-left: 4px solid #ccc;
  margin: 4px 4px;
  padding: 5px;
  max-height: 200px;
  overflow-y: auto;
  width: calc(100% - 18px);
}
DIV.templatepreview iframe {
  width: 100%;
  border: none;
}
div.internal-chat {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px;
  min-height: 300px;
  max-height: 300px;
  overflow-y: auto;
  font-size: 14px;
}
div.internal-chat div.internal-chat-message.client {
  display: inline-block;
  clear: both;
  margin-top: 25px;
  padding: 6px 10px;
  vertical-align: top;
  border-radius: 5px;
  float: left;
  align-self: flex-start;
  background-color: #dcf8c6;
  color: #000000;
  max-width: 80%;
  position: relative;
  background: -moz-linear-gradient(-45deg, #dcf8c6 0%, #cef5af 44%, #c0f299 100%);
  background: -webkit-linear-gradient(-45deg, #dcf8c6 0%, #cef5af 44%, #c0f299 100%);
  background: linear-gradient(135deg, #dcf8c6 0%, #cef5af 44%, #c0f299 100%);
}
div.internal-chat div.internal-chat-message.client a {
  color: #000000;
  text-decoration: underline;
}
div.internal-chat div.internal-chat-message.client a:hover {
  color: #000000;
}
div.internal-chat div.internal-chat-message.client .time {
  position: absolute;
  color: #b2afaf;
  font-size: 60%;
  bottom: 0;
  right: -43px;
}
div.internal-chat div.internal-chat-message.client .author {
  position: absolute;
  top: -19px;
  font-size: 80%;
  white-space: nowrap;
  color: #b2afaf;
  left: 0;
}
div.internal-chat div.internal-chat-message.client.sameauthor {
  margin-top: 1px;
}
div.internal-chat div.internal-chat-message.client.sameauthor .author {
  display: none;
}
div.internal-chat div.internal-chat-message.client.sameauthor:not(.continuation) {
  border-top-left-radius: 0px;
}
div.internal-chat div.internal-chat-message.client.continuation {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
div.internal-chat div.internal-chat-message.operator {
  display: inline-block;
  clear: both;
  margin-top: 25px;
  padding: 6px 10px;
  vertical-align: top;
  border-radius: 5px;
  float: right;
  align-self: flex-end;
  background-color: #c6e7f8;
  color: #000000;
  max-width: 80%;
  position: relative;
  background: -moz-linear-gradient(45deg, #c6e7f8 0%, #afddf5 44%, #99d4f2 100%);
  background: -webkit-linear-gradient(45deg, #c6e7f8 0%, #afddf5 44%, #99d4f2 100%);
  background: linear-gradient(45deg, #c6e7f8 0%, #afddf5 44%, #99d4f2 100%);
}
div.internal-chat div.internal-chat-message.operator a {
  color: #000000;
  text-decoration: underline;
}
div.internal-chat div.internal-chat-message.operator a:hover {
  color: #000000;
}
div.internal-chat div.internal-chat-message.operator .time {
  position: absolute;
  color: #b2afaf;
  font-size: 60%;
  bottom: 0;
  left: -43px;
}
div.internal-chat div.internal-chat-message.operator .author {
  position: absolute;
  top: -19px;
  font-size: 80%;
  white-space: nowrap;
  color: #b2afaf;
  right: 0;
}
div.internal-chat div.internal-chat-message.operator.sameauthor {
  margin-top: 1px;
}
div.internal-chat div.internal-chat-message.operator.sameauthor .author {
  display: none;
}
div.internal-chat div.internal-chat-message.operator.sameauthor:not(.continuation) {
  border-top-right-radius: 0px;
}
div.internal-chat div.internal-chat-message.operator.continuation {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
div.internal-chat div.internal-chat-message.supervisor {
  display: inline-block;
  clear: both;
  margin-top: 25px;
  padding: 6px 10px;
  vertical-align: top;
  border-radius: 5px;
  float: right;
  align-self: flex-end;
  background-color: #ec5c5c;
  color: #000000;
  max-width: 80%;
  position: relative;
  background: -moz-linear-gradient(45deg, #ec5c5c 0%, #e94545 44%, #e72e2e 100%);
  background: -webkit-linear-gradient(45deg, #ec5c5c 0%, #e94545 44%, #e72e2e 100%);
  background: linear-gradient(45deg, #ec5c5c 0%, #e94545 44%, #e72e2e 100%);
}
div.internal-chat div.internal-chat-message.supervisor a {
  color: #000000;
  text-decoration: underline;
}
div.internal-chat div.internal-chat-message.supervisor a:hover {
  color: #000000;
}
div.internal-chat div.internal-chat-message.supervisor .time {
  position: absolute;
  color: #b2afaf;
  font-size: 60%;
  bottom: 0;
  left: -33px;
}
div.internal-chat div.internal-chat-message.supervisor .author {
  position: absolute;
  top: -19px;
  font-size: 80%;
  white-space: nowrap;
  color: #b2afaf;
  right: 0;
}
div.internal-chat div.internal-chat-message.supervisor.sameauthor {
  margin-top: 1px;
}
div.internal-chat div.internal-chat-message.supervisor.sameauthor .author {
  display: none;
}
div.internal-chat div.internal-chat-message.supervisor.sameauthor:not(.continuation) {
  border-top-right-radius: 0px;
}
div.internal-chat div.internal-chat-message.supervisor.continuation {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
div.internal-chat div.internal-chat-message:first-child {
  margin-top: 15px;
}
/* Chat styles */
div.chat {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
div.chat .chat-message.user {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: left;
  align-self: flex-start;
  max-width: 80%;
  position: relative;
  margin-top: 21px;
}
div.chat .chat-message.user:not(.generic) {
  border-radius: 15px;
  background-color: #f1f0f0;
}
div.chat .chat-message.user a {
  color: #000000 !important;
  text-decoration: underline;
}
div.chat .chat-message.user a:hover {
  color: #000000 !important;
}
div.chat .chat-message.user .time {
  position: absolute;
  color: #000000;
  font-size: 60%;
  bottom: 0;
}
div.chat .chat-message.user .author {
  position: absolute;
  font-size: 100%;
  white-space: nowrap;
  color: #000000;
  top: -20px;
}
div.chat .chat-message.user .author .private {
  display: none;
}
div.chat .chat-message.user.sameauthor {
  margin-top: 1px;
}
div.chat .chat-message.user.sameauthor .author {
  display: none;
}
div.chat .chat-message.user.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
div.chat .chat-message.user.first:not(.continuation) {
  margin-bottom: 5px;
}
div.chat .chat-message.user .msgtext {
  color: #000000;
  padding: 6px 10px;
}
div.chat .chat-message.user .msgtext ol {
  list-style-position: inside;
}
div.chat .chat-message.user .msgtext.quickReply .fa {
  margin-right: 3px;
}
div.chat .chat-message.user .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
div.chat .chat-message.user .msgtext > p {
  margin: 0;
}
div.chat .chat-message.user.bot.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.user.bot.attach.coordinates,
div.chat .chat-message.user.bot.attach.multiple-coordinates,
div.chat .chat-message.user.bot.attach.location_with_map {
  width: 100%;
  height: 100%;
}
div.chat .chat-message.user.bot.attach.coordinates .msgtext,
div.chat .chat-message.user.bot.attach.multiple-coordinates .msgtext,
div.chat .chat-message.user.bot.attach.location_with_map .msgtext {
  height: 20em;
}
div.chat .chat-message.user.bot.attach.coordinates .msgtext .map,
div.chat .chat-message.user.bot.attach.multiple-coordinates .msgtext .map,
div.chat .chat-message.user.bot.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.user.bot.attach.coordinates .msgtext .map #infowindow-content,
div.chat .chat-message.user.bot.attach.multiple-coordinates .msgtext .map #infowindow-content,
div.chat .chat-message.user.bot.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
div.chat .chat-message.user.bot.attach.coordinates .msgtext .map #infowindow-content .title,
div.chat .chat-message.user.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .title,
div.chat .chat-message.user.bot.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-size: x-small;
}
div.chat .chat-message.user.bot.attach.coordinates .msgtext .map #infowindow-content .address,
div.chat .chat-message.user.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .address,
div.chat .chat-message.user.bot.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-size: x-small;
}
div.chat .chat-message.user.bot.attach.coordinates .msgtext .map #infowindow-content .locationContent .location,
div.chat .chat-message.user.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location,
div.chat .chat-message.user.bot.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
}
div.chat .chat-message.user.bot.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f1f0f0;
}
div.chat .chat-message.user.bot.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
div.chat .chat-message.user.bot.attach.template.button .msgtext {
  margin-bottom: 5px;
}
div.chat .chat-message.user.bot.attach.template.button .template-buttons {
  padding: 5px 10px;
}
div.chat .chat-message.user.bot.attach.template.button .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
div.chat .chat-message.user.bot.attach.template.button .template-buttons .button:last-child {
  margin-bottom: 0;
}
div.chat .chat-message.user.bot.attach.template.button .template-buttons .button:hover {
  background-color: #ffffff;
}
div.chat .chat-message.user.bot.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
div.chat .chat-message.user.bot.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .move-left,
div.chat .chat-message.user.bot.attach.template.generic .gallery .move-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px 0 0 3px;
  display: block;
  outline: none;
  vertical-align: middle;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.3;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .move-left > div,
div.chat .chat-message.user.bot.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .move-left > div > i,
div.chat .chat-message.user.bot.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .move-left {
  left: 0;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .move-right {
  right: 0;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery:hover .move-left,
div.chat .chat-message.user.bot.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #f1f0f0;
  padding: 5px 10px;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
  font-size: 80%;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
  font-size: 80%;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .items .item .template-buttons {
  padding: 5px 10px;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .items .item .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .items .item .template-buttons .button:last-child {
  margin-bottom: 0;
}
div.chat .chat-message.user.bot.attach.template.generic .gallery .items .item .template-buttons .button:hover {
  background-color: #ffffff;
}
div.chat .chat-message.user.bot.sameauthor {
  margin-top: 5px;
}
div.chat .chat-message.user.private .author .private {
  display: inline-block;
}
div.chat .chat-message.user.private .msgtext {
  font-style: italic;
}
div.chat .chat-message.user.user .author {
  display: none;
}
div.chat .chat-message.user .time {
  right: -24px;
}
div.chat .chat-message.user .author {
  left: 0;
}
div.chat .chat-message.user.mapReply {
  width: 20em;
  height: 20em;
}
div.chat .chat-message.user.mapReply .msgtext {
  height: 20em;
}
div.chat .chat-message.user.mapReply .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.user.continuation:not(.generic) {
  border-bottom-left-radius: 2px;
}
div.chat .chat-message.user.continuation:not(.first) {
  border-top-left-radius: 2px;
}
div.chat .chat-message.user.continuation.first {
  border-top-left-radius: 10px;
}
div.chat .chat-message.user.sameauthor:not(.continuation):not(.generic) {
  border-top-left-radius: 2px;
}
div.chat .chat-message.agent {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 21px;
}
div.chat .chat-message.agent:not(.generic) {
  border-radius: 15px;
  background-color: #c6e7f8;
}
div.chat .chat-message.agent a {
  color: #000000 !important;
  text-decoration: underline;
}
div.chat .chat-message.agent a:hover {
  color: #000000 !important;
}
div.chat .chat-message.agent .time {
  position: absolute;
  color: #000000;
  font-size: 60%;
  bottom: 0;
}
div.chat .chat-message.agent .author {
  position: absolute;
  font-size: 100%;
  white-space: nowrap;
  color: #000000;
  top: -20px;
}
div.chat .chat-message.agent .author .private {
  display: none;
}
div.chat .chat-message.agent.sameauthor {
  margin-top: 1px;
}
div.chat .chat-message.agent.sameauthor .author {
  display: none;
}
div.chat .chat-message.agent.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
div.chat .chat-message.agent.first:not(.continuation) {
  margin-bottom: 5px;
}
div.chat .chat-message.agent .msgtext {
  color: #000000;
  padding: 6px 10px;
}
div.chat .chat-message.agent .msgtext ol {
  list-style-position: inside;
}
div.chat .chat-message.agent .msgtext.quickReply .fa {
  margin-right: 3px;
}
div.chat .chat-message.agent .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
div.chat .chat-message.agent .msgtext > p {
  margin: 0;
}
div.chat .chat-message.agent.bot.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.agent.bot.attach.coordinates,
div.chat .chat-message.agent.bot.attach.multiple-coordinates,
div.chat .chat-message.agent.bot.attach.location_with_map {
  width: 100%;
  height: 100%;
}
div.chat .chat-message.agent.bot.attach.coordinates .msgtext,
div.chat .chat-message.agent.bot.attach.multiple-coordinates .msgtext,
div.chat .chat-message.agent.bot.attach.location_with_map .msgtext {
  height: 20em;
}
div.chat .chat-message.agent.bot.attach.coordinates .msgtext .map,
div.chat .chat-message.agent.bot.attach.multiple-coordinates .msgtext .map,
div.chat .chat-message.agent.bot.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.agent.bot.attach.coordinates .msgtext .map #infowindow-content,
div.chat .chat-message.agent.bot.attach.multiple-coordinates .msgtext .map #infowindow-content,
div.chat .chat-message.agent.bot.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
div.chat .chat-message.agent.bot.attach.coordinates .msgtext .map #infowindow-content .title,
div.chat .chat-message.agent.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .title,
div.chat .chat-message.agent.bot.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-size: x-small;
}
div.chat .chat-message.agent.bot.attach.coordinates .msgtext .map #infowindow-content .address,
div.chat .chat-message.agent.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .address,
div.chat .chat-message.agent.bot.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-size: x-small;
}
div.chat .chat-message.agent.bot.attach.coordinates .msgtext .map #infowindow-content .locationContent .location,
div.chat .chat-message.agent.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location,
div.chat .chat-message.agent.bot.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
}
div.chat .chat-message.agent.bot.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #c6e7f8;
}
div.chat .chat-message.agent.bot.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
div.chat .chat-message.agent.bot.attach.template.button .msgtext {
  margin-bottom: 5px;
}
div.chat .chat-message.agent.bot.attach.template.button .template-buttons {
  padding: 5px 10px;
}
div.chat .chat-message.agent.bot.attach.template.button .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
div.chat .chat-message.agent.bot.attach.template.button .template-buttons .button:last-child {
  margin-bottom: 0;
}
div.chat .chat-message.agent.bot.attach.template.button .template-buttons .button:hover {
  background-color: #ffffff;
}
div.chat .chat-message.agent.bot.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
div.chat .chat-message.agent.bot.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .move-left,
div.chat .chat-message.agent.bot.attach.template.generic .gallery .move-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px 0 0 3px;
  display: block;
  outline: none;
  vertical-align: middle;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.3;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .move-left > div,
div.chat .chat-message.agent.bot.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .move-left > div > i,
div.chat .chat-message.agent.bot.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .move-left {
  left: 0;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .move-right {
  right: 0;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery:hover .move-left,
div.chat .chat-message.agent.bot.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #c6e7f8;
  padding: 5px 10px;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
  font-size: 80%;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
  font-size: 80%;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .items .item .template-buttons {
  padding: 5px 10px;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .items .item .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .items .item .template-buttons .button:last-child {
  margin-bottom: 0;
}
div.chat .chat-message.agent.bot.attach.template.generic .gallery .items .item .template-buttons .button:hover {
  background-color: #ffffff;
}
div.chat .chat-message.agent.bot.sameauthor {
  margin-top: 5px;
}
div.chat .chat-message.agent.private .author .private {
  display: inline-block;
}
div.chat .chat-message.agent.private .msgtext {
  font-style: italic;
}
div.chat .chat-message.agent.user .author {
  display: none;
}
div.chat .chat-message.agent .time {
  left: -24px;
}
div.chat .chat-message.agent .author {
  right: 0;
}
div.chat .chat-message.agent.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
div.chat .chat-message.agent.continuation:not(.first) {
  border-top-right-radius: 2px;
}
div.chat .chat-message.agent.continuation.first {
  border-top-right-radius: 10px;
}
div.chat .chat-message.agent.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
div.chat .chat-message.supervisor {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 21px;
}
div.chat .chat-message.supervisor:not(.generic) {
  border-radius: 15px;
  background-color: #ec5c5c;
}
div.chat .chat-message.supervisor a {
  color: #ffffff !important;
  text-decoration: underline;
}
div.chat .chat-message.supervisor a:hover {
  color: #ffffff !important;
}
div.chat .chat-message.supervisor .time {
  position: absolute;
  color: #000000;
  font-size: 60%;
  bottom: 0;
}
div.chat .chat-message.supervisor .author {
  position: absolute;
  font-size: 100%;
  white-space: nowrap;
  color: #000000;
  top: -20px;
}
div.chat .chat-message.supervisor .author .private {
  display: none;
}
div.chat .chat-message.supervisor.sameauthor {
  margin-top: 1px;
}
div.chat .chat-message.supervisor.sameauthor .author {
  display: none;
}
div.chat .chat-message.supervisor.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
div.chat .chat-message.supervisor.first:not(.continuation) {
  margin-bottom: 5px;
}
div.chat .chat-message.supervisor .msgtext {
  color: #ffffff;
  padding: 6px 10px;
}
div.chat .chat-message.supervisor .msgtext ol {
  list-style-position: inside;
}
div.chat .chat-message.supervisor .msgtext.quickReply .fa {
  margin-right: 3px;
}
div.chat .chat-message.supervisor .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
div.chat .chat-message.supervisor .msgtext > p {
  margin: 0;
}
div.chat .chat-message.supervisor.bot.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.supervisor.bot.attach.coordinates,
div.chat .chat-message.supervisor.bot.attach.multiple-coordinates,
div.chat .chat-message.supervisor.bot.attach.location_with_map {
  width: 100%;
  height: 100%;
}
div.chat .chat-message.supervisor.bot.attach.coordinates .msgtext,
div.chat .chat-message.supervisor.bot.attach.multiple-coordinates .msgtext,
div.chat .chat-message.supervisor.bot.attach.location_with_map .msgtext {
  height: 20em;
}
div.chat .chat-message.supervisor.bot.attach.coordinates .msgtext .map,
div.chat .chat-message.supervisor.bot.attach.multiple-coordinates .msgtext .map,
div.chat .chat-message.supervisor.bot.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.supervisor.bot.attach.coordinates .msgtext .map #infowindow-content,
div.chat .chat-message.supervisor.bot.attach.multiple-coordinates .msgtext .map #infowindow-content,
div.chat .chat-message.supervisor.bot.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
div.chat .chat-message.supervisor.bot.attach.coordinates .msgtext .map #infowindow-content .title,
div.chat .chat-message.supervisor.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .title,
div.chat .chat-message.supervisor.bot.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-size: x-small;
}
div.chat .chat-message.supervisor.bot.attach.coordinates .msgtext .map #infowindow-content .address,
div.chat .chat-message.supervisor.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .address,
div.chat .chat-message.supervisor.bot.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-size: x-small;
}
div.chat .chat-message.supervisor.bot.attach.coordinates .msgtext .map #infowindow-content .locationContent .location,
div.chat .chat-message.supervisor.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location,
div.chat .chat-message.supervisor.bot.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
}
div.chat .chat-message.supervisor.bot.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #ec5c5c;
}
div.chat .chat-message.supervisor.bot.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
div.chat .chat-message.supervisor.bot.attach.template.button .msgtext {
  margin-bottom: 5px;
}
div.chat .chat-message.supervisor.bot.attach.template.button .template-buttons {
  padding: 5px 10px;
}
div.chat .chat-message.supervisor.bot.attach.template.button .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
div.chat .chat-message.supervisor.bot.attach.template.button .template-buttons .button:last-child {
  margin-bottom: 0;
}
div.chat .chat-message.supervisor.bot.attach.template.button .template-buttons .button:hover {
  background-color: #ffffff;
}
div.chat .chat-message.supervisor.bot.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .move-left,
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .move-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px 0 0 3px;
  display: block;
  outline: none;
  vertical-align: middle;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.3;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .move-left > div,
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .move-left > div > i,
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .move-left {
  left: 0;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .move-right {
  right: 0;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery:hover .move-left,
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #ec5c5c;
  padding: 5px 10px;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .items .item .subtitle {
  color: #ffffff;
  padding: 2px 5px;
  font-size: 80%;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 80%;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .items .item .template-buttons {
  padding: 5px 10px;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .items .item .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .items .item .template-buttons .button:last-child {
  margin-bottom: 0;
}
div.chat .chat-message.supervisor.bot.attach.template.generic .gallery .items .item .template-buttons .button:hover {
  background-color: #ffffff;
}
div.chat .chat-message.supervisor.bot.sameauthor {
  margin-top: 5px;
}
div.chat .chat-message.supervisor.private .author .private {
  display: inline-block;
}
div.chat .chat-message.supervisor.private .msgtext {
  font-style: italic;
}
div.chat .chat-message.supervisor.user .author {
  display: none;
}
div.chat .chat-message.supervisor .time {
  left: -24px;
}
div.chat .chat-message.supervisor .author {
  right: 0;
}
div.chat .chat-message.supervisor.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
div.chat .chat-message.supervisor.continuation:not(.first) {
  border-top-right-radius: 2px;
}
div.chat .chat-message.supervisor.continuation.first {
  border-top-right-radius: 10px;
}
div.chat .chat-message.supervisor.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
div.chat .chat-message.system {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 21px;
}
div.chat .chat-message.system:not(.generic) {
  border-radius: 15px;
  background-color: #B4045F;
}
div.chat .chat-message.system a {
  color: #ffffff !important;
  text-decoration: underline;
}
div.chat .chat-message.system a:hover {
  color: #ffffff !important;
}
div.chat .chat-message.system .time {
  position: absolute;
  color: #000000;
  font-size: 60%;
  bottom: 0;
}
div.chat .chat-message.system .author {
  position: absolute;
  font-size: 100%;
  white-space: nowrap;
  color: #000000;
  top: -20px;
}
div.chat .chat-message.system .author .private {
  display: none;
}
div.chat .chat-message.system.sameauthor {
  margin-top: 1px;
}
div.chat .chat-message.system.sameauthor .author {
  display: none;
}
div.chat .chat-message.system.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
div.chat .chat-message.system.first:not(.continuation) {
  margin-bottom: 5px;
}
div.chat .chat-message.system .msgtext {
  color: #ffffff;
  padding: 6px 10px;
}
div.chat .chat-message.system .msgtext ol {
  list-style-position: inside;
}
div.chat .chat-message.system .msgtext.quickReply .fa {
  margin-right: 3px;
}
div.chat .chat-message.system .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
div.chat .chat-message.system .msgtext > p {
  margin: 0;
}
div.chat .chat-message.system.bot.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.system.bot.attach.coordinates,
div.chat .chat-message.system.bot.attach.multiple-coordinates,
div.chat .chat-message.system.bot.attach.location_with_map {
  width: 100%;
  height: 100%;
}
div.chat .chat-message.system.bot.attach.coordinates .msgtext,
div.chat .chat-message.system.bot.attach.multiple-coordinates .msgtext,
div.chat .chat-message.system.bot.attach.location_with_map .msgtext {
  height: 20em;
}
div.chat .chat-message.system.bot.attach.coordinates .msgtext .map,
div.chat .chat-message.system.bot.attach.multiple-coordinates .msgtext .map,
div.chat .chat-message.system.bot.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.system.bot.attach.coordinates .msgtext .map #infowindow-content,
div.chat .chat-message.system.bot.attach.multiple-coordinates .msgtext .map #infowindow-content,
div.chat .chat-message.system.bot.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
div.chat .chat-message.system.bot.attach.coordinates .msgtext .map #infowindow-content .title,
div.chat .chat-message.system.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .title,
div.chat .chat-message.system.bot.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-size: x-small;
}
div.chat .chat-message.system.bot.attach.coordinates .msgtext .map #infowindow-content .address,
div.chat .chat-message.system.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .address,
div.chat .chat-message.system.bot.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-size: x-small;
}
div.chat .chat-message.system.bot.attach.coordinates .msgtext .map #infowindow-content .locationContent .location,
div.chat .chat-message.system.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location,
div.chat .chat-message.system.bot.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
}
div.chat .chat-message.system.bot.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #B4045F;
}
div.chat .chat-message.system.bot.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
div.chat .chat-message.system.bot.attach.template.button .msgtext {
  margin-bottom: 5px;
}
div.chat .chat-message.system.bot.attach.template.button .template-buttons {
  padding: 5px 10px;
}
div.chat .chat-message.system.bot.attach.template.button .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
div.chat .chat-message.system.bot.attach.template.button .template-buttons .button:last-child {
  margin-bottom: 0;
}
div.chat .chat-message.system.bot.attach.template.button .template-buttons .button:hover {
  background-color: #ffffff;
}
div.chat .chat-message.system.bot.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
div.chat .chat-message.system.bot.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .move-left,
div.chat .chat-message.system.bot.attach.template.generic .gallery .move-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px 0 0 3px;
  display: block;
  outline: none;
  vertical-align: middle;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.3;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .move-left > div,
div.chat .chat-message.system.bot.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .move-left > div > i,
div.chat .chat-message.system.bot.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .move-left {
  left: 0;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .move-right {
  right: 0;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery:hover .move-left,
div.chat .chat-message.system.bot.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #B4045F;
  padding: 5px 10px;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .items .item .subtitle {
  color: #ffffff;
  padding: 2px 5px;
  font-size: 80%;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 80%;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .items .item .template-buttons {
  padding: 5px 10px;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .items .item .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .items .item .template-buttons .button:last-child {
  margin-bottom: 0;
}
div.chat .chat-message.system.bot.attach.template.generic .gallery .items .item .template-buttons .button:hover {
  background-color: #ffffff;
}
div.chat .chat-message.system.bot.sameauthor {
  margin-top: 5px;
}
div.chat .chat-message.system.private .author .private {
  display: inline-block;
}
div.chat .chat-message.system.private .msgtext {
  font-style: italic;
}
div.chat .chat-message.system.user .author {
  display: none;
}
div.chat .chat-message.system .time {
  left: -24px;
}
div.chat .chat-message.system .author {
  right: 0;
}
div.chat .chat-message.system.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
div.chat .chat-message.system.continuation:not(.first) {
  border-top-right-radius: 2px;
}
div.chat .chat-message.system.continuation.first {
  border-top-right-radius: 10px;
}
div.chat .chat-message.system.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
div.chat .chat-message.bot {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 21px;
}
div.chat .chat-message.bot:not(.generic) {
  border-radius: 15px;
  background-color: #f0f0f0;
}
div.chat .chat-message.bot a {
  color: #000000 !important;
  text-decoration: underline;
}
div.chat .chat-message.bot a:hover {
  color: #000000 !important;
}
div.chat .chat-message.bot .time {
  position: absolute;
  color: #000000;
  font-size: 60%;
  bottom: 0;
}
div.chat .chat-message.bot .author {
  position: absolute;
  font-size: 100%;
  white-space: nowrap;
  color: #000000;
  top: -20px;
}
div.chat .chat-message.bot .author .private {
  display: none;
}
div.chat .chat-message.bot.sameauthor {
  margin-top: 1px;
}
div.chat .chat-message.bot.sameauthor .author {
  display: none;
}
div.chat .chat-message.bot.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
div.chat .chat-message.bot.first:not(.continuation) {
  margin-bottom: 5px;
}
div.chat .chat-message.bot .msgtext {
  color: #000000;
  padding: 6px 10px;
}
div.chat .chat-message.bot .msgtext ol {
  list-style-position: inside;
}
div.chat .chat-message.bot .msgtext.quickReply .fa {
  margin-right: 3px;
}
div.chat .chat-message.bot .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
div.chat .chat-message.bot .msgtext > p {
  margin: 0;
}
div.chat .chat-message.bot.bot.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.bot.bot.attach.coordinates,
div.chat .chat-message.bot.bot.attach.multiple-coordinates,
div.chat .chat-message.bot.bot.attach.location_with_map {
  width: 100%;
  height: 100%;
}
div.chat .chat-message.bot.bot.attach.coordinates .msgtext,
div.chat .chat-message.bot.bot.attach.multiple-coordinates .msgtext,
div.chat .chat-message.bot.bot.attach.location_with_map .msgtext {
  height: 20em;
}
div.chat .chat-message.bot.bot.attach.coordinates .msgtext .map,
div.chat .chat-message.bot.bot.attach.multiple-coordinates .msgtext .map,
div.chat .chat-message.bot.bot.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.bot.bot.attach.coordinates .msgtext .map #infowindow-content,
div.chat .chat-message.bot.bot.attach.multiple-coordinates .msgtext .map #infowindow-content,
div.chat .chat-message.bot.bot.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
div.chat .chat-message.bot.bot.attach.coordinates .msgtext .map #infowindow-content .title,
div.chat .chat-message.bot.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .title,
div.chat .chat-message.bot.bot.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-size: x-small;
}
div.chat .chat-message.bot.bot.attach.coordinates .msgtext .map #infowindow-content .address,
div.chat .chat-message.bot.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .address,
div.chat .chat-message.bot.bot.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-size: x-small;
}
div.chat .chat-message.bot.bot.attach.coordinates .msgtext .map #infowindow-content .locationContent .location,
div.chat .chat-message.bot.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location,
div.chat .chat-message.bot.bot.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
}
div.chat .chat-message.bot.bot.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
div.chat .chat-message.bot.bot.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
div.chat .chat-message.bot.bot.attach.template.button .msgtext {
  margin-bottom: 5px;
}
div.chat .chat-message.bot.bot.attach.template.button .template-buttons {
  padding: 5px 10px;
}
div.chat .chat-message.bot.bot.attach.template.button .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
div.chat .chat-message.bot.bot.attach.template.button .template-buttons .button:last-child {
  margin-bottom: 0;
}
div.chat .chat-message.bot.bot.attach.template.button .template-buttons .button:hover {
  background-color: #ffffff;
}
div.chat .chat-message.bot.bot.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
div.chat .chat-message.bot.bot.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .move-left,
div.chat .chat-message.bot.bot.attach.template.generic .gallery .move-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px 0 0 3px;
  display: block;
  outline: none;
  vertical-align: middle;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.3;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .move-left > div,
div.chat .chat-message.bot.bot.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .move-left > div > i,
div.chat .chat-message.bot.bot.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .move-left {
  left: 0;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .move-right {
  right: 0;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery:hover .move-left,
div.chat .chat-message.bot.bot.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #f0f0f0;
  padding: 5px 10px;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
  font-size: 80%;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
  font-size: 80%;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .items .item .template-buttons {
  padding: 5px 10px;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .items .item .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .items .item .template-buttons .button:last-child {
  margin-bottom: 0;
}
div.chat .chat-message.bot.bot.attach.template.generic .gallery .items .item .template-buttons .button:hover {
  background-color: #ffffff;
}
div.chat .chat-message.bot.bot.sameauthor {
  margin-top: 5px;
}
div.chat .chat-message.bot.private .author .private {
  display: inline-block;
}
div.chat .chat-message.bot.private .msgtext {
  font-style: italic;
}
div.chat .chat-message.bot.user .author {
  display: none;
}
div.chat .chat-message.bot .time {
  left: -24px;
}
div.chat .chat-message.bot .author {
  right: 0;
}
div.chat .chat-message.bot.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
div.chat .chat-message.bot.continuation:not(.first) {
  border-top-right-radius: 2px;
}
div.chat .chat-message.bot.continuation.first {
  border-top-right-radius: 10px;
}
div.chat .chat-message.bot.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
div.chat .chat-message.context {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: center;
  align-self: center;
  max-width: 80%;
  position: relative;
  margin-top: 21px;
  background: -moz-linear-gradient(-45deg, #ffffdd 0%, #ffffc3 44%, #ffffaa 100%);
  background: -webkit-linear-gradient(-45deg, #ffffdd 0%, #ffffc3 44%, #ffffaa 100%);
  background: linear-gradient(135deg, #ffffdd 0%, #ffffc3 44%, #ffffaa 100%);
}
div.chat .chat-message.context:not(.generic) {
  border-radius: 15px;
  background-color: #ffffdd;
}
div.chat .chat-message.context a {
  color: #000 !important;
  text-decoration: underline;
}
div.chat .chat-message.context a:hover {
  color: #000 !important;
}
div.chat .chat-message.context .time {
  position: absolute;
  color: #000000;
  font-size: 60%;
  bottom: 0;
}
div.chat .chat-message.context .author {
  position: absolute;
  font-size: 100%;
  white-space: nowrap;
  color: #000000;
  top: -20px;
}
div.chat .chat-message.context .author .private {
  display: none;
}
div.chat .chat-message.context.sameauthor {
  margin-top: 1px;
}
div.chat .chat-message.context.sameauthor .author {
  display: none;
}
div.chat .chat-message.context.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
div.chat .chat-message.context.first:not(.continuation) {
  margin-bottom: 5px;
}
div.chat .chat-message.context .msgtext {
  color: #000;
  padding: 6px 10px;
}
div.chat .chat-message.context .msgtext ol {
  list-style-position: inside;
}
div.chat .chat-message.context .msgtext.quickReply .fa {
  margin-right: 3px;
}
div.chat .chat-message.context .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
div.chat .chat-message.context .msgtext > p {
  margin: 0;
}
div.chat .chat-message.context.bot.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.context.bot.attach.coordinates,
div.chat .chat-message.context.bot.attach.multiple-coordinates,
div.chat .chat-message.context.bot.attach.location_with_map {
  width: 100%;
  height: 100%;
}
div.chat .chat-message.context.bot.attach.coordinates .msgtext,
div.chat .chat-message.context.bot.attach.multiple-coordinates .msgtext,
div.chat .chat-message.context.bot.attach.location_with_map .msgtext {
  height: 20em;
}
div.chat .chat-message.context.bot.attach.coordinates .msgtext .map,
div.chat .chat-message.context.bot.attach.multiple-coordinates .msgtext .map,
div.chat .chat-message.context.bot.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.chat .chat-message.context.bot.attach.coordinates .msgtext .map #infowindow-content,
div.chat .chat-message.context.bot.attach.multiple-coordinates .msgtext .map #infowindow-content,
div.chat .chat-message.context.bot.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
div.chat .chat-message.context.bot.attach.coordinates .msgtext .map #infowindow-content .title,
div.chat .chat-message.context.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .title,
div.chat .chat-message.context.bot.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-size: x-small;
}
div.chat .chat-message.context.bot.attach.coordinates .msgtext .map #infowindow-content .address,
div.chat .chat-message.context.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .address,
div.chat .chat-message.context.bot.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-size: x-small;
}
div.chat .chat-message.context.bot.attach.coordinates .msgtext .map #infowindow-content .locationContent .location,
div.chat .chat-message.context.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location,
div.chat .chat-message.context.bot.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
}
div.chat .chat-message.context.bot.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #ffffdd;
}
div.chat .chat-message.context.bot.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
div.chat .chat-message.context.bot.attach.template.button .msgtext {
  margin-bottom: 5px;
}
div.chat .chat-message.context.bot.attach.template.button .template-buttons {
  padding: 5px 10px;
}
div.chat .chat-message.context.bot.attach.template.button .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
div.chat .chat-message.context.bot.attach.template.button .template-buttons .button:last-child {
  margin-bottom: 0;
}
div.chat .chat-message.context.bot.attach.template.button .template-buttons .button:hover {
  background-color: #ffffff;
}
div.chat .chat-message.context.bot.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
div.chat .chat-message.context.bot.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .move-left,
div.chat .chat-message.context.bot.attach.template.generic .gallery .move-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px 0 0 3px;
  display: block;
  outline: none;
  vertical-align: middle;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.3;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .move-left > div,
div.chat .chat-message.context.bot.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .move-left > div > i,
div.chat .chat-message.context.bot.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .move-left {
  left: 0;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .move-right {
  right: 0;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery:hover .move-left,
div.chat .chat-message.context.bot.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #ffffdd;
  padding: 5px 10px;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
  font-size: 80%;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
  font-size: 80%;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .items .item .template-buttons {
  padding: 5px 10px;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .items .item .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .items .item .template-buttons .button:last-child {
  margin-bottom: 0;
}
div.chat .chat-message.context.bot.attach.template.generic .gallery .items .item .template-buttons .button:hover {
  background-color: #ffffff;
}
div.chat .chat-message.context.bot.sameauthor {
  margin-top: 5px;
}
div.chat .chat-message.context.private .author .private {
  display: inline-block;
}
div.chat .chat-message.context.private .msgtext {
  font-style: italic;
}
div.chat .chat-message.context.user .author {
  display: none;
}
div.chat .chat-message.context .time {
  right: -25px;
}
div.chat .chat-message.context .author {
  right: 40%;
  font-style: italic;
  font-size: 75%;
}
div.chat .chat-message.context.continuation {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
div.chat .chat-message.context.sameauthor:not(.continuation) {
  border-top-left-radius: 0;
}
div.facebook-pages {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow-y: auto;
}
div.facebook-pages div.facebook-pages-page {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
}
div.facebook-pages div.facebook-pages-page:last-child {
  border-bottom: 0 none;
}
div.facebook-pages div.facebook-pages-page:hover {
  background-color: #f2f2f2;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-avatar {
  width: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-avatar img {
  border-radius: 30px;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-data {
  margin-left: 5px;
  flex-shrink: 1;
  flex-grow: 1;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-data div.facebook-pages-page-name {
  font-size: 120%;
  font-weight: bold;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-data div.facebook-pages-page-moreinfo {
  font-size: 80%;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-data div.facebook-pages-page-moreinfo span {
  font-weight: bold;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-data div.facebook-pages-page-moreinfo span:after {
  content: ' ';
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-data div.facebook-pages-page-moreinfo span:not(:first-child) {
  margin-left: 40px;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-instagram-linked {
  width: 50px;
  flex-shrink: 0;
  flex-grow: 0;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-instagram-avatar {
  width: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  flex-grow: 0;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-instagram-avatar img {
  border-radius: 30px;
  max-height: 60px;
  max-width: 60px;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-instagram-data {
  margin-right: 5px;
  flex-shrink: 1;
  flex-grow: 1;
  text-align: right;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-instagram-data div.facebook-pages-page-instagram-name {
  font-size: 120%;
  font-weight: bold;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-instagram-data div.facebook-pages-page-instagram-moreinfo {
  font-size: 80%;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-instagram-data div.facebook-pages-page-instagram-moreinfo span {
  font-weight: bold;
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-instagram-data div.facebook-pages-page-instagram-moreinfo span:after {
  content: ' ';
}
div.facebook-pages div.facebook-pages-page div.facebook-pages-page-instagram-data div.facebook-pages-page-instagram-moreinfo span:not(:first-child) {
  margin-left: 40px;
}
div.facebook-login-button {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  line-height: 1.28;
  font-size: 11px;
  color: #1d2129;
  direction: ltr;
}
div.facebook-login-button div.facebook-login-button-container {
  min-width: initial;
  border-radius: 3px;
  background-color: #e9ebee;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
div.facebook-login-button div.facebook-login-button-container table {
  max-width: 240px;
  min-width: initial;
  width: auto;
  border-radius: 3px;
  height: 28px;
  table-layout: fixed;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #4267b2;
}
div.facebook-login-button div.facebook-login-button-container table tr td:first-child {
  width: 28px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
div.facebook-login-button div.facebook-login-button-container table tr td:first-child div {
  white-space: nowrap;
}
div.facebook-login-button div.facebook-login-button-container table tr td:first-child div span {
  height: 16px;
  margin: 6px;
  float: left;
}
div.facebook-login-button div.facebook-login-button-container table tr td:first-child div span svg {
  height: 16px;
  width: 16px;
}
div.facebook-login-button div.facebook-login-button-container table tr td:first-child div span img {
  display: none;
  height: 16px;
  width: 16px;
}
div.facebook-login-button div.facebook-login-button-container table tr td:last-child {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
div.facebook-login-button div.facebook-login-button-container table tr td:last-child div {
  font-size: 13px;
  margin-right: 8px;
  border: none;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
}
div.youtube-login-button {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  line-height: 1.28;
  font-size: 11px;
  color: #1d2129;
  direction: ltr;
}
div.youtube-login-button div.youtube-login-button-container {
  min-width: initial;
  border-radius: 3px;
  background-color: #e9ebee;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
div.youtube-login-button div.youtube-login-button-container table {
  max-width: 240px;
  min-width: initial;
  width: auto;
  border-radius: 3px;
  height: 28px;
  table-layout: fixed;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #db2525;
}
div.youtube-login-button div.youtube-login-button-container table tr td:first-child {
  width: 28px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  background-color: white;
}
div.youtube-login-button div.youtube-login-button-container table tr td:first-child div {
  white-space: nowrap;
}
div.youtube-login-button div.youtube-login-button-container table tr td:first-child div span {
  height: 16px;
  margin: 6px;
  float: left;
}
div.youtube-login-button div.youtube-login-button-container table tr td:first-child div span svg {
  height: 16px;
  width: 16px;
}
div.youtube-login-button div.youtube-login-button-container table tr td:first-child div span img {
  display: none;
  height: 16px;
  width: 16px;
}
div.youtube-login-button div.youtube-login-button-container table tr td:last-child {
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
div.youtube-login-button div.youtube-login-button-container table tr td:last-child div {
  font-size: 13px;
  margin-right: 8px;
  border: none;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.25px;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
}
div.facebook-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  height: 50px;
  flex-shrink: 0;
  flex-grow: 0;
}
div.facebook-user div.facebook-user-avatar {
  width: 60px;
}
div.facebook-user div.facebook-user-avatar img {
  border-radius: 30px;
}
div.facebook-user div.facebook-user-name {
  font-weight: bold;
  font-size: 120%;
}
div.meter {
  width: 300px;
  box-sizing: border-box;
}
div.meter input {
  display: block;
  box-sizing: border-box;
  padding: 0.5em 1em 0.5em 0.7em;
  width: 100%;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  line-height: 0;
  transition: all 0.5s linear;
}
div.meter input:hover,
div.meter input:focus {
  outline: 0;
  transition: all 0.5s linear;
  box-shadow: inset 0px 0px 10px #ccc;
}
div.meter meter {
  margin: 0 auto 1em;
  width: 100%;
  height: 0.5em;
}
div.meter meter::-webkit-meter-bar {
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}
div.meter meter[value="0"]::-webkit-meter-optimum-value,
div.meter meter[value="1"]::-webkit-meter-optimum-value {
  background: red;
}
div.meter meter[value="2"]::-webkit-meter-optimum-value {
  background: yellow;
}
div.meter meter[value="3"]::-webkit-meter-optimum-value {
  background: orange;
}
div.meter meter[value="4"]::-webkit-meter-optimum-value {
  background: green;
}
div.meter meter[value="1"]::-moz-meter-bar,
div.meter meter[value="1"]::-moz-meter-bar {
  background: red;
}
div.meter meter[value="2"]::-moz-meter-bar {
  background: yellow;
}
div.meter meter[value="3"]::-moz-meter-bar {
  background: orange;
}
div.meter meter[value="4"]::-moz-meter-bar {
  background: green;
}
div.meter meter::-webkit-meter-optimum-value {
  transition: width 0.4s ease-out;
}
table.advanced-input tbody tr .advanced-input-group-checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
table.advanced-input tbody tr .advanced-input-group-checkbox:first-child {
  margin-top: 0px;
}
table.advanced-input tbody tr .advanced-input-group-checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
table.advanced-input tbody tr .advanced-input-group-checkbox input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
}
table.advanced-input tbody tr .advanced-input-group {
  margin-bottom: 15px;
}
table.advanced-input tbody tr .advanced-input-group label,
table.advanced-input tbody tr .advanced-input-group span {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 2px;
  font-weight: 700;
}
table.advanced-input tbody tr .advanced-input-group .advanced-input-control {
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
table.advanced-input tbody tr .advanced-input-group .advanced-input-table {
  border: 1px solid #8e8e8e;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
table.advanced-input tbody tr .advanced-input-group .advanced-input-table thead tr {
  background-color: #c1c1c1;
  color: #000000;
}
table.advanced-input tbody tr .advanced-input-group .advanced-input-table thead tr th {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  min-height: 20px;
  border: 1px solid #8e8e8e;
  text-align: center;
}
table.advanced-input tbody tr .advanced-input-group .advanced-input-table.hide-last-column thead td:last-child,
table.advanced-input tbody tr .advanced-input-group .advanced-input-table.hide-last-column tbody td:last-child,
table.advanced-input tbody tr .advanced-input-group .advanced-input-table.hide-last-column thead th:last-child,
table.advanced-input tbody tr .advanced-input-group .advanced-input-table.hide-last-column tbody th:last-child {
  display: none;
}
table.advanced-input tbody tr .advanced-input-group:last-child {
  margin-bottom: 0;
}
table.working-dates tbody .dayname {
  font-weight: bold;
}
table.working-dates tbody .range-hour {
  display: flex;
  flex-direction: row;
}
table.working-dates tbody .range-hour .time {
  margin-right: 15px;
}
table.working-dates tbody .range-hour .time:last-child {
  margin-right: 0;
}
.dependsOnTwitter {
  display: none;
}
html.licensedTwitter span.dependsOnTwitter {
  display: initial;
}
html.licensedTwitter li.dependsOnTwitter {
  display: list-item;
}
html.licensedTwitter div.dependsOnTwitter {
  display: block;
}
html.licensedTwitter th.dependsOnTwitter,
html.licensedTwitter td.dependsOnTwitter {
  display: table-cell;
}
.dependsOnFacebook {
  display: none;
}
html.licensedFacebook span.dependsOnFacebook {
  display: initial;
}
html.licensedFacebook li.dependsOnFacebook {
  display: list-item;
}
html.licensedFacebook div.dependsOnFacebook {
  display: block;
}
html.licensedFacebook th.dependsOnFacebook,
html.licensedFacebook td.dependsOnFacebook {
  display: table-cell;
}
.dependsOnInstagram {
  display: none;
}
html.licensedInstagram span.dependsOnInstagram {
  display: initial;
}
html.licensedInstagram li.dependsOnInstagram {
  display: list-item;
}
html.licensedInstagram div.dependsOnInstagram {
  display: block;
}
html.licensedInstagram th.dependsOnInstagram,
html.licensedInstagram td.dependsOnInstagram {
  display: table-cell;
}
.dependsOnChat {
  display: none;
}
html.licensedChat span.dependsOnChat {
  display: initial;
}
html.licensedChat li.dependsOnChat {
  display: list-item;
}
html.licensedChat div.dependsOnChat {
  display: block;
}
html.licensedChat th.dependsOnChat,
html.licensedChat td.dependsOnChat {
  display: table-cell;
}
html.licensedChat div.item.dependsOnChat {
  display: table-cell;
}
.dependsOnVoiceCalls {
  display: none;
}
html.licensedVoiceCalls span.dependsOnVoiceCalls {
  display: initial;
}
html.licensedVoiceCalls li.dependsOnVoiceCalls {
  display: list-item;
}
html.licensedVoiceCalls div.dependsOnVoiceCalls {
  display: block;
}
html.licensedVoiceCalls th.dependsOnVoiceCalls,
html.licensedVoiceCalls td.dependsOnVoiceCalls {
  display: table-cell;
}
html.licensedVoiceCalls div.item.dependsOnVoiceCalls {
  display: table-cell;
}
.dependsOnYFlow,
.dependsOnYFlowFlex,
.dependsAllowAgentsToTransferMessagesToYFlow {
  display: none;
}
html.licensedYFlow span.dependsOnYFlow {
  display: initial;
}
html.licensedYFlow li.dependsOnYFlow {
  display: list-item;
}
html.licensedYFlow div.dependsOnYFlow {
  display: block;
}
html.licensedYFlow th.dependsOnYFlow,
html.licensedYFlow td.dependsOnYFlow {
  display: table-cell;
}
html.licensedYFlow div.item.dependsOnYFlow {
  display: table-cell;
}
html.licensedYFlow .dependsOnYFlowFlex {
  display: flex;
}
html.licensedYFlow.licensedAgentsToTransferMessagesToYFlow span.dependsAllowAgentsToTransferMessagesToYFlow {
  display: initial;
}
html.licensedYFlow.licensedAgentsToTransferMessagesToYFlow li.dependsAllowAgentsToTransferMessagesToYFlow {
  display: list-item;
}
html.licensedYFlow.licensedAgentsToTransferMessagesToYFlow div.dependsAllowAgentsToTransferMessagesToYFlow {
  display: block;
}
html.licensedYFlow.licensedAgentsToTransferMessagesToYFlow th.dependsAllowAgentsToTransferMessagesToYFlow,
html.licensedYFlow.licensedAgentsToTransferMessagesToYFlow td.dependsAllowAgentsToTransferMessagesToYFlow {
  display: table-cell;
}
html.licensedYFlow.licensedAgentsToTransferMessagesToYFlow div.item.dependsAllowAgentsToTransferMessagesToYFlow {
  display: table-cell;
}
.dependsOnYSurveys {
  display: none;
}
html.licensedYSurveys span.dependsOnYSurveys {
  display: initial;
}
html.licensedYSurveys li.dependsOnYSurveys {
  display: list-item;
}
html.licensedYSurveys div.dependsOnYSurveys {
  display: block;
}
html.licensedYSurveys th.dependsOnYSurveys,
html.licensedYSurveys td.dependsOnYSurveys {
  display: table-cell;
}
html.licensedYSurveys div.item.dependsOnYSurveys {
  display: table-cell;
}
.dependsOnExtendedBusinessProfileFields {
  display: none;
}
html.licensedAllowToExtendProfile span.dependsOnExtendedBusinessProfileFields {
  display: initial;
}
html.licensedAllowToExtendProfile li.dependsOnExtendedBusinessProfileFields {
  display: list-item;
}
html.licensedAllowToExtendProfile div.dependsOnExtendedBusinessProfileFields {
  display: block;
}
html.licensedAllowToExtendProfile th.dependsOnExtendedBusinessProfileFields,
html.licensedAllowToExtendProfile td.dependsOnExtendedBusinessProfileFields {
  display: table-cell;
}
html.licensedAllowToExtendProfile div.item.dependsOnExtendedBusinessProfileFields {
  display: table-cell;
}
html.workAsGateway .hiddenAsGateway {
  display: none !important;
}
[class^="yzn-"],
[class*=" yzn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'yoizen' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.yzn-ySocial:before {
  content: "\e908";
}
.yzn-yFlow:before {
  content: "\e909";
}
.yzn-ySmart:before {
  content: "\e90a";
}
.yzn-ySurvey:before {
  content: "\e90b";
}
.yzn-ySurveyISO:before {
  content: "\e904";
  background-color: #FF6B6B;
  color: #fff;
}
.yzn-ySurveySquare:before {
  content: "\e905";
}
.yzn-ySmartISO:before {
  content: "\e906";
  background-color: #510E3B;
  color: #fff;
}
.yzn-ySmartSquare:before {
  content: "\e907";
}
.yzn-yFlowISO:before {
  content: "\e900";
  background-color: #0D7499;
  color: #fff;
}
.yzn-yFlowSquare:before {
  content: "\e901";
}
.yzn-ySocialISO:before {
  content: "\e902";
}
.yzn-ySocialSquare:before {
  content: "\e903";
}
.sm-definition {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
}
.sm-definition::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.sm-definition::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.sm-definition::-webkit-scrollbar-corner {
  background-color: transparent;
}
.sm-definition::-webkit-scrollbar-track:vertical {
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  background-clip: padding-box;
}
.sm-definition::-webkit-scrollbar-track:horizontal {
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  background-clip: padding-box;
}
.sm-definition::-webkit-scrollbar-track:vertical:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
.sm-definition::-webkit-scrollbar-track:horizontal:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
.sm-definition::-webkit-scrollbar-track:vertical:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
.sm-definition::-webkit-scrollbar-track:horizontal:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
.sm-definition::-webkit-scrollbar-thumb:vertical {
  background-clip: padding-box;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  min-height: 28px;
}
.sm-definition::-webkit-scrollbar-thumb:horizontal {
  background-clip: padding-box;
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  min-width: 28px;
}
.sm-definition::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.sm-definition::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.sm-definition::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.sm-definition > .sm {
  display: block;
  margin-bottom: 15px;
}
.sm-definition > .sm.text .contents {
  max-width: 50%;
  background-color: #f1f0f0;
  border: 0;
  color: #444950;
  min-height: 22px;
  min-width: 14px;
  overflow: hidden;
  position: relative;
  white-space: pre-wrap;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  overflow-wrap: break-word;
  margin: 0;
}
.sm-definition > .sm.text .contents > .text {
  padding: 5px 8px 6px;
}
.sm-definition > .sm.template.template-button .contents {
  max-width: 50%;
  background-color: #f1f0f0;
  border: 0;
  color: #444950;
  min-height: 22px;
  min-width: 14px;
  overflow: hidden;
  position: relative;
  white-space: pre-wrap;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  overflow-wrap: break-word;
  margin: 0;
}
.sm-definition > .sm.template.template-button .contents > .text {
  padding: 5px 8px 6px;
}
.sm-definition > .sm.template.template-button .buttons {
  max-width: 50%;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  overflow: hidden;
  box-sizing: border-box;
  color: #000000;
  line-height: 1.28em;
  margin-top: 1px;
  text-align: center;
}
.sm-definition > .sm.template.template-button .buttons .button {
  font-weight: 600;
  color: #365899;
  cursor: pointer;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 32px;
}
.sm-definition > .sm.template.template-button .buttons .button:first-child {
  border-top: none;
}
.sm-definition > .sm.template.template-generic {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.sm-definition > .sm.template.template-generic .move-left,
.sm-definition > .sm.template.template-generic .move-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px 0 0 3px;
  display: block;
  outline: none;
  vertical-align: middle;
  z-index: 1000;
  cursor: pointer;
}
.sm-definition > .sm.template.template-generic .move-left > div,
.sm-definition > .sm.template.template-generic .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.sm-definition > .sm.template.template-generic .move-left > div > span,
.sm-definition > .sm.template.template-generic .move-right > div > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sm-definition > .sm.template.template-generic .move-left {
  left: 0;
}
.sm-definition > .sm.template.template-generic .move-right {
  right: 0;
}
.sm-definition > .sm.template.template-generic .contents {
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  margin: 0;
  position: relative;
  transition: left 500ms ease-out;
  left: 0;
}
.sm-definition > .sm.template.template-generic .contents .item {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
  max-width: 500px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 9px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 1px;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  margin-right: 10px;
}
.sm-definition > .sm.template.template-generic .contents .item .image img {
  max-width: 100%;
  height: 250px;
}
.sm-definition > .sm.template.template-generic .contents .item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 600;
}
.sm-definition > .sm.template.template-generic .contents .item .subtitle {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: pre-line;
  width: 100%;
  word-break: break-word;
  color: rgba(0, 0, 0, 0.4);
}
.sm-definition > .sm.template.template-generic .contents .item .url {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.sm-definition > .sm.template.template-generic .contents .item .url a {
  color: rgba(0, 0, 0, 0.4) !important;
}
.sm-definition > .sm.template.template-generic .contents .item .buttons {
  max-width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  box-sizing: border-box;
  color: #000000;
  line-height: 1.28em;
  margin-top: 1px;
  text-align: center;
}
.sm-definition > .sm.template.template-generic .contents .item .buttons .button {
  font-weight: 600;
  color: #365899;
  cursor: pointer;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 32px;
}
.sm-definition > .sm.template.template-generic .contents .item .buttons .button:first-child {
  border-top: none;
}
.sm-definition > .sm.template.attach .contents {
  max-width: 50%;
  background-color: #f1f0f0;
  border: 0;
  color: #444950;
  min-height: 22px;
  min-width: 14px;
  overflow: hidden;
  position: relative;
  white-space: pre-wrap;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  overflow-wrap: break-word;
  margin: 0;
}
.sm-definition > .sm.template.attach .contents > .text {
  padding: 5px 8px 6px;
  font-weight: bold;
}
.sm-definition > .sm.template.attach.attach-image .contents img {
  border-bottom-right-radius: 1.3em;
  border-top-right-radius: 1.3em;
  max-width: 100%;
  width: 100%;
  max-height: 450px;
}
.sm-definition > .sm.location .contents {
  max-width: 50%;
  background-color: #f1f0f0;
  border: 0;
  color: #444950;
  min-height: 22px;
  min-width: 14px;
  overflow: hidden;
  position: relative;
  white-space: pre-wrap;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  overflow-wrap: break-word;
  margin: 0;
}
.sm-definition > .sm.location .contents .location {
  position: relative;
  text-decoration: none;
  padding-left: 60px;
  cursor: pointer;
}
.sm-definition > .sm.location .contents .location .marker {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  width: 60px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sm-definition > .sm.location .contents .location .info {
  font-size: 120%;
  font-weight: bold;
}
.sm-definition > .sm.location .contents .location .name {
  font-weight: bold;
}
.sm-definition > .sm.location .contents .location .address {
  font-style: italic;
}
.sm-definition > .sm.qr .qr {
  display: none;
}
.sm-definition > .sm:last-child .qr {
  display: flex;
  flex-direction: row;
  align-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  justify-content: center;
}
.sm-definition > .sm:last-child .qr .button {
  background: #fff;
  border-radius: 1.3em;
  color: #0084ff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 24px;
}
.sm-definition > .sm:last-child .qr .button:not(:first-child) {
  margin-left: 5px;
}
.sm-definition > .sm.sm-whatsapp > .contents {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.sm-definition > .sm.sm-whatsapp.template .buttons {
  max-width: 50%;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-top: 3px;
  flex-direction: row;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 0;
  padding: 0;
}
.sm-definition > .sm.sm-whatsapp.template .buttons .button {
  min-width: calc(50% - 2px);
  border: 0;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  background-color: #f1f0f0;
  overflow: hidden;
  box-sizing: border-box;
  color: #000000;
  line-height: 30px;
  text-align: center;
  height: 30px;
  vertical-align: middle;
  color: #365899;
  cursor: pointer;
}
.facebook-permissions {
  display: flex;
  flex-direction: column;
}
.facebook-permissions .facebook-permission {
  padding: 5px 0;
}
.facebook-permissions .facebook-permission .facebook-permission-key {
  font-family: Consolas, Courier New, Courier, monospace;
  color: #42b72a;
}
.facebook-permissions .facebook-permission .facebook-permission-description {
  margin-left: 5px;
}
.profile-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.profile-info .avatar {
  height: 80px;
  width: 80px;
}
.profile-info .avatar img {
  border-radius: 40px;
  height: 80px;
  width: 80px;
}
.profile-info .avatar .actions {
  display: none;
}
.profile-info .avatar.editable {
  position: relative;
}
.profile-info .avatar.editable:hover .actions {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 40px;
  text-align: center;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.profile-info .avatar.editable:hover .actions > span {
  cursor: pointer;
  margin-left: 5px;
}
.profile-info .avatar.editable:hover .actions > span:first-child {
  margin-left: 0;
}
.profile-info .name {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}
.profile-info .username {
  font-size: 24px;
}
.profile-sections {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-sections > .seccion {
  width: 50%;
}
ul.table-cell {
  font-size: 90%;
  list-style-type: disc;
}
ul.table-cell li {
  list-style-position: inside;
}
ul.table-cell li ul {
  list-style-type: circle;
  padding-left: 20px;
}
.task.status.pending {
  color: #D2222D;
}
.task.status.inprogress {
  color: #FFBF00;
}
.task.status.finished {
  color: #238823;
}
.task.status.cancelled {
  color: blue;
}
.task.status.authorizacionpending {
  color: #FFBF00;
}
.task.status.expired {
  color: #D2222D;
}
.task.status.rejected {
  color: #D2222D;
}
.task.status.authorized {
  color: #238823;
}
.components {
  display: flex;
  width: 100%;
  border-collapse: separate;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.components > div {
  width: 24%;
  min-width: 300px;
  box-sizing: border-box;
  margin-bottom: 5px !important;
}
.components.components-2 > div {
  width: 49%;
  min-width: 300px;
  box-sizing: border-box;
}
.calendar {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.fa,
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.facebook-posts {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.facebook-posts .iframe {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  /* align-content: center; */
  justify-content: center;
  width: 100%;
}
.facebook-posts .buttons {
  flex-shrink: 0;
  flex-grow: 0;
}
.copyable-container .copyable-action {
  display: none;
  margin-left: 3px;
  cursor: pointer;
}
.copyable-container:hover .copyable-action {
  display: inline-block;
}
.case-timeline .case-conversation-item-event {
  margin: 10px;
  font-style: italic;
  font-size: 90%;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
.case-timeline .case-conversation-item-event .text {
  display: inline-block;
  padding: 10px;
  background-color: #FDCA40;
  border-radius: 3px;
}
.case-timeline .case-conversation-item {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 83.33333333%;
  position: relative;
}
.case-timeline .case-conversation-item.events {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.case-timeline .case-conversation-item.events .event {
  position: relative;
  max-width: 60%;
  min-width: 30%;
  margin: 3px 0;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ffffdd;
  border-radius: 5px;
  font-weight: lighter;
  font-size: 90%;
}
.case-timeline .case-conversation-item.events .event .time {
  position: absolute;
  bottom: -3px;
  right: -20px;
  font-size: 60%;
  background-color: #ffffdd;
  display: none;
  padding: 2px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
.case-timeline .case-conversation-item.events .event:hover .time {
  display: block;
}
.case-timeline .case-conversation-item .conversation-avatar {
  flex-grow: 0;
  flex-shrink: 0;
  width: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
}
.case-timeline .case-conversation-item .conversation-avatar img {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.case-timeline .case-conversation-item.bot-conversation.bot .conversation-avatar .fa {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #FDCA40;
  font-size: 20px;
}
.case-timeline .case-conversation-item.mail.client .conversation-avatar {
  display: none;
}
.case-timeline .case-conversation-item .conversation-message {
  border: 1px solid #EBECED;
  background: #fff;
  border-radius: 10px;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  width: 100%;
  overflow-x: hidden;
}
.case-timeline .case-conversation-item .conversation-message .header {
  display: flex;
  flex-direction: row;
}
.case-timeline .case-conversation-item .conversation-message .header .sender {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-x: hidden;
  position: relative;
}
.case-timeline .case-conversation-item .conversation-message .header .sender .sender-contents {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case-timeline .case-conversation-item .conversation-message .header .sender .sender-contents span {
  margin-right: 3px;
}
.case-timeline .case-conversation-item .conversation-message .header .sender .sender-contents span.name,
.case-timeline .case-conversation-item .conversation-message .header .sender .sender-contents span.alias,
.case-timeline .case-conversation-item .conversation-message .header .sender .sender-contents span.service {
  font-weight: bold;
}
.case-timeline .case-conversation-item .conversation-message .header .sender .sender-contents span:last-child {
  margin-right: 0;
}
.case-timeline .case-conversation-item .conversation-message .header .info {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
}
.case-timeline .case-conversation-item .conversation-message .header .info i.fa {
  font-size: 14px;
  margin-right: 3px;
}
.case-timeline .case-conversation-item .conversation-message .header .info .date-case {
  text-decoration: underline;
  color: #000;
}
.case-timeline .case-conversation-item .conversation-message .header .info .answer-grouped-message {
  color: #000;
}
.case-timeline .case-conversation-item .conversation-message .header .info .answer-grouped-message.with-answer {
  color: red;
}
.case-timeline .case-conversation-item .conversation-message .header .info .col-conversation-message-info-expandcollapse {
  color: #000;
}
.case-timeline .case-conversation-item .conversation-message .message-contents .body .body-text {
  word-break: break-word;
  white-space: pre-wrap;
}
.case-timeline .case-conversation-item .conversation-message .message-contents .body .body-text .regex-matched {
  text-decoration: underline;
}
.case-timeline .case-conversation-item .conversation-message .message-contents .body .body-info {
  font-size: 80%;
}
.case-timeline .case-conversation-item .conversation-message .message-contents .body .body-empty {
  font-style: italic;
}
.case-timeline .case-conversation-item .conversation-message .message-contents .body .body-mono {
  font-family: Consolas, Courier New, Courier, monospace;
}
.case-timeline .case-conversation-item .conversation-message .message-contents .body.yflow {
  text-align: left;
}
.case-timeline .case-conversation-item .conversation-message .message-contents .body.yflow .title {
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 0;
}
.case-timeline .case-conversation-item .conversation-message .message-contents .body .star-rating {
  display: block;
  padding-top: 10px;
}
.case-timeline .case-conversation-item .conversation-message .private,
.case-timeline .case-conversation-item .conversation-message .event,
.case-timeline .case-conversation-item .conversation-message .pending-message,
.case-timeline .case-conversation-item .conversation-message .replied-my-cases {
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
  height: 100%;
  flex-direction: row;
  align-items: center;
}
.case-timeline .case-conversation-item .conversation-message .private i,
.case-timeline .case-conversation-item .conversation-message .event i,
.case-timeline .case-conversation-item .conversation-message .pending-message i,
.case-timeline .case-conversation-item .conversation-message .replied-my-cases i {
  opacity: 1;
  font-size: 20px;
  color: #f1c40f;
  text-shadow: 1px 1px 1px #403c3c;
}
.case-timeline .case-conversation-item .conversation-message .event i {
  color: #FDCA40;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .header {
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #aaa;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .header .info {
  position: absolute;
  right: 0;
  top: 0;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .header .sender,
.case-timeline .case-conversation-item .conversation-message.mail-content .header .to,
.case-timeline .case-conversation-item .conversation-message.mail-content .header .cc,
.case-timeline .case-conversation-item .conversation-message.mail-content .header .subject {
  display: flex;
  flex-direction: row;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .header .sender .mail-title-columns,
.case-timeline .case-conversation-item .conversation-message.mail-content .header .to .mail-title-columns,
.case-timeline .case-conversation-item .conversation-message.mail-content .header .cc .mail-title-columns,
.case-timeline .case-conversation-item .conversation-message.mail-content .header .subject .mail-title-columns {
  min-width: 60px;
  max-width: 60px;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .header .sender {
  min-height: 20px;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .header .sender .sender-contents {
  width: calc(100% - 200px);
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents {
  padding: 5px 0;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body {
  all: initial;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body iframe {
  width: 100%;
  max-height: 400px;
  border: 0;
  background-color: #fff;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  border: 0;
  background-color: #fff;
  padding: 4px;
  box-sizing: border-box;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-corner {
  background-color: transparent;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-track:vertical {
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  background-clip: padding-box;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-track:horizontal {
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  background-clip: padding-box;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-track:vertical:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-track:horizontal:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-track:vertical:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-track:horizontal:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-thumb:vertical {
  background-clip: padding-box;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  min-height: 28px;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-thumb:horizontal {
  background-clip: padding-box;
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  min-width: 28px;
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.case-timeline .case-conversation-item .conversation-message.mail-content .message-contents .body .body-mail-reset::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.case-timeline .case-conversation-item .conversation-message hr {
  margin-bottom: 2px !important;
  margin-top: 2px !important;
  border: 0;
  border-top: 1px solid #aaa;
  width: 100%;
  display: none;
}
.case-timeline .case-conversation-item .conversation-message .attachments {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
}
.case-timeline .case-conversation-item .conversation-message .attachments > .attach {
  width: 50%;
}
.case-timeline .case-conversation-item .conversation-message .attachments > .attach a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.case-timeline .case-conversation-item .conversation-message .attachments > .attach a .fa {
  margin-right: 3px;
  flex-shrink: 0;
  flex-grow: 0;
}
.case-timeline .case-conversation-item .conversation-message .attachments > .attach a .filename {
  flex-shrink: 1;
  flex-grow: 1;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.case-timeline .case-conversation-item .conversation-message .coordinates {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat {
  width: 100%;
  border: 1px solid #EBECED;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-header {
  padding: 7px;
  background-color: #dddddd;
  color: #000000;
  width: 100%;
  height: 45px;
  flex-shrink: 0;
  order: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-header h4 {
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-header h4 div {
  flex-grow: 1;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: left;
  align-self: flex-start;
  max-width: 80%;
  position: relative;
  margin-top: 21px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user:not(.generic) {
  border-radius: 15px;
  background-color: #f1f0f0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user a {
  color: #000000 !important;
  text-decoration: underline;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user a:hover {
  color: #000000 !important;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user .time {
  position: absolute;
  color: #000000;
  font-size: 60%;
  bottom: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user .author {
  position: absolute;
  font-size: 100%;
  white-space: nowrap;
  color: #000000;
  top: -20px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user .author .private {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.sameauthor {
  margin-top: 1px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.sameauthor .author {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.first:not(.continuation) {
  margin-bottom: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user .msgtext {
  color: #000000;
  padding: 6px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user .msgtext ol {
  list-style-position: inside;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user .msgtext.quickReply .fa {
  margin-right: 3px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user .msgtext > p {
  margin: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.coordinates,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.multiple-coordinates,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.location_with_map {
  width: 100%;
  height: 100%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.coordinates .msgtext,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.multiple-coordinates .msgtext,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.location_with_map .msgtext {
  height: 20em;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.coordinates .msgtext .map,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.multiple-coordinates .msgtext .map,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.coordinates .msgtext .map #infowindow-content,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.multiple-coordinates .msgtext .map #infowindow-content,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.coordinates .msgtext .map #infowindow-content .title,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .title,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-size: x-small;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.coordinates .msgtext .map #infowindow-content .address,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .address,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-size: x-small;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.coordinates .msgtext .map #infowindow-content .locationContent .location,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f1f0f0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.button .msgtext {
  margin-bottom: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.button .template-buttons {
  padding: 5px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.button .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.button .template-buttons .button:last-child {
  margin-bottom: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.button .template-buttons .button:hover {
  background-color: #ffffff;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .move-left,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .move-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px 0 0 3px;
  display: block;
  outline: none;
  vertical-align: middle;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.3;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .move-left > div,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .move-left > div > i,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .move-left {
  left: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .move-right {
  right: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery:hover .move-left,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #f1f0f0;
  padding: 5px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
  font-size: 80%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
  font-size: 80%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .items .item .template-buttons {
  padding: 5px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .items .item .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .items .item .template-buttons .button:last-child {
  margin-bottom: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.attach.template.generic .gallery .items .item .template-buttons .button:hover {
  background-color: #ffffff;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.bot.sameauthor {
  margin-top: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.private .author .private {
  display: inline-block;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.private .msgtext {
  font-style: italic;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.user .author {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user .time {
  right: -24px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user .author {
  left: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.mapReply {
  width: 20em;
  height: 20em;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.mapReply .msgtext {
  height: 20em;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.mapReply .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.continuation:not(.generic) {
  border-bottom-left-radius: 2px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.continuation:not(.first) {
  border-top-left-radius: 2px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.continuation.first {
  border-top-left-radius: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.user.sameauthor:not(.continuation):not(.generic) {
  border-top-left-radius: 2px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 21px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent:not(.generic) {
  border-radius: 15px;
  background-color: #c6e7f8;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent a {
  color: #000000 !important;
  text-decoration: underline;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent a:hover {
  color: #000000 !important;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent .time {
  position: absolute;
  color: #000000;
  font-size: 60%;
  bottom: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent .author {
  position: absolute;
  font-size: 100%;
  white-space: nowrap;
  color: #000000;
  top: -20px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent .author .private {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.sameauthor {
  margin-top: 1px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.sameauthor .author {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.first:not(.continuation) {
  margin-bottom: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent .msgtext {
  color: #000000;
  padding: 6px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent .msgtext ol {
  list-style-position: inside;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent .msgtext.quickReply .fa {
  margin-right: 3px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent .msgtext > p {
  margin: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.coordinates,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.multiple-coordinates,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.location_with_map {
  width: 100%;
  height: 100%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.coordinates .msgtext,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.multiple-coordinates .msgtext,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.location_with_map .msgtext {
  height: 20em;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.coordinates .msgtext .map,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.multiple-coordinates .msgtext .map,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.coordinates .msgtext .map #infowindow-content,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.multiple-coordinates .msgtext .map #infowindow-content,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.coordinates .msgtext .map #infowindow-content .title,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .title,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-size: x-small;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.coordinates .msgtext .map #infowindow-content .address,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .address,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-size: x-small;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.coordinates .msgtext .map #infowindow-content .locationContent .location,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #c6e7f8;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.button .msgtext {
  margin-bottom: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.button .template-buttons {
  padding: 5px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.button .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.button .template-buttons .button:last-child {
  margin-bottom: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.button .template-buttons .button:hover {
  background-color: #ffffff;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .move-left,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .move-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px 0 0 3px;
  display: block;
  outline: none;
  vertical-align: middle;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.3;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .move-left > div,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .move-left > div > i,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .move-left {
  left: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .move-right {
  right: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery:hover .move-left,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #c6e7f8;
  padding: 5px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
  font-size: 80%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
  font-size: 80%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .items .item .template-buttons {
  padding: 5px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .items .item .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .items .item .template-buttons .button:last-child {
  margin-bottom: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.attach.template.generic .gallery .items .item .template-buttons .button:hover {
  background-color: #ffffff;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.bot.sameauthor {
  margin-top: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.private .author .private {
  display: inline-block;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.private .msgtext {
  font-style: italic;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.user .author {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent .time {
  left: -24px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent .author {
  right: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.continuation:not(.first) {
  border-top-right-radius: 2px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.continuation.first {
  border-top-right-radius: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.agent.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 21px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor:not(.generic) {
  border-radius: 15px;
  background-color: #ec5c5c;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor a {
  color: #ffffff !important;
  text-decoration: underline;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor a:hover {
  color: #ffffff !important;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor .time {
  position: absolute;
  color: #000000;
  font-size: 60%;
  bottom: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor .author {
  position: absolute;
  font-size: 100%;
  white-space: nowrap;
  color: #000000;
  top: -20px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor .author .private {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.sameauthor {
  margin-top: 1px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.sameauthor .author {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.first:not(.continuation) {
  margin-bottom: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor .msgtext {
  color: #ffffff;
  padding: 6px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor .msgtext ol {
  list-style-position: inside;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor .msgtext.quickReply .fa {
  margin-right: 3px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor .msgtext > p {
  margin: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.coordinates,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.multiple-coordinates,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.location_with_map {
  width: 100%;
  height: 100%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.coordinates .msgtext,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.multiple-coordinates .msgtext,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.location_with_map .msgtext {
  height: 20em;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.coordinates .msgtext .map,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.multiple-coordinates .msgtext .map,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.coordinates .msgtext .map #infowindow-content,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.multiple-coordinates .msgtext .map #infowindow-content,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.coordinates .msgtext .map #infowindow-content .title,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .title,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-size: x-small;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.coordinates .msgtext .map #infowindow-content .address,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .address,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-size: x-small;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.coordinates .msgtext .map #infowindow-content .locationContent .location,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #ec5c5c;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.button .msgtext {
  margin-bottom: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.button .template-buttons {
  padding: 5px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.button .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.button .template-buttons .button:last-child {
  margin-bottom: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.button .template-buttons .button:hover {
  background-color: #ffffff;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .move-left,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .move-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px 0 0 3px;
  display: block;
  outline: none;
  vertical-align: middle;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.3;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .move-left > div,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .move-left > div > i,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .move-left {
  left: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .move-right {
  right: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery:hover .move-left,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #ec5c5c;
  padding: 5px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .items .item .subtitle {
  color: #ffffff;
  padding: 2px 5px;
  font-size: 80%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 80%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .items .item .template-buttons {
  padding: 5px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .items .item .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .items .item .template-buttons .button:last-child {
  margin-bottom: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.attach.template.generic .gallery .items .item .template-buttons .button:hover {
  background-color: #ffffff;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.bot.sameauthor {
  margin-top: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.private .author .private {
  display: inline-block;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.private .msgtext {
  font-style: italic;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.user .author {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor .time {
  left: -24px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor .author {
  right: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.continuation:not(.first) {
  border-top-right-radius: 2px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.continuation.first {
  border-top-right-radius: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.supervisor.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 21px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system:not(.generic) {
  border-radius: 15px;
  background-color: #B4045F;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system a {
  color: #ffffff !important;
  text-decoration: underline;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system a:hover {
  color: #ffffff !important;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system .time {
  position: absolute;
  color: #000000;
  font-size: 60%;
  bottom: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system .author {
  position: absolute;
  font-size: 100%;
  white-space: nowrap;
  color: #000000;
  top: -20px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system .author .private {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.sameauthor {
  margin-top: 1px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.sameauthor .author {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.first:not(.continuation) {
  margin-bottom: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system .msgtext {
  color: #ffffff;
  padding: 6px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system .msgtext ol {
  list-style-position: inside;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system .msgtext.quickReply .fa {
  margin-right: 3px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system .msgtext > p {
  margin: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.coordinates,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.multiple-coordinates,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.location_with_map {
  width: 100%;
  height: 100%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.coordinates .msgtext,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.multiple-coordinates .msgtext,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.location_with_map .msgtext {
  height: 20em;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.coordinates .msgtext .map,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.multiple-coordinates .msgtext .map,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.coordinates .msgtext .map #infowindow-content,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.multiple-coordinates .msgtext .map #infowindow-content,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.coordinates .msgtext .map #infowindow-content .title,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .title,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-size: x-small;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.coordinates .msgtext .map #infowindow-content .address,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .address,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-size: x-small;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.coordinates .msgtext .map #infowindow-content .locationContent .location,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #B4045F;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.button .msgtext {
  margin-bottom: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.button .template-buttons {
  padding: 5px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.button .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.button .template-buttons .button:last-child {
  margin-bottom: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.button .template-buttons .button:hover {
  background-color: #ffffff;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .move-left,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .move-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background: #fff;
  border: 1px solid #dddfe2;
  border-radius: 3px 0 0 3px;
  display: block;
  outline: none;
  vertical-align: middle;
  z-index: 1000;
  cursor: pointer;
  opacity: 0.3;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .move-left > div,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .move-left > div > i,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .move-left {
  left: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .move-right {
  right: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery:hover .move-left,
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #B4045F;
  padding: 5px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .items .item .subtitle {
  color: #ffffff;
  padding: 2px 5px;
  font-size: 80%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 80%;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .items .item .template-buttons {
  padding: 5px 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .items .item .template-buttons .button {
  background-color: #ffffff;
  padding: 5px 5px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  font-size: 80%;
  text-decoration: none;
  border: 1px solid #0084ff;
  white-space: nowrap;
  margin-bottom: 2px;
  border-radius: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .items .item .template-buttons .button:last-child {
  margin-bottom: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.attach.template.generic .gallery .items .item .template-buttons .button:hover {
  background-color: #ffffff;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.bot.sameauthor {
  margin-top: 5px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.private .author .private {
  display: inline-block;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.private .msgtext {
  font-style: italic;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.user .author {
  display: none;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system .time {
  left: -24px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system .author {
  right: 0;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.continuation:not(.first) {
  border-top-right-radius: 2px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.continuation.first {
  border-top-right-radius: 10px;
}
.case-timeline .case-conversation-item .case-conversation-item-chat .case-conversation-item-chat-body .chat-conversation-messages-body-message.system.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
.case-timeline .case-conversation-item.has-attach .conversation-message hr,
.case-timeline .case-conversation-item.has-coordinates .conversation-message hr {
  display: block;
}
.case-timeline .case-conversation-item.has-attach .conversation-message .attachments {
  display: flex;
}
.case-timeline .case-conversation-item.has-coordinates .conversation-message .coordinates {
  display: flex;
}
.case-timeline .case-conversation-item.privatemessage .body {
  font-style: italic;
}
.case-timeline .case-conversation-item.client .conversation-message {
  background-color: #f1f0f0;
}
.case-timeline .case-conversation-item.client .conversation-message .private {
  right: -23px;
}
.case-timeline .case-conversation-item.client .conversation-message .pending-message {
  right: -23px;
}
.case-timeline .case-conversation-item.client .conversation-message .event {
  right: -23px;
}
.case-timeline .case-conversation-item.client.pending-message.privatemessage .conversation-message .pending-message {
  right: -50px;
}
.case-timeline .case-conversation-item.client.pending-message.privatemessage.is-event .conversation-message .event {
  right: -77px;
}
.case-timeline .case-conversation-item.client.pending-message:not(.privatemessage).is-event .conversation-message .event {
  right: -50px;
}
.case-timeline .case-conversation-item.client.is-event.privatemessage.pending-message .conversation-message .event {
  right: -77px;
}
.case-timeline .case-conversation-item.client.is-event.privatemessage:not(.pending-message) .conversation-message .event {
  right: -50px;
}
.case-timeline .case-conversation-item.agent,
.case-timeline .case-conversation-item.system,
.case-timeline .case-conversation-item.bot {
  margin-left: 16.33333333%;
}
.case-timeline .case-conversation-item.agent .conversation-message,
.case-timeline .case-conversation-item.system .conversation-message,
.case-timeline .case-conversation-item.bot .conversation-message {
  background-color: #c6e7f8;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content),
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content),
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content) {
  text-align: right;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content) .header,
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content) .header,
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content) .header {
  flex-direction: row-reverse;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content) .header .info,
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content) .header .info,
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content) .header .info {
  text-align: left;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content) .header .attach,
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content) .header .attach,
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content) .header .attach {
  float: right;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content) .attachments,
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content) .attachments,
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content) .attachments {
  flex-direction: row;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content) .private,
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content) .private,
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content) .private {
  left: -23px;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content) .pending-message,
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content) .pending-message,
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content) .pending-message {
  left: -23px;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content) .event,
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content) .event,
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content) .event {
  left: -23px;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content).replied-pending.private .conversation-message .pending-message,
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content).replied-pending.private .conversation-message .pending-message,
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content).replied-pending.private .conversation-message .pending-message {
  left: -50px;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content).replied-pending.private.is-event .conversation-message .event,
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content).replied-pending.private.is-event .conversation-message .event,
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content).replied-pending.private.is-event .conversation-message .event {
  left: -77px;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content).replied-pending:not(.private).is-event .conversation-message .event,
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content).replied-pending:not(.private).is-event .conversation-message .event,
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content).replied-pending:not(.private).is-event .conversation-message .event {
  left: -50px;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content).is-event.private.replied-pending .conversation-message .event,
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content).is-event.private.replied-pending .conversation-message .event,
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content).is-event.private.replied-pending .conversation-message .event {
  left: -77px;
}
.case-timeline .case-conversation-item.agent .conversation-message:not(.mail-content).is-event.private:not(.replied-pending) .conversation-message .event,
.case-timeline .case-conversation-item.system .conversation-message:not(.mail-content).is-event.private:not(.replied-pending) .conversation-message .event,
.case-timeline .case-conversation-item.bot .conversation-message:not(.mail-content).is-event.private:not(.replied-pending) .conversation-message .event {
  left: -50px;
}
.case-timeline .case-conversation-item.privatemessage .conversation-message .private {
  display: flex;
}
.case-timeline .case-conversation-item.pending-message .conversation-message .pending-message,
.case-timeline .case-conversation-item.replied-pending .conversation-message .pending-message {
  display: flex;
}
.case-timeline .case-conversation-item.is-event .conversation-message .event {
  display: flex;
}
.case-timeline .case-conversation-item.current .conversation-message {
  border: 2px solid #5b5454;
}
.case-timeline .case-conversation-item.in-queue:not(.current) .conversation-message {
  background: repeating-linear-gradient(45deg, #f1f0f0, #f1f0f0 10px, #d8d6d6 11px, #d8d6d6 12px);
}
.case-timeline .case-conversation-item.replied-my-cases .conversation-message {
  background: repeating-linear-gradient(45deg, #c6e7f8, #c6e7f8 10px, #99d4f2 11px, #99d4f2 12px);
}
.case-timeline .case-conversation-item.replied-my-cases .replied-my-cases {
  display: flex;
  text-shadow: 1px 1px 1px #0a384f;
  left: -23px;
}
.case-timeline .case-conversation-item.replied-my-cases.privatemessage .replied-my-cases {
  left: -50px;
}
.case-timeline .case-conversation-item.same-author .conversation-avatar a,
.case-timeline .case-conversation-item.same-author .conversation-avatar img {
  display: none;
}
.case-timeline .case-conversation-item.same-author.agent .conversation-message,
.case-timeline .case-conversation-item.same-author.system .conversation-message {
  border-top-right-radius: 0;
}
.case-timeline .case-conversation-item.same-author.client .conversation-message {
  border-top-left-radius: 0;
}
.case-timeline .case-conversation-item.continues.agent .conversation-message,
.case-timeline .case-conversation-item.continues.system .conversation-message {
  border-bottom-right-radius: 0;
}
.case-timeline .case-conversation-item.continues.client .conversation-message {
  border-bottom-left-radius: 0;
}
.case-timeline .case-conversation-item.bot-conversation.bot .conversation-message {
  background-color: #FDCA40;
}
.case-timeline .case-conversation-item.bot-conversation.client .conversation-message {
  background: repeating-linear-gradient(45deg, #f1f0f0, #f1f0f0 10px, #fdc327 11px, #fdc327 12px);
}
.case-timeline .case-conversation-separator {
  margin: 10px 0;
  border-bottom: 1px solid #FDCA40;
  position: relative;
}
.case-timeline .case-conversation-separator .separator-title {
  font-size: 8pt;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 10px;
  font-style: italic;
}
.case-timeline .case-conversation-separator.bot-conversation {
  border-color: #FDCA40;
}
.timetable-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timetable-container .timezone {
  margin-bottom: 5px;
}
.timetable-container .timetable {
  border-collapse: collapse;
  overflow: hidden;
}
.timetable-container .timetable .highlight {
  background-color: #b7b7b7;
}
.timetable-container .timetable .header {
  border: 1px solid #8e8e8e;
}
.timetable-container .timetable .header:first-child {
  width: 100px;
  border: 1px solid #8e8e8e;
  border-left-style: none;
  border-top-style: none;
}
.timetable-container .timetable .header .day {
  width: 100px;
  text-align: center;
  border: 1px solid #8e8e8e;
}
.timetable-container .timetable .header .day a {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.timetable-container .timetable .hours .time {
  text-align: right;
  font-weight: bold;
  border-top: 1px solid #8e8e8e;
  border-left: 1px solid #8e8e8e;
  border-right: 1px solid #8e8e8e;
}
.timetable-container .timetable .hours .selectable-time {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 1px solid #8e8e8e;
  border-left: 1px solid #8e8e8e;
  border-right: 1px solid #8e8e8e;
}
.timetable-container .timetable .hours .selectable-time:hover {
  background-color: #9d9d9d;
}
.timetable-container .timetable .hours .selectable-time.selected {
  background-color: #fe2709;
}
.timetable-container .timetable .hours .selectable-time.selected:hover {
  background-color: #ed1e01;
}
.timetable-container .timetable .hours.interval .time {
  font-size: 70%;
  font-weight: normal;
  border-top-style: none;
}
.timetable-container .timetable .hours.interval .selectable-time {
  border-top-style: dotted;
}
.timetable-container .timetable .hours.interval:last-child {
  border-bottom: 1px solid #8e8e8e;
}
.timetable-container .timetable.readonly .selectable-time {
  cursor: default;
}
.input-with-icons {
  border: 1px solid #bdc7d8;
  font-family: 'Cera Round Pro', 'San Francisco', 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
  line-height: 20px;
  font-weight: normal;
  text-rendering: geometricPrecision;
  font-feature-settings: "ss01" on;
  padding: 3px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
}
.input-with-icons[readonly] {
  background-color: #ddd;
}
.input-with-icons:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}
.input-with-icons input[type=text],
.input-with-icons input[type=number],
.input-with-icons textarea {
  border: none;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: 'Cera Round Pro', 'San Francisco', 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
  line-height: 20px;
  font-weight: normal;
  text-rendering: geometricPrecision;
  font-feature-settings: "ss01" on;
}
.input-with-icons input[type=text]:focus,
.input-with-icons input[type=number]:focus,
.input-with-icons textarea:focus {
  outline: none;
}
.input-with-icons .icon-status {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
}
.input-with-icons .more-info {
  display: none;
  font-size: 80%;
  font-style: italic;
  flex-grow: 0;
  flex-shrink: 0;
}
.input-with-icons.spin .icon-status.icon-status-spin {
  display: inline-block;
}
.input-with-icons.error {
  border: 1px solid red;
}
.input-with-icons.error .icon-status.icon-status-error {
  display: inline-block;
}
.input-with-icons.ok .icon-status.icon-status-ok {
  display: inline-block;
}
.input-with-icons.ok .more-info {
  display: inline-block;
}
.leader-line {
  z-index: 10000;
}
.big-number {
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
  justify-content: center;
  background-color: #fff0ee;
  border: 1px solid #fe2709;
  border-radius: 4px;
  margin-bottom: 5px;
}
.big-number span {
  align-items: center;
  font-size: 60px;
  font-weight: bold;
}
.big-number span.fa,
.big-number span.far,
.big-number span.fal,
.big-number span.fas {
  margin-right: 20px;
  font-size: 50px;
  font-weight: initial;
}
.gotobottom {
  position: fixed;
  top: 50px;
  right: 10px;
  height: 40px;
  width: 40px;
  background-color: #fe2709;
  border-radius: 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  opacity: 0.5;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.gotobottom > .fa {
  font-size: 20px;
}
.gotobottom:hover {
  opacity: 1;
}
body.insideIframe .gotobottom {
  display: none !important;
}
body.insideIframe .gototop {
  display: none !important;
}
.filter-table {
  width: 100%;
}
.filter-table .row {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}
.filter-table .row .cell {
  width: 100%;
  padding: 0 5px;
}
.filter-table .row .cell.cell-6 {
  width: 50%;
}
.filter-table .row .cell.cell-3 {
  width: 25%;
}
.filter-table .row .cell .group .group-title {
  display: block;
  font-weight: bold;
}
.filter-table .row .cell .group input.inputtext {
  padding: 0 3px;
  height: 24px;
  width: 100%;
}
.filter-table .row .cell .group select {
  padding: 0 3px;
}
.filter-table .row .cell .group .input-with-icons {
  width: 100%;
  padding: 0 3px;
}
.filter-table .row .cell .group .input-with-icons input.inputtext {
  padding: 0;
}
.http-request {
  background-color: #fff;
  border: 1px solid #f1f3f5;
  color: #495057;
  border-radius: 4px;
  width: 100%;
  position: relative;
  padding: 10px;
  margin-top: 25px;
  margin-right: 25px;
  box-sizing: border-box;
}
.http-request .message {
  margin: 0;
}
.http-request .buttons {
  position: absolute;
  top: -18px;
  right: -18px;
  width: initial;
  padding: initial;
  margin: initial;
  text-align: initial;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.http-request .buttons > .button {
  width: 36px;
  height: 36px;
  background-color: #f1f3f5;
  color: #5f6368;
  fill: #5f6368;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.http-request .buttons > .button:hover {
  background-color: #d9dfe4;
}
.http-request .info-fields .info-field {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f1f3f5;
  padding: 5px 0;
}
.http-request .info-fields .info-field:last-child {
  border-bottom-width: 0;
}
.http-request .info-fields .info-field .title {
  font-weight: bold;
}
.http-request .info-fields .info-field .value {
  margin-left: 5px;
  font-family: Consolas, Courier New, Courier, monospace;
}
.http-request .info-fields .info-field .value .headers {
  display: inline-grid;
  list-style-type: disc;
  /* margin-block-start: 1em; */
  /* margin-block-end: 1em; */
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}
.http-request .info-fields .info-field .value .body {
  display: inline-block;
  white-space: pre;
}
.http-request.invalid {
  background-color: #ffa8a8;
  color: #fa5252;
}
.http-request.invalid .info-fields .info-field {
  border-bottom-color: #fa5252;
}
.chat-container {
  display: flex;
  flex-direction: column;
}
.chat-container.horizontal {
  flex-direction: row;
}
.chat-container.horizontal > .subseccion {
  width: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 5px;
}
.chat-container.horizontal > .subseccion > .contents.flex {
  height: 100%;
  display: flex;
  width: 100%;
  margin: initial;
  align-items: center;
  justify-content: center;
}
.chat-container.horizontal > .subseccion > .contents.flex > .message {
  width: 100%;
}
.socialuser-info {
  display: flex;
  flex-direction: row;
}
.socialuser-info .avatar {
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}
.socialuser-info .avatar img {
  max-width: 48px;
  max-height: 48px;
}
.socialuser-info .info {
  flex-grow: 1;
  flex-shrink: 1;
}
.socialuser-info .info .main {
  font-weight: bold;
  font-size: 140%;
  line-height: 30px;
}
.socialuser-info .info .extra {
  width: 100%;
}
.socialuser-info .info .extra .field .title {
  font-weight: bold;
}
.socialuser-info .info .extra .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: space-between;
  width: 100%;
}
.socialuser-info .info .extra .row .field {
  margin-right: 5px;
  width: 50%;
}
.socialuser-info.no-avatar {
  position: relative;
}
.socialuser-info.no-avatar::before {
  position: absolute;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: url('../../Images/FacebookDefaultProfileImage.png') no-repeat 0 0;
  background-size: 48px 48px;
  background-position: left 5px;
}
.socialuser-info.no-avatar .info {
  margin-left: 60px;
}
.rttable {
  width: 100%;
  overflow-x: auto;
}
.tree {
  max-height: 400px;
  overflow-y: auto;
}
.tree::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.tree::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.tree::-webkit-scrollbar-corner {
  background-color: transparent;
}
.tree::-webkit-scrollbar-track:vertical {
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  background-clip: padding-box;
}
.tree::-webkit-scrollbar-track:horizontal {
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  background-clip: padding-box;
}
.tree::-webkit-scrollbar-track:vertical:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
.tree::-webkit-scrollbar-track:horizontal:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
.tree::-webkit-scrollbar-track:vertical:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
.tree::-webkit-scrollbar-track:horizontal:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
.tree::-webkit-scrollbar-thumb:vertical {
  background-clip: padding-box;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  min-height: 28px;
}
.tree::-webkit-scrollbar-thumb:horizontal {
  background-clip: padding-box;
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  min-width: 28px;
}
.tree::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.tree::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.tree::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.tree .tree-item .tree-item-text:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f078';
  padding-right: 5px;
  display: inline-block;
}
.tree .tree-item.tree-leaf .tree-item-text:before {
  content: '\f02b';
}
.tree .tree-item .tree-parent {
  margin-left: 20px;
}
/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
  font-family: 'Cera Round Pro', 'San Francisco', 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.2px;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
  line-height: 20px;
  font-weight: normal;
  text-rendering: geometricPrecision;
  font-feature-settings: "ss01" on;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  width: 400px;
  border: 1px solid #999;
  cursor: text;
  z-index: 999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  list-style-type: none;
  clear: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
ul.token-input-list li {
  list-style-type: none;
}
ul.token-input-list li input {
  font-family: 'Cera Round Pro', 'San Francisco', 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
  line-height: 20px;
  font-weight: normal;
  text-rendering: geometricPrecision;
  font-feature-settings: "ss01" on;
  border: 0;
  width: 350px;
  padding: 3px 8px;
  background-color: white;
  -webkit-appearance: caret;
}
ul.token-input-list li.token-input-token {
  overflow: hidden;
  height: auto !important;
  height: 1%;
  margin: 3px;
  padding: 3px 5px;
  background-color: #848484;
  color: #000;
  font-weight: bold;
  cursor: default;
  display: block;
}
ul.token-input-list li.token-input-token p {
  float: left;
  padding: 0;
  margin: 0;
}
ul.token-input-list li.token-input-token span {
  float: right;
  color: #777;
  cursor: pointer;
  margin-left: 5px;
}
ul.token-input-list li.token-input-selected-token {
  background-color: #848484;
  color: #fff;
}
ul.token-input-list li.token-input-selected-token span {
  color: #bbb;
}
div.token-input-dropdown {
  font-family: 'Cera Round Pro', 'San Francisco', 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px;
  text-align: left;
  direction: ltr;
  unicode-bidi: embed;
  line-height: 20px;
  font-weight: normal;
  text-rendering: geometricPrecision;
  font-feature-settings: "ss01" on;
  position: absolute;
  width: 400px;
  background-color: #fff;
  overflow: hidden;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  cursor: default;
  z-index: 1;
}
div.token-input-dropdown p {
  margin: 0;
  padding: 5px;
  font-weight: bold;
  color: #777;
}
div.token-input-dropdown ul {
  margin: 0;
  padding: 0;
}
div.token-input-dropdown ul li {
  background-color: #fff;
  padding: 3px;
  list-style-type: none;
}
div.token-input-dropdown ul li.token-input-dropdown-item {
  background-color: #fafafa;
}
div.token-input-dropdown ul li.token-input-dropdown-item2 {
  background-color: #fff;
}
div.token-input-dropdown ul li em {
  font-weight: bold;
  font-style: normal;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-color: #848484;
}
.whatsapp-hsm {
  display: flex;
  flex-direction: column;
  width: 300px;
  min-height: 30px;
  padding: 2px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.whatsapp-hsm .hsm-header-media {
  display: none;
  background-color: #ccd0d5;
  border-radius: 3px;
}
.whatsapp-hsm .hsm-header-media .fa-image,
.whatsapp-hsm .hsm-header-media .fa-file-alt,
.whatsapp-hsm .hsm-header-media .fa-play-circle,
.whatsapp-hsm .hsm-header-media .fa-map-marker-alt {
  display: none;
  font-size: 40pt;
  color: #fff;
}
.whatsapp-hsm .hsm-contents .hsm-header-text,
.whatsapp-hsm .hsm-contents .hsm-footer {
  display: none;
  padding: 3px 5px;
}
.whatsapp-hsm .hsm-contents .hsm-header-text {
  font-size: 120%;
  font-weight: bold;
}
.whatsapp-hsm .hsm-contents .hsm-body {
  padding: 3px 5px;
  word-break: break-all;
}
.whatsapp-hsm .hsm-contents .hsm-body em {
  font-style: normal;
  font-weight: bold;
}
.whatsapp-hsm .hsm-contents .hsm-footer {
  font-size: 70%;
}
.whatsapp-hsm .hsm-buttons {
  display: none;
}
.whatsapp-hsm .hsm-buttons .hsm-button2,
.whatsapp-hsm .hsm-buttons .hsm-button3,
.whatsapp-hsm .hsm-buttons .hsm-more-buttons {
  display: none;
}
.whatsapp-hsm.with-header.header-media .hsm-header-media {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.whatsapp-hsm.with-header.header-media.header-media-document .fa-file-alt {
  display: block;
}
.whatsapp-hsm.with-header.header-media.header-media-video .fa-play-circle {
  display: block;
}
.whatsapp-hsm.with-header.header-media.header-media-image .fa-image {
  display: block;
}
.whatsapp-hsm.with-header.header-text .hsm-contents .hsm-header-text {
  display: block;
}
.whatsapp-hsm.with-footer.footer-text .hsm-contents .hsm-footer {
  display: block;
}
.whatsapp-hsm.with-buttons .hsm-buttons {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dadde1;
}
.whatsapp-hsm.with-buttons .hsm-buttons .hsm-button1,
.whatsapp-hsm.with-buttons .hsm-buttons .hsm-button2,
.whatsapp-hsm.with-buttons .hsm-buttons .hsm-button3,
.whatsapp-hsm.with-buttons .hsm-buttons .hsm-more-buttons {
  padding: 5px 0;
  text-align: center;
  color: #0dacf1;
  font-weight: bold;
}
.whatsapp-hsm.with-buttons .hsm-buttons .hsm-button1 .fa,
.whatsapp-hsm.with-buttons .hsm-buttons .hsm-button2 .fa,
.whatsapp-hsm.with-buttons .hsm-buttons .hsm-button3 .fa,
.whatsapp-hsm.with-buttons .hsm-buttons .hsm-more-buttons .fa {
  color: #0dacf1;
  margin-right: 5px;
}
.whatsapp-hsm.with-buttons.with-buttons-2 .hsm-buttons .hsm-button2 {
  display: block;
}
.whatsapp-hsm.with-buttons.with-buttons-3 .hsm-buttons .hsm-button3 {
  display: block;
}
.whatsapp-hsm.with-buttons.with-buttons-all .hsm-buttons .hsm-more-buttons {
  display: block;
}
#cboxContent #cboxLoadedContent form {
  height: calc(100% - 20px);
}
#cboxContent #cboxLoadedContent form #panelContents.seccion {
  margin-bottom: 0;
}
.listNotUpdatedAgents {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
.dialog-message {
  position: fixed;
  bottom: 10px;
  left: 50px;
  height: 240px;
  width: 240px;
  z-index: 4000;
}
.dialog-message .dialog-message-container {
  position: relative;
  height: 240px;
  width: 240px;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.dialog-message .dialog-message-container .dialog-message-contents {
  height: 240px;
  width: 240px;
}
.dialog-message .dialog-message-container .dialog-message-contents img {
  max-height: 100%;
}
.dialog-message .dialog-message-container .dialog-message-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  opacity: 0;
}
.dialog-message .dialog-message-container:hover .dialog-message-close {
  opacity: 1;
}
.facebook-catalog-products-container {
  width: 100%;
  min-height: 100px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.facebook-catalog-products-container .facebook-catalog-products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.facebook-catalog-products-container .facebook-catalog-products .facebook-catalog-products-product {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 80px;
  flex-direction: row;
  display: flex;
  border: 1px solid #000;
  width: 400px;
}
.facebook-catalog-products-container .facebook-catalog-products .facebook-catalog-products-product .image {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
.facebook-catalog-products-container .facebook-catalog-products .facebook-catalog-products-product .image img {
  width: 80px;
  height: 80px;
}
.facebook-catalog-products-container .facebook-catalog-products .facebook-catalog-products-product .info {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  justify-content: center;
  width: 300px;
}
.facebook-catalog-products-container .facebook-catalog-products .facebook-catalog-products-product .info .name {
  font-weight: bold;
  font-size: 110%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  max-width: 100%;
}
.facebook-catalog-products-container .facebook-catalog-products .facebook-catalog-products-product .info .name .id {
  margin-left: 5px;
}
.facebook-catalog-products-container .facebook-catalog-products .facebook-catalog-products-product .info .description {
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
  height: 20px;
}
.facebook-catalog-products-container .facebook-catalog-products .facebook-catalog-products-product .info .description > div {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  height: 20px;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.forms {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 5px;
  overflow-x: auto;
  padding-top: 15px;
}
.forms::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
.forms::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.forms::-webkit-scrollbar-corner {
  background-color: transparent;
}
.forms::-webkit-scrollbar-track:vertical {
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  background-clip: padding-box;
}
.forms::-webkit-scrollbar-track:horizontal {
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  background-clip: padding-box;
}
.forms::-webkit-scrollbar-track:vertical:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
.forms::-webkit-scrollbar-track:horizontal:hover {
  background-color: rgba(0, 0, 0, 0.035);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
.forms::-webkit-scrollbar-track:vertical:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}
.forms::-webkit-scrollbar-track:horizontal:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset -1px 1px 0 rgba(0, 0, 0, 0.14), inset 1px -1px 0 rgba(0, 0, 0, 0.07);
}
.forms::-webkit-scrollbar-thumb:vertical {
  background-clip: padding-box;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 6px solid transparent;
  border-right: 1px solid transparent;
  min-height: 28px;
}
.forms::-webkit-scrollbar-thumb:horizontal {
  background-clip: padding-box;
  border-top: 6px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  min-width: 28px;
}
.forms::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}
.forms::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.forms::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.forms .form-page {
  width: 320px;
  margin-bottom: 20px;
  background-color: #fff;
  display: inline-block;
  margin-right: 20px;
  height: max-content;
  border: 1px solid #fe2709;
  border-radius: 7px;
  padding: 5px;
  position: relative;
}
.forms .form-page > .title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
.forms .form-page .items {
  display: flex;
  flex-direction: column;
}
.forms .form-page .items .item {
  width: 100%;
  border: 1px solid #d0d0d0;
  position: relative;
}
.forms .form-page .items .item:hover > .trash {
  opacity: 1;
}
.forms .form-page .trash {
  position: absolute;
  right: -16px;
  top: -16px;
  margin: 0;
  width: 26px;
  height: 26px;
  background: #ffffff none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #d0d0d0;
  border-radius: 13px;
  opacity: 0;
  font-size: 12px;
  text-align: center;
  color: #bbb;
  z-index: 1400;
  cursor: pointer;
  line-height: 24px;
}
.forms .form-page .trash > span {
  line-height: 24px;
}
.forms .form-page .trash:hover {
  color: #555;
  border-color: #848484;
}
.forms .form-page:hover > .trash {
  opacity: 1;
}
tr.normal.gu-mirror,
tr.alternate.gu-mirror {
  cursor: grab;
}
tr.normal.gu-mirror td.icons,
tr.alternate.gu-mirror td.icons {
  display: none;
}
ul.multiple {
  list-style-type: disc;
}
ul.multiple li {
  list-style-position: inside;
}
ul.multiple li ul {
  list-style-type: circle;
  padding-left: 20px;
}
.tablePopup {
  display: grid;
  position: absolute;
  top: 75px;
  left: 90px;
  z-index: 9999;
  transform: translate(-50%, -50%);
  background-color: #8e8e8e;
  border: 1px solid #ccc;
  text-align: start;
  padding: 2px;
}
.tablePopup li {
  padding: 2px 7px;
  border: 5px solid #e7e7e7;
  background-color: #e7e7e7;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
}
.tablePopup li:hover {
  background-color: #909090;
  border-color: #909090;
}
.whatsapp-interactive_message {
  background-color: #fff;
  border: 1px solid #f1f3f5;
  color: #495057;
  border-radius: 4px;
  width: 100%;
  position: relative;
  padding: 10px;
  margin-top: 25px;
  margin-right: 25px;
  box-sizing: border-box;
}
.whatsapp-interactive_message .message {
  margin: 0;
}
.whatsapp-interactive_message .buttons {
  position: absolute;
  top: -18px;
  right: -18px;
  width: initial;
  padding: initial;
  margin: initial;
  text-align: initial;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.whatsapp-interactive_message .buttons > .button {
  width: 36px;
  height: 36px;
  background-color: #f1f3f5;
  color: #5f6368;
  fill: #5f6368;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-interactive_message .buttons > .button:hover {
  background-color: #d9dfe4;
}
.whatsapp-interactive_message .info-fields .info-field {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f1f3f5;
  padding: 5px 0;
}
.whatsapp-interactive_message .info-fields .info-field:last-child {
  border-bottom-width: 0;
}
.whatsapp-interactive_message .info-fields .info-field .title {
  font-weight: bold;
}
.whatsapp-interactive_message .info-fields .info-field .value {
  margin-left: 5px;
  font-family: Consolas, Courier New, Courier, monospace;
}
.whatsapp-interactive_message .info-fields .info-field .value .headers {
  display: inline-grid;
  list-style-type: disc;
  /* margin-block-start: 1em; */
  /* margin-block-end: 1em; */
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}
.whatsapp-interactive_message .info-fields .info-field .value .body {
  display: inline-block;
  white-space: pre;
}
.whatsapp-interactive_message.invalid {
  background-color: #ffa8a8;
  color: #fa5252;
}
.whatsapp-interactive_message.invalid .info-fields .info-field {
  border-bottom-color: #fa5252;
}
.whatsapp-interactive-content {
  max-height: fit-content !important;
}