﻿@import url("css2-Poppinsitalwght010002000300040005000600070008000900110012001300140015001600170018001900_Uchen_swap.css");
.portlet-body {
  font-family: "Poppins", serif;
  font-style: normal;
}

.end-session,
.feedback,
.initial-assist {
  max-width: 82%;
}
@media (min-width: 801px) {
  .end-session,
.feedback,
.initial-assist {
    max-width: 272px;
  }
}
.end-session p,
.feedback p,
.initial-assist p {
  background: #F1EFF3 !important;
  border-radius: 0px 20px 20px 20px !important;
  padding: 10px 16px !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 130% !important;
  width: fit-content;
}
.end-session button,
.feedback button,
.initial-assist button {
  margin: 0px 8px 8px 0;
}

.feedback button.rateBtn {
  width: 39px;
  height: 39px;
  display: inline-flex;
  justify-content: center;
}

.logo {
  width: 105px;
  height: 42px;
}

@media (min-width: 801px) {
  .rcw-widget-container {
    margin: 0 40px 20px 0 !important;
  }

  .rcw-messages-container {
    overflow-y: hidden !important;
  }
}
.banner {
  display: block;
  position: absolute;
  top: 290px;
  left: 0;
  transform: translate(3.5%, -50%);
  width: 93%;
  padding: 22px 22px 29px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
}

.start-session {
  display: flex;
  flex-direction: column;
}
.start-session .startBanner-body {
  display: flex;
}
.start-session .startBanner-body .startBanner-avatar {
  content: "";
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: block;
  background: url(../image/botAvatar.svg) center no-repeat;
  background-size: 100% !important;
  transform: translateY(10px);
  margin-right: 13px;
}
.start-session .startBanner-body p {
  color: #042444 !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 139%;
  letter-spacing: -0.1px;
  text-align: left;
}
.start-session button {
  padding: 8px 48px;
  border-radius: 100px;
  background: linear-gradient(270deg, #33A5FF 0%, #007EE2 100%);
  color: #FFF;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  border: none;
  width: fit-content;
  align-self: center;
}
.start-session button:hover {
  background: #007EE2;
}

.rcw-sender {
  padding: 19px 16px 19px 24px !important;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-end;
}

.interactionBtn {
  border-radius: 20px;
  padding: 10px 16px;
  color: #007EE2;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  background-color: #FFF;
  border: 1px solid #007EE2;
}
.interactionBtn.skipFeedback {
  margin-right: 0 !important;
  border: 1px solid #3BAEE8;
  color: #1E94CF;
  box-shadow: none;
  background: #FFF;
}
.interactionBtn.disabled {
  background-image: none;
  border-color: #DCDCDC;
  cursor: default;
}

.rcw-sender .rcw-picker-btn {
  display: none;
}
.rcw-sender .rcw-send {
  background: transparent;
  padding: 0;
  padding-top: 5px;
  width: 28px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.rcw-sender .rcw-send::before {
  content: "";
  background: url("../image/sendBtnActive.svg") center no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
  display: inline-block;
}
.rcw-sender .rcw-send::after {
  font-size: 12px;
  align-self: center;
}
.rcw-sender .rcw-send img {
  display: none;
}
.rcw-sender .rcw-message-disable {
  background-color: transparent;
}

.rcw-widget-container .rcw-conversation-container .rcw-header {
  position: relative;
  padding: 19px 19px 0 24px;
  color: #FFF;
  background: linear-gradient(289.8deg, #FF42AF 0%, #0017AC 51.84%, #46ADFF 100%);
}
.rcw-widget-container .rcw-conversation-container .rcw-header svg {
  width: 176px;
  height: 40px;
  order: -1;
  margin-bottom: 45px;
}
.rcw-widget-container .rcw-conversation-container .rcw-header .rcw-title,
.rcw-widget-container .rcw-conversation-container .rcw-header span {
  text-align: start;
  color: #FFF !important;
  font-style: normal !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 130% !important;
}
.rcw-widget-container .rcw-conversation-container .rcw-header .rcw-title {
  position: relative;
  width: fit-content;
  padding: 0;
}
.rcw-widget-container .rcw-conversation-container .rcw-header .rcw-title:after {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -35px;
  background: url("../image/hand.svg") center no-repeat;
  background-size: 100%;
}
.rcw-widget-container .rcw-conversation-container .rcw-header span {
  margin-bottom: 98px;
}
.rcw-widget-container .rcw-conversation-container.active .rcw-sender {
  box-shadow: 0px -6px 24px 0px #0000000F;
  background: #FFF;
  min-width: 368px;
  max-height: 175px;
  min-height: 76px;
  align-items: center;
}
.rcw-widget-container .rcw-conversation-container.active .rcw-new-message {
  font-size: 15px !important;
  padding: 0 5px 0 0 !important;
  max-height: 170px !important;
}
@media (min-width: 801px) {
  .rcw-widget-container .rcw-conversation-container.active .rcw-new-message .rcw-input {
    width: 294px;
  }
}
.rcw-widget-container .rcw-conversation-container.active .rcw-new-message .rcw-input::before {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 130% !important;
  letter-spacing: 0.1px !important;
}
@media (max-width: 800px) {
  .rcw-widget-container .rcw-conversation-container.active .rcw-new-message {
    width: 95%;
  }
}

.rcw-new-message, .rcw-send, .rcw-picker-btn {
  display: block;
}

.App.activeInterection .rcw-widget-container .rcw-conversation-container .rcw-header {
  padding: 19px 19px 19px 24px;
}
.App.activeInterection .rcw-widget-container .rcw-conversation-container .rcw-header .rcw-title:after {
  display: none;
}
.App.activeInterection .rcw-widget-container .rcw-conversation-container .rcw-header span {
  margin-bottom: 0;
  transition: margin-bottom 0.2s ease-in-out;
}
@media (min-width: 801px) {
  .App.activeInterection .rcw-widget-container .rcw-conversation-container .rcw-messages-container {
    max-height: 516px;
    flex: 1;
    overflow-y: scroll !important;
    transition: height 0.2s ease-in-out;
  }
}
.App.disableSanding .rcw-send::before {
  background: url("../image/sendBtn.svg") center no-repeat;
}
.App.restartSession .rcw-new-message, .App.restartSession .rcw-send, .App.restartSession .rcw-picker-btn {
  display: none;
}

.rcw-widget-container .rcw-launcher {
  background: transparent;
}
.rcw-widget-container .rcw-launcher img {
  display: none;
}
.rcw-widget-container .rcw-launcher.rcw-hide-sm::before, .rcw-widget-container .rcw-launcher::before {
  content: "";
  background-size: 100% !important;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.rcw-widget-container .rcw-launcher.rcw-hide-sm::before {
  background: url("../image/chatCollapse.svg") center no-repeat;
}
.rcw-widget-container .rcw-launcher::before {
  background: url("../image/chatOpen.svg") center no-repeat;
}

.restartBtn {
  width: 100%;
  padding: 10px 0;
  border: none;
  color: #1E94CF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  background-color: transparent;
}

.quick-buttons {
  display: flex;
  flex-direction: column;
}
.quick-buttons li {
  text-align: end;
}
.quick-buttons .quick-button {
  border-radius: 20px;
  padding: 10px 16px;
  color: #007EE2;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  background-color: #FFF;
  border: 1px solid #007EE2;
}

.quick-list-button {
  text-align: start;
}

.rcw-message {
  margin: 10px 10px 10px 24px !important;
}
.rcw-message .rcw-avatar {
  position: relative;
  width: 30px !important;
  height: 30px !important;
  flex-shrink: 0;
}
.rcw-message .rcw-avatar::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../image/botAvatar.svg") center no-repeat;
  background-size: 100% !important;
}
.rcw-message .rcw-response .rcw-message-text {
  background: #F1EFF3 !important;
  border-radius: 0px 20px 20px 20px !important;
  padding: 10px 16px !important;
  width: fit-content;
  max-width: 82%;
}
@media (min-width: 801px) {
  .rcw-message .rcw-response .rcw-message-text {
    width: 272px;
    max-width: none;
  }
}
.rcw-message .rcw-response .rcw-message-text p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 130% !important;
  color: #042444;
}

@media (max-width: 800px) {
  .rcw-client {
    width: 82%;
  }
}
.rcw-client .rcw-message-text {
  padding: 10px 16px !important;
  border-radius: 20px 0px 20px 20px !important;
  opacity: 0.9;
  background: #007EE2 !important;
  color: #FFF;
  width: 100%;
  max-width: fit-content !important;
  margin-left: auto;
}
@media (min-width: 801px) {
  .rcw-client .rcw-message-text {
    width: 272px;
    max-width: 272px;
  }
}
.rcw-client .rcw-message-text p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 130% !important;
  color: #FFF;
}

.loader-container {
  padding: 0px 15px 10px !important;
  background-color: #F1EFF3 !important;
}

@media (max-width: 800px) {
  .rcw-conversation-container {
    margin: 10px auto;
    overflow: hidden;
    width: 95% !important;
    height: 98% !important;
  }

  .rcw-sender {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.rcw-close-button {
  background-color: transparent !important;
  display: block;
  width: 32px;
  height: 32px;
  border: none;
  position: absolute;
  right: 10px;
  top: 20px;
  display: block !important;
}
.rcw-close-button img {
  width: 100%;
  height: 100%;
}

.quick-buttons-container {
  overflow: visible !important;
}

#rcw-conversation-container .rcw-message-text ol {
  padding-left: 25px;
}
#rcw-conversation-container .rcw-message-text ol li {
  display: list-item !important;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 130% !important;
  color: #424242;
}

.rcw-input {
  max-height: 150px !important;
  appearance: none;
}
.rcw-input * {
  all: unset !important;
  color: #042444 !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  letter-spacing: 0px !important;
  text-align: left !important;
}

.rcw-conversation-container {
  height: 550px;
}

.rcw-conversation-container.active {
  display: flex;
  flex-direction: column;
}

.rcw-input[contenteditable=true]:before {
  color: #767474 !important;
}

.rcw-input[contenteditable=false]:before {
  color: #a3a3a3 !important;
}

.quick-list-button {
  margin-bottom: 10px !important;
}

.quick-buttons-container {
  padding-top: 8px !important;
  padding-bottom: 2px !important;
}