.tlts-popup-login .modal-content {
  display: block;
  width: auto;
}

.livechat .row {
  margin-right: -20px;
  margin-left: -20px;
}
.livechat .row > [class^=col-],
.livechat .row .col {
  padding-left: 20px;
  padding-right: 20px;
}
.livechat .chat-container {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
}
.livechat .livechat-button {
  width: 53px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.livechat .livechat-button .livechat-icon {
  width: 100%;
  height: 100%;
  background: white;
  color: white;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(/static/theme/2024/livechat/icon_livechat.png) center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.livechat .livechat-button .livechat-icon:hover + .new_message .livechat-tooltip {
  top: -40px;
  opacity: 1;
}
.livechat .livechat-button .livechat-icon:hover + .new_message.hidden + .livechat-tooltip {
  top: -40px;
  opacity: 1;
}
.livechat .livechat-button .livechat-icon + .new_message {
  position: absolute;
  top: -2px;
  z-index: 1;
  right: -4px;
}
.livechat .livechat-button .livechat-icon + .new_message::after {
  content: "";
  background: #0066B3;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  min-width: 16px;
  width: 16px;
  right: 0;
  top: 0;
}
.livechat .livechat-button .livechat-icon + .new_message .livechat-tooltip {
  right: 8px;
}
.livechat .livechat-button.active .livechat-icon:hover + .new_message.hidden + .livechat-tooltip {
  top: -35px;
  opacity: 0;
}
.livechat .livechat-tooltip {
  transition: 0.5s;
  padding: 10px 15px;
  border-radius: var(--Screen-Radius, 5px);
  background: #000;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  right: 3px;
  top: -35px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  opacity: 0;
  pointer-events: none;
}
.livechat .livechat-icon .dot {
  width: 4px;
  height: 4px;
  background: linear-gradient(270deg, #ff8000 0%, #ec4524 100%);
  margin-right: 5px;
  border-radius: 100%;
}
.livechat .livechat-icon .dot:last-child {
  margin-right: 0;
}
.livechat .close-livechat-popup {
  float: right;
  cursor: pointer;
  width: 30px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.livechat .close-livechat-popup::after {
  content: "";
  font-size: 30px;
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.livechat .livechat-popup-content {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 350px;
  height: 550px;
  position: absolute;
  bottom: 7px;
  right: 0px;
  background: #fff;
  opacity: 0;
  transition: 0.5s all;
  z-index: -1;
  visibility: hidden;
}
.livechat .livechat-popup-content .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 16px 20px;
  background: #f9fafb;
  margin-bottom: 0;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.livechat .livechat-popup-content .time {
  color: #aaa;
  font-size: 12px;
  clear: both;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-left: 35px;
  /* margin-top: 5px; */
}
.livechat .livechat-popup-content .user {
  overflow: hidden;
}
.livechat .livechat-popup-content .user .time.retry {
  display: inline-block;
  float: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  color: #ff0000;
}
.livechat .livechat-popup-content .user .time {
  text-align: right;
}
.livechat .livechat-popup-content .date:not(:empty) {
  display: inline-block;
  margin-left: auto;
  border-radius: 19px;
  background: var(--mono-mono-45, #f2f2f2);
  padding: 5px 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  color: var(--Mono-Mono-2, #5e5c62);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
.livechat .livechat-popup-content .bottom-input {
  background: #f5f5f5;
  padding: 14px 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  width: auto;
  bottom: 10px;
  font-size: 14px;
  padding-right: 55px;
  left: 20px;
  right: 20px;
  border-radius: 26px;
}
.livechat .livechat-popup-content .bottom-input::after {
  background: #fff;
  content: "";
  position: absolute;
  top: -10px;
  height: 10px;
  left: -10px;
  right: -10px;
}
.livechat .livechat-popup-content .bottom-input input {
  background: transparent;
  border: none;
  font-size: 14px;
  width: 100%;
  line-height: 1.5;
}
.livechat .livechat-popup-content .bottom-input input:focus {
  border: none;
  outline: none;
  width: 100%;
}
.livechat .livechat-popup-content .bottom-input input:focus + button + .input_space {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 1px solid #e4e4e4;
  pointer-events: none;
  border-radius: 26px;
}
.livechat .livechat-popup-content .bottom-input button {
  width: 14px;
  height: 24px;
  background: url(/static/theme/2022/icon-orange-send.svg) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  border: none;
  right: 15px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.livechat .livechat-popup-content .bottom-input button:disabled {
  background: url(/static/theme/2022/icon-orange-send-disabled.svg) no-repeat;
  cursor: default;
}
.livechat .livechat-popup-content .content-sorry .title {
  background: none;
  border-bottom: none;
  padding: 20px;
}
.livechat .livechat-popup-content.active {
  opacity: 1;
  z-index: 9;
  visibility: visible;
  overflow: hidden;
}
.livechat .list-livechat-history {
  padding: 20px;
  height: 422px;
  overflow-y: auto;
  overflow-x: hidden;
  clear: both;
  position: relative;
}
.livechat .list-livechat-history .row-line {
  margin-bottom: 10px;
}
.livechat .list-livechat-history .row-line.vib + .row-line.vib .vib-avata {
  visibility: hidden;
}
.livechat .list-livechat-history .answer {
  padding: 10px;
  background: #f1f1f1;
  border-radius: 8px;
  margin-left: 5px;
  font-size: 14px;
  max-width: calc(100% - 65px);
  width: auto;
  float: none;
  margin-bottom: 5px;
  word-break: break-word;
  display: inline-block;
}
.livechat .list-livechat-history .answer p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 10px;
}
.livechat .list-livechat-history .answer p:last-child {
  margin-bottom: 0;
}
.livechat .list-livechat-history .answer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.livechat .list-livechat-history .answer ul li {
  list-style: none;
  line-height: 18px;
}
.livechat .list-livechat-history .answer ul li::before {
  content: "-";
  position: relative;
  margin-right: 8px;
}
.livechat .list-livechat-history .user .answer {
  padding: 10px;
  border-radius: 10px;
  margin-right: 0;
  float: right;
  background: linear-gradient(115deg, #15a2ff 2.16%, #0f82ce 98.92%);
  color: #fff;
  max-width: none;
  width: 100%;
  margin-left: 0;
}
.livechat .list-livechat-history .user .answer p {
  color: #fff;
}
.livechat .list-livechat-history .not_in_history .livechat_continous {
  padding: 5px 10px;
  background: #f1f1f1;
  width: calc(100% - 51px);
  margin-bottom: 5px;
  word-break: break-word;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #5E5C62;
  border-radius: 19px;
  margin-top: 10px;
  margin-left: 25px;
}
.livechat .list-livechat-history .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.livechat .list-livechat-history .user-avata.time.retry {
  border-radius: 50%;
  display: inline-block;
  border-radius: 50%;
  background: var(--mono-mono-45, #f2f2f2);
  padding: 0;
  margin: 0;
  position: relative;
  height: 20px;
  width: 20px;
  border: none;
}
.livechat .list-livechat-history .user-avata.time.retry:hover {
  cursor: pointer;
}
/* .livechat .list-livechat-history .user-avata.time.retry::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/static/theme/2024/livechat/icon_retry.svg) no-repeat;
  position: absolute;
  left: 3px;
  top: 3px;
  display: inline-block;
}
.livechat .list-livechat-history .user-avata.time.retry:disabled::before {
  background: url(/static/theme/2024/livechat/icon_retrydisabled.svg) no-repeat;
} */
.livechat .list-livechat-history .col_ask {
  max-width: calc(100% - 100px);
  padding-left: 5px;
  padding-right: 20px;
}
.livechat .list-livechat-history .col_retry {
  width: 20px;
}
.livechat .title-shadow {
  box-shadow: 1px 2px 3px 0px rgba(188, 188, 188, 0.35);
  position: relative;
  z-index: 1;
}
.livechat .vib-avata {
  width: 25px;
  height: 25px;
  background: white;
  color: white;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  float: left;
}
.livechat .vib-avata .dot {
  width: 2px;
  height: 2px;
  background: linear-gradient(270deg, #ff8000 0%, #ec4524 100%);
  margin-right: 2px;
  border-radius: 100%;
}
.livechat .vib-avata .livechat-icon {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: white;
  color: white;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(/static/theme/2024/livechat/icon_logo.svg) center center no-repeat;
  background-size: cover;
  z-index: 1;
}
.livechat .vib-avata .shadow {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  box-shadow: var(--drop-shadown) !important;
}
.livechat .vib-avata .shadow::before, .livechat .vib-avata .shadow::after {
  display: none;
}
.livechat .btn_like {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background: url(/static/theme/2022/like.svg) no-repeat;
  background-size: 16px;
  margin-left: 10px;
  padding: 0;
}
.livechat .btn_like:focus {
  box-shadow: none;
}
.livechat .btn_dislike {
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background: url(/static/theme/2022/like.svg) no-repeat;
  background-size: 16px;
  margin-left: 10px;
  padding: 0;
  transform: scaleY(-1);
}
.livechat .btn_dislike:focus {
  box-shadow: none;
}
.livechat .btn_like.active {
  background: url(/static/theme/2022/liked.svg) no-repeat;
}
.livechat .btn_like.active:disabled {
  background: url(/static/theme/2022/liked.svg) no-repeat !important;
}
.livechat .btn_dislike.active {
  background: url(/static/theme/2022/liked.svg) no-repeat;
}
.livechat .btn_dislike.active:disabled {
  background: url(/static/theme/2022/liked.svg) no-repeat !important;
}
.livechat .waiting-livechat {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  display: flex;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 75px;
  margin-top: 10px;
}
.livechat .vib-ellipsis {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 5px;
}
.livechat .vib-ellipsis div {
  position: absolute;
  top: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffae34;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.livechat .vib-ellipsis div:nth-child(1) {
  left: 0px;
  background: #f47920;
  animation: lds-ellipsis1 0.8s infinite;
}
.livechat .vib-ellipsis div:nth-child(2) {
  left: 0px;
  animation: lds-ellipsis2 0.8s infinite;
  background: #f47920;
}
.livechat .vib-ellipsis div:nth-child(3) {
  left: 15px;
  background: #f7941f;
  animation: lds-ellipsis2 0.8s infinite;
}
.livechat .vib-ellipsis div:nth-child(4) {
  left: 30px;
  background: #fdb814;
  animation: lds-ellipsis3 0.8s infinite;
}
.livechat .content-sorry {
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-radius: 10px;
}
.livechat .content-sorry .group-content {
  clear: both;
  padding: 0 20px;
}
.livechat .content-sorry .group-content .form-group {
  position: relative;
  margin-bottom: 15px;
}
.livechat .content-sorry .group-content .form-group:first-child {
  margin-bottom: 20px;
}
.livechat .content-sorry .group-content .form-group textarea {
  border: 1px solid #aaa;
  border-radius: 5px;
  width: 100%;
  height: 100px;
  outline: none;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
}
.livechat .content-sorry .bottom-botton {
  margin-top: 20px;
  padding: 0 20px;
}
.livechat .content-sorry .bottom-botton .new-style-link {
  font-weight: 600;
  text-decoration: underline;
}
.livechat .content-sorry .bottom-botton button {
  margin-left: 30px;
  transition: background 0.5s;
}
.livechat .content-sorry .checkbox-custom {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
.livechat .content-sorry .checkbox-custom + .label-custom {
  padding-left: 25px;
  margin: 0;
  min-height: 20px;
  padding-top: 0px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}
.livechat .content-sorry .checkbox-custom + .label-custom::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  padding: 0px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  background-color: #fff;
}
.livechat .content-sorry .checkbox-custom:checked + .label-custom::before {
  background-color: #000;
  border: 1px solid #000;
}
.livechat .content-sorry .checkbox-custom:checked + .label-custom::after {
  position: absolute;
  content: "";
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 9px;
  top: 2px;
  left: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-radius: 0;
  background-color: transparent;
}
.livechat .content-sorry textarea {
  resize: none;
}
.livechat .content-sorry.animated.slideInUpSorry {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.livechat .content-sorry.animated.slideOutDownSorry {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.livechat .content-sorry.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.livechat .slideInUpSorry {
  -webkit-animation-name: slideInUpSorry;
  animation-name: slideInUpSorry;
}
.livechat .slideOutDownSorry {
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-animation-name: slideOutDownSorry;
  animation-name: slideOutDownSorry;
}
.livechat div#livechat-popup .vib-v2-back-brand-car::before {
  content: none;
}
.livechat textarea.message-user {
  height: 100px;
}
.livechat .floating-label {
  position: relative;
}
.livechat .floating-label .floating-input {
  font-size: 16px;
  line-height: 26px;
  padding: 21px 0 0;
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0;
}
.livechat .floating-label .floating-input:hover {
  outline: none;
  border-bottom: 2px solid #000;
  padding-top: 22px;
}
.livechat .floating-label .floating-input:not(.unformat) {
  color: #000000;
}
.livechat .floating-label .floating-input:focus {
  outline: none;
  border-bottom: 2px solid #000;
  box-shadow: none;
}
.livechat .floating-label .floating-input:focus ~ label {
  font-size: 14px;
  line-height: 18px;
  top: 5px;
  transform: translateY(0);
}
.livechat .floating-label .floating-input:not(:placeholder-shown) ~ label {
  font-size: 14px;
  line-height: 18px;
  top: 5px;
  transform: translateY(0);
}
.livechat .floating-label .floating-input:disabled {
  color: #aaa;
  -webkit-text-fill-color: #aaa;
}
.livechat .floating-label .floating-input:disabled ~ label {
  color: #aaa;
}
.livechat .floating-label .floating-input:disabled:hover {
  border-bottom: 1px solid #aaa;
  padding-top: 21px;
}
.livechat .floating-label .floating-input:disabled.datepicker-bt3 {
  background-size: 30px !important;
  background-position: calc(100% - 0px) 15px !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAH9SURBVHgB7Zq7TwJBEMY/H1dAQUOBhSbS2NBY2FBo4X9tYUxsbGxpbCiwIDEkSqIUR+F+ub2wtwECu7NbwPySye7e3mv2MTM3ACiKoiiKoiiKEsIZ5GkbeTRybWSM/bk08mCkMPIFYc4hTwvVyxYIo23LDhJwiiPj6BSOXdJctj2sliFpOfUb7E/XuY9//dTIHBGcIBwqOURTwRx8WAkiZoYHqJQtETnqO8JncZA56zMrexOjcM+WIyOfyAPdVcdKkMISRmuBfJS2DHV56pYOHolIi8arRB6ioy8JhZOEgKmQUJgW+g95uEKk35dQeIJAFxEAo7AohdVKHzrqlgRgvHuPVTREl/WKKiJjNuPWOZfHnm2d7q3v9DFbMoIwKWa4znjUsF5/PrbXnFvjuzfNeEige1gA+mTuPXcP13564p3rBiy85sJpT5GAFAqTTelZGqlN2Yo5MiQSUilMg+MaLjcS6zp1DkA9ywWahsrtEyOFwlRo6B2jW+Ls0e0MnONc7k+2fofmYHBJv0OYXEar8EpsaO/aF4y6JQGWW/rKLe0sSYQUe/jHyJvTdtO4YzQtse+Wxt59xEllpWcBfQtkyIDqHj50YpY09x+/fvrIA9+16zw7iJgf0/wgIhe/Rl4QSMxfHr5RjbQfRqaitM9k9LWEoiiKoiiKoihZ+QfWmU728rYj8gAAAABJRU5ErkJggg==) !important;
}
.livechat .floating-label .floating-input.invalid {
  border-bottom: 2px solid #FF0000;
}
.livechat .floating-label .floating-select {
  padding: 17px 0 0;
  display: block;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  border-radius: 0;
}
.livechat .floating-label .floating-select:focus {
  outline: none;
  border-bottom: 2px solid #000;
}
.livechat .floating-label .floating-select:focus ~ label {
  top: 0;
}
.livechat .floating-label .floating-select:not([value=""]):valid ~ label {
  top: 0;
}
.livechat .floating-label label {
  font-size: 16px;
  color: #5e5c62;
  position: absolute;
  pointer-events: none;
  top: 14px;
  left: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.livechat .floating-label label.labelTop {
  font-size: 14px;
  line-height: 18px;
  top: 5px;
  transform: translateY(0);
}
.livechat .floating-label .floating-textarea {
  overflow: hidden;
  overflow-x: hidden;
}
.livechat .floating-label .txt_error,
.livechat .floating-label span.invalid {
  position: relative;
  top: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FF0000;
  margin: 5px 0 0;
  display: block;
  text-align: left;
}

#loginChat {
  padding: 20px;
  text-align: center;
}
#loginChat .top-logo {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-image: url(/static/theme/images/VIB_Logo_Symbol.svg);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
#loginChat h2.title_2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
#loginChat h2.title_2 + p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #5E5C62;
  font-weight: 600;
  margin-bottom: 20px;
}
#loginChat .gray-text {
  color: var(--Mono-Mono-2, #5E5C62);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
}
#loginChat .arrow-link {
  font-weight: 600;
  padding-right: 25px;
  padding-left: 25px;
  line-height: 24px;
  font-size: 16px;
  position: relative;
  top: 0;
  right: auto;
}
#loginChat .arrow-link::after {
  background: var(--icon-Angle_right_black) center center no-repeat;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  display: block;
  background-size: 20px;
  cursor: pointer;
  display: inline-block;
  top: -1px;
  transition: 0.1s all;
  right: 0;
}
#loginChat .arrow-link:hover::after {
  background: var(--icon-Angle_right_orange) center center no-repeat;
  background-size: 20px;
}
#loginChat .yellow-btn {
  width: 100%;
  line-height: 26px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 1024px) {
  .livechat .livechat-button .livechat-icon:hover + .new_message.hidden + .livechat-tooltip,
  .livechat .livechat-button .livechat-icon:hover + .new_message .livechat-tooltip { 
    opacity: 0;
  } 

}

@media screen and (min-width: 768px) {
  #popup-comment.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
@media (min-width: 1023px) and (max-width: 1400px) {
  .livechat-popup-content {
    height: 490px;
  }

  .list-livechat-history {
    height: 362px;
  }
}
@media only screen and (max-width: 1023px) {
   
  .livechat .chat-container { 
    right: 20px;
  } 
  #loginChat .arrow-link:hover::after {
    background: var(--icon-Angle_right_black) center center no-repeat;
    background-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .disable-scroll {
    overflow: hidden;
  }
  .livechat .chat-container {
    z-index: 998;  
  }
  .livechat .livechat-popup-content {
    width: 100vw;
    height: 100vh;
    position: fixed;
    bottom: 50vh;
    border-radius: 0;
    box-shadow: none;
    visibility: hidden;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-animation-name: slideOutDownChat;
    animation-name: slideOutDownChat;
    opacity: 0;
    transition: 0.5s;
  }
  .livechat .livechat-popup-content.active {
    webkit-animation-name: slideInUpChat;
    animation-name: slideInUpChat;
    opacity: 1;
    transition: 0.5s;
    top: 0
  }
  .livechat .livechat-popup-content .content-sorry .title {
    padding-top: 30px;
  }
  .livechat .list-livechat-history {
    /* height: calc(100vh - 200px); */
    height: auto;
    bottom: 60px;
    top: 60px;
    position: fixed;
    width: 100vw;    
  }
  .livechat .livechat-button.active::after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
  }
  .livechat .livechat-popup-content .title {
    position: fixed;
    top: 0;
    z-index: 1001;
  }
  #loginChat,
  #startChat {
    margin-top: 60px;
  }
}
@keyframes rotateShadow2 {
  from {
    opacity: 0.9;
    transform: rotate(0deg) scale(1, 1);
  }
  50% {
    opacity: 0.8;
    transform: rotate(-180deg) scale(1.2, 1.2);
  }
  100% {
    opacity: 0.9;
    transform: rotate(-360deg) scale(1, 1);
  }
}
@keyframes rotateShadow1 {
  from {
    opacity: 0.9;
    transform: rotate(180deg) scale(1, 1);
  }
  50% {
    opacity: 0.8;
    transform: rotate(0deg) scale(1.2, 1.2);
  }
  100% {
    opacity: 0.9;
    transform: rotate(-180deg) scale(1, 1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(15px, 0);
  }
}
@-webkit-keyframes slideInUpSorry {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUpSorry {
  from {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideOutDownSorry {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    opacity: 0;
  }
}
@keyframes slideOutDownSorry {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    opacity: 0;
  }
}
/* slide Chat */
@-webkit-keyframes slideInUpChat {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 50%, 0);
      visibility: visible;
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUpChat {
  from {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 50%, 0);
      visibility: visible;
  }

  to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0,0, 0);
  }
}

@-webkit-keyframes slideOutDownChat {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 50%, 0);
      visibility: visible;
  }

  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDownChat {
  from {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 50%, 0);
      visibility: visible;
  }

  to {
      visibility: hidden;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
  }
}

.slideInUpChat {
  -webkit-animation-name: slideInUpChat;
  animation-name: slideInUp;
}
/*# sourceMappingURL=live-chat.css.map */
