@keyframes blink {
  50% {
    opacity: 1;
  }
}
@keyframes bulge {
  50% {
    transform: scale(1.05);
  }
}
/*------------- Reset browser differences ------------- */
* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.custom-background-color {
  background-color: #8b8b8b;
}
.custom-background-color:hover {
  background-color: #bebebe;
}

.custom-color {
  color: #ffffff;
}

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

/* ------------ Body styles ------------ */
body {
  background-color: #8b8b8b;
  color: #ffffff;
  font: 16px/1.3 "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.mobile {
  font: 13px/1 "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.mobile select,
body.mobile textarea,
body.mobile input {
  font-size: 16px !important;
}
body #divHeader {
  display: none;
}
body #divFooter {
  display: none;
}
body #divButtons {
  display: none;
}
body.withHeader.withLogo {
  padding-top: 60px;
}
body.withHeader.withLogo #divHeader {
  height: 60px;
}
body.withHeader:not(.withLogo) {
  padding-top: 30px;
}
body.withHeader:not(.withLogo) #divHeader {
  height: 30px;
  min-height: 30px;
}
body.withHeader #divHeader {
  display: initial;
  background-color: #8b8b8b;
  color: #333;
  margin-bottom: 0;
}
body.withHeader #divHeader div.navbar-header {
  margin-left: 0px;
  margin-right: 0px;
}
body.withHeader #divHeader div.navbar-header img {
  display: none;
  height: 50px;
}
body.withHeader #divHeader ul.navbar-nav.navbar-right {
  float: right;
  display: none;
}
body.withHeader #divHeader div.navbar-collapse {
  float: right;
}
body.withHeader #divHeader div.navbar-collapse div.navbar-nav ul.navbar-nav li a {
  color: #ffffff;
}
body.withLogo #divHeader div.navbar-header img.navbar-brand {
  display: initial;
  padding: 0;
  margin-left: -8px;
  margin-top: 5px;
}
body.withFooter {
  padding-bottom: 16px;
}
body.withFooter #divFooter {
  width: 100%;
  height: 16px;
  min-height: 16px;
  background-color: #8b8b8b;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0 5px;
}
body.withFooter #divFooter .powered {
  font-size: 6pt;
  font-style: italic;
}
body.withCloseButtons {
  padding-top: 15px;
}
body.withCloseButtons #divButtons {
  position: fixed;
  background-color: #8b8b8b;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 15px;
  z-index: 1050;
}
body.withCloseButtons #divButtons > div {
  float: right;
  display: block;
  margin-right: 10px;
}
body.withCloseButtons #divButtons > div a {
  color: #000000;
  cursor: pointer;
}
body.withCloseButtons #divButtons > div .tooltip-inner {
  white-space: nowrap;
}
body.withCloseButtons #divButtons #buttonMaximize {
  display: none;
}
body.withCloseButtons #divButtons #buttonMinimize {
  display: initial;
}
body.withCloseButtons.withHeader.withLogo {
  padding-top: 75px;
}
body.withCloseButtons.withHeader:not(.withLogo) {
  padding-top: 45px;
}
body.withCloseButtons.withHeader #divHeader {
  top: 15px;
}
body.minimized #divButtons #buttonMaximize {
  display: initial;
}
body.minimized #divButtons #buttonMinimize {
  display: none;
}
body.minimized #divFooter {
  display: none;
}
body.chatting.withHeader:not(.withCloseButtons) #divHeader div.navbar-header {
  float: left;
}
body.chatting.withHeader:not(.withCloseButtons) #divHeader ul.navbar-nav.navbar-right {
  display: block;
}
body.chatting.withHeader:not(.withCloseButtons):not(.withLogo) #divHeader ul.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
body.chatting.withHeader:not(.withCloseButtons):not(.withLogo) #divHeader ul.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
}
body.chatting.withHeader:not(.withCloseButtons):not(.withLogo) #divHeader ul.navbar-nav > li > span {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
}
body .pac-container.pac-logo {
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  z-index: 10000;
}

.page-header {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  font-size: 1.3em;
}

.panel .panel-heading {
  padding: 5px;
  font-size: 0.8em;
}
.panel .panel-body {
  padding: 5px;
}
.panel .panel-body .form-group {
  margin-bottom: 0;
}

.alert {
  padding: 7px;
  margin-bottom: 5px;
}
.alert.alert-info {
  color: #ffffff;
  background-color: #666666;
  border-color: black;
}
.alert.alert-info::before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: bold;
  content: "\f05a";
  color: #ffffff;
  padding-right: 10px;
}
.alert.alert-info hr {
  border-top-color: black;
}
.alert.alert-info .alert-link {
  text-decoration: underline;
}
.alert.alert-error {
  color: #ffffff;
  background-color: #666666;
  border-color: black;
}
.alert.alert-error::before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: bold;
  content: "\f071";
  color: #ffffff;
  padding-right: 10px;
}
.alert.alert-error hr {
  border-top-color: black;
}
.alert.alert-error .alert-link {
  text-decoration: underline;
}

.form-group.has-feedback.has-error .inputGroupContainer {
  margin-right: 35px;
}

#divWrap {
  border-color: #8b8b8b;
  color: #000;
  border-style: solid;
  border-width: 7px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: 100%;
  width: 100%;
  margin-top: 0px;
}
#divWrap .btn-primary {
  background-color: #8b8b8b;
  border-color: #7e7e7e;
  color: #ffffff;
}
#divWrap .btn-primary:hover {
  background-color: #989898;
  border-color: #8b8b8b;
}
#divWrap #divMainContainer {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  padding-left: 4px;
  padding-right: 4px;
  overflow: hidden;
}
#divWrap #divMainContainer #divLogged {
  height: 100%;
  width: 100%;
}
#divWrap #divMainContainer #divLogged #divWaitingForAgent {
  height: 100%;
  width: 100%;
}
#divWrap #divMainContainer #divLogged #divChating {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#divWrap #divMainContainer #divLogged #divChating .messages {
  flex-grow: 1;
  flex-shrink: 1;
  overflow-y: auto;
}
#divWrap #divMainContainer #divLogged #divChating .messages > .container {
  height: 100%;
  width: 100%;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #e8e8e8;
  background-color: #6bf646;
  color: #ffffff;
  border-color: whitesmoke;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client:first-child {
  border-top-width: 0;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client.sameauthor {
  padding-top: 0;
  margin-top: -2px;
  border-width: 0;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client .time {
  visibility: hidden;
  float: right;
  margin-right: -5px;
  padding: 0 5px;
  font-size: 9px;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client:hover .time {
  visibility: visible;
}
body.mobile body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client .time {
  visibility: visible;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client .failed-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: red;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client .failed-icon > span {
  cursor: pointer;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client .loading-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: #000000;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client .loading-icon > span {
  cursor: pointer;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client .author {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client a {
  color: #ffffff;
  text-decoration: underline;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .client a:hover {
  color: #ffffff;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #e8e8e8;
  background-color: #ffffff;
  color: #000000;
  border-color: whitesmoke;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator:first-child {
  border-top-width: 0;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator.sameauthor {
  padding-top: 0;
  margin-top: -2px;
  border-width: 0;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator .time {
  visibility: hidden;
  float: right;
  margin-right: -5px;
  padding: 0 5px;
  font-size: 9px;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator:hover .time {
  visibility: visible;
}
body.mobile body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator .time {
  visibility: visible;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator .failed-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: red;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator .failed-icon > span {
  cursor: pointer;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator .loading-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: #000000;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator .loading-icon > span {
  cursor: pointer;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator .author {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator a {
  color: #000000;
  text-decoration: underline;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .operator a:hover {
  color: #000000;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #e8e8e8;
  background-color: #f5ede3;
  color: #ffffff;
  border-color: whitesmoke;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor:first-child {
  border-top-width: 0;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor.sameauthor {
  padding-top: 0;
  margin-top: -2px;
  border-width: 0;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor .time {
  visibility: hidden;
  float: right;
  margin-right: -5px;
  padding: 0 5px;
  font-size: 9px;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor:hover .time {
  visibility: visible;
}
body.mobile body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor .time {
  visibility: visible;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor .failed-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: red;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor .failed-icon > span {
  cursor: pointer;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor .loading-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: #000000;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor .loading-icon > span {
  cursor: pointer;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor .author {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor a {
  color: #ffffff;
  text-decoration: underline;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .supervisor a:hover {
  color: #ffffff;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #e8e8e8;
  background-color: #f0f0f0;
  color: #000000;
  border-color: whitesmoke;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow:first-child {
  border-top-width: 0;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow.sameauthor {
  padding-top: 0;
  margin-top: -2px;
  border-width: 0;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow .time {
  visibility: hidden;
  float: right;
  margin-right: -5px;
  padding: 0 5px;
  font-size: 9px;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow:hover .time {
  visibility: visible;
}
body.mobile body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow .time {
  visibility: visible;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow .failed-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: red;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow .failed-icon > span {
  cursor: pointer;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow .loading-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: #000000;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow .loading-icon > span {
  cursor: pointer;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow .author {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow a {
  color: #000000;
  text-decoration: underline;
}
body.defaultTheme #divWrap #divMainContainer #divLogged #divChating .messages .yflow a:hover {
  color: #000000;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: left;
  align-self: flex-start;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client {
  margin-top: 20px;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client a {
  color: #ffffff;
  text-decoration: underline;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client a:hover {
  color: #ffffff;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .author {
  top: -18px;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.sameauthor {
  margin-top: 1px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.sameauthor .author {
  display: none;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext {
  border-radius: 5px;
  background-color: #6bf646;
  background: -moz-linear-gradient(-45deg, #6bf646 0%, #58f52e 44%, #44f415 100%);
  background: -webkit-linear-gradient(-45deg, #6bf646 0%, #58f52e 44%, #44f415 100%);
  background: linear-gradient(135deg, #6bf646 0%, #58f52e 44%, #44f415 100%);
  color: #ffffff;
  padding: 6px 10px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext ol {
  list-style-position: inside;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext > p {
  margin: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #6bf646;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #6bf646;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.video .msgtext .video {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .msgtext {
  border-bottom-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .buttons {
  margin-top: 1px;
  border-radius: 12px;
  border: 1px solid #0084ff;
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .buttons .button {
  background-color: transparent;
  padding: 7px 15px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #0084ff;
  white-space: nowrap;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .buttons .button:last-child {
  border-bottom-style: none;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .buttons .button:hover {
  background-color: rgba(13, 13, 13, 0);
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.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;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left > div, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border: 1px solid #6bf646;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: white;
  padding: 2px 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: white;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons {
  border-top: 1px solid #0084ff;
  margin-top: 1px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button {
  background-color: #ffffff;
  padding: 7px 15px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #0084ff;
  white-space: nowrap;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  border-bottom-style: none;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .failed-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: red;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .failed-icon > span {
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .loading-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: #000000;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .loading-icon > span {
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.failed .failed-icon {
  display: block;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.loading .loading-icon {
  display: block;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .time {
  right: -28px;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .time {
  right: -24px;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .author {
  left: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.mapReply {
  width: 20em;
  height: 20em;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.mapReply .msgtext {
  height: 20em;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.mapReply .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.continuation .msgtext {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.sameauthor:not(.continuation) .msgtext {
  border-top-left-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .failed-icon {
  right: -50px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .loading-icon {
  right: -50px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator {
  margin-top: 20px;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator a {
  color: #000000;
  text-decoration: underline;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator a:hover {
  color: #000000;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .author {
  top: -18px;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.sameauthor {
  margin-top: 1px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.sameauthor .author {
  display: none;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext {
  border-radius: 5px;
  background-color: #ffffff;
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #f2f2f2 44%, #e6e6e6 100%);
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #f2f2f2 44%, #e6e6e6 100%);
  background: linear-gradient(135deg, #ffffff 0%, #f2f2f2 44%, #e6e6e6 100%);
  color: #000000;
  padding: 6px 10px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext ol {
  list-style-position: inside;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext > p {
  margin: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #ffffff;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #ffffff;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.video .msgtext .video {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .msgtext {
  border-bottom-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .buttons {
  margin-top: 1px;
  border-radius: 12px;
  border: 1px solid #0084ff;
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .buttons .button {
  background-color: transparent;
  padding: 7px 15px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #0084ff;
  white-space: nowrap;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .buttons .button:last-child {
  border-bottom-style: none;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .buttons .button:hover {
  background-color: rgba(13, 13, 13, 0);
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-left, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.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;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-left > div, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border: 1px solid #ffffff;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .buttons {
  border-top: 1px solid #0084ff;
  margin-top: 1px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .buttons .button {
  background-color: #ffffff;
  padding: 7px 15px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #0084ff;
  white-space: nowrap;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  border-bottom-style: none;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .failed-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: red;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .failed-icon > span {
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .loading-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: #000000;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .loading-icon > span {
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.failed .failed-icon {
  display: block;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.loading .loading-icon {
  display: block;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .time {
  left: -28px;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .time {
  left: -24px;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .author {
  right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.continuation .msgtext {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.sameauthor:not(.continuation) .msgtext {
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .failed-icon {
  left: -50px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .loading-icon {
  left: -50px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor {
  margin-top: 20px;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor a {
  color: #ffffff;
  text-decoration: underline;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor a:hover {
  color: #ffffff;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .author {
  top: -18px;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.sameauthor {
  margin-top: 1px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.sameauthor .author {
  display: none;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext {
  border-radius: 5px;
  background-color: #f5ede3;
  background: -moz-linear-gradient(-45deg, #f5ede3 0%, #eee1d0 44%, #e8d5bd 100%);
  background: -webkit-linear-gradient(-45deg, #f5ede3 0%, #eee1d0 44%, #e8d5bd 100%);
  background: linear-gradient(135deg, #f5ede3 0%, #eee1d0 44%, #e8d5bd 100%);
  color: #ffffff;
  padding: 6px 10px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext ol {
  list-style-position: inside;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext > p {
  margin: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f5ede3;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f5ede3;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.video .msgtext .video {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .msgtext {
  border-bottom-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .buttons {
  margin-top: 1px;
  border-radius: 12px;
  border: 1px solid #0084ff;
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .buttons .button {
  background-color: transparent;
  padding: 7px 15px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #0084ff;
  white-space: nowrap;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .buttons .button:last-child {
  border-bottom-style: none;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .buttons .button:hover {
  background-color: rgba(13, 13, 13, 0);
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-left, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.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;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-left > div, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border: 1px solid #f5ede3;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: white;
  padding: 2px 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: white;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .buttons {
  border-top: 1px solid #0084ff;
  margin-top: 1px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .buttons .button {
  background-color: #ffffff;
  padding: 7px 15px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #0084ff;
  white-space: nowrap;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  border-bottom-style: none;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .failed-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: red;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .failed-icon > span {
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .loading-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: #000000;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .loading-icon > span {
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.failed .failed-icon {
  display: block;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.loading .loading-icon {
  display: block;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .time {
  left: -28px;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .time {
  left: -24px;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .author {
  right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.continuation .msgtext {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.sameauthor:not(.continuation) .msgtext {
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .failed-icon {
  left: -50px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .loading-icon {
  left: -50px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow {
  margin-top: 20px;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow a {
  color: #000000;
  text-decoration: underline;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow a:hover {
  color: #000000;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .author {
  top: -18px;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.sameauthor {
  margin-top: 1px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.sameauthor .author {
  display: none;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext {
  border-radius: 5px;
  background-color: #f0f0f0;
  background: -moz-linear-gradient(-45deg, #f0f0f0 0%, #e3e3e3 44%, #d7d7d7 100%);
  background: -webkit-linear-gradient(-45deg, #f0f0f0 0%, #e3e3e3 44%, #d7d7d7 100%);
  background: linear-gradient(135deg, #f0f0f0 0%, #e3e3e3 44%, #d7d7d7 100%);
  color: #000000;
  padding: 6px 10px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext ol {
  list-style-position: inside;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext > p {
  margin: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.video .msgtext .video {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .msgtext {
  border-bottom-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .buttons {
  margin-top: 1px;
  border-radius: 12px;
  border: 1px solid #0084ff;
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button {
  background-color: transparent;
  padding: 7px 15px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #0084ff;
  white-space: nowrap;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button:last-child {
  border-bottom-style: none;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button:hover {
  background-color: rgba(13, 13, 13, 0);
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left > div, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border: 1px solid #f0f0f0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons {
  border-top: 1px solid #0084ff;
  margin-top: 1px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button {
  background-color: #ffffff;
  padding: 7px 15px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #0084ff;
  white-space: nowrap;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  border-bottom-style: none;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .failed-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: red;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .failed-icon > span {
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .loading-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: #000000;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .loading-icon > span {
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.failed .failed-icon {
  display: block;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.loading .loading-icon {
  display: block;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .time {
  left: -28px;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .time {
  left: -24px;
}

body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .author {
  right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.continuation .msgtext {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.sameauthor:not(.continuation) .msgtext {
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .failed-icon {
  left: -50px;
}
body.bubblesTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .loading-icon {
  left: -50px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-start;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client:not(.generic) {
  border-radius: 15px;
  background-color: #6bf646;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client {
  margin-top: 20px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client a {
  color: #ffffff;
  text-decoration: underline;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client a:hover {
  color: #ffffff;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .failed-icon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
  color: red;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .failed-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .loading-icon {
  position: absolute;
  display: none;
  font-size: 10pt;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .loading-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .author {
  top: -18px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.sameauthor {
  margin-top: 1px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.sameauthor .author {
  display: none;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext {
  color: #ffffff;
  padding: 6px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext ol {
  list-style-position: inside;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext > p {
  margin: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #6bf646;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #6bf646;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.video .msgtext .video {
  max-width: 200px;
  max-height: 200px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .msgtext {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left > div, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #6bf646;
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: white;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: white;
  cursor: pointer;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.failed .failed-icon {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.loading .loading-icon {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .time {
  right: -28px;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .time {
  right: -24px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .author {
  left: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.mapReply {
  width: 20em;
  height: 20em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.mapReply .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.mapReply .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.continuation:not(.generic) {
  border-bottom-left-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.continuation:not(.first) {
  border-top-left-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.continuation.first {
  border-top-left-radius: 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.sameauthor:not(.continuation):not(.generic) {
  border-top-left-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .failed-icon {
  right: -50px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .loading-icon {
  right: -50px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator:not(.generic) {
  border-radius: 15px;
  background-color: #ffffff;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator {
  margin-top: 20px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator a {
  color: #000000;
  text-decoration: underline;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator a:hover {
  color: #000000;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .failed-icon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
  color: red;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .failed-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .loading-icon {
  position: absolute;
  display: none;
  font-size: 10pt;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .loading-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .author {
  top: -18px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.sameauthor {
  margin-top: 1px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.sameauthor .author {
  display: none;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext {
  color: #000000;
  padding: 6px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext ol {
  list-style-position: inside;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext > p {
  margin: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #ffffff;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #ffffff;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.video .msgtext .video {
  max-width: 200px;
  max-height: 200px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .msgtext {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-left, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-left > div, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.failed .failed-icon {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.loading .loading-icon {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .time {
  left: -28px;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .time {
  left: -24px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .author {
  right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.continuation:not(.first) {
  border-top-right-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.continuation.first {
  border-top-right-radius: 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .failed-icon {
  left: -50px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .loading-icon {
  left: -50px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor:not(.generic) {
  border-radius: 15px;
  background-color: #f5ede3;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor {
  margin-top: 20px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor a {
  color: #ffffff;
  text-decoration: underline;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor a:hover {
  color: #ffffff;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .failed-icon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
  color: red;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .failed-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .loading-icon {
  position: absolute;
  display: none;
  font-size: 10pt;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .loading-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .author {
  top: -18px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.sameauthor {
  margin-top: 1px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.sameauthor .author {
  display: none;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext {
  color: #ffffff;
  padding: 6px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext ol {
  list-style-position: inside;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext > p {
  margin: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f5ede3;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f5ede3;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.video .msgtext .video {
  max-width: 200px;
  max-height: 200px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .msgtext {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-left, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-left > div, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #f5ede3;
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: white;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: white;
  cursor: pointer;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.failed .failed-icon {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.loading .loading-icon {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .time {
  left: -28px;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .time {
  left: -24px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .author {
  right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.continuation:not(.first) {
  border-top-right-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.continuation.first {
  border-top-right-radius: 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .failed-icon {
  left: -50px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .loading-icon {
  left: -50px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow:not(.generic) {
  border-radius: 15px;
  background-color: #f0f0f0;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow {
  margin-top: 20px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow a {
  color: #000000;
  text-decoration: underline;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow a:hover {
  color: #000000;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .failed-icon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
  color: red;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .failed-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .loading-icon {
  position: absolute;
  display: none;
  font-size: 10pt;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .loading-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .author {
  top: -18px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.sameauthor {
  margin-top: 1px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.sameauthor .author {
  display: none;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext {
  color: #000000;
  padding: 6px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext ol {
  list-style-position: inside;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext > p {
  margin: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.video .msgtext .video {
  max-width: 200px;
  max-height: 200px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .msgtext {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left > div, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.failed .failed-icon {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.loading .loading-icon {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .time {
  left: -28px;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .time {
  left: -24px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .author {
  right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.continuation:not(.first) {
  border-top-right-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.continuation.first {
  border-top-right-radius: 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .failed-icon {
  left: -50px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .loading-icon {
  left: -50px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client:not(.generic) {
  border-radius: 15px;
  background-color: #6bf646;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client {
  margin-top: 20px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client a {
  color: #ffffff;
  text-decoration: underline;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client a:hover {
  color: #ffffff;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .failed-icon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
  color: red;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .failed-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .loading-icon {
  position: absolute;
  display: none;
  font-size: 10pt;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .loading-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .author {
  top: -18px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.sameauthor {
  margin-top: 1px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.sameauthor .author {
  display: none;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext {
  color: #ffffff;
  padding: 6px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext ol {
  list-style-position: inside;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .msgtext > p {
  margin: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #6bf646;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #6bf646;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.video .msgtext .video {
  max-width: 200px;
  max-height: 200px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .msgtext {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left > div, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #6bf646;
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: white;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: white;
  cursor: pointer;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.failed .failed-icon {
  display: block;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.loading .loading-icon {
  display: block;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .time {
  left: -28px;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .time {
  left: -24px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .author {
  right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.continuation:not(.first) {
  border-top-right-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.continuation.first {
  border-top-right-radius: 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .failed-icon {
  left: -50px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.client .loading-icon {
  left: -50px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-start;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator:not(.generic) {
  border-radius: 15px;
  background-color: #ffffff;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator {
  margin-top: 20px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator a {
  color: #000000;
  text-decoration: underline;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator a:hover {
  color: #000000;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .failed-icon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
  color: red;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .failed-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .loading-icon {
  position: absolute;
  display: none;
  font-size: 10pt;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .loading-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .author {
  top: -18px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.sameauthor {
  margin-top: 1px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.sameauthor .author {
  display: none;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext {
  color: #000000;
  padding: 6px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext ol {
  list-style-position: inside;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .msgtext > p {
  margin: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #ffffff;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #ffffff;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.video .msgtext .video {
  max-width: 200px;
  max-height: 200px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .msgtext {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-left, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-left > div, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.failed .failed-icon {
  display: block;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.loading .loading-icon {
  display: block;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .time {
  right: -28px;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .time {
  right: -24px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .author {
  left: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.mapReply {
  width: 20em;
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.mapReply .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.mapReply .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.continuation:not(.generic) {
  border-bottom-left-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.continuation:not(.first) {
  border-top-left-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.continuation.first {
  border-top-left-radius: 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator.sameauthor:not(.continuation):not(.generic) {
  border-top-left-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .failed-icon {
  right: -50px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.operator .loading-icon {
  right: -50px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-start;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor:not(.generic) {
  border-radius: 15px;
  background-color: #f5ede3;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor {
  margin-top: 20px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor a {
  color: #ffffff;
  text-decoration: underline;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor a:hover {
  color: #ffffff;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .failed-icon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
  color: red;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .failed-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .loading-icon {
  position: absolute;
  display: none;
  font-size: 10pt;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .loading-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .author {
  top: -18px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.sameauthor {
  margin-top: 1px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.sameauthor .author {
  display: none;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext {
  color: #ffffff;
  padding: 6px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext ol {
  list-style-position: inside;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .msgtext > p {
  margin: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f5ede3;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f5ede3;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.video .msgtext .video {
  max-width: 200px;
  max-height: 200px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .msgtext {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-left, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-left > div, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #f5ede3;
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: white;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: white;
  cursor: pointer;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.failed .failed-icon {
  display: block;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.loading .loading-icon {
  display: block;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .time {
  right: -28px;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .time {
  right: -24px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .author {
  left: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.mapReply {
  width: 20em;
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.mapReply .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.mapReply .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.continuation:not(.generic) {
  border-bottom-left-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.continuation:not(.first) {
  border-top-left-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.continuation.first {
  border-top-left-radius: 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor.sameauthor:not(.continuation):not(.generic) {
  border-top-left-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .failed-icon {
  right: -50px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.supervisor .loading-icon {
  right: -50px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-start;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow:not(.generic) {
  border-radius: 15px;
  background-color: #f0f0f0;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow {
  margin-top: 20px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow a {
  color: #000000;
  text-decoration: underline;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow a:hover {
  color: #000000;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .failed-icon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
  color: red;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .failed-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .loading-icon {
  position: absolute;
  display: none;
  font-size: 10pt;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .loading-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .author {
  top: -18px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.sameauthor {
  margin-top: 1px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.sameauthor .author {
  display: none;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext {
  color: #000000;
  padding: 6px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext ol {
  list-style-position: inside;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .msgtext > p {
  margin: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.video .msgtext .video {
  max-width: 200px;
  max-height: 200px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .msgtext {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left > div, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.failed .failed-icon {
  display: block;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.loading .loading-icon {
  display: block;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .time {
  right: -28px;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .time {
  right: -24px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .author {
  left: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.mapReply {
  width: 20em;
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.mapReply .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.mapReply .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.continuation:not(.generic) {
  border-bottom-left-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.continuation:not(.first) {
  border-top-left-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.continuation.first {
  border-top-left-radius: 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow.sameauthor:not(.continuation):not(.generic) {
  border-top-left-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .failed-icon {
  right: -50px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages > div div.message.yflow .loading-icon {
  right: -50px;
}
#divWrap #divMainContainer #divLogged #divChating .messages .qr {
  float: right;
  align-self: flex-end;
  margin-bottom: 5px;
  padding: 5px 0;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#divWrap #divMainContainer #divLogged #divChating .messages .qr:last-child {
  display: flex;
}
#divWrap #divMainContainer #divLogged #divChating .messages .qr .item {
  padding: 5px 20px;
  border: 1px solid #0084ff;
  color: #0084ff;
  background-color: #ffffff;
  border-radius: 14px;
  margin-left: 5px;
  margin-bottom: 2px;
  cursor: pointer;
}
#divWrap #divMainContainer #divLogged #divChating .messages .qr .item:hover {
  background-color: white;
}
#divWrap #divMainContainer #divLogged #divChating .messages .qr .item:first-child {
  margin-right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divLogged #divChating .messages .qr {
  float: left;
  align-self: flex-start;
  justify-content: flex-start;
}
#divWrap #divMainContainer #divLogged #divChating .compose {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
  border-top: 1px solid #8b8b8b;
  height: 37px;
}
#divWrap #divMainContainer #divLogged #divChating .compose .pm {
  flex-shrink: 0;
  flex-grow: 0;
  border-right: 1px solid #8b8b8b;
  padding: 3px;
  display: none;
  flex-direction: column;
  justify-content: center;
}
#divWrap #divMainContainer #divLogged #divChating .compose .pm .dropup .btn {
  border-style: none;
  padding: 5px;
}
#divWrap #divMainContainer #divLogged #divChating .compose .pm .dropup .dropdown-menu {
  font-size: 12px;
}
#divWrap #divMainContainer #divLogged #divChating .compose .pm .dropup .dropdown-menu li {
  cursor: pointer;
}
#divWrap #divMainContainer #divLogged #divChating .compose .attach {
  flex-shrink: 0;
  flex-grow: 0;
  border-right: 1px solid #8b8b8b;
  padding: 3px;
  display: none;
  flex-direction: column;
  justify-content: center;
}
#divWrap #divMainContainer #divLogged #divChating .compose .attach > div {
  height: 100%;
  vertical-align: middle;
  display: flex;
  text-align: center;
}
#divWrap #divMainContainer #divLogged #divChating .compose .attach > div .btn {
  border-style: none;
  padding: 2px 5px;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  position: relative;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .failed {
  display: none;
  flex-shrink: 0;
  flex-grow: 0;
  height: 100%;
  border-style: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 20px;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .failed > span {
  color: red;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .form-group {
  flex-shrink: 1;
  flex-grow: 1;
  width: 100%;
  margin: 0;
  height: 100%;
  padding: 6px;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .form-group .form-control {
  flex-shrink: 1;
  flex-grow: 1;
  resize: none;
  font-size: 12px;
  height: 100%;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .form-group .form-control:focus {
  outline: none;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .form-group .form-control-feedback {
  flex-shrink: 1;
  flex-grow: 1;
  display: none;
  position: initial;
  width: initial;
  height: initial;
  line-height: initial;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .form-group.has-feedback .form-control-feedback {
  display: block;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .emoji {
  flex-shrink: 0;
  flex-grow: 0;
  height: 100%;
  border-style: none;
  display: flex;
  flex-direction: row;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .emoji > div {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .emoji > div .btn {
  border-style: none;
  padding: 2px;
  outline: none;
}
body.mobile #divWrap #divMainContainer #divLogged #divChating .compose .composer .emoji {
  display: none;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .send {
  flex-shrink: 0;
  flex-grow: 0;
  height: 100%;
  border-style: none;
  display: flex;
  flex-direction: row;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .send > div {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .send > div .btn {
  border-style: none;
  padding: 2px;
  outline: none;
}
#divWrap #divMainContainer #divLogged #divChating .compose .composer .sending {
  display: none;
  flex-shrink: 0;
  flex-grow: 0;
  height: 100%;
  border-style: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 20px;
}
#divWrap #divMainContainer #divLogged #divChating .compose.sending .attach, #divWrap #divMainContainer #divLogged #divChating .compose.sending .pm {
  pointer-events: none;
}
#divWrap #divMainContainer #divLogged #divChating .compose.sending .composer .emoji, #divWrap #divMainContainer #divLogged #divChating .compose.sending .composer .send {
  display: none;
}
#divWrap #divMainContainer #divLogged #divChating .compose.sending .composer .sending {
  display: flex;
}
#divWrap #divMainContainer #divLogged #divChating .compose.failed .composer .failed {
  display: flex;
}
#divWrap #divMainContainer #divLogged #divChating.withAttach .compose .attach {
  display: flex;
}
#divWrap #divMainContainer #divLogged #divChating .finished {
  flex-grow: 0;
  flex-shrink: 0;
  display: none;
  word-wrap: break-word;
  padding: 2px;
  margin-top: 4px;
}
#divWrap #divMainContainer #divLogged #divChating .systemmessage {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  height: 19px;
  color: #999;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
}
#divWrap #divMainContainer #divLogged #divChating .progress {
  display: none;
  margin-top: 4px;
  margin-bottom: 0;
  height: 8px;
  flex-grow: 0;
  flex-shrink: 0;
}
#divWrap #divMainContainer #divLogged #divChating .progress .progress-bar {
  background-color: #8b8b8b;
}
#divWrap #divMainContainer #divLogged #divChating.withSystemMessage .systemmessage {
  display: block;
}
#divWrap #divMainContainer #divLogged #divChating.pm .compose {
  display: flex;
}
#divWrap #divMainContainer #divLogged #divChating.pm .compose .pm {
  display: flex;
}
#divWrap #divMainContainer #divLogged #divChating.uploading .progress {
  display: block;
}
#divWrap #divMainContainer #divLogged #divChating.finished .compose {
  display: none;
}
#divWrap #divMainContainer #divLogged #divChating.finished .systemmessage {
  display: none;
}
#divWrap #divMainContainer #divLogged #divChating.finished .progress {
  display: none;
}
#divWrap #divMainContainer #divLogged #divChating.finished .finished {
  display: block;
}
#divWrap #divMainContainer #divLogged #divChating.waiting .compose {
  display: none;
}
#divWrap #divMainContainer #divLogged #divChatFinished {
  height: 100%;
  overflow-y: auto;
}
#divWrap #divMainContainer #divLogged #divChatFinished #divChatFinishedActions #divRating #divRate .rating-xs {
  font-size: 1.4em;
  text-align: center;
}
body:not(.withCloseButtons) #divWrap #divMainContainer #divLogged #divChatFinished #divChatFinishedActions #divChatFinishedButtons #divChatFinishedDisconnect {
  display: none;
}
#divWrap #divMainContainer #divLogged #divSurvey {
  height: 100%;
  overflow: hidden;
  padding: 5px;
}
#divWrap #divMainContainer #divLogged #divSurvey object {
  height: 100%;
  width: 100%;
  overflow: auto;
  border: 0 none transparent;
}
#divWrap #divMainContainer #divYFlow {
  height: 100%;
  width: 100%;
}
#divWrap #divMainContainer #divYFlow #divYFlowWelcome {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
#divWrap #divMainContainer #divYFlow #divYFlowWelcome .welcome {
  flex-grow: 1;
  flex-shrink: 1;
}
#divWrap #divMainContainer #divYFlow #divYFlowWelcome .ice_breakers {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 5px 0;
  align-self: flex-end;
  padding: 5px 0;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
#divWrap #divMainContainer #divYFlow #divYFlowWelcome .ice_breakers .ice_breaker {
  padding: 5px 20px;
  border: 1px solid #0084ff;
  color: #0084ff;
  background-color: #ffffff;
  border-radius: 14px;
  margin-bottom: 5px;
  cursor: pointer;
  width: fit-content;
}
#divWrap #divMainContainer #divYFlow #divYFlowWelcome .ice_breakers .ice_breaker:hover {
  background-color: white;
}
#divWrap #divMainContainer #divYFlow #divYFlowWelcome .ice_breakers .ice_breaker:last-child {
  margin-bottom: 0;
}
#divWrap #divMainContainer #divYFlow #divYFlowWelcome .start {
  flex-grow: 0;
  flex-shrink: 0;
}
#divWrap #divMainContainer #divYFlow #divYFlowDisconnected {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
#divWrap #divMainContainer #divYFlow #divYFlowDisconnected .disconnected {
  flex-grow: 1;
  flex-shrink: 1;
}
#divWrap #divMainContainer #divYFlow #divYFlowDisconnected .restart {
  flex-grow: 0;
  flex-shrink: 0;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .messages {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .messages > .container {
  height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .messages > .container.iexplorer {
  height: 100%;
  width: 100%;
  display: block;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #e8e8e8;
  background-color: #6bf646;
  color: #ffffff;
  border-color: whitesmoke;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client:first-child {
  border-top-width: 0;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client.sameauthor {
  padding-top: 0;
  margin-top: -2px;
  border-width: 0;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client .time {
  visibility: hidden;
  float: right;
  margin-right: -5px;
  padding: 0 5px;
  font-size: 9px;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client:hover .time {
  visibility: visible;
}
body.mobile body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client .time {
  visibility: visible;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client .failed-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: red;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client .failed-icon > span {
  cursor: pointer;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client .loading-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: #000000;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client .loading-icon > span {
  cursor: pointer;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client .author {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client a {
  color: #ffffff;
  text-decoration: underline;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .client a:hover {
  color: #ffffff;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #e8e8e8;
  background-color: #f0f0f0;
  color: #000000;
  border-color: whitesmoke;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow:first-child {
  border-top-width: 0;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow.sameauthor {
  padding-top: 0;
  margin-top: -2px;
  border-width: 0;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow .time {
  visibility: hidden;
  float: right;
  margin-right: -5px;
  padding: 0 5px;
  font-size: 9px;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow:hover .time {
  visibility: visible;
}
body.mobile body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow .time {
  visibility: visible;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow .failed-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: red;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow .failed-icon > span {
  cursor: pointer;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow .loading-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: #000000;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow .loading-icon > span {
  cursor: pointer;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow .author {
  display: block;
  padding-bottom: 2px;
  font-weight: bold;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow a {
  color: #000000;
  text-decoration: underline;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .yflow a:hover {
  color: #000000;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .typing.yflow {
  background-color: #f0f0f0;
  will-change: transform;
  width: auto;
  border-radius: 50px;
  padding: 10px;
  display: table;
  position: relative;
  animation: 2s bulge infinite ease-out;
  /*&::before,
  &::after {
      content: '';
      position: absolute;
      bottom: -2px;
      @if $position == right { right: -2px; }
      @else { left: -2px; }
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background-color: $ti-color-bg;
  }
  &::after {
      height: 10px;
      width: 10px;
      @if $position == right { right: -10px; }
      @else { left: -10px; }
      bottom: -10px;
  }*/
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .typing.yflow span {
  height: 5px;
  width: 5px;
  float: left;
  margin: 0 1px;
  background-color: #000000;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .typing.yflow span:nth-of-type(1) {
  animation: 1s blink infinite 0.3333s;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .typing.yflow span:nth-of-type(2) {
  animation: 1s blink infinite 0.6666s;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .typing.yflow span:nth-of-type(3) {
  animation: 1s blink infinite 0.9999s;
}
body.defaultTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .typing.yflow:not(:last-child) {
  display: none;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: left;
  align-self: flex-start;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client {
  margin-top: 20px;
}

body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client a {
  color: #ffffff;
  text-decoration: underline;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client a:hover {
  color: #ffffff;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .author {
  top: -18px;
}

body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.sameauthor {
  margin-top: 1px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.sameauthor .author {
  display: none;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext {
  border-radius: 5px;
  background-color: #6bf646;
  background: -moz-linear-gradient(-45deg, #6bf646 0%, #58f52e 44%, #44f415 100%);
  background: -webkit-linear-gradient(-45deg, #6bf646 0%, #58f52e 44%, #44f415 100%);
  background: linear-gradient(135deg, #6bf646 0%, #58f52e 44%, #44f415 100%);
  color: #ffffff;
  padding: 6px 10px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext ol {
  list-style-position: inside;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext > p {
  margin: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #6bf646;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #6bf646;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.video .msgtext .video {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .msgtext {
  border-bottom-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .buttons {
  margin-top: 1px;
  border-radius: 12px;
  border: 1px solid #0084ff;
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .buttons .button {
  background-color: transparent;
  padding: 7px 15px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #0084ff;
  white-space: nowrap;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .buttons .button:last-child {
  border-bottom-style: none;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .buttons .button:hover {
  background-color: rgba(13, 13, 13, 0);
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.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;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left > div, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border: 1px solid #6bf646;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: white;
  padding: 2px 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: white;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons {
  border-top: 1px solid #0084ff;
  margin-top: 1px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button {
  background-color: #ffffff;
  padding: 7px 15px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #0084ff;
  white-space: nowrap;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  border-bottom-style: none;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .failed-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: red;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .failed-icon > span {
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .loading-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: #000000;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .loading-icon > span {
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.failed .failed-icon {
  display: block;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.loading .loading-icon {
  display: block;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .time {
  right: -28px;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .time {
  right: -24px;
}

body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .author {
  left: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.mapReply {
  width: 20em;
  height: 20em;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.mapReply .msgtext {
  height: 20em;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.mapReply .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.continuation .msgtext {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.sameauthor:not(.continuation) .msgtext {
  border-top-left-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .failed-icon {
  right: -50px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .loading-icon {
  right: -50px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow {
  margin-top: 20px;
}

body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow a {
  color: #000000;
  text-decoration: underline;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow a:hover {
  color: #000000;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .author {
  top: -18px;
}

body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.sameauthor {
  margin-top: 1px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.sameauthor .author {
  display: none;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext {
  border-radius: 5px;
  background-color: #f0f0f0;
  background: -moz-linear-gradient(-45deg, #f0f0f0 0%, #e3e3e3 44%, #d7d7d7 100%);
  background: -webkit-linear-gradient(-45deg, #f0f0f0 0%, #e3e3e3 44%, #d7d7d7 100%);
  background: linear-gradient(135deg, #f0f0f0 0%, #e3e3e3 44%, #d7d7d7 100%);
  color: #000000;
  padding: 6px 10px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext ol {
  list-style-position: inside;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext > p {
  margin: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.video .msgtext .video {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .msgtext {
  border-bottom-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .buttons {
  margin-top: 1px;
  border-radius: 12px;
  border: 1px solid #0084ff;
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button {
  background-color: transparent;
  padding: 7px 15px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #0084ff;
  white-space: nowrap;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button:last-child {
  border-bottom-style: none;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button:hover {
  background-color: rgba(13, 13, 13, 0);
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left > div, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border: 1px solid #f0f0f0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .image {
  width: 100%;
  height: 125px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: initial;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons {
  border-top: 1px solid #0084ff;
  margin-top: 1px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button {
  background-color: #ffffff;
  padding: 7px 15px;
  text-align: center;
  color: #0084ff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #0084ff;
  white-space: nowrap;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  border-bottom-style: none;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .failed-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: red;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .failed-icon > span {
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .loading-icon {
  position: absolute;
  display: none;
  bottom: 0;
  font-size: 13pt;
  color: #000000;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .loading-icon > span {
  cursor: pointer;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.failed .failed-icon {
  display: block;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.loading .loading-icon {
  display: block;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .time {
  left: -28px;
}
body.bubblesTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .time {
  left: -24px;
}

body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .author {
  right: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.continuation .msgtext {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.sameauthor:not(.continuation) .msgtext {
  border-top-right-radius: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .failed-icon {
  left: -50px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .loading-icon {
  left: -50px;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow {
  background-color: #f0f0f0;
  will-change: transform;
  width: auto;
  border-radius: 50px;
  padding: 10px;
  display: table;
  position: relative;
  animation: 2s bulge infinite ease-out;
  /*&::before,
  &::after {
      content: '';
      position: absolute;
      bottom: -2px;
      @if $position == right { right: -2px; }
      @else { left: -2px; }
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background-color: $ti-color-bg;
  }
  &::after {
      height: 10px;
      width: 10px;
      @if $position == right { right: -10px; }
      @else { left: -10px; }
      bottom: -10px;
  }*/
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow span {
  height: 5px;
  width: 5px;
  float: left;
  margin: 0 1px;
  background-color: #000000;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow span:nth-of-type(1) {
  animation: 1s blink infinite 0.3333s;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow span:nth-of-type(2) {
  animation: 1s blink infinite 0.6666s;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow span:nth-of-type(3) {
  animation: 1s blink infinite 0.9999s;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow:not(:last-child) {
  display: none;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived {
  color: #ffffff;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived.yflow {
  text-align: center;
  align-self: center;
  padding: 15px 0;
  margin-top: 0;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived.yflow:not(:last-child) {
  display: none;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived.yflow .fa-spinner {
  font-size: 2em;
}
body.bubblesTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived.yflow .text {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-start;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client:not(.generic) {
  border-radius: 15px;
  background-color: #6bf646;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client {
  margin-top: 20px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client a {
  color: #ffffff;
  text-decoration: underline;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client a:hover {
  color: #ffffff;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .failed-icon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
  color: red;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .failed-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .loading-icon {
  position: absolute;
  display: none;
  font-size: 10pt;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .loading-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .author {
  top: -18px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.sameauthor {
  margin-top: 1px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.sameauthor .author {
  display: none;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext {
  color: #ffffff;
  padding: 6px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext ol {
  list-style-position: inside;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext > p {
  margin: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #6bf646;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #6bf646;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.video .msgtext .video {
  max-width: 200px;
  max-height: 200px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .msgtext {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left > div, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #6bf646;
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: white;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: white;
  cursor: pointer;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.failed .failed-icon {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.loading .loading-icon {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .time {
  right: -28px;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .time {
  right: -24px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .author {
  left: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.mapReply {
  width: 20em;
  height: 20em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.mapReply .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.mapReply .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.continuation:not(.generic) {
  border-bottom-left-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.continuation:not(.first) {
  border-top-left-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.continuation.first {
  border-top-left-radius: 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.sameauthor:not(.continuation):not(.generic) {
  border-top-left-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .failed-icon {
  right: -50px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .loading-icon {
  right: -50px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow:not(.generic) {
  border-radius: 15px;
  background-color: #f0f0f0;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow {
  margin-top: 20px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow a {
  color: #000000;
  text-decoration: underline;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow a:hover {
  color: #000000;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .failed-icon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
  color: red;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .failed-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .loading-icon {
  position: absolute;
  display: none;
  font-size: 10pt;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .loading-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .author {
  top: -18px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.sameauthor {
  margin-top: 1px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.sameauthor .author {
  display: none;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext {
  color: #000000;
  padding: 6px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext ol {
  list-style-position: inside;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext > p {
  margin: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.video .msgtext .video {
  max-width: 200px;
  max-height: 200px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .msgtext {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left > div, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
  font-size: 80%;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .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;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.failed .failed-icon {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.loading .loading-icon {
  display: block;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .time {
  left: -28px;
}
body.bubblesButtonsInsideTheme.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .time {
  left: -24px;
}

body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .author {
  right: 0;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.continuation:not(.first) {
  border-top-right-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.continuation.first {
  border-top-right-radius: 10px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .failed-icon {
  left: -50px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .loading-icon {
  left: -50px;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow {
  background-color: #f0f0f0;
  will-change: transform;
  width: auto;
  border-radius: 50px;
  padding: 10px;
  display: table;
  position: relative;
  animation: 2s bulge infinite ease-out;
  /*&::before,
  &::after {
      content: '';
      position: absolute;
      bottom: -2px;
      @if $position == right { right: -2px; }
      @else { left: -2px; }
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background-color: $ti-color-bg;
  }
  &::after {
      height: 10px;
      width: 10px;
      @if $position == right { right: -10px; }
      @else { left: -10px; }
      bottom: -10px;
  }*/
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow span {
  height: 5px;
  width: 5px;
  float: left;
  margin: 0 1px;
  background-color: #000000;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow span:nth-of-type(1) {
  animation: 1s blink infinite 0.3333s;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow span:nth-of-type(2) {
  animation: 1s blink infinite 0.6666s;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow span:nth-of-type(3) {
  animation: 1s blink infinite 0.9999s;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow:not(:last-child) {
  display: none;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived {
  color: #ffffff;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived.yflow {
  text-align: center;
  align-self: center;
  padding: 15px 0;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived.yflow:not(:last-child) {
  display: none;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived.yflow .fa-spinner {
  font-size: 2em;
}
body.bubblesButtonsInsideTheme #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived.yflow .text {
  display: block;
  max-width: 50%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-end;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client:not(.generic) {
  border-radius: 15px;
  background-color: #6bf646;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client {
  margin-top: 20px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client a {
  color: #ffffff;
  text-decoration: underline;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client a:hover {
  color: #ffffff;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .failed-icon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
  color: red;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .failed-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .loading-icon {
  position: absolute;
  display: none;
  font-size: 10pt;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .loading-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .author {
  top: -18px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.sameauthor {
  margin-top: 1px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.sameauthor .author {
  display: none;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext {
  color: #ffffff;
  padding: 6px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext ol {
  list-style-position: inside;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .msgtext > p {
  margin: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #6bf646;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #6bf646;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.video .msgtext .video {
  max-width: 200px;
  max-height: 200px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .msgtext {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left > div, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item {
  width: 240px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 5px;
  border-radius: 15px;
  background-color: #6bf646;
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: white;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: white;
  cursor: pointer;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.failed .failed-icon {
  display: block;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.loading .loading-icon {
  display: block;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .time {
  left: -28px;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .time {
  left: -24px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .author {
  right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.continuation:not(.generic) {
  border-bottom-right-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.continuation:not(.first) {
  border-top-right-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.continuation.first {
  border-top-right-radius: 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client.sameauthor:not(.continuation):not(.generic) {
  border-top-right-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .failed-icon {
  left: -50px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.client .loading-icon {
  left: -50px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow {
  display: inline-block;
  clear: both;
  vertical-align: top;
  float: right;
  align-self: flex-start;
  max-width: 80%;
  position: relative;
  margin-top: 23px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow:not(.generic) {
  border-radius: 15px;
  background-color: #f0f0f0;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow {
  margin-top: 20px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow a {
  color: #000000;
  text-decoration: underline;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow a:hover {
  color: #000000;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .time {
  position: absolute;
  color: #ffffff;
  font-size: 60%;
  bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .failed-icon {
  position: absolute;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13pt;
  color: red;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .failed-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .loading-icon {
  position: absolute;
  display: none;
  font-size: 10pt;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .loading-icon > span {
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .author {
  position: absolute;
  top: -22px;
  font-size: 100%;
  white-space: nowrap;
  color: #ffffff;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .author {
  top: -18px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.sameauthor {
  margin-top: 1px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.sameauthor .author {
  display: none;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.sameauthor:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.first:not(.continuation) {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext {
  color: #000000;
  padding: 6px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext ol {
  list-style-position: inside;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext.quickReply .fa {
  margin-right: 3px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext.onlyemoji img.emoji {
  height: 2em;
  width: 2em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext .material-icons {
  font-size: 16px;
  line-height: 1.3;
  vertical-align: middle;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext .material-icons {
  font-size: 13px;
  line-height: 1;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .msgtext > p {
  margin: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.embededvideo .msgtext .embededvideo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content {
  display: block;
  color: black;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .title, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .address, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
  font-size: x-small;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.multiple-coordinates .msgtext .map #infowindow-content .locationContent .location, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.location_with_map .msgtext .map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.image .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.image .msgtext .image {
  width: 144px;
  height: 68px;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.video .msgtext {
  background: initial;
  padding: 0;
  border: 1px solid #f0f0f0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.video .msgtext .video {
  max-width: 200px;
  max-height: 200px;
  border-radius: inherit;
  cursor: pointer;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.video .msgtext .video video {
  width: 100%;
  height: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .msgtext {
  margin-bottom: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.button.continuation .buttons {
  border-bottom-right-radius: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .msgtext {
  background: initial;
  padding: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery {
  position: relative;
  overflow-x: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left > div, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right > div {
  display: table;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left > div > i, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right > div > i {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-left {
  left: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .move-right {
  right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery:hover .move-left, body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery:hover .move-right {
  opacity: 1;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items {
  display: flex;
  flex-direction: row;
  transition: left 500ms ease-out;
  left: 0;
  position: relative;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item:last-child {
  margin-right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .title {
  font-weight: bold;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .subtitle {
  color: #333333;
  padding: 2px 5px;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .defaultaction {
  padding: 2px 5px;
  color: #333333;
  cursor: pointer;
  font-size: 80%;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .defaultaction:hover {
  text-decoration: underline;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons {
  padding: 5px 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .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;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button:last-child {
  margin-bottom: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.attach.template.generic .gallery .items .item .buttons .button:hover {
  background-color: white;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.yflow.sameauthor {
  margin-top: 5px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.failed .failed-icon {
  display: block;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.loading .loading-icon {
  display: block;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .time {
  right: -28px;
}
body.bubblesButtonsInsideThemeInverted.mobile #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .time {
  right: -24px;
}

body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .author {
  left: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.mapReply {
  width: 20em;
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.mapReply .msgtext {
  height: 20em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.mapReply .msgtext .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.continuation:not(.generic) {
  border-bottom-left-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.continuation:not(.first) {
  border-top-left-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.continuation.first {
  border-top-left-radius: 10px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow.sameauthor:not(.continuation):not(.generic) {
  border-top-left-radius: 2px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .failed-icon {
  right: -50px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.yflow .loading-icon {
  right: -50px;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow {
  background-color: #f0f0f0;
  will-change: transform;
  width: auto;
  border-radius: 50px;
  padding: 10px;
  display: table;
  position: relative;
  animation: 2s bulge infinite ease-out;
  /*&::before,
  &::after {
      content: '';
      position: absolute;
      bottom: -2px;
      @if $position == right { right: -2px; }
      @else { left: -2px; }
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background-color: $ti-color-bg;
  }
  &::after {
      height: 10px;
      width: 10px;
      @if $position == right { right: -10px; }
      @else { left: -10px; }
      bottom: -10px;
  }*/
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow span {
  height: 5px;
  width: 5px;
  float: left;
  margin: 0 1px;
  background-color: #000000;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow span:nth-of-type(1) {
  animation: 1s blink infinite 0.3333s;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow span:nth-of-type(2) {
  animation: 1s blink infinite 0.6666s;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow span:nth-of-type(3) {
  animation: 1s blink infinite 0.9999s;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.typing.yflow:not(:last-child) {
  display: none;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived {
  color: #ffffff;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived.yflow {
  text-align: center;
  align-self: center;
  padding: 15px 0;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived.yflow:not(:last-child) {
  display: none;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived.yflow .fa-spinner {
  font-size: 2em;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages > div div.message.derived.yflow .text {
  display: block;
  max-width: 50%;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .messages .qr {
  float: right;
  align-self: flex-end;
  margin-bottom: 5px;
  padding: 5px 0;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .messages .qr:last-child {
  display: flex;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .messages .qr .item {
  padding: 5px 20px;
  border: 1px solid #0084ff;
  color: #0084ff;
  background-color: #ffffff;
  border-radius: 14px;
  margin-left: 5px;
  margin-bottom: 2px;
  cursor: pointer;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .messages .qr .item:hover {
  background-color: white;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .messages .qr .item:first-child {
  margin-right: 0;
}
body.bubblesButtonsInsideThemeInverted #divWrap #divMainContainer #divYFlow #divYFlowChating .messages .qr {
  float: left;
  align-self: flex-start;
  justify-content: flex-start;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose {
  flex-grow: 0;
  flex-shrink: 0;
  display: none;
  flex-direction: row;
  margin-top: 5px;
  border-top: 1px solid #8b8b8b;
  height: 37px;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .pm {
  flex-shrink: 0;
  flex-grow: 0;
  border-right: 1px solid #8b8b8b;
  padding: 3px;
  display: none;
  flex-direction: column;
  justify-content: center;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .pm .dropup .btn {
  border-style: none;
  padding: 5px;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .pm .dropup .dropdown-menu {
  font-size: 12px;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .pm .dropup .dropdown-menu li {
  cursor: pointer;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .attach {
  flex-shrink: 0;
  flex-grow: 0;
  border-right: 1px solid #8b8b8b;
  padding: 3px;
  display: none;
  flex-direction: column;
  justify-content: center;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .attach > div {
  height: 100%;
  vertical-align: middle;
  display: flex;
  text-align: center;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .attach > div .btn {
  border-style: none;
  padding: 2px 5px;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .composer {
  flex-shrink: 1;
  flex-grow: 1;
  display: none;
  flex-direction: row;
  position: relative;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .composer .form-group {
  flex-shrink: 1;
  flex-grow: 1;
  width: 100%;
  margin: 0;
  height: 100%;
  padding: 6px;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .composer .form-group .form-control {
  flex-shrink: 1;
  flex-grow: 1;
  resize: none;
  font-size: 12px;
  height: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .composer .form-group .form-control:focus {
  outline: none;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .composer .form-group .form-control-feedback {
  flex-shrink: 1;
  flex-grow: 1;
  display: none;
  position: initial;
  width: initial;
  height: initial;
  line-height: initial;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .composer .form-group.has-feedback .form-control-feedback {
  display: block;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .composer .send {
  flex-shrink: 0;
  flex-grow: 0;
  height: 100%;
  border-style: none;
  display: flex;
  flex-direction: row;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .composer .send > div {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .compose .composer .send > div .btn {
  border-style: none;
  padding: 2px;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .systemmessage {
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  height: 19px;
  line-height: 19px;
  color: #999;
  font-style: italic;
  font-size: 12px;
  font-weight: bold;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .progress {
  display: none;
  margin-top: 4px;
  margin-bottom: 0;
  height: 8px;
  flex-grow: 0;
  flex-shrink: 0;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating .progress .progress-bar {
  background-color: #8b8b8b;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating.withSystemMessage .systemmessage {
  display: block;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating.uploading .progress {
  display: block;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating.finished .compose {
  display: none;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating.finished .systemmessage {
  display: none;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating.finished .progress {
  display: none;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating.finished .finished {
  display: block;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating.waiting .compose {
  display: none;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating.composer .compose {
  display: flex;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating.composer .compose .composer {
  display: flex;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating.pm .compose {
  display: flex;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating.pm .compose .pm {
  display: flex;
}
#divWrap #divMainContainer #divYFlow #divYFlowChating.derived .compose {
  display: none !important;
}

.link-attachment {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
}
.link-attachment > .fa {
  margin-right: 3px;
}

#divModal .modal-dialog {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
}
#divModal .modal-dialog .modal-content {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
#divModal .modal-dialog .modal-content .modal-header, #divModal .modal-dialog .modal-content .modal-footer {
  flex-grow: 0;
  flex-shrink: 0;
}
#divModal .modal-dialog .modal-content .modal-body {
  height: 100%;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-iframe {
  flex-grow: 1;
  flex-shrink: 1;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-image {
  flex-grow: 1;
  flex-shrink: 1;
  background-size: cover;
  border-radius: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-image .modal-body-image-download {
  position: absolute;
  right: 3px;
  top: 3px;
  opacity: 0.1;
  cursor: pointer;
  border-radius: 15px;
  background-color: #eeeeee;
  padding: 5px;
  height: 30px;
  width: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #666666;
  color: #666666;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-image .modal-body-image-download:hover {
  opacity: 1 !important;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-image:hover .modal-body-image-download {
  opacity: 0.3;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map {
  height: 100%;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  /* Always set the map height explicitly to define the size of the div
  * element that contains the map. */
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map #map {
  height: 100%;
  width: 100%;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map #description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map #infowindow-content {
  display: none;
  color: black;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map #infowindow-content .title {
  font-weight: bold;
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map #infowindow-content .address {
  color: black;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map #infowindow-content .locationContent .location {
  font-weight: bold;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map #map #infowindow-content {
  display: inline;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map .pac-card {
  margin: 10px 10px 0 10px;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
  width: 90%;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map #pac-container {
  margin: 0 10px 10px 10px;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map #pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 90%;
  color: black;
  margin-top: 10px;
  font-family: "Lato", "Tahoma", "Helvetica", "Lucida Sans Unicode";
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map #pac-input:focus {
  border-color: #8b8b8b;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-map #title {
  color: #fff;
  background-color: #8b8b8b;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 12px;
}
#divModal .modal-dialog .modal-content .modal-body .modal-body-message {
  flex-grow: 1;
  flex-shrink: 1;
}
#divModal .modal-dialog .modal-content .modal-header {
  display: block;
  padding: 5px 15px;
}
#divModal .modal-dialog .modal-content .modal-footer {
  display: none;
  padding: 5px 15px;
}
#divModal .modal-dialog.modal-no_header .modal-content .modal-header {
  display: none;
}
#divModal .modal-dialog.modal-close_button .modal-content .modal-footer {
  display: block;
}

.outline {
  background-color: transparent;
  color: inherit;
  transition: all 0.25s;
}

.btn-primary.outline {
  color: #428bca;
}
.btn-primary.outline:hover {
  color: #fff;
}

.btn-success.outline {
  color: #5cb85c;
}
.btn-success.outline:hover {
  color: #fff;
}

.btn-info.outline {
  color: #5bc0de;
}
.btn-info.outline:hover {
  color: #fff;
}

.btn-warning.outline {
  color: #f0ad4e;
}
.btn-warning.outline:hover {
  color: #fff;
}

.btn-danger.outline {
  color: #d9534f;
}
.btn-danger.outline:hover {
  color: #fff;
}