/* opacity in centesimi */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,300,400italic,400,700italic,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
@font-face {
  font-family: 'Titillium R';
  src: url("./assets/fonts/TitilliumWeb-Regular.ttf"); }

@font-face {
  font-family: 'Titillium I';
  src: url("./assets/fonts/TitilliumWeb-Italic.ttf"); }

@font-face {
  font-family: 'Nunito';
  src: url("./assets/fonts/Nunito-Regular.ttf"); }

@font-face {
  font-family: 'Nunito T';
  src: url("./assets/fonts/Nunito-Light.ttf"); }

html, body {
  height: 100%; }

svg.filter {
  width: 0;
  height: 0; }

section.loader {
  /* width: 100px;
  margin: 150px auto;
  color: #000;
  background-color: #F8F8F8;
  padding: 10px 60px;
  box-sizing: content-box;
  border-radius: 20px; */
  position: relative;
  width: 200px;
  height: 200px;
  filter: url(#gooey);
  margin: 60px auto; }

.loader span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  animation: animate 4s ease-in-out infinite;
  animation-delay: calc(0.2s * var(--i)); }

.loader span::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  border-radius: 50%;
  box-shadow: 0 0 30px #FF0F64;
  width: 40px;
  height: 40px;
  background: linear-gradient(#fce4ec, #FF0F64); }

@keyframes animate {
  0% {
    transform: rotate(0deg); }
  50%, 100% {
    transform: rotate(360deg); } }

div#page {
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  background: #fff;
  height: 100%; }

body.home {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: #f6f6f6;
  display: flex;
  flex-direction: column; }

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  max-height: 50px;
  padding: 0 5vw;
  border-bottom: 1px solid #979696; }

.group_right {
  display: flex;
  align-items: center;
  justify-content: center; }

.menu img {
  width: auto;
  height: 35px; }

img#logo_owner {
  margin-inline: 10px;
  height: auto;
  width: 150px; }

@media screen and (min-width: 280px) and (max-width: 320px) {
  img#logo_owner {
    width: 90px; }
  .menu img {
    height: 16px; } }

@media screen and (min-width: 345px) and (max-width: 375px) {
  img#logo_owner {
    width: 120px; } }

.menu svg#homeFaq_svg {
  fill: #fff;
  margin-right: 10px; }

section.section_main_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex: 1; }

.main_container {
  width: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 444px;
  margin: 0 auto; }

.welcome {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 0; }

.welcome_text {
  color: #fff;
  margin: 0 2rem;
  max-width: 444px; }

.welcome_text h3 {
  font-size: 22px;
  font-weight: bold; }

.welcome_text h3 span#user {
  color: #FF0F64;
  text-transform: uppercase; }

.welcome_text p {
  font-size: 16px;
  margin-top: 8px;
  /* margin-bottom: 24px; */ }

.welcome_button {
  display: flex; }

.welcome_button .faq_b {
  display: flex;
  align-items: center;
  color: #FF0F64;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 25px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #FF0F64; }

.welcome_button .faq_b svg {
  margin: 0 15px;
  fill: #FF0F64; }

.welcome_button .faq_b p {
  margin-right: 15vw; }

.welcome_button button:hover {
  color: #fff;
  background-color: #FF0F64;
  font-size: 16px;
  font-weight: bold; }

section.img_bckg {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  flex: 1; }

img#background_op {
  width: 100%;
  max-width: 444px;
  object-fit: fill;
  min-height: 50vh; }

/* @media only screen and (min-height: 944px) {
  img#background_op{
    width: 100vw;
    //height: 53vh;
    max-width: 500px;
  }
} */
/* @media only screen and (min-height: 1304px) {
  img#background_op{
    width: 100vw;
    //height: 53vh;
    max-width: 800px;
    margin: 0 auto;
  }
} */
footer#footer {
  height: 135px;
  display: flex;
  width: 100%;
  position: sticky;
  bottom: 0; }

.chat_container {
  margin: 0 auto;
  padding: 0;
  height: 135px;
  width: 100vw;
  background-color: #FF0F64;
  display: flex;
  align-items: center;
  justify-content: center; }

.chat_container a, a.welcome_link {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: initial; }

/* .chat_container a {
  pointer-events: none;
} */
.chat_container a div.grid {
  display: flex;
  align-items: center;
  color: initial;
  background-color: #fff;
  color: #FF0F64;
  border: none;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  border-radius: 8px;
  height: 80px;
  width: 90vw;
  max-width: 444px;
  padding: 5px 25px;
  margin: 0 auto; }

.chat_container a div.grid:hover {
  color: #2A2E43;
  border: 1px solid #2A2E43; }

.col_text {
  flex-grow: 3; }

.col_arrow {
  flex-grow: 1;
  display: flex;
  align-items: center; }

.col_arrow .line {
  width: 20px;
  background: #FF0F64;
  height: 5px;
  transform: translateX(16px); }

.col_arrow .point {
  border: solid #FF0F64;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 7px;
  transform: rotate(320deg); }

body.body_faq {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  min-height: 100%; }

header#header_faq {
  display: flex; }

.faq {
  border-bottom: 1px solid gray;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px; }

.faq img {
  width: auto;
  height: 35px; }

.group_left {
  display: flex;
  align-items: center; }

div.faq svg.arrowBack {
  height: 30px;
  fill: #fff;
  margin: 5px 10px 5px 10px;
  cursor: pointer; }

section.title {
  text-align: center;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center; }

section.title h2 {
  margin: 0;
  padding: 30px;
  font-weight: bold;
  font-size: 22px; }

main#main {
  flex: 1;
  display: flex;
  height: fit-content; }

#main_container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background: none; }

img#bckg_img {
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center;
  height: 50vh;
  width: 100%;
  max-width: 700px; }

/* section.img_bckg {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-self: center;
  flex: 1;
}
img#background_op{
  width: 100%;
  max-width: 444px;
  //flex: 2;
} */
.mainbox {
  width: 100vw;
  max-width: 640px;
  background-color: #FF0F64;
  margin-top: 50vh;
  padding: 20px 0; }

.element {
  margin: 0 auto;
  width: 90vw;
  max-width: 580px;
  border: 1px solid #fff;
  background-color: #FF0F64;
  display: flex;
  flex-direction: column; }
  .element:first-of-type {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top: none; }
  .element:nth-child(n) {
    border-top: 1px solid #fff;
    border-bottom: none; }
  .element:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #fff; }

.accordion {
  background-color: none;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  width: 90vw;
  max-width: 580px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.accordion p {
  padding: 15px 0;
  margin: 0 0 0 15px; }

.accordion span {
  padding: 15px 2px;
  margin: 0 15px 0 0;
  transform: rotate(0deg);
  transition: transform 0.5s; }

.accordion span.open {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transition: transform 0.5s; }

.panel {
  padding: 0px 15px;
  background-color: white;
  display: none;
  overflow: hidden; }

.panel p {
  color: #000; }

footer#faq_footer {
  width: 100%;
  height: 2.5vh;
  background-color: #FF0F64;
  display: flex; }

.fontDefault, body, body form.formEngChatBot input, body form.formEngChatBot button {
  font-family: Roboto,sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px; }

body {
  background: white;
  padding: 0;
  margin: 0;
  color: #3f4c53;
  text-align: left;
  /* .appEngChatBotChatAvatarUser img {
    width: 37px;
    height: 50px;
  } */
  /* .appEngChatBotChatOut .appEngChatBotChatAvatarBot img{
    border-color:color(botCloudColor); 
    background-color:color(botCloudColor);
  } */
  /* .appEngChatBotChatIn .appEngChatBotChatAvatarUser img{
    border-color:color(userCloudColor); 
    background-color:color(userCloudColor); 
  } */ }
  body .flexContainer, body .appEngChatBotChatItem, body form.formEngChatBot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  body .last_all {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222223b5;
    color: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100; }
  body .last_message {
    width: 70vw;
    background: #F8F8F8;
    color: #000;
    padding: 20px;
    text-align: center;
    font-size: 17px;
    border-radius: 5px;
    box-shadow: 0 0 20px 10px #fff; }
  body .last_btn {
    background: #FF0F64;
    padding: 10px 20px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 5px; }
    body .last_btn a {
      text-decoration: none;
      color: #F8F8F8;
      font-size: 17px;
      font-weight: 600; }
  body .errorEngChatBot {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    position: absolute;
    padding: 7% 5%;
    top: 25%;
    left: 10%;
    width: 80%;
    height: 190px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    font-size: 22.1px; }
  body img.body_img_bckg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center; }
  body div.headerEngChatBot {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #CCC;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    width: 100%;
    /* h1{
      //align-self: center;
      color:color(appEngChatBotHeaderTitle);
      //height:35px;
      //line-height:35px;
      margin:0;
      padding: 0;
      //text-indent: 10px;
      font-size:22.1px; 
      font-weight: 300;
    } */
    /* a.faq_img_a {
      //position: absolute;
      //right: 20px;
    } */ }
    body div.headerEngChatBot .arrowBack {
      height: 30px;
      fill: #fff;
      margin: 5px 0 5px 0;
      cursor: pointer; }
    body div.headerEngChatBot .logo {
      height: 35px; }
    body div.headerEngChatBot svg.faq_svg {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      height: 16;
      width: 16;
      cursor: pointer;
      fill: #fff; }
    body div.headerEngChatBot div.group_left {
      display: flex;
      align-items: center; }
      body div.headerEngChatBot div.group_left svg {
        margin-right: 15px; }
    body div.headerEngChatBot div.group_right {
      display: flex;
      align-items: center;
      flex-direction: row-reverse; }
      body div.headerEngChatBot div.group_right img {
        margin-right: 10px;
        height: auto; }
  @media screen and (min-width: 500px) {
    body div.headerEngChatBot {
      justify-content: space-between; }
      body div.headerEngChatBot div.group_left svg {
        margin-inline: 15px; }
      body div.headerEngChatBot div.group_right svg {
        margin-inline: 15px; } }
  body #appEngChatBot {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    position: relative;
    top: 53px;
    width: 100%;
    height: 80%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    overflow-y: auto;
    overflow-x: hidden; }
    body #appEngChatBot .newmessages {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer;
      display: none;
      position: fixed;
      z-index: 9;
      width: 25px;
      height: 25px;
      right: 50px;
      bottom: 117px;
      background-color: #e0e0e1;
      border: 2px solid #a5a9ac; }
      body #appEngChatBot .newmessages:after, body #appEngChatBot .newmessages:before {
        content: " ";
        border-style: solid;
        border-color: #a5a9ac;
        border-width: 0 2px 2px 0;
        display: none;
        padding: 3px;
        position: absolute;
        left: 50%;
        margin-left: -4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      body #appEngChatBot .newmessages:after {
        top: 15%; }
      body #appEngChatBot .newmessages:before {
        top: 45%; }
  body .appEngChatBotChatItem {
    color: #3f4c53;
    position: relative;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    align-content: flex-start;
    -webkit-align-content: flex-start; }
  body .appEngChatBotChatItem > div {
    -ms-flex: 1 1 13.68%;
    -webkit-flex: 1 1 13.68%;
    flex: 1 1 13.68%;
    -webkit-transition: width 0.7s ease-out;
    transition: width 0.7s ease-out; }
  body .appEngChatBotChatContentBlock, body .appEngChatBotChatItem > div.appEngChatBotChatContent {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 15px;
    margin-bottom: 10px;
    position: relative; }
  body .appEngChatBotChatItem .appEngChatBotChatQuickReplies {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    display: none;
    text-align: center;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-order: 2;
    order: 2;
    padding-left: 2%; }
    body .appEngChatBotChatItem .appEngChatBotChatQuickReplies button {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      text-transform: uppercase;
      border-radius: 25px;
      margin: 0 0 10px 0;
      width: 66%;
      /* white-space: nowrap; */
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: baseline;
      cursor: pointer;
      /* height:  30px;
      line-height:  30px; */
      height: auto;
      line-height: 24px;
      padding: 0 10px;
      color: #3f4c53;
      background-color: #fff;
      border: 1px solid #e4eaec; }
      body .appEngChatBotChatItem .appEngChatBotChatQuickReplies button:hover {
        background-color: #e4eaec; }
  body #appEngChatBot .appEngChatBotChatQuickRepliesContainer .appEngChatBotChatAvatarBot {
    display: none; }
  body #appEngChatBot .appEngChatBotChatQuickRepliesContainer .appEngChatBotChatAvatarBot img {
    display: none; }
  body #appEngChatBot .appEngChatBotChatItem:last-child .appEngChatBotChatQuickReplies {
    display: block; }
  body .appEngChatBotChatItem .appEngChatBotChatAvatarBot img {
    width: 48px; }
  body .appEngChatBotChatItem .appEngChatBotChatAvatarUser img {
    width: 36px;
    /* width: 48px; */ }
  body .appEngChatBotChatItem > div.appEngChatBotChatContent {
    -ms-flex: 1 1 86.32%;
    -webkit-flex: 1 1 86.32%;
    flex: 1 1 86.32%;
    -webkit-order: 2;
    order: 2; }
    body .appEngChatBotChatItem > div.appEngChatBotChatContent p {
      margin: 0;
      padding: 0;
      padding-bottom: 10px;
      /*word-break: break-all;*/ }
    body .appEngChatBotChatItem > div.appEngChatBotChatContent span.appEngChatBotChatDate {
      font-size: 12.138px;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      /* IE 5-7 */
      filter: alpha(opacity=60);
      /* Netscape */
      -moz-opacity: 0.6;
      /* Safari 1.x */
      -khtml-opacity: 0.6;
      /* Good browsers */
      opacity: 0.6; }
    body .appEngChatBotChatItem > div.appEngChatBotChatContent img {
      max-width: 100%;
      max-height: 260px; }
    body .appEngChatBotChatItem > div.appEngChatBotChatContent b {
      font-weight: 500; }
    body .appEngChatBotChatItem > div.appEngChatBotChatContent a {
      color: #3588eb;
      text-decoration: none; }
      body .appEngChatBotChatItem > div.appEngChatBotChatContent a:hover {
        text-decoration: underline; }
  body .appEngChatBotChatLeftItem > div.appEngChatBotChatContent, body div.appEngChatBotChatContentCalendar {
    margin-left: 20px; }
    body .appEngChatBotChatLeftItem > div.appEngChatBotChatContent:after, body div.appEngChatBotChatContentCalendar:after {
      content: "";
      position: absolute;
      top: 15%;
      left: -6px;
      /* left: -9px; */
      /* border-top: 9px solid transparent;
     border-bottom: 9px solid transparent; 
     border-right: 8px solid color(botCloudColor);  */
      z-index: revert-layer;
      border-bottom: 1px solid transparent;
      border-left: 1px solid transparent;
      height: 10px;
      width: 10px;
      background-color: transparent;
      transform: rotate(45deg); }
  body .appEngChatBotChatRightItem > div.appEngChatBotChatContent {
    margin-right: 20px; }
    body .appEngChatBotChatRightItem > div.appEngChatBotChatContent:after {
      content: "";
      position: absolute;
      top: 15%;
      right: -6px;
      z-index: revert-layer;
      border-bottom: 1px solid transparent;
      border-left: 1px solid transparent;
      height: 10px;
      width: 10px;
      background-color: transparent;
      transform: rotate(225deg);
      /* right: -9px; */
      /* border-top: 9px solid transparent;
     border-bottom: 9px solid transparent;
     
     border-left: 9px solid color(botCloudColor); */ }
  body .appEngChatBotChatOut > div.appEngChatBotChatContent {
    background-color: #dfe9ef;
    color: #3f4c53; }
    body .appEngChatBotChatOut > div.appEngChatBotChatContent:after {
      border-left-color: #dfe9ef;
      border-right-color: #dfe9ef; }
  body .appEngChatBotChatOut > div.appEngChatBotChatContentCalendar {
    background-color: transparent;
    color: #fff; }
    body .appEngChatBotChatOut > div.appEngChatBotChatContentCalendar:after {
      border-left-color: #fff;
      border-right-color: #fff; }
  body .appEngChatBotChatIn > div.appEngChatBotChatContent {
    /* background-color:color(userCloudColor); */
    color: #fff;
    /* &:after {
        border-left-color:color(userCloudColor);
        border-right-color:color(userCloudColor);  
     } */ }
  body .appEngChatBotChatNoAvatar > div.appEngChatBotChatContent {
    -webkit-flex: 1 1 13.68%;
    -ms-flex: 1 1 13.68%;
    flex: 1 1 auto;
    margin-left: 0;
    margin-right: 0;
    /* &:after {
      display: none;
    } */
    /* &:after {
      content: "";
      position: absolute;
      top: 15%;
      left: -8px;
      //right: -9px;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      
      border-left: 9px solid color(botCloudColor);
     } */ }
  body .appEngChatBotChatItem > div.appEngChatBotChatAvatarBot {
    -webkit-order: 1;
    order: 1;
    display: flex;
    justify-content: flex-start; }
  body .appEngChatBotChatItem > div.appEngChatBotChatAvatarUser {
    -webkit-order: 3;
    order: 3;
    display: flex;
    justify-content: flex-end; }
  body form.formEngChatBot {
    width: 100%;
    bottom: 0;
    background-color: #ff0f69;
    height: 48px;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
    padding: 0;
    position: fixed; }
    body form.formEngChatBot input {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      margin: 0 10px;
      line-height: 36px;
      text-indent: 10px;
      height: 30px;
      -webkit-flex: 1 1 80%;
      -ms-flex: 1 1 80%;
      flex: 1 1 80%;
      border: 1px solid #CCC;
      border-radius: 5px;
      background-color: #FFF; }
      body form.formEngChatBot input:focus {
        outline: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-tap-highlight-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none; }
      body form.formEngChatBot input:invalid {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none; }
      body form.formEngChatBot input:disabled {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
        /* IE 5-7 */
        filter: alpha(opacity=55);
        /* Netscape */
        -moz-opacity: 0.55;
        /* Safari 1.x */
        -khtml-opacity: 0.55;
        /* Good browsers */
        opacity: 0.55;
        background-color: #CCC; }
      body form.formEngChatBot input:invalid + button, body form.formEngChatBot input:disabled + button {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
        /* IE 5-7 */
        filter: alpha(opacity=55);
        /* Netscape */
        -moz-opacity: 0.55;
        /* Safari 1.x */
        -khtml-opacity: 0.55;
        /* Good browsers */
        opacity: 0.55;
        cursor: text;
        background-color: #CCC !important; }
    body form.formEngChatBot button {
      -webkit-box-sizing: border-box;
      /* Safari/Chrome, other WebKit */
      -moz-box-sizing: border-box;
      /* Firefox, other Gecko */
      box-sizing: border-box;
      border-radius: 25px;
      background: #3588eb;
      color: #fff;
      line-height: 30px;
      height: 30px;
      margin: 0 10px;
      -webkit-flex: 1 1 20%;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%;
      vertical-align: baseline;
      text-transform: uppercase;
      cursor: pointer;
      border: 0;
      padding: 0; }

/* body.embed{
  div.headerEngChatBot{
    a.reload{
      right:30px;
    }
  }
} */
/* loading bubbles*/
.bubbles {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 10px;
  margin-bottom: 10px;
  position: relative;
  background-color: #dfe9ef;
  max-width: 49px;
  min-height: 28px;
  margin-left: 20px; }
  .bubbles:after {
    content: "";
    position: absolute;
    top: 35%;
    left: -3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid #dfe9ef; }

.bubbles span {
  width: 7px;
  height: 7px;
  position: absolute;
  left: 7px;
  top: 9.1px;
  background-color: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  /* IE 5-7 */
  filter: alpha(opacity=20);
  /* Netscape */
  -moz-opacity: 0.2;
  /* Safari 1.x */
  -khtml-opacity: 0.2;
  /* Good browsers */
  opacity: 0.2;
  animation: bubblesLoading 1s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }

.bubbles span:nth-child(2) {
  left: 21px;
  animation-delay: 50ms; }

.bubbles span:nth-child(3) {
  left: 35px;
  animation-delay: 100ms; }

.bubbles span:nth-child(4) {
  left: 49px;
  animation-delay: 150ms; }

@keyframes bubblesLoading {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    /* IE 5-7 */
    filter: alpha(opacity=20);
    /* Netscape */
    -moz-opacity: 0.2;
    /* Safari 1.x */
    -khtml-opacity: 0.2;
    /* Good browsers */
    opacity: 0.2; }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 5-7 */
    filter: alpha(opacity=40);
    /* Netscape */
    -moz-opacity: 0.4;
    /* Safari 1.x */
    -khtml-opacity: 0.4;
    /* Good browsers */
    opacity: 0.4; }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    /* Good browsers */
    opacity: 0.6; }
  75% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8; }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; } }

.calendar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: 'Lato', sans-serif; }

.calendar_weekdays {
  font-weight: 500; }

.calendar_weekdays div {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase; }

.calendar_content, .calendar_weekdays, .calendar_header {
  position: relative;
  width: 60vw;
  max-width: 490px;
  overflow: hidden;
  float: left;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer; }

.calendar_weekdays div, .calendar_content div {
  width: calc(1/7 * 60vw);
  height: calc(1/7 * 60vw);
  max-width: 70px;
  max-height: 70px;
  overflow: hidden;
  text-align: center;
  background-color: #FFFFFF;
  color: #787878;
  display: flex;
  justify-content: center;
  align-items: center; }

.calendar_content {
  -webkit-border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px; }

.calendar_content div.selected {
  /* background: greenyellow !important;
  color: green !important; */
  color: #FF0F64;
  font-weight: 800;
  font-size: 20px;
  border: 2px solid #fff;
  box-sizing: border-box;
  opacity: 1; }

.calendar_content div {
  float: left;
  opacity: 0.3; }

.calendar_content div:hover {
  background-color: #F8F8F8; }

.calendar_content div.blank {
  background-color: #e8e8e82d; }

.calendar_content div.today {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 1;
  color: #FFFFFF;
  font-size: 1.2em; }

.calendar_content div.matched {
  color: #FF0F64;
  background-color: #787878;
  opacity: 1; }

.calendar_header {
  height: calc(1/4 * 35vw);
  text-align: center;
  background-color: #FF6860;
  padding: 18px 0;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.calendar_header h1 {
  font-size: calc(1/8 * 35vw);
  line-height: 1;
  color: #FFFFFF;
  width: 70%;
  align-items: center;
  margin: 0;
  padding: 0; }

@media only screen and (min-width: 870px) {
  .calendar_header h1 {
    font-size: 43px; } }

div[class^=icon-chevron] {
  color: #FFFFFF;
  font-size: larger;
  font-weight: 800;
  float: left;
  width: 15%;
  align-items: center;
  border-radius: 50%;
  cursor: pointer; }

body .appEngChatBotChatItem > div.appEngChatBotChatContentCalendar p {
  margin: 0 auto;
  padding: 0;
  /* padding-bottom: 10px; */
  /* word-break: break-all; */ }

div.appEngChatBotChatContentCalendar {
  -webkit-order: 2;
  order: 2; }

.appEngChatBotChatContentCalendar {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px; }

/* .appEngChatBotChatContentCalendar span.appEngChatBotChatDate {
  display: flex;
  max-width: 490px;
  //justify-content: flex-start;
  //order: 2;
  //-webkit-order: 2;
  //margin: 0 auto;
  padding: 15px 0;
} */
body .appEngChatBotChatOut > div.appEngChatBotChatContentCalendar:after {
  border-left-color: transparent;
  border-right-color: transparent; }
