/* Estilos para el div fijo en la esquina inferior derecha */
   .fixed-corner {

    display:flex;
    flex-direction: row;
    align-items: center;
            position: fixed;
            bottom: 20px; /* Distancia desde abajo */
            right: 20px; /* Distancia desde la derecha */
			z-index:999999;
      font-family: Arial, sans-serif;
      
			
        }





.chatwith .chatwith-closer,
.chatwith-booking .chatwith-closer,
.chatwith-big-person .chatwith-closer {
  position: relative;
  z-index: 100;
  cursor: pointer;
  height: 12px; }
  .chatwith .chatwith-closer svg,
  .chatwith-booking .chatwith-closer svg,
  .chatwith-big-person .chatwith-closer svg {
    position: absolute;
    width: 12px;
    right: 3px;
    top: -2px; }

.chatwith-booking .chatwith-closer {
  position: absolute;
  top: 13px;
  right: 11px; }

.chatwithbigperson div.chatwith-booking .chatwith-closer {
  top: 0; }

.chatwith .chatwith-stripe div,
.chatwith-big-person .chatwith-stripe div {
  transition: 1s; }

.chatwith .chatwith-stripe .chatwith-card,
.chatwith-big-person .chatwith-stripe .chatwith-card {
  color: #5c5b5b;
  height: 45px;
  margin-bottom: 0;
  font-weight: 0;
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 5px 0 5px;
  margin-bottom: 10px; }

.chatwith .chatwith-stripe .chatwith-card-image,
.chatwith-big-person .chatwith-stripe .chatwith-card-image {
  margin-bottom: 4px;
  width: 100%;
  text-align: center; }
  .chatwith .chatwith-stripe .chatwith-card-image img,
  .chatwith-big-person .chatwith-stripe .chatwith-card-image img {
    max-width: 230px; }

.chatwith .chatwith-stripe .chatwith-box-error,
.chatwith-big-person .chatwith-stripe .chatwith-box-error {
  padding: 3px;
  margin-top: 3px;
  margin-bottom: 10px;
  border-radius: 5px; }

.chatwith .chatwith-stripe .chatwith-success,
.chatwith-big-person .chatwith-stripe .chatwith-success {
  text-align: center;
  padding: 5px;
  color: white; }

.chatwith .chatwith-stripe .chatwith-inactive,
.chatwith-big-person .chatwith-stripe .chatwith-inactive {
  text-align: center;
  padding: 5px;
  color: white;
  background-color: gold; }

.chatwith .chatwith-telfield,
.chatwith-booking .chatwith-telfield,
.chatwith-big-person .chatwith-telfield {
  display: flex; }
  .chatwith .chatwith-telfield input,
  .chatwith .chatwith-telfield select,
  .chatwith-booking .chatwith-telfield input,
  .chatwith-booking .chatwith-telfield select,
  .chatwith-big-person .chatwith-telfield input,
  .chatwith-big-person .chatwith-telfield select {
    height: 45px;
    margin-bottom: 0;
    font-weight: 0;
    font-weight: normal;
    font-family: Arial;
    font-size: 14px;
    display: block;
    border-radius: 5px;
    display: block;
    width: 100%;
    max-width: 280px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff !important;
    min-height: 45px;
    padding: 4px;
    outline-offset: -2px; }
  .chatwith .chatwith-telfield .chatwith-chat-checkbutton,
  .chatwith-booking .chatwith-telfield .chatwith-chat-checkbutton,
  .chatwith-big-person .chatwith-telfield .chatwith-chat-checkbutton {
    margin: 0;
    width: 100%; }
  .chatwith .chatwith-telfield ::-webkit-input-placeholder,
  .chatwith-booking .chatwith-telfield ::-webkit-input-placeholder,
  .chatwith-big-person .chatwith-telfield ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c2bdbd !important;
    font-style: normal;
    font-size: 16px; }
  .chatwith .chatwith-telfield ::-moz-placeholder,
  .chatwith-booking .chatwith-telfield ::-moz-placeholder,
  .chatwith-big-person .chatwith-telfield ::-moz-placeholder {
    /* Firefox 19+ */
    color: #c2bdbd !important;
    font-style: normal; }
  .chatwith .chatwith-telfield :-ms-input-placeholder,
  .chatwith-booking .chatwith-telfield :-ms-input-placeholder,
  .chatwith-big-person .chatwith-telfield :-ms-input-placeholder {
    /* IE 10+ */
    color: #c2bdbd !important;
    font-style: normal; }
  .chatwith .chatwith-telfield :-moz-placeholder,
  .chatwith-booking .chatwith-telfield :-moz-placeholder,
  .chatwith-big-person .chatwith-telfield :-moz-placeholder {
    /* Firefox 18- */
    color: #c2bdbd !important;
    font-style: normal; }

.chatwithrtl .chatwith .chatwith-telfield > div:first-child,
.chatwithrtl .chatwith-booking .chatwith-telfield > div:first-child,
.chatwithrtl .chatwith-big-person .chatwith-telfield > div:first-child {
  order: 2; }

.chatwith .chatwith-button,
.chatwith-big-person .chatwith-button {
  box-sizing: border-box;
  line-height: 1;
  min-height: 45px;
  width: 100%;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  color: var(--textColor);
  background: green;
  border: 1px solid var(--color);
  font-size: 16px; }
  .chatwith .chatwith-button span,
  .chatwith-big-person .chatwith-button span {
    color: var(--fgColor);
    font-family: Arial !important;
    font-weight: 500 !important;
    line-height: 1.0 !important;
    padding-right: 1px; }
  .chatwith .chatwith-button .chatwith-img,
  .chatwith-big-person .chatwith-button .chatwith-img {
    width: 25px;
    height: 25px;
    margin: 0; }

.chatwith .chatwith-button.chatwith-button-disabled,
.chatwith-big-person .chatwith-button.chatwith-button-disabled {
  background-color: #c2c2c2;
  border: 1px solid #c2c2c2;
  cursor: not-allowed;
  pointer-events: none; }

.chatwith .chatwith-button-solved,
.chatwith-big-person .chatwith-button-solved {
  background-color: white;
  color: var(--color);
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--color); }
  .chatwith .chatwith-button-solved span,
  .chatwith-big-person .chatwith-button-solved span {
    color: var(--color); }

.chatwith .chatwith-button-container.fixed-bottom,
.chatwith-big-person .chatwith-button-container.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  .chatwith .chatwith-button-container.fixed-bottom .chatwith-button,
  .chatwith-big-person .chatwith-button-container.fixed-bottom .chatwith-button {
    margin-top: 0px; }

.chatwith .chatwith-button.shake-btn,
.chatwith-big-person .chatwith-button.shake-btn {
  animation: vibrate 0.5s ease infinite; }

@keyframes vibrate {
  0% {
    transform: translateX(0); }
  25% {
    transform: translateX(-2px); }
  50% {
    transform: translateX(2px); }
  75% {
    transform: translateX(-2px); }
  100% {
    transform: translateX(0); } }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.chatwith .chatwith-spinner,
.chatwith-booking .chatwith-spinner,
.chatwith-big-person .chatwith-spinner {
  margin: 10px; }
  .chatwith .chatwith-spinner .spinner__circle,
  .chatwith-booking .chatwith-spinner .spinner__circle,
  .chatwith-big-person .chatwith-spinner .spinner__circle {
    position: relative;
    width: 40px;
    height: 40px;
    margin: auto;
    overflow: hidden;
    background-color: var(--color);
    border-radius: 100%;
    animation: spin 1s infinite linear; }
  .chatwith .chatwith-spinner .spinner__circle-inner,
  .chatwith .chatwith-spinner .spinner__circle-gradient,
  .chatwith-booking .chatwith-spinner .spinner__circle-inner,
  .chatwith-booking .chatwith-spinner .spinner__circle-gradient,
  .chatwith-big-person .chatwith-spinner .spinner__circle-inner,
  .chatwith-big-person .chatwith-spinner .spinner__circle-gradient {
    position: absolute;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%); }
  .chatwith .chatwith-spinner .spinner__circle-inner,
  .chatwith-booking .chatwith-spinner .spinner__circle-inner,
  .chatwith-big-person .chatwith-spinner .spinner__circle-inner {
    top: 50%;
    left: 50%;
    background-color: white;
    border-radius: 100%; }
  .chatwith .chatwith-spinner .spinner__circle-gradient,
  .chatwith-booking .chatwith-spinner .spinner__circle-gradient,
  .chatwith-big-person .chatwith-spinner .spinner__circle-gradient {
    top: -24px;
    left: 6px;
    background-color: var(--color);
    background-image: linear-gradient(0deg, var(--color) 0%, white 50%);
    transform: rotate(-45deg); }

.chatwith .chatwith-typography,
.chatwith-big-person .chatwith-typography {
  font-family: Arial;
  font-weight: normal;
  font-size: 14px;
  padding-left: 5px; }

.chatwith .chatwith-typography.success,
.chatwith-big-person .chatwith-typography.success {
  background: darkgreen; }

.chatwith .chatwith-typography.fail,
.chatwith-big-person .chatwith-typography.fail {
  background: darkred; }

.chatwith .chatwith-typography.error,
.chatwith-big-person .chatwith-typography.error {
  color: darkred; }

.chatwith .chatwith-banner .chatwith-banner-link,
.chatwith-big-person .chatwith-banner .chatwith-banner-link {
  display: block;
  text-decoration: none;
  cursor: pointer; }

.chatwith .chatwith-banner .chatwith-banner-img,
.chatwith-big-person .chatwith-banner .chatwith-banner-img {
  height: auto;
  width: 100%;
  margin: auto;
  display: block; }

.chatwith .chatwith-banner .chatwith-banner-round,
.chatwith-big-person .chatwith-banner .chatwith-banner-round {
  border-bottom: 20px solid;
  border-radius: 0 0 100% 100%;
  position: absolute;
  width: 260px;
  margin-top: -8px;
  border-bottom-color: var(--color); }

.chatwith .chatwith-banner.fullScreenMobile .chatwith-banner-round,
.chatwith-big-person .chatwith-banner.fullScreenMobile .chatwith-banner-round {
  width: 100%;
  border-bottom-width: 30px;
  margin-top: 0;
  top: 72px; }

.chatwith .chatwith-banner.fullScreenMobile.countDownEnabled .chatwith-banner-round,
.chatwith-big-person .chatwith-banner.fullScreenMobile.countDownEnabled .chatwith-banner-round {
  top: 157px; }

.chatwith .chatwith-chat .chatwith-chat-panel,
.chatwith-big-person .chatwith-chat .chatwith-chat-panel {
  padding-top: 5px;
  background: #f0f0f0;
  position: relative;
  width: 100%;
  max-height: 400px;
  overflow-x: scroll; }

.chatwith .chatwith-chat .chatwith-chat-footer,
.chatwith-big-person .chatwith-chat .chatwith-chat-footer {
  background: #ffffff;
  padding: 10px; }
  .chatwith .chatwith-chat .chatwith-chat-footer .chatwith-button,
  .chatwith-big-person .chatwith-chat .chatwith-chat-footer .chatwith-button {
    border-radius: 5px;
    color: var(--fgColor);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    width: unset; }
  .chatwith .chatwith-chat .chatwith-chat-footer.fixed-bottom,
  .chatwith-big-person .chatwith-chat .chatwith-chat-footer.fixed-bottom {
    position: sticky;
    z-index: 1000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.chatwith .chatwith-chat .chatwith-chat-footer-bigperson,
.chatwith-big-person .chatwith-chat .chatwith-chat-footer-bigperson {
  background: #ffffff;
  padding: 10px; }
  .chatwith .chatwith-chat .chatwith-chat-footer-bigperson .chatwith-faqschat-buttons,
  .chatwith-big-person .chatwith-chat .chatwith-chat-footer-bigperson .chatwith-faqschat-buttons {
    margin-bottom: 0; }
    .chatwith .chatwith-chat .chatwith-chat-footer-bigperson .chatwith-faqschat-buttons .chatwith-button-container,
    .chatwith-big-person .chatwith-chat .chatwith-chat-footer-bigperson .chatwith-faqschat-buttons .chatwith-button-container {
      width: 100%; }

.chatwith .chatwith-chat .chatwith-chat-sent-message,
.chatwith-big-person .chatwith-chat .chatwith-chat-sent-message {
  text-align: center;
  padding: 15px;
  background: var(--color);
  color: white;
  font-family: Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 16px !important; }

.chatwith .chatwith-chat .chatwith-chat-messages,
.chatwith-big-person .chatwith-chat .chatwith-chat-messages {
  overflow-y: auto;
  padding-bottom: 20px;
  text-align: left; }
  .chatwith .chatwith-chat .chatwith-chat-messages .checkbox-link,
  .chatwith-big-person .chatwith-chat .chatwith-chat-messages .checkbox-link {
    padding: 0 10px 5px; }
    .chatwith .chatwith-chat .chatwith-chat-messages .checkbox-link a,
    .chatwith-big-person .chatwith-chat .chatwith-chat-messages .checkbox-link a {
      font-size: 14px;
      text-decoration: underline;
      color: #0000EE;
      cursor: pointer; }
    .chatwith .chatwith-chat .chatwith-chat-messages .checkbox-link a:link,
    .chatwith-big-person .chatwith-chat .chatwith-chat-messages .checkbox-link a:link {
      color: #0000EE; }
    .chatwith .chatwith-chat .chatwith-chat-messages .checkbox-link a:visited,
    .chatwith-big-person .chatwith-chat .chatwith-chat-messages .checkbox-link a:visited {
      color: #551A8B; }
    .chatwith .chatwith-chat .chatwith-chat-messages .checkbox-link a:active,
    .chatwith-big-person .chatwith-chat .chatwith-chat-messages .checkbox-link a:active {
      color: #EE0000; }

.chatwith .chatwith-chat :global(.chatwith-outer-telfield),
.chatwith-big-person .chatwith-chat :global(.chatwith-outer-telfield) {
  padding: 5px 5px 0 5px; }

.chatwith .chatwith-chat .chatwith-chat-msg-header,
.chatwith-big-person .chatwith-chat .chatwith-chat-msg-header {
  font-size: 12px;
  line-height: 1.42;
  padding-inline-start: 5px;
  color: black; }

.chatwith .chatwith-chat .chatwith-bubble-bot,
.chatwith-big-person .chatwith-chat .chatwith-bubble-bot {
  display: inline-block;
  padding: 10px 10px;
  margin: 0 5px 5px 5px;
  font-size: 14px;
  background-color: #DEE2E6 !important;
  border-radius: 0 18px 18px 18px;
  color: black !important;
  line-height: 1.2em; }
  .chatwith .chatwith-chat .chatwith-bubble-bot .chatwith-bubble-bot-dots,
  .chatwith-big-person .chatwith-chat .chatwith-bubble-bot .chatwith-bubble-bot-dots {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    animation: hideAnimation 0s ease-in-out 2s;
    animation-fill-mode: forwards; }
    .chatwith .chatwith-chat .chatwith-bubble-bot .chatwith-bubble-bot-dots .chatwith-bubble-bot-dot,
    .chatwith-big-person .chatwith-chat .chatwith-bubble-bot .chatwith-bubble-bot-dots .chatwith-bubble-bot-dot {
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: black !important;
      animation: wave 1s linear infinite; }
    .chatwith .chatwith-chat .chatwith-bubble-bot .chatwith-bubble-bot-dots .chatwith-bubble-bot-dot:nth-child(2),
    .chatwith-big-person .chatwith-chat .chatwith-bubble-bot .chatwith-bubble-bot-dots .chatwith-bubble-bot-dot:nth-child(2) {
      animation-delay: -0.8s; }
    .chatwith .chatwith-chat .chatwith-bubble-bot .chatwith-bubble-bot-dots .chatwith-bubble-bot-dot:nth-child(3),
    .chatwith-big-person .chatwith-chat .chatwith-bubble-bot .chatwith-bubble-bot-dots .chatwith-bubble-bot-dot:nth-child(3) {
      animation-delay: -0.6s; }

.chatwith .chatwith-chat .chatwith-bubble-user,
.chatwith-big-person .chatwith-chat .chatwith-bubble-user {
  display: inline-block;
  background: #ACE5AD;
  border-radius: 18px 0 18px 18px;
  padding: 10px 10px;
  margin: 3px;
  font-size: 14px;
  text-align: right;
  color: #5c5b5b;
  max-width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2em; }

@keyframes wave {
  0%,
  60%,
  100% {
    transform: initial; }
  30% {
    transform: translateY(-8px); } }

@keyframes hideAnimation {
  to {
    visibility: hidden; } }

.chatwith .chatwith-chat .chatwith-chat-textbox,
.chatwith-big-person .chatwith-chat .chatwith-chat-textbox {
  border-radius: 5px;
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  align-items: center;
  height: 37px; }
  .chatwith .chatwith-chat .chatwith-chat-textbox .chatwith-chat-textbox-input,
  .chatwith-big-person .chatwith-chat .chatwith-chat-textbox .chatwith-chat-textbox-input {
    height: 35px;
    position: relative;
    flex-grow: 1; }
    .chatwith .chatwith-chat .chatwith-chat-textbox .chatwith-chat-textbox-input input,
    .chatwith-big-person .chatwith-chat .chatwith-chat-textbox .chatwith-chat-textbox-input input {
      font-family: Arial;
      font-size: 14px;
      resize: none !important;
      color: #666 !important;
      background: #fff !important;
      outline: none;
      padding-left: 15px;
      box-sizing: border-box;
      border: 1px solid #cccccc;
      height: 100%;
      width: 100%;
      border-radius: 20px; }
    .chatwith .chatwith-chat .chatwith-chat-textbox .chatwith-chat-textbox-input input:focus,
    .chatwith-big-person .chatwith-chat .chatwith-chat-textbox .chatwith-chat-textbox-input input:focus {
      box-shadow: 0px; }
  .chatwith .chatwith-chat .chatwith-chat-textbox .chatwith-chat-file-input,
  .chatwith-big-person .chatwith-chat .chatwith-chat-textbox .chatwith-chat-file-input {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
    .chatwith .chatwith-chat .chatwith-chat-textbox .chatwith-chat-file-input input,
    .chatwith-big-person .chatwith-chat .chatwith-chat-textbox .chatwith-chat-file-input input {
      height: initial !important; }
  .chatwith .chatwith-chat .chatwith-chat-textbox .chatwith-chat-textbox-button button,
  .chatwith-big-person .chatwith-chat .chatwith-chat-textbox .chatwith-chat-textbox-button button {
    border: none;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background-color: #125f53;
    box-shadow: none;
    margin: 0;
    outline: none; }
    .chatwith .chatwith-chat .chatwith-chat-textbox .chatwith-chat-textbox-button button svg,
    .chatwith-big-person .chatwith-chat .chatwith-chat-textbox .chatwith-chat-textbox-button button svg {
      margin-left: 3px; }
  .chatwith .chatwith-chat .chatwith-chat-textbox .chatwith-chat-textbox-button button:hover,
  .chatwith-big-person .chatwith-chat .chatwith-chat-textbox .chatwith-chat-textbox-button button:hover {
    border: none; }

.chatwith .chatwith-chat .chatwith-chat-textbox.hasBorder,
.chatwith-big-person .chatwith-chat .chatwith-chat-textbox.hasBorder {
  border: 1px solid #f0f0f0;
  border-radius: 0px; }

.chatwith .chatwith-chat .chatwith-chat-select,
.chatwith-big-person .chatwith-chat .chatwith-chat-select {
  height: 45px;
  display: inline-block;
  border-radius: 5px;
  flex: 1 1 80%;
  max-width: 200px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 20px;
  background-color: inherit;
  border: 1px solid #5c5b5b;
  margin: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.chatwith .chatwith-chat .chatwith-chat-checkbutton,
.chatwith-big-person .chatwith-chat .chatwith-chat-checkbutton {
  background: var(--color);
  color: white !important;
  border: none;
  height: 45px;
  border-radius: 5px;
  flex: 2 1 20%;
  line-height: inherit;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.chatwith .chatwith-chat .chatwith-chat-checkbutton:hover,
.chatwith-big-person .chatwith-chat .chatwith-chat-checkbutton:hover {
  background: var(--color); }

.chatwith .chatwith-chat .chatwith-chat-checkbutton.half,
.chatwith-big-person .chatwith-chat .chatwith-chat-checkbutton.half {
  flex: 1;
  margin: 2px; }

.chatwith .chatwith-chat .chatwith-telfield .chatwith-chat-checkbutton,
.chatwith-big-person .chatwith-chat .chatwith-telfield .chatwith-chat-checkbutton {
  margin: 0px; }

.chatwith .chatwith-chat .cw-freetext-inline > p,
.chatwith-big-person .chatwith-chat .cw-freetext-inline > p {
  display: inline; }

.chatwith .chatwith-chat .choices,
.chatwith-big-person .chatwith-chat .choices {
  flex: 1 1 80%; }

.chatwith .chatwith-chat .choices__inner,
.chatwith-big-person .chatwith-chat .choices__inner {
  box-sizing: border-box; }

.chatwith .chatwith-chat .choices__list--dropdown .choices__list,
.chatwith .chatwith-chat .choices__list[aria-expanded] .choices__list,
.chatwith-big-person .chatwith-chat .choices__list--dropdown .choices__list,
.chatwith-big-person .chatwith-chat .choices__list[aria-expanded] .choices__list {
  max-height: 200px; }

.chatwith .chatwith-button-options-container,
.chatwith-big-person .chatwith-button-options-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%; }
  .chatwith .chatwith-button-options-container .chatwith-button-options,
  .chatwith-big-person .chatwith-button-options-container .chatwith-button-options {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    gap: 5px; }
    .chatwith .chatwith-button-options-container .chatwith-button-options .chatwith-option-button,
    .chatwith-big-person .chatwith-button-options-container .chatwith-button-options .chatwith-option-button {
      padding: 10px;
      border-radius: 10px;
      border: 1px solid var(--color);
      background-color: white;
      cursor: pointer;
      flex-grow: 1;
      flex-basis: 40px;
      color: #131313; }
    .chatwith .chatwith-button-options-container .chatwith-button-options .chatwith-option-button.selected,
    .chatwith-big-person .chatwith-button-options-container .chatwith-button-options .chatwith-option-button.selected {
      background-color: var(--color);
      color: white; }
  .chatwith .chatwith-button-options-container .chatwith-chat-sendbutton,
  .chatwith-big-person .chatwith-button-options-container .chatwith-chat-sendbutton {
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color);
    color: white;
    cursor: pointer;
    flex-shrink: 0; }
    .chatwith .chatwith-button-options-container .chatwith-chat-sendbutton svg,
    .chatwith-big-person .chatwith-button-options-container .chatwith-chat-sendbutton svg {
      min-height: 15px !important;
      min-width: 15px !important; }

.chatwith .chatwith-gender-selector,
.chatwith-big-person .chatwith-gender-selector {
  display: flex;
  gap: 20px;
  justify-content: space-between; }
  .chatwith .chatwith-gender-selector .chatwith-radio-buttons-container,
  .chatwith-big-person .chatwith-gender-selector .chatwith-radio-buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center; }
    .chatwith .chatwith-gender-selector .chatwith-radio-buttons-container .chatwith-radio-button,
    .chatwith-big-person .chatwith-gender-selector .chatwith-radio-buttons-container .chatwith-radio-button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 20px;
      height: 20px;
      border: 1px solid var(--color);
      border-radius: 50%;
      outline: none;
      cursor: pointer;
      position: relative;
      transition: background 0.3s ease;
      min-height: auto; }
    .chatwith .chatwith-gender-selector .chatwith-radio-buttons-container .chatwith-radio-button:checked,
    .chatwith-big-person .chatwith-gender-selector .chatwith-radio-buttons-container .chatwith-radio-button:checked {
      background-color: var(--color); }
    .chatwith .chatwith-gender-selector .chatwith-radio-buttons-container .chatwith-radio-button::after,
    .chatwith-big-person .chatwith-gender-selector .chatwith-radio-buttons-container .chatwith-radio-button::after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: white;
      position: absolute;
      top: 4px;
      left: 4px;
      opacity: 0;
      transition: opacity 0.3s ease; }
    .chatwith .chatwith-gender-selector .chatwith-radio-buttons-container .chatwith-radio-button:checked::after,
    .chatwith-big-person .chatwith-gender-selector .chatwith-radio-buttons-container .chatwith-radio-button:checked::after {
      opacity: 1; }
    .chatwith .chatwith-gender-selector .chatwith-radio-buttons-container label,
    .chatwith-big-person .chatwith-gender-selector .chatwith-radio-buttons-container label {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 14px;
      cursor: pointer; }
  .chatwith .chatwith-gender-selector .chatwith-radio-buttons-sendbutton,
  .chatwith-big-person .chatwith-gender-selector .chatwith-radio-buttons-sendbutton {
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color);
    color: white;
    cursor: pointer;
    flex-shrink: 0; }
    .chatwith .chatwith-gender-selector .chatwith-radio-buttons-sendbutton svg,
    .chatwith-big-person .chatwith-gender-selector .chatwith-radio-buttons-sendbutton svg {
      min-height: 24px !important;
      min-width: 24px !important; }

.chatwith .chatwith-chat-date-picker,
.chatwith .chatwith-chat-time-picker,
.chatwith-big-person .chatwith-chat-date-picker,
.chatwith-big-person .chatwith-chat-time-picker {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: stretch; }
  .chatwith .chatwith-chat-date-picker input,
  .chatwith .chatwith-chat-time-picker input,
  .chatwith-big-person .chatwith-chat-date-picker input,
  .chatwith-big-person .chatwith-chat-time-picker input {
    font-family: Arial;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    width: 100%;
    border-radius: 20px;
    padding: 5px 20px; }
  .chatwith .chatwith-chat-date-picker .chatwith-chat-date-picker-button button,
  .chatwith .chatwith-chat-date-picker .chatwith-chat-time-picker-button button,
  .chatwith .chatwith-chat-time-picker .chatwith-chat-date-picker-button button,
  .chatwith .chatwith-chat-time-picker .chatwith-chat-time-picker-button button,
  .chatwith-big-person .chatwith-chat-date-picker .chatwith-chat-date-picker-button button,
  .chatwith-big-person .chatwith-chat-date-picker .chatwith-chat-time-picker-button button,
  .chatwith-big-person .chatwith-chat-time-picker .chatwith-chat-date-picker-button button,
  .chatwith-big-person .chatwith-chat-time-picker .chatwith-chat-time-picker-button button {
    border: none;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background-color: var(--color);
    box-shadow: none;
    margin: 0;
    outline: none; }
    .chatwith .chatwith-chat-date-picker .chatwith-chat-date-picker-button button svg,
    .chatwith .chatwith-chat-date-picker .chatwith-chat-time-picker-button button svg,
    .chatwith .chatwith-chat-time-picker .chatwith-chat-date-picker-button button svg,
    .chatwith .chatwith-chat-time-picker .chatwith-chat-time-picker-button button svg,
    .chatwith-big-person .chatwith-chat-date-picker .chatwith-chat-date-picker-button button svg,
    .chatwith-big-person .chatwith-chat-date-picker .chatwith-chat-time-picker-button button svg,
    .chatwith-big-person .chatwith-chat-time-picker .chatwith-chat-date-picker-button button svg,
    .chatwith-big-person .chatwith-chat-time-picker .chatwith-chat-time-picker-button button svg {
      margin-left: 3px; }
  .chatwith .chatwith-chat-date-picker .chatwith-chat-date-picker-button button:hover,
  .chatwith .chatwith-chat-date-picker .chatwith-chat-time-picker-button button:hover,
  .chatwith .chatwith-chat-time-picker .chatwith-chat-date-picker-button button:hover,
  .chatwith .chatwith-chat-time-picker .chatwith-chat-time-picker-button button:hover,
  .chatwith-big-person .chatwith-chat-date-picker .chatwith-chat-date-picker-button button:hover,
  .chatwith-big-person .chatwith-chat-date-picker .chatwith-chat-time-picker-button button:hover,
  .chatwith-big-person .chatwith-chat-time-picker .chatwith-chat-date-picker-button button:hover,
  .chatwith-big-person .chatwith-chat-time-picker .chatwith-chat-time-picker-button button:hover {
    border: none; }

.chatwith .chatwith-chat.fullScreenMobile,
.chatwith-big-person .chatwith-chat.fullScreenMobile {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .chatwith .chatwith-chat.fullScreenMobile .chatwith-chat-panel,
  .chatwith-big-person .chatwith-chat.fullScreenMobile .chatwith-chat-panel {
    height: 100%; }

.chatwith .chatwith-chat.hasBuyLinks .chatwith-chat-footer,
.chatwith-big-person .chatwith-chat.hasBuyLinks .chatwith-chat-footer {
  position: relative;
  margin-top: -60px; }

.chatwith .chatwith-chat.fullScreenMobile.hasBuyLinks .chatwith-chat-footer,
.chatwith-big-person .chatwith-chat.fullScreenMobile.hasBuyLinks .chatwith-chat-footer {
  position: absolute;
  margin-top: unset; }

.chatwith .chatwith-chat.notQualified .chatwith-chat-messages,
.chatwith-big-person .chatwith-chat.notQualified .chatwith-chat-messages {
  padding-bottom: 80px; }

.chatwith .chatwith-faqschat .chatwith-closer,
.chatwith-big-person .chatwith-faqschat .chatwith-closer {
  text-align: right; }

.chatwith .chatwith-faqschat .chatwith-chat-panel,
.chatwith-big-person .chatwith-faqschat .chatwith-chat-panel {
  overflow-y: auto;
  color: #5c5b5b; }

.chatwith .chatwith-faqschat .chatwith-chat-messages,
.chatwith-big-person .chatwith-faqschat .chatwith-chat-messages {
  padding-bottom: 20px; }

.chatwith .chatwith-faqschat .chatwith-outer-leavemessage,
.chatwith-big-person .chatwith-faqschat .chatwith-outer-leavemessage {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%; }

.chatwith .chatwith-faqschat .chatwith-faqschat-faqs,
.chatwith-big-person .chatwith-faqschat .chatwith-faqschat-faqs {
  padding: 5px 5px;
  border: #efefef 1px solid;
  border-radius: 5px;
  cursor: pointer;
  overflow-y: auto; }

.chatwith .chatwith-faqschat .chatwith-faqschat-buttons,
.chatwith-big-person .chatwith-faqschat .chatwith-faqschat-buttons {
  margin-top: 10px;
  padding: 10px 10px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 45px; }

.chatwith .chatwith-faqschat .bottom-border,
.chatwith-big-person .chatwith-faqschat .bottom-border {
  margin-bottom: 10px; }

.chatwith .chatwith-faqschat.fullScreenMobile .chatwith-faqschat-buttons,
.chatwith-big-person .chatwith-faqschat.fullScreenMobile .chatwith-faqschat-buttons {
  position: absolute;
  width: 96%;
  left: 2%;
  bottom: 5px; }

.chatwithrtl .chatwith .chatwith-chat .chatwith-chat-textbox,
.chatwithrtl .chatwith-big-person .chatwith-chat .chatwith-chat-textbox {
  flex-direction: row-reverse; }

.chatwith .chatwith-countdown,
.chatwith-big-person .chatwith-countdown {
  width: 100%;
  background: var(--color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-left: 5px; }
  .chatwith .chatwith-countdown .chatwith-countdown-box,
  .chatwith-big-person .chatwith-countdown .chatwith-countdown-box {
    width: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 10px 10px 0px;
    border-radius: 10%;
    line-height: initial;
    background-color: hsl(var(--hue), 100%, 30%); }
    .chatwith .chatwith-countdown .chatwith-countdown-box span,
    .chatwith-big-person .chatwith-countdown .chatwith-countdown-box span {
      font-size: 20pt;
      font-weight: 600;
      margin-top: 5px;
      color: white; }
    .chatwith .chatwith-countdown .chatwith-countdown-box p,
    .chatwith-big-person .chatwith-countdown .chatwith-countdown-box p {
      color: white;
      font-size: 6pt;
      margin: 0px 0px 10px; }

.chatwith .chatwith-faqs,
.chatwith-big-person .chatwith-faqs {
  padding: 10px;
  color: #5c5b5b;
  background: white; }
  .chatwith .chatwith-faqs .chatwith-closer svg,
  .chatwith-big-person .chatwith-faqs .chatwith-closer svg {
    right: 0; }
  .chatwith .chatwith-faqs .chatwith-leavemessage,
  .chatwith-big-person .chatwith-faqs .chatwith-leavemessage {
    padding: 0; }
  .chatwith .chatwith-faqs .faqs-title,
  .chatwith-big-person .chatwith-faqs .faqs-title {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 5px 0px 5px;
    margin-top: -10px;
    text-align: left;
    color: #5c5b5b; }
  .chatwith .chatwith-faqs .faqs-shortcuts,
  .chatwith-big-person .chatwith-faqs .faqs-shortcuts {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px; }
    .chatwith .chatwith-faqs .faqs-shortcuts .faq-shortcut,
    .chatwith-big-person .chatwith-faqs .faqs-shortcuts .faq-shortcut {
      border-radius: 10px;
      margin: 3px;
      display: block;
      padding: 10px 10px 10px 10px;
      text-decoration: none;
      font-size: 16px;
      text-transform: capitalize;
      text-align: center;
      color: #010101;
      cursor: pointer; }
    .chatwith .chatwith-faqs .faqs-shortcuts .sml-ico,
    .chatwith-big-person .chatwith-faqs .faqs-shortcuts .sml-ico {
      width: auto;
      height: 15px;
      vertical-align: text-bottom; }
  .chatwith .chatwith-faqs .faqs-content,
  .chatwith-big-person .chatwith-faqs .faqs-content {
    padding: 0 5px 5px;
    overflow-y: auto; }
  .chatwith .chatwith-faqs .chatwith-faqs-buttons,
  .chatwith-big-person .chatwith-faqs .chatwith-faqs-buttons {
    padding-top: 10px;
    z-index: 1000;
    position: relative; }

.chatwith .chatwith-faqs-wrapper.fullScreenMobile,
.chatwith-big-person .chatwith-faqs-wrapper.fullScreenMobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: -moz-max-content;
  height: max-content; }

.chatwith .chatwith-newfaqs .faqs-title,
.chatwith-big-person .chatwith-newfaqs .faqs-title {
  color: #444847;
  font-size: 15px;
  font-weight: bold;
  padding: 8px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px; }

.chatwith .chatwith-newfaqs .faqs-shortcuts,
.chatwith-big-person .chatwith-newfaqs .faqs-shortcuts {
  justify-content: space-evenly; }
  .chatwith .chatwith-newfaqs .faqs-shortcuts .faq-shortcut:hover,
  .chatwith-big-person .chatwith-newfaqs .faqs-shortcuts .faq-shortcut:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
  .chatwith .chatwith-newfaqs .faqs-shortcuts .faq-shortcut,
  .chatwith-big-person .chatwith-newfaqs .faqs-shortcuts .faq-shortcut {
    padding: 8px 10px 8px 10px;
    font-size: 12px;
    color: #444847;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s; }

.chatwith .chatwith-newfaqs .faqs-content,
.chatwith-big-person .chatwith-newfaqs .faqs-content {
  border: #efefef 1px solid;
  border-radius: 5px;
  cursor: pointer;
  overflow-x: hidden; }

.chatwith .chatwith-newfaq.bottomBorder,
.chatwith-big-person .chatwith-newfaq.bottomBorder {
  border-bottom: #efefef 1px solid; }

.chatwith .fullScreenMobile .chatwith-faqs,
.chatwith-big-person .fullScreenMobile .chatwith-faqs {
  padding: 10px 20px;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-height: unset; }
  .chatwith .fullScreenMobile .chatwith-faqs .faqs-content,
  .chatwith-big-person .fullScreenMobile .chatwith-faqs .faqs-content {
    max-height: unset; }

.chatwith .fullScreenMobile .chatwith-newfaqs,
.chatwith-big-person .fullScreenMobile .chatwith-newfaqs {
  height: 100%; }
  .chatwith .fullScreenMobile .chatwith-newfaqs .faqs-content,
  .chatwith-big-person .fullScreenMobile .chatwith-newfaqs .faqs-content {
    margin-top: 10px;
    border: 1px solid #888; }

.chatwith .chatwith-singlefaq,
.chatwith-big-person .chatwith-singlefaq {
  padding-top: 10px;
  overflow-wrap: break-word; }
  .chatwith .chatwith-singlefaq .chatwith-question,
  .chatwith-big-person .chatwith-singlefaq .chatwith-question {
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    color: var(--color);
    text-align: left;
    padding-left: 16px;
    text-indent: -16px; }
  .chatwith .chatwith-singlefaq .fullScreenMobile .chatwith-question,
  .chatwith-big-person .chatwith-singlefaq .fullScreenMobile .chatwith-question {
    padding-bottom: 10px; }
  .chatwith .chatwith-singlefaq .chatwith-answer,
  .chatwith-big-person .chatwith-singlefaq .chatwith-answer {
    max-width: 240px;
    font-size: 14px !important;
    padding-left: 16px; }
    .chatwith .chatwith-singlefaq .chatwith-answer a,
    .chatwith-big-person .chatwith-singlefaq .chatwith-answer a {
      text-decoration: underline;
      color: #999999; }
    .chatwith .chatwith-singlefaq .chatwith-answer p,
    .chatwith-big-person .chatwith-singlefaq .chatwith-answer p {
      margin: 0;
      font-size: 14px !important;
      font-weight: normal; }
  .chatwith .chatwith-singlefaq :global(.chatwith-answer p),
  .chatwith-big-person .chatwith-singlefaq :global(.chatwith-answer p) {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #444847; }
  .chatwith .chatwith-singlefaq :global(.chatwith-answer strong),
  .chatwith-big-person .chatwith-singlefaq :global(.chatwith-answer strong) {
    color: #444847; }
  .chatwith .chatwith-singlefaq svg,
  .chatwith-big-person .chatwith-singlefaq svg {
    transform: translate(0px, 1px) rotate(0.25turn); }
    .chatwith .chatwith-singlefaq svg polygon,
    .chatwith-big-person .chatwith-singlefaq svg polygon {
      fill: var(--color); }

.chatwith .chatwith-singlefaq[aria-expanded=false] svg,
.chatwith-big-person .chatwith-singlefaq[aria-expanded=false] svg {
  transform: translate(0px, 1px) rotate(0.5turn); }

.chatwith .chatwith-newsinglefaq .chatwith-question,
.chatwith-big-person .chatwith-newsinglefaq .chatwith-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  color: black;
  padding-left: 0;
  text-indent: 0; }
  .chatwith .chatwith-newsinglefaq .chatwith-question .chatwith-question-text,
  .chatwith-big-person .chatwith-newsinglefaq .chatwith-question .chatwith-question-text {
    overflow-wrap: break-word;
    width: 180px;
    min-width: 180px;
    color: black; }

.chatwith .chatwith-newsinglefaq .chatwith-answer,
.chatwith-big-person .chatwith-newsinglefaq .chatwith-answer {
  font-size: 13px !important; }

.chatwith .chatwith-newsinglefaq svg,
.chatwith-big-person .chatwith-newsinglefaq svg {
  transform: none;
  transition: transform 0.2s ease-in;
  color: #01010161; }

.chatwith .chatwith-newsinglefaq.bottomBorder,
.chatwith-big-person .chatwith-newsinglefaq.bottomBorder {
  border-bottom: #efefef 1px solid; }

.chatwith .chatwith-newsinglefaq[aria-expanded=false] svg,
.chatwith-big-person .chatwith-newsinglefaq[aria-expanded=false] svg {
  transform: rotate(0.25turn); }

.chatwith .fullScreenMobile.chatwith-newsinglefaq,
.chatwith-big-person .fullScreenMobile.chatwith-newsinglefaq {
  padding: 8px 0px 8px 5px; }
  .chatwith .fullScreenMobile.chatwith-newsinglefaq .chatwith-question-text,
  .chatwith-big-person .fullScreenMobile.chatwith-newsinglefaq .chatwith-question-text {
    width: 300px; }

.chatwith-big-person .chatwith-singlefaq .chatwith-answer {
  max-width: unset;
  padding: 0; }
  .chatwith-big-person .chatwith-singlefaq .chatwith-answer p {
    margin: 0;
    padding: 0;
    text-transform: none;
    color: #5c5b5b !important;
    line-height: initial;
    display: block;
    letter-spacing: normal;
    font-size: 13px !important;
    padding-bottom: 5px;
    text-align: left !important;
    font-family: Arial;
    font-weight: 500;
    border: 0; }

.chatwith-big-person .chatwith-faqs .chatwith-faqs-buttons {
  padding-top: 0; }

.chatwith-big-person .chatwith-newfaqs .faqs-content {
  max-height: 250px; }

.chatwith-big-person .chatwith-newfaqs .chatwith-question .chatwith-question-text {
  width: unset;
  max-width: calc(100% - 30px);
  padding-left: 10px; }

.chatwith .chatwith-form-wrapper,
.chatwith-big-person .chatwith-form-wrapper {
  min-width: 80%;
  height: 100%; }

.chatwith .chatwith-footer,
.chatwith-big-person .chatwith-footer {
  width: 100%; }
  .chatwith .chatwith-footer .cw-total-price,
  .chatwith-big-person .chatwith-footer .cw-total-price {
    font-size: 14px;
    color: #5c5b5b;
    text-align: right;
    font-style: italic; }

.chatwith .chatwith-form,
.chatwith-big-person .chatwith-form {
  padding: 10px;
  box-sizing: border-box;
  background: white;
  color: #5c5b5b;
  width: 100%; }
  .chatwith .chatwith-form input,
  .chatwith .chatwith-form input:not([type="button"]):not([type="submit"]),
  .chatwith-big-person .chatwith-form input,
  .chatwith-big-person .chatwith-form input:not([type="button"]):not([type="submit"]) {
    border: 1px solid #ccc;
    padding: 5px 5px;
    box-sizing: border-box;
    line-height: 1;
    min-height: 45px;
    width: 100%;
    border-radius: 5px;
    outline-offset: -2px; }
  .chatwith .chatwith-form .error-border,
  .chatwith-big-person .chatwith-form .error-border {
    border: 1px solid #ff8076 !important; }
  .chatwith .chatwith-form .form-element,
  .chatwith-big-person .chatwith-form .form-element {
    margin-top: 15px;
    position: relative; }
    .chatwith .chatwith-form .form-element :focus,
    .chatwith-big-person .chatwith-form .form-element :focus {
      outline: 2px solid black;
      background-color: white; }
    .chatwith .chatwith-form .form-element label,
    .chatwith-big-person .chatwith-form .form-element label {
      padding-bottom: 0 !important;
      margin-bottom: 0.25em;
      color: #5c5b5b;
      display: flex;
      flex-direction: row;
      align-items: flex-start; }
      .chatwith .chatwith-form .form-element label input[type="checkbox"],
      .chatwith-big-person .chatwith-form .form-element label input[type="checkbox"] {
        margin-top: 2px; }
      .chatwith .chatwith-form .form-element label p,
      .chatwith-big-person .chatwith-form .form-element label p {
        margin: 0 !important;
        margin-left: 5px !important;
        cursor: pointer;
        font-weight: 500;
        font-family: Arial;
        font-size: 16px;
        background: white;
        box-shadow: none;
        color: #5c5b5b !important;
        padding: 0;
        border: 0;
        line-height: 1.4;
        text-transform: none;
        letter-spacing: 0px; }
    .chatwith .chatwith-form .form-element input,
    .chatwith-big-person .chatwith-form .form-element input {
      padding: 8px 5px;
      margin: 0; }
    .chatwith .chatwith-form .form-element input[type="checkbox"],
    .chatwith-big-person .chatwith-form .form-element input[type="checkbox"] {
      width: auto;
      height: inherit;
      min-height: unset;
      outline: unset;
      -webkit-appearance: auto;
         -moz-appearance: auto;
              appearance: auto;
      opacity: 1;
      z-index: auto;
      margin: 0; }
    .chatwith .chatwith-form .form-element select,
    .chatwith-big-person .chatwith-form .form-element select {
      height: 45px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 1px solid #ccc;
      height: 45px !important;
      padding: 5px !important; }
    .chatwith .chatwith-form .form-element .chatwith-select,
    .chatwith-big-person .chatwith-form .form-element .chatwith-select {
      position: relative;
      padding: unset;
      border: unset; }
      .chatwith .chatwith-form .form-element .chatwith-select select,
      .chatwith-big-person .chatwith-form .form-element .chatwith-select select {
        width: 100%; }
    .chatwith .chatwith-form .form-element .chatwith-select::after,
    .chatwith-big-person .chatwith-form .form-element .chatwith-select::after {
      content: "v";
      position: absolute;
      top: 11px;
      right: 5px;
      width: 14px;
      height: 14px;
      font-size: 16px;
      color: #12b03f;
      font-family: Arial;
      text-align: center; }
    .chatwith .chatwith-form .form-element .choices__inner,
    .chatwith-big-person .chatwith-form .form-element .choices__inner {
      box-sizing: border-box; }
    .chatwith .chatwith-form .form-element .choices__list--dropdown .choices__list,
    .chatwith .chatwith-form .form-element .choices__list[aria-expanded] .choices__list,
    .chatwith-big-person .chatwith-form .form-element .choices__list--dropdown .choices__list,
    .chatwith-big-person .chatwith-form .form-element .choices__list[aria-expanded] .choices__list {
      max-height: none; }
    .chatwith .chatwith-form .form-element .form-element-input,
    .chatwith .chatwith-form .form-element select,
    .chatwith .chatwith-form .form-element input[type="email"],
    .chatwith .chatwith-form .form-element input[type="text"],
    .chatwith .chatwith-form .form-element input[type="number"],
    .chatwith .chatwith-form .form-element input[type="url"],
    .chatwith .chatwith-form .form-element input[type="date"],
    .chatwith .chatwith-form .form-element input[type="time"],
    .chatwith-big-person .chatwith-form .form-element .form-element-input,
    .chatwith-big-person .chatwith-form .form-element select,
    .chatwith-big-person .chatwith-form .form-element input[type="email"],
    .chatwith-big-person .chatwith-form .form-element input[type="text"],
    .chatwith-big-person .chatwith-form .form-element input[type="number"],
    .chatwith-big-person .chatwith-form .form-element input[type="url"],
    .chatwith-big-person .chatwith-form .form-element input[type="date"],
    .chatwith-big-person .chatwith-form .form-element input[type="time"] {
      color: #5c5b5b;
      height: 45px;
      margin-bottom: 0;
      font-weight: 0;
      font-weight: normal;
      font-family: Arial;
      font-size: 16px;
      background: white !important;
      box-shadow: none; }
    .chatwith .chatwith-form .form-element input[type="date"].form-element-input,
    .chatwith .chatwith-form .form-element input[type="time"].form-element-input,
    .chatwith-big-person .chatwith-form .form-element input[type="date"].form-element-input,
    .chatwith-big-person .chatwith-form .form-element input[type="time"].form-element-input {
      -webkit-appearance: none;
      /* Desactiva el estilo predeterminado de Safari */
      -moz-appearance: none;
      /* Para Firefox (aunque no aplica en iOS) */
      appearance: none;
      min-width: 225px;
      line-height: 45px; }
    .chatwith .chatwith-form .form-element input[type="date"].form-element-input::before,
    .chatwith .chatwith-form .form-element input[type="time"].form-element-input::before,
    .chatwith-big-person .chatwith-form .form-element input[type="date"].form-element-input::before,
    .chatwith-big-person .chatwith-form .form-element input[type="time"].form-element-input::before {
      content: attr(placeholder) !important;
      position: absolute;
      padding-left: 5px;
      top: 0;
      left: 0;
      color: #ccc; }
    .chatwith .chatwith-form .form-element input[type="date"].form-element-input:focus::before,
    .chatwith .chatwith-form .form-element input[type="time"].form-element-input:focus::before,
    .chatwith-big-person .chatwith-form .form-element input[type="date"].form-element-input:focus::before,
    .chatwith-big-person .chatwith-form .form-element input[type="time"].form-element-input:focus::before {
      content: "" !important; }
    .chatwith .chatwith-form .form-element input[type="datetime-local"].form-element-input,
    .chatwith-big-person .chatwith-form .form-element input[type="datetime-local"].form-element-input {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      font-family: inherit;
      font-size: 16px;
      padding: 10px;
      text-align: left; }
    .chatwith .chatwith-form .form-element input[type="tel"],
    .chatwith-big-person .chatwith-form .form-element input[type="tel"] {
      color: #5c5b5b;
      font-size: 16px; }
    .chatwith .chatwith-form .form-element .chatwith-telfield select,
    .chatwith-big-person .chatwith-form .form-element .chatwith-telfield select {
      font-size: 14px;
      -webkit-appearance: auto;
      -moz-appearance: auto;
      appearance: auto; }
    .chatwith .chatwith-form .form-element input[type="file"],
    .chatwith-big-person .chatwith-form .form-element input[type="file"] {
      padding: 11px 25px;
      height: 45px; }
    .chatwith .chatwith-form .form-element .file-label,
    .chatwith-big-person .chatwith-form .form-element .file-label {
      margin-bottom: 5px; }
    .chatwith .chatwith-form .form-element input[type="file"]::before,
    .chatwith-big-person .chatwith-form .form-element input[type="file"]::before {
      display: inline-block;
      background: linear-gradient(top, #f9f9f9, #e3e3e3);
      border: 1px solid #999;
      border-radius: 3px;
      padding: 5px 8px;
      outline: none;
      white-space: nowrap;
      cursor: pointer;
      text-shadow: 1px 1px #fff;
      font-weight: 700;
      font-size: 10pt; }
    .chatwith .chatwith-form .form-element .chatwith-button-label,
    .chatwith-big-person .chatwith-form .form-element .chatwith-button-label {
      margin-bottom: 10px;
      margin-top: 20px;
      font-size: 14px;
      font-weight: 600;
      color: #5c5b5b; }
    .chatwith .chatwith-form .form-element .chatwith-button-options,
    .chatwith-big-person .chatwith-form .form-element .chatwith-button-options {
      display: flex;
      flex-wrap: wrap;
      flex-grow: 1;
      gap: 5px;
      margin-bottom: 20px; }
      .chatwith .chatwith-form .form-element .chatwith-button-options .chatwith-option-button,
      .chatwith-big-person .chatwith-form .form-element .chatwith-button-options .chatwith-option-button {
        padding: 10px;
        border-radius: 10px;
        border: 1px solid var(--color);
        background-color: white;
        cursor: pointer;
        flex-grow: 1;
        flex-basis: 40px;
        color: #131313;
        font-size: 13px; }
        .chatwith .chatwith-form .form-element .chatwith-button-options .chatwith-option-button .chatwith-option-button-text,
        .chatwith-big-person .chatwith-form .form-element .chatwith-button-options .chatwith-option-button .chatwith-option-button-text {
          display: flex;
          flex-direction: column;
          align-items: center;
          gap: 5px; }
      .chatwith .chatwith-form .form-element .chatwith-button-options .chatwith-option-button:focus,
      .chatwith-big-person .chatwith-form .form-element .chatwith-button-options .chatwith-option-button:focus {
        outline: none; }
      .chatwith .chatwith-form .form-element .chatwith-button-options .chatwith-option-button.selected,
      .chatwith-big-person .chatwith-form .form-element .chatwith-button-options .chatwith-option-button.selected {
        background-color: var(--color);
        color: white; }
    .chatwith .chatwith-form .form-element .chatwith-radio-buttons-container,
    .chatwith-big-person .chatwith-form .form-element .chatwith-radio-buttons-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      align-items: center; }
      .chatwith .chatwith-form .form-element .chatwith-radio-buttons-container .chatwith-radio-button,
      .chatwith-big-person .chatwith-form .form-element .chatwith-radio-buttons-container .chatwith-radio-button {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        width: 20px;
        height: 20px;
        border: 1px solid var(--color);
        border-radius: 50%;
        outline: none;
        cursor: pointer;
        position: relative;
        transition: background 0.3s ease;
        min-height: auto; }
      .chatwith .chatwith-form .form-element .chatwith-radio-buttons-container .chatwith-radio-button:checked,
      .chatwith-big-person .chatwith-form .form-element .chatwith-radio-buttons-container .chatwith-radio-button:checked {
        background-color: var(--color); }
      .chatwith .chatwith-form .form-element .chatwith-radio-buttons-container .chatwith-radio-button::after,
      .chatwith-big-person .chatwith-form .form-element .chatwith-radio-buttons-container .chatwith-radio-button::after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: white;
        position: absolute;
        top: 4px;
        left: 4px;
        opacity: 0;
        transition: opacity 0.3s ease; }
      .chatwith .chatwith-form .form-element .chatwith-radio-buttons-container .chatwith-radio-button:checked::after,
      .chatwith-big-person .chatwith-form .form-element .chatwith-radio-buttons-container .chatwith-radio-button:checked::after {
        opacity: 1; }
      .chatwith .chatwith-form .form-element .chatwith-radio-buttons-container label,
      .chatwith-big-person .chatwith-form .form-element .chatwith-radio-buttons-container label {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 14px;
        cursor: pointer; }
    .chatwith .chatwith-form .form-element .chatwith-radio-buttons-label,
    .chatwith-big-person .chatwith-form .form-element .chatwith-radio-buttons-label {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 600;
      color: #5c5b5b; }
    .chatwith .chatwith-form .form-element .chatwith-input-label,
    .chatwith-big-person .chatwith-form .form-element .chatwith-input-label {
      font-size: 14px;
      font-weight: 600;
      color: #5c5b5b;
      margin-bottom: 5px; }
  .chatwith .chatwith-form .form-element > .chatwith-select > select,
  .chatwith-big-person .chatwith-form .form-element > .chatwith-select > select {
    padding-right: 20px !important; }
  .chatwith .chatwith-form .cw-freetext-inline > p,
  .chatwith-big-person .chatwith-form .cw-freetext-inline > p {
    display: inline;
    font-size: 12px; }
  .chatwith .chatwith-form .checkbox-link,
  .chatwith-big-person .chatwith-form .checkbox-link {
    padding: 5px 0px;
    padding-left: 18px;
    padding-top: 0;
    margin-top: -5px; }
    .chatwith .chatwith-form .checkbox-link a,
    .chatwith-big-person .chatwith-form .checkbox-link a {
      font-size: 16px;
      text-decoration: underline;
      color: #0000EE;
      cursor: pointer; }
    .chatwith .chatwith-form .checkbox-link a:link,
    .chatwith-big-person .chatwith-form .checkbox-link a:link {
      color: #0000EE; }
    .chatwith .chatwith-form .checkbox-link a:visited,
    .chatwith-big-person .chatwith-form .checkbox-link a:visited {
      color: #551A8B; }
    .chatwith .chatwith-form .checkbox-link a:active,
    .chatwith-big-person .chatwith-form .checkbox-link a:active {
      color: #EE0000; }
  .chatwith .chatwith-form .textito,
  .chatwith-big-person .chatwith-form .textito {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 14px;
    margin-top: -10px;
    text-align: center;
    padding-top: 10px;
    cursor: default;
    color: #5c5b5b; }
  .chatwith .chatwith-form .chatwith-closer,
  .chatwith-big-person .chatwith-form .chatwith-closer {
    position: absolute;
    right: 0;
    z-index: 1000000;
    top: 5px;
    padding: 4px 10px 0 10px;
    color: #fff;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    cursor: pointer; }
    .chatwith .chatwith-form .chatwith-closer svg,
    .chatwith-big-person .chatwith-form .chatwith-closer svg {
      width: 12px; }
  .chatwith .chatwith-form .chatwith-form-sent-message,
  .chatwith-big-person .chatwith-form .chatwith-form-sent-message {
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    background: var(--color);
    color: var(--fgColor);
    border-radius: 5px;
    font-size: 16px;
    line-height: normal; }
  .chatwith .chatwith-form .chatwith-button .chatwith-button-long-span,
  .chatwith-big-person .chatwith-form .chatwith-button .chatwith-button-long-span {
    width: 150px;
    padding-left: 0px;
    text-align: center; }
  .chatwith .chatwith-form .chatwith-button .chatwith-button-long-img,
  .chatwith-big-person .chatwith-form .chatwith-button .chatwith-button-long-img {
    width: 35px;
    height: 35px; }
  .chatwith .chatwith-form .chatwith-button:last-of-type,
  .chatwith-big-person .chatwith-form .chatwith-button:last-of-type {
    margin-bottom: 0; }
  .chatwith .chatwith-form ::-webkit-input-placeholder,
  .chatwith-big-person .chatwith-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c2bdbd !important;
    font-style: normal;
    font-size: 16px; }
  .chatwith .chatwith-form ::-moz-placeholder,
  .chatwith-big-person .chatwith-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #c2bdbd !important;
    font-style: normal; }
  .chatwith .chatwith-form :-ms-input-placeholder,
  .chatwith-big-person .chatwith-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #c2bdbd !important;
    font-style: normal; }
  .chatwith .chatwith-form :-moz-placeholder,
  .chatwith-big-person .chatwith-form :-moz-placeholder {
    /* Firefox 18- */
    color: #c2bdbd !important;
    font-style: normal; }

.chatwith .chatwith-form:has(.chatwith-button-container.fixed-bottom),
.chatwith-big-person .chatwith-form:has(.chatwith-button-container.fixed-bottom) {
  padding-bottom: 70px; }

.chatwith .fullScreenMobile .chatwith-form,
.chatwith-big-person .fullScreenMobile .chatwith-form {
  height: 100%;
  display: flex;
  flex-direction: column; }

.chatwith-big-person .chatwith-form-wrapper {
  margin-bottom: 10px; }

.chatwith-big-person .textito {
  padding-top: 0; }

.chatwith.popupMode .chatwith-form .form-element input[type="tel"] {
  max-width: unset; }

.chatwith .chatwith-leavemessage p,
.chatwith-big-person .chatwith-leavemessage p {
  font-size: 14px; }

.chatwith .chatwith-leavemessage .chatwith-leavemessage-msg,
.chatwith-big-person .chatwith-leavemessage .chatwith-leavemessage-msg {
  padding: 10px;
  color: white;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 14px; }

.chatwith .chatwith-leavemessage :global(.chatwith-outer-telfield),
.chatwith-big-person .chatwith-leavemessage :global(.chatwith-outer-telfield) {
  margin-bottom: 20px; }

.chatwith .chatwith-leavemessage .chatwith-base-error-text,
.chatwith-big-person .chatwith-leavemessage .chatwith-base-error-text {
  padding: 3px;
  color: #ff8076;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 3px;
  border-radius: 5px;
  text-align: left; }

.chatwith .chatwith-leavemessage .chatwith-telfield input,
.chatwith .chatwith-leavemessage .chatwith-telfield select,
.chatwith-big-person .chatwith-leavemessage .chatwith-telfield input,
.chatwith-big-person .chatwith-leavemessage .chatwith-telfield select {
  outline-offset: 0; }

.chatwith .chatwith-inline-wrapper,
.chatwith-big-person .chatwith-inline-wrapper {
  display: inline-block;
  margin: unset; }
  .chatwith .chatwith-inline-wrapper .chatwith-mainbutton,
  .chatwith-big-person .chatwith-inline-wrapper .chatwith-mainbutton {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 200px;
    z-index: 9;
    color: var(--fgColor);
    
    min-height: 45px;
    vertical-align: middle;
    cursor: pointer;
    background-color: var(--color);
    border-radius: var(--buttonRounding); }
    .chatwith .chatwith-inline-wrapper .chatwith-mainbutton .chatwith-text,
    .chatwith-big-person .chatwith-inline-wrapper .chatwith-mainbutton .chatwith-text {
      padding: 0px 10px 0 20px;
      max-width: 225px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: block;
      font-weight: normal;
      color: var(--fgColor); }
    .chatwith .chatwith-inline-wrapper .chatwith-mainbutton .chatwith-img,
    .chatwith-big-person .chatwith-inline-wrapper .chatwith-mainbutton .chatwith-img {
      display: block;
      padding: 3px;
      border-radius: 100px;
      -o-object-fit: cover;
         object-fit: cover;
      margin: 0;
      box-sizing: border-box; }
    .chatwith .chatwith-inline-wrapper .chatwith-mainbutton .no1,
    .chatwith-big-person .chatwith-inline-wrapper .chatwith-mainbutton .no1 {
      background: red;
      width: 15px;
      height: 15px;
      border-radius: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: -3px;
      right: -3px;
      font-size: 12px;
      text-align: center;
      color: white; }
    .chatwith .chatwith-inline-wrapper .chatwith-mainbutton .no1.left,
    .chatwith-big-person .chatwith-inline-wrapper .chatwith-mainbutton .no1.left {
      right: auto;
      left: 0; }
  .chatwith .chatwith-inline-wrapper .chatwith-mainbutton.without-text,
  .chatwith-big-person .chatwith-inline-wrapper .chatwith-mainbutton.without-text {
    min-width: 45px; }
    .chatwith .chatwith-inline-wrapper .chatwith-mainbutton.without-text svg,
    .chatwith-big-person .chatwith-inline-wrapper .chatwith-mainbutton.without-text svg {
      transition: transform 0.5s ease-in-out; }
    .chatwith .chatwith-inline-wrapper .chatwith-mainbutton.without-text svg:hover,
    .chatwith-big-person .chatwith-inline-wrapper .chatwith-mainbutton.without-text svg:hover {
      transform: rotate(180deg); }
    .chatwith .chatwith-inline-wrapper .chatwith-mainbutton.without-text .chatwith-img,
    .chatwith-big-person .chatwith-inline-wrapper .chatwith-mainbutton.without-text .chatwith-img {
      margin: 0 auto; }

.chatwith-big-person .modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  border: 0;
  width: 100%;
  height: 100%;
  color: #5c5b5b;
  padding-top: 16px;
  border-radius: 0.5em;
  z-index: 2000;
  box-sizing: content-box; }
  .chatwith-big-person .modal .modal-content {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.45);
    background: #fff;
    padding: 1.25em;
    border-radius: 0.5em;
    position: relative;
    width: auto; }
    .chatwith-big-person .modal .modal-content .close-modal {
      position: absolute;
      right: 0;
      z-index: 1000000;
      top: 0;
      padding: 4px 10px 0 10px;
      color: #fff;
      border-top-right-radius: 1em;
      border-bottom-left-radius: 1em;
      cursor: pointer; }
    .chatwith-big-person .modal .modal-content .close-modal svg {
      width: 0.7em; }
    .chatwith-big-person .modal .modal-content div {
      color: #5c5b5b; }

.chatwith-big-person .chatwith-status {
  font-size: 0.65em;
  font-weight: normal;
  position: absolute;
  top: 74px;
  right: -9px;
  display: flex;
  align-items: center;
  color: #5c5b5b; }

.chatwith-big-person .chatwith-active .chatwith-status {
  color: #2acc04; }

.chatwith-big-person .chatwith-active .chatwith-circle {
  background: #2acc04; }

.chatwith-big-person .chatwith-circle {
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-radius: 20px;
  display: inline-block;
  background: #ccc; }

.chatwith .chatwith-payment .chatwith-image img,
.chatwith-big-person .chatwith-payment .chatwith-image img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 100px;
  border: 1px solid #ccc;
  margin: 0 auto;
  padding: 10px; }

.chatwith .chatwith-payment .chatwith-title,
.chatwith-big-person .chatwith-payment .chatwith-title {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
  width: 100%;
  text-align: center; }

.chatwith .chatwith-payment .chatwith-description,
.chatwith-big-person .chatwith-payment .chatwith-description {
  text-align: center; }
  .chatwith .chatwith-payment .chatwith-description p,
  .chatwith-big-person .chatwith-payment .chatwith-description p {
    margin: 2px auto; }

.chatwith .chatwith-payment .chatwith-price,
.chatwith-big-person .chatwith-payment .chatwith-price {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 6px auto 10px; }

.chatwith .chatwith-payment .chatwith-form-element,
.chatwith-big-person .chatwith-payment .chatwith-form-element {
  margin-bottom: 5px; }

.chatwith .chatwith-payment .chatwith-paypal-element,
.chatwith-big-person .chatwith-payment .chatwith-paypal-element {
  margin-top: 10px; }
  .chatwith .chatwith-payment .chatwith-paypal-element a,
  .chatwith-big-person .chatwith-payment .chatwith-paypal-element a {
    display: block;
    text-align: center;
    background: #0C59AC;
    border-color: #0C59AC;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    color: white; }

.chatwith .chatwith-payment input,
.chatwith-big-person .chatwith-payment input {
  display: block;
  border: 1px solid #ccc;
  padding: 5px 5px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  height: auto; }

.chatwith .chatwith-payment button,
.chatwith-big-person .chatwith-payment button {
  border: 1px solid var(--color);
  background: var(--color);
  color: var(--fgColor);
  padding: 10px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  height: auto; }

.chatwith .chatwith-payment .chatwith-closer,
.chatwith-big-person .chatwith-payment .chatwith-closer {
  top: unset; }

.chatwith .chatwith-people,
.chatwith-big-person .chatwith-people {
  overflow-y: auto;
  max-height: 350px;
  padding: 5px; }
  .chatwith .chatwith-people .chatwith-people-list,
  .chatwith-big-person .chatwith-people .chatwith-people-list {
    display: flex;
    justify-content: space-around; }
  .chatwith .chatwith-people .chatwith-people-person,
  .chatwith-big-person .chatwith-people .chatwith-people-person {
    padding: 5px;
    background: #fff;
    border-bottom: #efefef 1px solid;
    cursor: pointer; }
  .chatwith .chatwith-people .chatwith-people-person-vertical,
  .chatwith-big-person .chatwith-people .chatwith-people-person-vertical {
    padding-top: 10px;
    background: #fff; }

.chatwith .chatwith-people::-webkit-scrollbar,
.chatwith-big-person .chatwith-people::-webkit-scrollbar {
  width: 10px;
  background: var(--thumbBgColor); }

.chatwith .chatwith-people::-webkit-scrollbar-thumb,
.chatwith-big-person .chatwith-people::-webkit-scrollbar-thumb {
  background: var(--thumbColor);
  border-radius: 10px; }

.chatwith .chatwith-people.scrollExtended,
.chatwith-big-person .chatwith-people.scrollExtended {
  max-height: 420px; }

.chatwith .chatwith-people.fullScreenMobile,
.chatwith-big-person .chatwith-people.fullScreenMobile {
  max-height: unset; }
  .chatwith .chatwith-people.fullScreenMobile .chatwith-people-person,
  .chatwith-big-person .chatwith-people.fullScreenMobile .chatwith-people-person {
    border-bottom: 0px; }

@media only screen and (max-width: 768px) {
  .chatwith .chatwith-people.fullScreenMobile,
  .chatwith-big-person .chatwith-people.fullScreenMobile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%; } }

.chatwith .chatwith-person .chatwith-singleperson,
.chatwith-big-person .chatwith-person .chatwith-singleperson {
  color: #5c5b5b;
  display: flex;
  align-items: center; }
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-avatar,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-avatar {
    flex: 1;
    display: flex;
    justify-content: center; }
    .chatwith .chatwith-person .chatwith-singleperson .chatwith-avatar .chatwith-avatar-pic,
    .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-avatar .chatwith-avatar-pic {
      width: 50px;
      height: 50px;
      border-radius: 100px;
      margin: auto;
      display: block; }
    .chatwith .chatwith-person .chatwith-singleperson .chatwith-avatar .chatwith-circle,
    .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-avatar .chatwith-circle {
      display: none; }
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-persondata,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-persondata {
    flex: 3;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-post,
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-post,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-post,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-post {
    font-size: 12px;
    color: #5c5b5b;
    line-height: 1.1em;
    margin: unset; }
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-name,
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-name,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-name,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-name {
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
    line-height: 1.1em;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: unset; }
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-person-info,
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-person-info,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-person-info,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-person-info {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center; }
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-status,
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-status,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-status,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-status {
    font-size: 11px;
    color: #ccc;
    margin: unset;
    line-height: 1.5; }
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-availability,
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-availability,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-availability,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-availability {
    font-size: 11px;
    color: #afafaf;
    line-height: 1.5; }
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-circle,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-circle {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    display: inline-block;
    background: #ccc; }
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip {
    position: absolute;
    display: flex;
    background-color: white;
    right: 60px;
    height: 42px;
    margin-right: 10px;
    padding-left: 23px;
    padding-right: 20px;
    border-radius: 20px;
    gap: 10px; }
    .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-name-box,
    .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-name-box {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-name-box .chatwith-name,
      .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-name-box .chatwith-name {
        padding: 1px 0; }
      .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-name-box div,
      .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-name-box div {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 150px; }
    .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-status,
    .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip .chatwith-status {
      width: 46px;
      vertical-align: middle;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 3px; }
  .chatwith .chatwith-person .chatwith-singleperson .chatwith-person-tooltip::after,
  .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-person-tooltip::after {
    content: ' ';
    position: absolute;
    right: -15px;
    top: 15px;
    bottom: auto;
    border: 7px solid;
    border-color: transparent transparent transparent white;
    border-left: 12px solid white; }

.chatwith .chatwith-person .chatwith-active,
.chatwith-big-person .chatwith-person .chatwith-active {
  cursor: pointer;
  line-height: 1.1em; }
  .chatwith .chatwith-person .chatwith-active .chatwith-circle,
  .chatwith-big-person .chatwith-person .chatwith-active .chatwith-circle {
    background: green; }
  .chatwith .chatwith-person .chatwith-active .chatwith-persondata .chatwith-status,
  .chatwith .chatwith-person .chatwith-active .chatwith-person-tooltip .chatwith-status,
  .chatwith-big-person .chatwith-person .chatwith-active .chatwith-persondata .chatwith-status,
  .chatwith-big-person .chatwith-person .chatwith-active .chatwith-person-tooltip .chatwith-status {
    color: green; }

.chatwith .chatwith-person.leftpos .chatwith-person-tooltip,
.chatwith-big-person .chatwith-person.leftpos .chatwith-person-tooltip {
  left: 70px;
  right: unset; }

.chatwith .chatwith-person.leftpos .chatwith-person-tooltip::after,
.chatwith-big-person .chatwith-person.leftpos .chatwith-person-tooltip::after {
  display: none; }

.chatwith .chatwith-person.leftpos .chatwith-person-tooltip::before,
.chatwith-big-person .chatwith-person.leftpos .chatwith-person-tooltip::before {
  content: ' ';
  position: absolute;
  left: -15px;
  top: 15px;
  bottom: auto;
  border: 7px solid;
  border-color: transparent white transparent transparent;
  border-right: 12px solid white; }

.chatwith .chatwith-person.fullScreenMobile,
.chatwith .chatwith-person.buttonTheme,
.chatwith-big-person .chatwith-person.fullScreenMobile,
.chatwith-big-person .chatwith-person.buttonTheme {
  border-radius: 10px;
  padding: 8px; }

.chatwith .chatwith-person.gridView .chatwith-singleperson,
.chatwith-big-person .chatwith-person.gridView .chatwith-singleperson {
  display: inherit; }
  .chatwith .chatwith-person.gridView .chatwith-singleperson .chatwith-persondata,
  .chatwith-big-person .chatwith-person.gridView .chatwith-singleperson .chatwith-persondata {
    text-align: center; }
    .chatwith .chatwith-person.gridView .chatwith-singleperson .chatwith-persondata .chatwith-post,
    .chatwith-big-person .chatwith-person.gridView .chatwith-singleperson .chatwith-persondata .chatwith-post {
      width: 78px; }
    .chatwith .chatwith-person.gridView .chatwith-singleperson .chatwith-persondata .chatwith-name,
    .chatwith-big-person .chatwith-person.gridView .chatwith-singleperson .chatwith-persondata .chatwith-name {
      font-size: 13px;
      padding: 5px 0 1px;
      width: 78px; }

.chatwith .chatwith-person.fullScreenMobile .chatwith-avatar,
.chatwith-big-person .chatwith-person.fullScreenMobile .chatwith-avatar {
  display: block; }

@media (max-width: 767px) {
  .chatwith .chatwith-person .chatwith-singleperson,
  .chatwith-big-person .chatwith-person .chatwith-singleperson {
    align-items: center;
    /* Show Online status in responsive */ }
    .chatwith .chatwith-person .chatwith-singleperson .chatwith-avatar,
    .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-avatar {
      display: flex;
      flex: 1;
      margin-right: 0.5em;
      position: relative;
      /* Hide green dot in responsive */ }
      .chatwith .chatwith-person .chatwith-singleperson .chatwith-avatar .chatwith-circle,
      .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-avatar .chatwith-circle {
        display: none;
        position: absolute;
        right: 0;
        top: 25px;
        border: 2px solid #fff; }
    .chatwith .chatwith-person .chatwith-singleperson .chatwith-post,
    .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-post {
      font-size: 11px;
      width: 120px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .chatwith .chatwith-person .chatwith-singleperson .chatwith-name,
    .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-name {
      font-weight: bold;
      font-size: 14px;
      padding: 3px 0;
      line-height: 1.1em; }
    .chatwith .chatwith-person .chatwith-singleperson .chatwith-status,
    .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-status {
      display: block; }
  .chatwith .chatwith-person .chatwith-inactive .chatwith-avatar .chatwith-avatar-pic,
  .chatwith-big-person .chatwith-person .chatwith-inactive .chatwith-avatar .chatwith-avatar-pic {
    filter: grayscale(100%); }
  .chatwith .fullScreenMobile.chatwith-person .chatwith-avatar img,
  .chatwith-big-person .fullScreenMobile.chatwith-person .chatwith-avatar img {
    float: right; }
  .chatwith .fullScreenMobile.chatwith-person .chatwith-post,
  .chatwith-big-person .fullScreenMobile.chatwith-person .chatwith-post {
    margin-top: 8px;
    margin-bottom: 2px; }
  .chatwith .fullScreenMobile.chatwith-person .chatwith-name,
  .chatwith-big-person .fullScreenMobile.chatwith-person .chatwith-name {
    width: 200px;
    font-size: 21px;
    padding-top: 5px;
    padding-left: 5px; } }

.chatwith .chatwith-person-wrapper .chatwith-person .chatwith-singleperson .chatwith-persondata,
.chatwith-big-person .chatwith-person-wrapper .chatwith-person .chatwith-singleperson .chatwith-persondata {
  cursor: default; }

.chatwith.noHeader .chatwith-person-wrapper .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-name,
.chatwith.noHeader .chatwith-person-wrapper .chatwith-person .chatwith-singleperson .chatwith-persondata .chatwith-post {
  color: var(--fgColor); }

.chatwithrtl .chatwith .chatwith-person .chatwith-singleperson .chatwith-persondata,
.chatwithrtl .chatwith-big-person .chatwith-person .chatwith-singleperson .chatwith-persondata {
  text-align: right; }

.chatwith .question-form-container,
.chatwith-big-person .question-form-container {
  overflow-y: auto;
  max-height: 320px;
  padding: 0 10px 0 10px;
  background: white;
  border-radius: 5px; }
  .chatwith .question-form-container .question-form-question,
  .chatwith-big-person .question-form-container .question-form-question {
    color: #444847;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 16px 0 3px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px; }
  .chatwith .question-form-container .question-form-agents,
  .chatwith-big-person .question-form-container .question-form-agents {
    background: #fff;
    border: #dbd8d8 2px solid;
    color: #444847;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 8px 8px 8px 20px;
    border-radius: 10px;
    cursor: pointer;
    overflow-wrap: anywhere; }
    .chatwith .question-form-container .question-form-agents .question-form-agent,
    .chatwith-big-person .question-form-container .question-form-agents .question-form-agent {
      margin: 5px;
      text-decoration: underline; }

.chatwith .question-form-container.fullScreenMobile,
.chatwith-big-person .question-form-container.fullScreenMobile {
  max-height: unset; }
  .chatwith .question-form-container.fullScreenMobile .question-form-agents,
  .chatwith-big-person .question-form-container.fullScreenMobile .question-form-agents {
    min-height: 40px;
    align-items: center;
    display: flex; }

.chatwith .chatwith-videobubble,
.chatwith-big-person .chatwith-videobubble {
  position: relative;
  justify-content: center;
  display: flex;
  border-radius: 150px;
  top: -10px;
  left: -10px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
          mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  cursor: pointer;
  transform: translate(-10%, -10%);
  transition: 0.3s all ease-in-out;
  margin-top: 50px; }
  .chatwith .chatwith-videobubble video,
  .chatwith .chatwith-videobubble img,
  .chatwith-big-person .chatwith-videobubble video,
  .chatwith-big-person .chatwith-videobubble img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover; }

.chatwith .chatwith-videobubble:hover,
.chatwith-big-person .chatwith-videobubble:hover {
  transform: scale(1.1) translate(-10px, -10px); }

.chatwith .chatwith-welcome-back .welcome-back-msg,
.chatwith-big-person .chatwith-welcome-back .welcome-back-msg {
  box-sizing: border-box;
  min-width: 200px;
  max-width: 260px;
  padding: 10px 12px;
  margin: 10px;
  border-radius: 6px;
  background-color: var(--color);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 14px;
  color: var(--fgColor); }

.chatwith .chatwith-welcome-back .chatwith-closer,
.chatwith-big-person .chatwith-welcome-back .chatwith-closer {
  width: 22px;
  height: 22px;
  padding-top: 2px;
  padding-left: 2px;
  margin-bottom: 8px;
  float: right;
  cursor: pointer;
  background-color: var(--color);
  box-sizing: content-box; }
  .chatwith .chatwith-welcome-back .chatwith-closer svg,
  .chatwith-big-person .chatwith-welcome-back .chatwith-closer svg {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    right: unset;
    top: 0; }
    .chatwith .chatwith-welcome-back .chatwith-closer svg path,
    .chatwith-big-person .chatwith-welcome-back .chatwith-closer svg path {
      fill: #fff; }

.chatwith .chatwith-header,
.chatwith-big-person .chatwith-header {
  position: relative;
  padding: 15px 35px 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
        background: #125f53;
        color: white; 
      
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
      
      
      
      }
  .chatwith .chatwith-header .close-chatwith,
  .chatwith-big-person .chatwith-header .close-chatwith {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 1000; }
    .chatwith .chatwith-header .close-chatwith svg,
    .chatwith-big-person .chatwith-header .close-chatwith svg {
      width: 25px;
      height: 25px; }
  .chatwith .chatwith-header .profile-img,
  .chatwith-big-person .chatwith-header .profile-img {
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 200px;
    background: white;
    -o-object-fit: cover;
       object-fit: cover; }
  .chatwith .chatwith-header .squareLogo .profile-img,
  .chatwith-big-person .chatwith-header .squareLogo .profile-img {
    border-radius: 0 !important; }
  .chatwith .chatwith-header .chatwith-intro,
  .chatwith-big-person .chatwith-header .chatwith-intro {
    text-align: center;
    color: var(--fgColor);
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    box-shadow: none;
    line-height: 16px;
    margin-top: 4px;
    z-index: 999;
    cursor: default; }

@media (max-width: 767px) {
  .chatwith .chatwith-header,
  .chatwith-big-person .chatwith-header {
    padding: 15px; }
    .chatwith .chatwith-header .close-chatwith,
    .chatwith-big-person .chatwith-header .close-chatwith {
      width: 18px;
      height: 18px; }
      .chatwith .chatwith-header .close-chatwith svg,
      .chatwith-big-person .chatwith-header .close-chatwith svg {
        width: 18px;
        height: 18px; }
    .chatwith .chatwith-header .okewa-avatar,
    .chatwith-big-person .chatwith-header .okewa-avatar {
      border-color: var(--color);
      z-index: 999; }
      .chatwith .chatwith-header .okewa-avatar .profile-img,
      .chatwith-big-person .chatwith-header .okewa-avatar .profile-img {
        width: 36px;
        height: 36px;
        min-height: 36px;
        min-width: 36px; }
    .chatwith .chatwith-header .chatwith-intro,
    .chatwith-big-person .chatwith-header .chatwith-intro {
      text-align: center;
      margin: 0.5em 0;
      font-weight: normal;
      width: 100%; }
      .chatwith .chatwith-header .chatwith-intro .chatwith-intro,
      .chatwith-big-person .chatwith-header .chatwith-intro .chatwith-intro {
        padding: 0 !important;
        margin: 0 0 10px; }
  .chatwith .fullScreenMobile.chatwith-header .profile-img,
  .chatwith-big-person .fullScreenMobile.chatwith-header .profile-img {
    width: 60px;
    height: 60px; }
  .chatwith .fullScreenMobile.chatwith-header .chatwith-intro,
  .chatwith-big-person .fullScreenMobile.chatwith-header .chatwith-intro {
    font-size: 18px; } }

.chatwith-big-person .chatwith-header {
  width: 100%;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em; }

.chatwith .chatwith-notification,
.chatwithbigperson .chatwith-notification {
  box-sizing: border-box;
  width: 290px;
  padding: 10px 12px;
  margin: 10px;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0 0 10px rgba(14, 9, 9, 0.3);
  text-align: center;
  color: black;
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: flex;
  z-index: 200000;
  cursor: default; }
  .chatwith .chatwith-notification .close-chatwith,
  .chatwithbigperson .chatwith-notification .close-chatwith {
    top: 4px;
    width: 22px;
    height: 22px;
    padding-top: 2px;
    padding-left: 2px;
    margin-bottom: 8px;
    float: right;
    cursor: pointer;
    position: absolute;
    left: 267px; }
    .chatwith .chatwith-notification .close-chatwith svg,
    .chatwithbigperson .chatwith-notification .close-chatwith svg {
      width: 15px;
      height: 15px;
      display: block; }
  .chatwith .chatwith-notification .chatwith-notification-icon,
  .chatwithbigperson .chatwith-notification .chatwith-notification-icon {
    display: flex;
    align-items: center; }
    .chatwith .chatwith-notification .chatwith-notification-icon img,
    .chatwithbigperson .chatwith-notification .chatwith-notification-icon img {
      width: 50px;
      height: 50px; }
  .chatwith .chatwith-notification .chatwith-notification-wrapper,
  .chatwithbigperson .chatwith-notification .chatwith-notification-wrapper {
    font-weight: normal;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    padding-left: 10px; }
    .chatwith .chatwith-notification .chatwith-notification-wrapper .chatwith-notification-title,
    .chatwithbigperson .chatwith-notification .chatwith-notification-wrapper .chatwith-notification-title {
      font-weight: bold;
      padding-right: 10px;
      padding-bottom: 3px;
      color: black; }
    .chatwith .chatwith-notification .chatwith-notification-wrapper .chatwith-notification-description,
    .chatwithbigperson .chatwith-notification .chatwith-notification-wrapper .chatwith-notification-description {
      font-size: 13px;
      line-height: 20px;
      color: black; }

.chatwith .chatwith-notification.positionRight,
.chatwithbigperson .chatwith-notification.positionRight {
  right: 0px;
  left: unset; }

div.chatwith-booking {
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  position: absolute;
  width: 800px;
  height: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-flow: row;
  border: 1px solid #E8E8E8 !important;
  border-radius: 8px;
  z-index: 100000;
  color: black;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll; }
  div.chatwith-booking .chatwith-booking-info {
    width: 350px;
    margin-left: 30px;
    border-right: 1px solid #E8E8E8; }
    div.chatwith-booking .chatwith-booking-info .chatwith-booking-back {
      margin-top: 30px;
      margin-bottom: 10px;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #eef5ff;
      border-radius: 100%; }
    div.chatwith-booking .chatwith-booking-info .chatwith-booking-back:hover {
      background: #eef5ff;
      cursor: pointer; }
    div.chatwith-booking .chatwith-booking-info .chatwith-booking-name {
      color: #737373;
      font-size: 16px;
      margin: 0 10px;
      text-align: left; }
    div.chatwith-booking .chatwith-booking-info .chatwith-booking-title {
      font-weight: 600;
      font-size: 28px;
      margin: 10px 10px 0 10px;
      text-align: left;
      color: black; }
    div.chatwith-booking .chatwith-booking-info .chatwith-booking-desc {
      margin-top: 50px;
      line-height: 1.6; }
  div.chatwith-booking .chatwith-booking-content {
    border-radius: 10px;
    width: 450px;
    margin-left: 40px; }
    div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar {
      /* Month header */
      /* Month list */
      /* Previous button inside month header */
      /* Next button */
      /* Weekdays (Mon-Sun) */
      /* Days (1-31) */ }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .chatwith-booking-calendar-title {
        font-size: 19px;
        margin-top: 40px;
        font-weight: 600;
        margin-bottom: 20px;
        color: black;
        text-align: center; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .month {
        border-top-right-radius: 8px; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days {
        border-bottom-right-radius: 10px; }
        div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days .today-point span {
          color: #777; }
        div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days .today-point div {
          width: 6px;
          height: 6px;
          background-color: #777;
          border-radius: 100%;
          margin: auto;
          position: absolute;
          margin-left: 9px; }
        div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days .today-point.active span {
          color: var(--color); }
        div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days .today-point.active div {
          background-color: var(--color); }
        div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days .today-point.selected span {
          color: white; }
        div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days .today-point.selected div {
          background-color: white; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar ul {
        list-style-type: none;
        width: auto;
        text-transform: none; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .month {
        width: auto;
        text-align: center;
        width: 350px; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .month ul {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-around; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .month ul li {
        font-size: 16px;
        color: black; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .month .prev {
        cursor: pointer; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .month .next {
        cursor: pointer; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays {
        margin: 0;
        padding: 30px 0 0;
        display: flex;
        justify-content: flex-start; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays li {
        display: inline-block;
        width: 40px;
        color: black;
        text-align: center;
        font-size: 12px;
        margin-left: 10px; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days {
        padding: 10px 0;
        margin: 0;
        width: 350px; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days li {
        list-style-type: none;
        display: inline-block;
        padding: 10px 8px;
        text-align: center;
        margin-bottom: 5px;
        font-size: 16px;
        color: #777;
        border-radius: 100%;
        cursor: default;
        width: 24px;
        margin-left: 10px;
        height: 18px;
        vertical-align: middle;
        line-height: normal;
        box-sizing: content-box;
        font-family: Arial; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days li.active {
        background: #EEF5FF;
        color: var(--color) !important;
        font-weight: 700;
        cursor: pointer; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days li.selected {
        color: #EEF5FF !important;
        background: var(--color) !important; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days li.last-booking-day {
        background: #fbe5cd !important;
        color: #fe9a06 !important; }
        div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days li.last-booking-day span {
          color: #fe9a06 !important; }
        div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days li.last-booking-day div {
          background: #fe9a06 !important; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .calendar-legend {
        display: flex;
        gap: 5px;
        margin: -10px 3px 10px;
        align-items: center;
        align-self: flex-start; }
        div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .calendar-legend .calendar-legend-bullet {
          background: #fe9a06 !important;
          width: 10px;
          height: 10px;
          border-radius: 100%; }
        div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .calendar-legend .calendar-legend-text {
          font-size: 14px; }
  div.chatwith-booking .chatwith-booking-scheduler {
    width: 280px; }
    div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-scheduler-heading {
      color: grey;
      font-size: 17px;
      margin-top: 80px;
      margin-bottom: 30px;
      text-align: left; }
    div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times {
      max-height: unset;
      overflow: auto; }
      div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time {
        width: 220px;
        text-align: center;
        border: 1px solid var(--color);
        border-radius: 5px;
        color: var(--color);
        font-weight: 800;
        margin-bottom: 10px;
        cursor: pointer;
        height: 52px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center; }
        div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time div {
          color: var(--color);
          font-size: 16px; }
          div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time div b {
            font-size: 12px;
            color: #D3D3D3; }
      div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time:hover {
        border: 3px solid var(--color); }
      div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time-wrapper {
        width: 220px;
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer;
        display: flex;
        justify-content: flex-start;
        color: white; }
        div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time-wrapper .chatwith-booking-time-selected {
          background: #666;
          padding: 17px;
          border-radius: 5px;
          width: 77px;
          margin-right: 6px;
          box-sizing: content-box;
          line-height: normal; }
          div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time-wrapper .chatwith-booking-time-selected div {
            font-size: 16px;
            color: white; }
        div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time-wrapper .chatwith-booking-time-confirm {
          background: var(--color);
          padding: 17px;
          border-radius: 5px;
          width: 77px;
          box-sizing: content-box;
          line-height: normal;
          font-size: 16px;
          color: white; }
    div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-gmt {
      font-size: 14px;
      font-weight: 600;
      text-align: center;
      color: #D3D3D3;
      margin-bottom: 5px; }
    div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times::-webkit-scrollbar {
      width: 10px; }
    div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times::-webkit-scrollbar-thumb {
      background: #5d5c5c;
      border-radius: 5px; }
  div.chatwith-booking .chatwith-booking-form {
    text-align: left; }
    div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-title {
      font-size: 16px;
      font-weight: 600;
      color: black;
      margin: 20px 40px; }
    div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-desc {
      margin-top: -20px;
      font-size: 16px; }
    div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-label {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px;
      margin-top: 10px;
      color: black; }
      div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-label p {
        font-size: 14px; }
    div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-input {
      width: 100%; }
      div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-input input,
      div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-input select {
        padding: 10px 14px;
        border-radius: 8px;
        font-size: 16px;
        border: 1px solid #B2B2B2;
        height: 45px;
        width: 100%;
        font-family: Arial;
        background: white; }
      div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-input input[type="checkbox"] {
        width: auto;
        height: inherit;
        min-height: unset;
        outline: unset;
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
        opacity: 1;
        z-index: auto;
        margin: 0; }
      div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-input label {
        padding-bottom: 0 !important;
        margin-bottom: 0.25em;
        color: #5c5b5b;
        display: flex;
        flex-direction: row;
        align-items: center; }
        div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-input label p {
          margin: 0 !important;
          margin-left: 5px !important;
          cursor: pointer;
          font-weight: 500;
          font-size: 16px !important;
          background: white;
          box-shadow: none;
          color: #5c5b5b !important;
          padding: 0;
          border: 0;
          line-height: inherit;
          text-transform: none; }
    div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-input > input {
      box-sizing: border-box; }
    div.chatwith-booking .chatwith-booking-form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #c2bdbd !important;
      font-style: normal;
      font-size: 16px; }
    div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-btn-container {
      position: sticky;
      width: 100%;
      bottom: 0;
      background: white; }
    div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-btn {
      margin-top: 20px;
      padding: 15px 20px;
      color: white !important;
      border-radius: 30px;
      background: var(--color);
      border: 0px;
      font-size: 16px;
      cursor: pointer;
      font-weight: 600;
      width: 100%;
      line-height: normal;
      letter-spacing: normal;
      text-transform: none;
      height: inherit;
      box-shadow: none;
      font-family: Arial; }
    div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-btn:hover {
      box-shadow: none; }
    div.chatwith-booking .chatwith-booking-form .chatwith-form-sent-message {
      text-align: center;
      padding: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
      background: var(--color);
      color: var(--fgColor);
      border-radius: 5px;
      font-size: 16px;
      line-height: normal; }
  div.chatwith-booking .chatwith-booking-confirm-wrapper {
    border-radius: 10px;
    margin: 10px auto;
    text-align: center; }
    div.chatwith-booking .chatwith-booking-confirm-wrapper .chatwith-booking-form {
      text-align: center; }
      div.chatwith-booking .chatwith-booking-confirm-wrapper .chatwith-booking-form .chatwith-booking-form-desc {
        color: gray;
        margin: -20px 10px 5px;
        font-size: 16px;
        line-height: normal; }
      div.chatwith-booking .chatwith-booking-confirm-wrapper .chatwith-booking-form .chatwith-booking-event {
        margin-top: 20px;
        text-align: left;
        font-weight: 800;
        margin-bottom: 10px;
        display: flex; }
        div.chatwith-booking .chatwith-booking-confirm-wrapper .chatwith-booking-form .chatwith-booking-event i {
          width: 20px;
          background: var(--color);
          border-radius: 100%;
          margin-right: 10px; }
      div.chatwith-booking .chatwith-booking-confirm-wrapper .chatwith-booking-form .chatwith-booking-event-desc {
        text-align: left;
        color: grey;
        display: flex;
        line-height: normal;
        justify-content: center; }
        div.chatwith-booking .chatwith-booking-confirm-wrapper .chatwith-booking-form .chatwith-booking-event-desc i {
          width: 20px; }
        div.chatwith-booking .chatwith-booking-confirm-wrapper .chatwith-booking-form .chatwith-booking-event-desc .mi {
          font-size: 18px; }
        div.chatwith-booking .chatwith-booking-confirm-wrapper .chatwith-booking-form .chatwith-booking-event-desc div {
          font-size: 16px;
          color: grey; }

.chatwithbigperson div.chatwith-booking {
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  position: relative;
  height: 100%;
  transform: none;
  border: 0 !important;
  border-radius: 0;
  z-index: 100000;
  color: black;
  flex-direction: column;
  left: 0;
  margin-bottom: 20px; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-info {
    border: 0;
    width: 100%;
    text-align: center;
    margin: 0; }
    .chatwithbigperson div.chatwith-booking .chatwith-booking-info .chatwith-booking-name {
      text-align: center; }
    .chatwithbigperson div.chatwith-booking .chatwith-booking-info .chatwith-booking-title {
      text-align: center; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-content {
    width: 100%;
    margin: 0; }
    .chatwithbigperson div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .chatwithbigperson div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays,
      .chatwithbigperson div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days {
        width: 350px; }
      .chatwithbigperson div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .chatwith-booking-calendar-title {
        margin-top: 20px; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-scheduler {
    width: 100%; }
    .chatwithbigperson div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-scheduler-heading {
      margin: 20px 45px;
      text-align: center; }
    .chatwithbigperson div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-scheduler-title {
      font-size: 19px;
      font-weight: 600;
      text-align: center;
      margin-top: 0px;
      margin-bottom: 20px;
      color: black; }
    .chatwithbigperson div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time-wrapper,
    .chatwithbigperson div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time {
      margin: 0 auto 10px; }
    .chatwithbigperson div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-gmt {
      margin-bottom: 0;
      margin-top: 5px; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-back {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eef5ff;
    border-radius: 100%;
    position: absolute; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-back:hover {
    background: #eef5ff;
    cursor: pointer; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-title {
    text-align: center; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-form .chatwith-booking-back {
    left: 0px;
    top: 0px; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-times::-webkit-scrollbar {
    width: 0; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-confirm-wrapper .chatwith-booking-form-title {
    margin: 20px 0 35px; }

.chatwith-content div.chatwith-booking {
  position: relative;
  width: 100% !important;
  flex-direction: column;
  height: 100%;
  transform: none;
  left: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden; }
  .chatwith-content div.chatwith-booking .chatwith-closer {
    right: 5px; }
  .chatwith-content div.chatwith-booking .chatwith-booking-info {
    border: 0;
    width: 100%;
    text-align: center;
    margin: 0; }
    .chatwith-content div.chatwith-booking .chatwith-booking-info .chatwith-booking-name {
      text-align: center;
      word-break: break-all; }
    .chatwith-content div.chatwith-booking .chatwith-booking-info .chatwith-booking-title {
      text-align: center;
      overflow: hidden;
      font-size: 20px; }
  .chatwith-content div.chatwith-booking .chatwith-booking-content {
    width: 234px;
    margin: auto; }
    .chatwith-content div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .chatwith-booking-calendar-title {
      margin-top: 10px;
      margin-bottom: 10px; }
    .chatwith-content div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .month {
      width: 100%; }
    .chatwith-content div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays {
      padding: 10px 0 0;
      width: auto; }
      .chatwith-content div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays li {
        margin-left: 1px; }
    .chatwith-content div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days {
      width: 100%; }
      .chatwith-content div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days li {
        padding: 6px 4px;
        width: 23px;
        margin-left: 2px; }
  .chatwith-content div.chatwith-booking .chatwith-booking-scheduler {
    width: 100%; }
    .chatwith-content div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-scheduler-heading {
      margin: 20px 30px 20px 50px;
      text-align: center; }
    .chatwith-content div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-scheduler-title {
      font-size: 19px;
      font-weight: 600;
      text-align: center;
      color: black;
      margin: 0 10px 20px 10px; }
    .chatwith-content div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time,
    .chatwith-content div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time-wrapper {
      margin: 0 auto 10px; }
  .chatwith-content div.chatwith-booking .chatwith-booking-confirm-wrapper {
    width: 99%;
    height: 160px; }
    .chatwith-content div.chatwith-booking .chatwith-booking-confirm-wrapper .chatwith-booking-form .chatwith-booking-event-desc div {
      font-size: 14px; }
    .chatwith-content div.chatwith-booking .chatwith-booking-confirm-wrapper .chatwith-booking-form-desc {
      margin-top: -6px; }
    .chatwith-content div.chatwith-booking .chatwith-booking-confirm-wrapper .chatwith-booking-form-title {
      margin: 20px 0 15px; }
  .chatwith-content div.chatwith-booking .chatwith-booking-back {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eef5ff;
    border-radius: 100%;
    position: absolute; }
  .chatwith-content div.chatwith-booking .chatwith-booking-back:hover {
    background: #eef5ff;
    cursor: pointer; }
  .chatwith-content div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-title {
    text-align: center; }
  .chatwith-content div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-input {
    width: auto; }
  .chatwith-content div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-btn {
    width: 233px;
    margin-bottom: 10px; }
  .chatwith-content div.chatwith-booking .chatwith-booking-form .chatwith-booking-back {
    top: 0px; }
  .chatwith-content div.chatwith-booking .chatwith-booking-times::-webkit-scrollbar {
    width: 0; }

.chatwith-content div.chatwith-booking::-webkit-scrollbar {
  width: 10px; }

.chatwith-content div.chatwith-booking::-webkit-scrollbar-thumb {
  background: #5d5c5c;
  border-radius: 5px; }

.popupMode .chatwith-content div.chatwith-booking .chatwith-booking-content {
  width: 90%; }

.popupMode .chatwith-content div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar {
  width: 234px;
  margin: auto; }

.popupMode .chatwith-content div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-btn {
  width: 100%; }

.fullScreenMobile div.chatwith-booking {
  height: -moz-max-content;
  height: max-content; }
  .fullScreenMobile div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar {
    height: calc(100vh - 258px); }
    .fullScreenMobile div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .chatwith-booking-calendar-title {
      margin-bottom: 20px; }
    .fullScreenMobile div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays {
      width: 320px;
      margin: auto;
      margin-top: 20px; }
      .fullScreenMobile div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays li {
        margin-left: 6px; }
    .fullScreenMobile div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days {
      width: 320px;
      margin: auto; }
      .fullScreenMobile div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days li {
        padding: 10px 7px;
        width: 23px;
        margin-left: 8px; }
  .fullScreenMobile div.chatwith-booking .chatwith-booking-confirm-wrapper {
    height: calc(100vh - 162px); }
  .fullScreenMobile div.chatwith-booking .chatwith-booking-scheduler {
    min-height: calc(100vh - 162px); }

.fullScreenMobile .chatwith-content div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-btn {
  width: 100%; }

.fullScreenMobile .chatwith-content div.chatwith-booking .chatwith-booking-content {
  width: 100%; }
  .fullScreenMobile .chatwith-content div.chatwith-booking .chatwith-booking-content .chatwith-booking-form {
    padding: 0 20px; }

@media only screen and (max-width: 420px) {
  div.chatwith-booking {
    width: 100% !important;
    flex-direction: column;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    border-radius: 0; }
    div.chatwith-booking .chatwith-booking-back {
      margin-top: 24px;
      margin-bottom: 10px;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #eef5ff;
      border-radius: 100%;
      position: absolute;
      left: 10px; }
    div.chatwith-booking .chatwith-booking-info {
      text-align: center;
      width: 100%;
      margin-left: 0; }
    div.chatwith-booking .chatwith-booking-content {
      width: 100%;
      margin: 0 auto; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .chatwith-booking-calendar-title {
        text-align: center;
        color: black; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .month {
        width: 100%;
        color: black; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays li {
        margin-left: 5px;
        color: black; }
      div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days li {
        margin-left: 5px; }
    div.chatwith-booking .chatwith-booking-scheduler {
      margin: 0 auto;
      width: 300px; }
      div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-scheduler-heading {
        text-align: center;
        margin-top: 40px; }
      div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-scheduler-title {
        font-size: 19px;
        font-weight: 600;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
        color: black; }
      div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times {
        max-height: unset; }
        div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time {
          margin: auto;
          margin-bottom: 10px; }
        div.chatwith-booking .chatwith-booking-scheduler .chatwith-booking-times .chatwith-booking-time-wrapper {
          width: 220px;
          margin: auto;
          margin-bottom: 10px; }
    div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-title {
      text-align: center;
      margin-bottom: 30px; }
    div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-btn {
      width: 100%; }
    div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-input {
      width: 100%; }
    div.chatwith-booking .chatwith-booking-confirm-wrapper {
      margin: 0 auto; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays,
  .chatwithbigperson div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days {
    width: 320px; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-scheduler {
    width: 300px; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-back {
    left: 0px; } }

@media only screen and (max-width: 359px) {
  div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays {
    width: 280px; }
    div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays li {
      margin-left: 0px; }
  div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days {
    width: 280px; }
    div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days li {
      margin-left: 0px; }
  div.chatwith-booking .chatwith-booking-form .chatwith-booking-form-btn {
    padding: 15px 10px; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays {
    width: 270px; }
  .chatwithbigperson div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days {
    width: 270px; }
    .chatwithbigperson div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days li {
      padding: 10px 7px; }
  .fullScreenMobile div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .weekdays {
    width: 270px; }
  .fullScreenMobile div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days {
    width: 270px; }
    .fullScreenMobile div.chatwith-booking .chatwith-booking-content .chatwith-booking-calendar .days li {
      padding: 10px 3px;
      margin-left: 9px; } }

.skeleton-calendar {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%, black 75%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 25%, black 75%, transparent 100%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-mask-repeat: repeat;
          mask-repeat: repeat;
  -webkit-mask-position: 50% top;
          mask-position: 50% top;
  animation: skeleton-effect-wave 1s infinite; }
  .skeleton-calendar .month-box {
    width: 80px;
    background: #e3e3e3;
    border-radius: 3px; }

@keyframes skeleton-effect-wave {
  0% {
    -webkit-mask-position: 50% top;
            mask-position: 50% top; }
  100% {
    -webkit-mask-position: -150% top;
            mask-position: -150% top; } }

.chatwith-big-person {
  position: relative;
  padding: 0 1em;
  box-sizing: border-box;
  margin-bottom: 2em;
  flex-grow: 1;
  /* display: flex; */
  justify-content: center;
  font-family: Arial;
  font-weight: normal;
  font-size: 16px;
  min-width: 450px;
  line-height: normal; }
  .chatwith-big-person .singleperson {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 1.25em 1.25em 20px;
    border-radius: 0.5em;
    display: flex;
    max-width: 450px;
    align-items: center;
    flex-flow: wrap row;
    /* min-height: calc(100% - 4em); */
    position: relative;
    /* height: 100%; */
    margin: auto;
    justify-content: center; }
    .chatwith-big-person .singleperson .avatar {
      width: 120px;
      position: relative;
      margin: 20px auto 0px; }
      .chatwith-big-person .singleperson .avatar .image-wrapper {
        display: flex;
        width: 100px;
        height: 100px;
        overflow: hidden;
        position: relative;
        justify-content: center;
        align-items: center;
        flex-flow: wrap column;
        border-radius: 50%;
        margin-bottom: 0.5em;
        border: 1px solid #eee; }
        .chatwith-big-person .singleperson .avatar .image-wrapper .avatar-pic {
          max-height: 100%; }
    .chatwith-big-person .singleperson .chatwith-big-person-persondata {
      width: 100%;
      box-sizing: border-box;
      text-align: center; }
      .chatwith-big-person .singleperson .chatwith-big-person-persondata .chatwith-big-person-message {
        padding: 0 0 10px;
        font-size: 16px;
        color: black; }
      .chatwith-big-person .singleperson .chatwith-big-person-persondata .chatwith-big-person-post {
        color: black; }
      .chatwith-big-person .singleperson .chatwith-big-person-persondata .chatwith-big-person-name {
        font-size: 1.25em;
        color: black; }
        .chatwith-big-person .singleperson .chatwith-big-person-persondata .chatwith-big-person-name strong {
          color: black;
          font-weight: 700; }
      .chatwith-big-person .singleperson .chatwith-big-person-persondata .chatwith-chatform-progress {
        width: 95%;
        margin: 10px auto 0 auto;
        height: 10px;
        border-radius: 5px;
        overflow: hidden;
        background-color: #efefef; }
        .chatwith-big-person .singleperson .chatwith-big-person-persondata .chatwith-chatform-progress .chatwith-chatform-progress-bar {
          height: 100%;
          width: 0;
          background-color: var(--color);
          transition: width 1s ease-in-out; }
  .chatwith-big-person .singleperson,
  .chatwith-big-person .chat-container {
    background: #fff; }
  .chatwith-big-person .singleperson.inactive .avatar .image-wrapper .avatar-pic {
    filter: grayscale(100%); }
  .chatwith-big-person .modal textarea {
    width: 100%; }
  .chatwith-big-person .widget-button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0.5em 0 1.3em;
    background: transparent; }
    .chatwith-big-person .widget-button-wrapper a {
      border: none; }
  .chatwith-big-person .copy-widget-wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5em 0.75em;
    border-top-left-radius: 0.75em;
    border-bottom-right-radius: 0.5em;
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.05);
    background: #00bcbe; }
  .chatwith-big-person .timetable {
    position: absolute;
    bottom: -15px;
    left: 0;
    color: #fff;
    background-color: #aaa;
    padding: 0.5em 0.75em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    right: 0;
    text-align: center; }
    .chatwith-big-person .timetable span {
      color: #fff; }
  .chatwith-big-person .timetable span,
  .chatwith-big-person .copy-widget-wrapper span {
    /*display: flex;
        align-items: center;*/
    font-size: 0.9em;
    cursor: pointer; }
  .chatwith-big-person .timetable svg,
  .chatwith-big-person .copy-widget-wrapper svg {
    width: 1em;
    margin-right: 0.25em; }
  .chatwith-big-person .chat-container {
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 10px; }
  .chatwith-big-person .chat-container-box {
    /* width: 350px;  */
    margin: 20px auto 0; }

.chatwith-big-person.hideAvatar .avatar {
  display: none; }

.chatwith-big-person.hideAvatar .chatwith-big-person-persondata {
  margin-top: 10px; }

@media only screen and (max-width: 420px) {
  .chatwith-big-person {
    min-width: unset;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    max-width: 90vw; } }

div.chatwithbigperson > div.chatwith-big-person > div.singleperson {
  background: #fff !important; }

.chatwith-video {
  position: relative;
  justify-content: center;
  display: flex; }
  .chatwith-video .start-screen-container {
    z-index: 42;
    border-radius: 10px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
    z-index: 10000; }
    .chatwith-video .start-screen-container .pause-screen {
      z-index: 20;
      display: flex;
      justify-content: center;
      justify-items: center;
      flex-direction: column;
      align-items: center;
      cursor: pointer; }
      .chatwith-video .start-screen-container .pause-screen .start-icon {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        align-self: center;
        margin-top: 20px;
        transition: all 0.2s ease-in-out; }
    .chatwith-video .start-screen-container .pause-screen:hover > .start-icon {
      transform: scale(1.1); }
    .chatwith-video .start-screen-container .enter-transition {
      visibility: visible;
      opacity: 1;
      transform: scale(1);
      transition: all 250ms; }
  .chatwith-video video {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 225px;
    height: 400px;
    border-radius: var(--rounding); }
  .chatwith-video .chatwith-video-controls {
    width: 100%;
    transition: opacity 1s;
    display: flex;
    margin: 30px 20px;
    z-index: 999; }
    .chatwith-video .chatwith-video-controls svg:first-child,
    .chatwith-video .chatwith-video-controls svg:last-child {
      padding-left: 10px;
      cursor: pointer; }
  .chatwith-video .chatwith-video-info {
    width: 100%;
    text-align: right; }
    .chatwith-video .chatwith-video-info span {
      padding: 0.2em 0.5em;
      color: white;
      font-size: 0.8em;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .chatwith-video .chatwith-video-info progress {
      width: 100%;
      height: 8px; }
    .chatwith-video .chatwith-video-info progress::-webkit-progress-bar {
      background-color: rgba(0, 0, 0, 0.2); }
    .chatwith-video .chatwith-video-info progress::-webkit-progress-value {
      background-color: rgba(255, 255, 255, 0.6); }
  .chatwith-video .chatwith-volume-show {
    display: block; }
  .chatwith-video .chatwith-volume-hide {
    display: none; }
  .chatwith-video .chatwith-video-close {
    top: -12px;
    z-index: 999;
    position: absolute;
    cursor: pointer;
    transition: opacity 1s; }
  .chatwith-video .chatwith-video-closebutton {
    top: 320px;
    z-index: 99999;
    position: absolute;
    transition: opacity 1s; }
    .chatwith-video .chatwith-video-closebutton button {
      width: 100%;
      text-align: center;
      padding: 13px;
      box-sizing: border-box;
      border-radius: 5px;
      margin-bottom: 10px;
      border: none;
      font-size: 16px;
      cursor: pointer;
      opacity: 0;
      animation: closebutton 1s 2s forwards;
      background: var(--color);
      color: var(--fgColor); }

.fullScreenMobile.chatwith-video {
  width: 100%;
  height: 100%; }
  .fullScreenMobile.chatwith-video video {
    width: 100%;
    height: 100%; }
  .fullScreenMobile.chatwith-video .chatwith-video-controls {
    width: 100%;
    height: 100%; }
  .fullScreenMobile.chatwith-video .chatwith-video-closebutton {
    top: unset;
    bottom: 80px; }
  .fullScreenMobile.chatwith-video .start-screen-container {
    height: 100%; }

@keyframes closebutton {
  to {
    opacity: 1; } }

.flatpickr-calendar.open {
  z-index: 9999999; }

.chatwithapp * {
  margin: unset; }

.chatwithapp input,
.chatwithapp select,
.chatwithapp textarea {
  letter-spacing: 0; }

.chatwithapp input[type="text"]:focus,
.chatwithapp input[type="password"]:focus,
.chatwithapp input[type="email"]:focus,
.chatwithapp select:focus,
.chatwithapp textarea:focus {
  box-shadow: none; }

.chatwithapp .hidden {
  display: none; }

.chatwith {
  position: fixed;
  bottom: 10px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-align: initial;
  z-index: var(--zIndex);
  bottom: var(--yAxis);
  left: var(--xAxis); }
  .chatwith .chatwith-widget {
    max-width: 260px; 
  display:none;
  /*COMENTARIO EDU*/
  
  }
    .chatwith .chatwith-widget .chatwith-content-container {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
      margin-bottom: 10px;
      background: #fff;
      border-radius: 10px; }
      .chatwith .chatwith-widget .chatwith-content-container .chatwith-people-wrapper {
        background: white; }
        .chatwith .chatwith-widget .chatwith-content-container .chatwith-people-wrapper .showmore {
          width: 100%;
          margin: auto;
          color: var(--fgColor);
          font-size: 14px;
          border: none;
          border-top: 2px solid var(--color);
          background: var(--color); }
      .chatwith .chatwith-widget .chatwith-content-container .chatwith-person-wrapper {
        border-bottom: #efefef 1px solid;
        padding: 10px 5px;
        background: var(--personColor); }
      .chatwith .chatwith-widget .chatwith-content-container .chatwith-person-wrapper:last-child {
        border-bottom: #fff 1px solid; }
      .chatwith .chatwith-widget .chatwith-content-container .chatwith-content-wrapper {
        position: relative;
        height: 100%; }
      .chatwith .chatwith-widget .chatwith-content-container .chatwith-form-wrapper {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto; }
      .chatwith .chatwith-widget .chatwith-content-container .chatwith-form-wrapper::-webkit-scrollbar {
        width: 5px; }
      .chatwith .chatwith-widget .chatwith-content-container .chatwith-form-wrapper::-webkit-scrollbar-thumb {
        background: var(--color);
        border-radius: 5px; }
      .chatwith .chatwith-widget .chatwith-content-container .chatwith-footer {
        padding: 10px;
        box-sizing: border-box;
        background-color: #f9f9f9;
        border-top: 1px solid #ddd;
        text-align: center;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        position: sticky; }
      .chatwith .chatwith-widget .chatwith-content-container .chatwith-chatform-progress {
        width: 95%;
        margin: 10px auto 0 auto;
        height: 10px;
        border-radius: 5px;
        overflow: hidden;
        background-color: #efefef; }
        .chatwith .chatwith-widget .chatwith-content-container .chatwith-chatform-progress .chatwith-chatform-progress-bar {
          height: 100%;
          width: 0;
          background-color: var(--color);
          transition: width 1s ease-in-out; }
      .chatwith .chatwith-widget .chatwith-content-container .powered-by-tochatbe {
        border-top: 1px solid #efefef;
        padding-inline-end: 15px;
        padding-block-end: 3px;
        text-align: right;
        line-height: 1.1; }
        .chatwith .chatwith-widget .chatwith-content-container .powered-by-tochatbe a,
        .chatwith .chatwith-widget .chatwith-content-container .powered-by-tochatbe a:active,
        .chatwith .chatwith-widget .chatwith-content-container .powered-by-tochatbe a:visited {
          color: #29d974;
          text-decoration: none;
          font-size: 9pt; }
  .chatwith .chatwith-videosplash-wrapper {
    margin-bottom: 10px;
    background: black;
    border-radius: var(--rounding);
    margin-left: 35px;
    width: 225px;
    height: 400px; }

.chatwith.popupMode .chatwith-widget .chatwith-content-container .chatwith-content-wrapper {
  max-height: 80vh; }

.chatwith.embed {
  position: relative; }
  .chatwith.embed .chatwith-widget {
    margin: 0 auto; }
  .chatwith.embed .chatwith-videosplash-wrapper {
    margin: auto; }

.chatwith.fullScreenMobile .chatwith-widget .chatwith-content-container {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  border-radius: 0px; }
  .chatwith.fullScreenMobile .chatwith-widget .chatwith-content-container .chatwith-content-wrapper .chatwith-form-wrapper {
    max-height: unset; }

.chatwith.fullScreenMobile .chatwith-videosplash-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-left: 0px; }

.chatwith.fullScreenMobile.up {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px; }

.chatwith.rightpos {
  left: unset;
  right: var(--xAxis); }



  .chatwith.rightpos .chatwith-mainbutton-wrapper {
    text-align: right;
    
    flex-direction: row-reverse; 
  display:none;
  
  /*COMENTARIO EDU*/
  }

.chatwith-toast-message {
  text-align: center;
  margin-top: 10px;
  padding: 1rem;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

.chatwith-toast-message.cw-show {
  opacity: 1; }

.chatwith-toast-message.cw-success {
  background-color: #cef7d8;
  border: 1px solid #2ecc71;
  color: #2ecc71; }

@media only screen and (min-width: 769px) {
  .chatwith.device-M {
    display: none; } }

@media only screen and (max-width: 768px) {
  .chatwith.device-D {
    display: none; }
  .chatwith.fullScreenMobile .chatwith-widget {
    max-width: unset; }
  .chatwith.fullScreenMobile .chatwith-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
  .chatwith.fullScreenMobile .chatwith-people-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; } }

.chatwith,
.chatwith-big-person {
  /* ----------------------------------------------
* Generated by Animista on 2021-9-9 18:4:24
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
  /**
   * ----------------------------------------
   * animation scale-in-left
   * ----------------------------------------
   */
  /* ----------------------------------------------
* Generated by Animista on 2021-9-9 18:5:31
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
  /**
   * ----------------------------------------
   * animation scale-in-right
   * ----------------------------------------
   */
  /* ----------------------------------------------
* Generated by Animista on 2021-9-9 18:1:34
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
  /**
  * ----------------------------------------
  * animation scale-in-center
  * ----------------------------------------
  */
  /* ----------------------------------------------
 * Generated by Animista on 2021-1-18 10:32:11
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
  /**
     * ----------------------------------------
     * animation slide-in-right
     * ----------------------------------------
     */
  /* ----------------------------------------------
   * Generated by Animista on 2021-3-8 13:17:25
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info.
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
  /**
       * ----------------------------------------
       * animation slide-in-left
       * ----------------------------------------
       */
  /* ----------------------------------------------
 * Generated by Animista on 2021-1-18 10:40:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
  /**
     * ----------------------------------------
     * animation bounce-in-right
     * ----------------------------------------
     */
  /* ----------------------------------------------
 * Generated by Animista on 2021-3-8 13:20:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
  /**
     * ----------------------------------------
     * animation bounce-in-left
     * ----------------------------------------
     */
  /* Fade in from the right */
  /* Fade in from the left */ }
  .chatwith .chatwith-header-round,
  .chatwith-big-person .chatwith-header-round {
    border-bottom: 30px solid;
    border-radius: 0 0 100% 100%;
    margin-top: -12px;
    border-bottom-color: var(--color); }
  .chatwith .chatwith-header-round-banner,
  .chatwith-big-person .chatwith-header-round-banner {
    border-bottom: 30px solid;
    border-radius: 0 0 100% 100%;
    position: absolute;
    width: 260px;
    margin-top: 0px;
    border-bottom-color: var(--color); }
  .chatwith .mt-65,
  .chatwith-big-person .mt-65 {
    margin-top: 65px; }
  .chatwith .m-10,
  .chatwith-big-person .m-10 {
    margin: 10px; }
  .chatwith .scale-in-left,
  .chatwith-big-person .scale-in-left {
    animation: scale-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: 1s; }

@keyframes scale-in-left {
  0% {
    transform: scale(0);
    transform-origin: 0% 50%;
    opacity: 1; }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
    opacity: 1; } }
  .chatwith .scale-in-right,
  .chatwith-big-person .scale-in-right {
    animation: scale-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes scale-in-right {
  0% {
    transform: scale(0);
    transform-origin: 100% 50%;
    opacity: 1; }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
    opacity: 1; } }
  .chatwith .scale-in-center,
  .chatwith-big-person .scale-in-center {
    animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    display: flex;
    animation-delay: 0; }

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
  .chatwith .slide-in-right,
  .chatwith-big-person .slide-in-right {
    animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .chatwith .slide-in-left,
  .chatwith-big-person .slide-in-left {
    animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
  .chatwith .bounce-in-right,
  .chatwith-big-person .bounce-in-right {
    animation: bounce-in-right 1.1s both; }
  .chatwith .bounce-in-left,
  .chatwith-big-person .bounce-in-left {
    animation: bounce-in-left 1.1s both; }

@keyframes bounce-in-right {
  0% {
    transform: translateX(600px);
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    transform: translateX(0);
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    transform: translateX(68px);
    animation-timing-function: ease-in; }
  72% {
    transform: translateX(0);
    animation-timing-function: ease-out; }
  81% {
    transform: translateX(32px);
    animation-timing-function: ease-in; }
  90% {
    transform: translateX(0);
    animation-timing-function: ease-out; }
  95% {
    transform: translateX(8px);
    animation-timing-function: ease-in; }
  100% {
    transform: translateX(0);
    animation-timing-function: ease-out; } }

@keyframes bounce-in-left {
  0% {
    transform: translateX(-600px);
    animation-timing-function: ease-in;
    opacity: 0; }
  38% {
    transform: translateX(0);
    animation-timing-function: ease-out;
    opacity: 1; }
  55% {
    transform: translateX(-68px);
    animation-timing-function: ease-in; }
  72% {
    transform: translateX(0);
    animation-timing-function: ease-out; }
  81% {
    transform: translateX(-28px);
    animation-timing-function: ease-in; }
  90% {
    transform: translateX(0);
    animation-timing-function: ease-out; }
  95% {
    transform: translateX(-8px);
    animation-timing-function: ease-in; }
  100% {
    transform: translateX(0);
    animation-timing-function: ease-out; } }
  .chatwith .fade-in-right,
  .chatwith-big-person .fade-in-right {
    opacity: 0;
    animation: fadeInRight 1s ease forwards; }

@keyframes fadeInRight {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .chatwith .fade-in-left,
  .chatwith-big-person .fade-in-left {
    opacity: 0;
    animation: fadeInLeft 1s ease forwards; }

@keyframes fadeInLeft {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.flatpickr-calendar {
  font-family: Arial, sans-serif; }

.flatpickr-confirm {
  background-color: #ccc;
  color: black;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer; }

/* -------------------------------------------------------
   Reforhaus: mantener altura fija del widget del chatbot
   y forzar scroll interno en lugar de expandir hacia arriba
   ------------------------------------------------------- */
.chatwith.rightpos.up .chatwith-widget {
  width: min(92vw, 360px);
  max-width: none;
}

.chatwith.rightpos.up .chatwith-widget .chatwith-content-container {
  width: 100% !important;
  min-width: 0 !important;
  height: 420px;
  max-height: 420px;
  display: flex;
  flex-direction: column;
}

.chatwith.rightpos.up .chatwith-widget .chatwith-content {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.chatwith.rightpos.up .chatwith-widget .chatwith-content-wrapper {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.chatwith.rightpos.up .chatwith-widget .chatwith-chat {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.chatwith.rightpos.up .chatwith-widget .chatwith-chat .chatwith-chat-panel {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
}

.chatwith.rightpos.up .chatwith-widget .chatwith-chat .chatwith-chat-messages {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(18, 95, 83, 0.55) transparent;
}

.chatwith.rightpos.up .chatwith-widget .chatwith-chat .chatwith-chat-messages::-webkit-scrollbar {
  width: 6px;
}

.chatwith.rightpos.up .chatwith-widget .chatwith-chat .chatwith-chat-messages::-webkit-scrollbar-track {
  background: transparent;
}

.chatwith.rightpos.up .chatwith-widget .chatwith-chat .chatwith-chat-messages::-webkit-scrollbar-thumb {
  background-color: rgba(18, 95, 83, 0.55);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.chatwith.rightpos.up .chatwith-widget .chatwith-chat .chatwith-chat-messages::-webkit-scrollbar-thumb:hover {
  background-color: rgba(18, 95, 83, 0.75);
}

/* Barra de progreso: asegurar color visible y transición clara */
.chatwith.rightpos.up .chatwith-widget .chatwith-chatform-progress {
  background-color: #efefef;
}

.chatwith.rightpos.up .chatwith-widget .chatwith-chatform-progress .chatwith-chatform-progress-bar {
  background-color: #125f53 !important;
  transition: width 380ms ease;
}

@media only screen and (max-width: 768px) {
  .chatwith.rightpos.up .chatwith-widget {
    width: calc(100vw - 24px);
  }
}
