.yedai-chat {
  --yed-base-bg: rgb(28, 42, 107);
  --yed-base-text: black;
  --yed-messages-bg: rgb(242, 242, 242);
  --yed-messages-text: black;
  --yed-user-bg: rgb(138, 218, 205);
  --yed-user-text: black;
  --yed-bot-bg: rgb(208, 211, 220);
  --yed-bot-text: black;
  --yed-suggestion-text: black;
  --yed-input-bg: rgb(242, 242, 242);
  --yed-input-text: black;
  --yed-userInput-text: black;
  --yed-btn-accept-bg: rgb(242, 242, 242);
  --yed-btn-accept-text: black;
  --yed-btn-cancel-bg: rgb(242, 242, 242);
  --yed-btn-cancel-text: black;
  --yed-header-text: rgba(0, 0, 0, 0.0)
}
.chat_title{
  display:none;
}

.yedai-chat .chat-menu :first-child {
  order: 1;
}
.yedai-chat .chat-menu :nth-child(2) {
  order: 2;
}
.yedai-chat .chat-menu :nth-child(3) {
  order: 0;
}
.yedai-chat .sc-message {
  /* margin-left: 15px;
  margin-right: 15px; */
}
.yedai-chat .sc-message .yed-avatar {
  width: 5rem;
  margin-left: 0px;
}
.yedai-chat .sc-message .sc-message--text {
  box-shadow: none;
}
.yedai-chat .sc-message .sc-message--text a {
  color: #1c2a6b;
  font-weight: bolder;
}
.yed-bubble {
  color: #1c2a6b;
  font-weight: bolder;
}
.yedai-chat .sc-message--content.received .sc-message--text {
  margin-right: 0px;
}
.yedai-chat .sc-header {
  border-bottom: 4px #fabc39 solid;
  background-size: 45% !important;
  box-shadow: none !important;
  --yed-header-bg: rgb(28, 42, 107) url("https://developers.yed.ai/visitbot.jpeg") no-repeat center;
}
.yedai-chat .chat-menu path {
  fill: white;
}
.yedai-chat .sc-user-input {
  padding: 10px;
}
.yedai-chat .sc-user-input .sc-user-input--button-icon-wrapper {
  border-radius: 50%;
  background-color: rgb(138, 218, 205);
  height: 45px;
  width: 45px;
}
.yedai-chat .sc-user-input .sc-user-input--button-icon-wrapper:hover {
  filter: brightness(0.95)
}
.yedai-chat .sc-user-input .sc-user-input--button-icon-wrapper svg {
  color:white !important;
  margin: 0px 5px -5px 0px;
}
.yed-avatar {
  background: none !important;
}
.yedai-chat .sc-user-input.active  {
  box-shadow: none;
}
.yedai-chat .sc-user-input--text {
  background-color: white;
  border-radius: 10px 10px 0px 10px;
  padding-left: 10px;
  width: 750px;
  margin-right: 10px;
}
.yedai-chat.yedai-chat--avatar-bubble .sc-launcher:not(.opened) {
  --yed-bubble-avatar: url(https://developers.yed.ai/menorca_bubble.png);
  width: 70px;
  height: 70px;
}
