#kl_bizzBot-ca-bot-icon,
#kl_helpBot-ca-bot-icon {
  padding: 2px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
  bottom: 115px;
  background: #fff;
}

#kl_helpBot-ca-bot-icon {
  bottom: 180px;
}

#kl_bizzBot-ca-bot-icon img,
#kl_helpBot-ca-bot-icon img {
  width: 42px;
}

#ca-chat-box-container {
  box-shadow: -1px 7px 16px 0px #00000026;
  overflow: hidden;
  min-width: 400px;
  min-height: 500px;
  z-index: 1000;
}

#ca-header {
  border-bottom: 1px solid #DFDEE3;
  background: #F9FFFB;
  gap: 4px;
  padding: 8px 0;
}

#ca-logo img {
  height: 24px;
}

.ca-header-info-text {
  margin-right: auto;
  font-weight: 500;
  font-size: 1rem;
}

#ca-header button svg {
  width: 1.2rem;
  height: 1.2rem;
}

#ca-footer {
  border-top: 1px solid #DFDEE3;
}

#ca-chat-content-area {
  padding: 12px;
  background: #F9FFFB;
}

#ca-info-text {
  margin-top: 10px;
}

#ca-prompt-content:empty {
  display: none;
}

#ca-content-wrapper {
  margin-bottom: 12px;
}

#ca-sender-content {
  background: #9EF0B9 !important;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0px 2px 4px 0px #0000001A;
}

#ca-chat-icon-img {
  width: 30px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #E9FCEF;
  padding: 4px;
  margin-right: 6px;
}

#ca-response-content {
  background: #fff !important;
  box-shadow: 0px 2px 4px 0px #0000001A;
  padding: 10px;
  border-radius: 12px;
  max-width: 100%;
}

#ca-chat-icon-img + div :is(h2,h3,p) {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

#ca-footer button div {
  background: #22d1c1;
}

#ca-footer button div svg {
  color: #fff !important;
}

.ca-input-wrapper label.cursor-pointer {
  padding: 0;
  margin: 0 12px;
  flex: 0 0 24px;
}

.ca-input-wrapper .ca-camera {
  flex: 0 0 24px;
  padding: 0;
  margin-right: 10px;
}

.ca_kyi_container {
  background: url('https://cdn.kindlife.in/images/ui_icon/ing-scan-promptBg.png') center no-repeat;
  background-size: cover;
}

.ca_kyi_wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.ca_kyi_container button {
  border-radius: 12px;
  border: 3px solid #8CDDC6;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #00000066;
  width: min(300px, 80%);
  margin: 0 auto;
  padding: 36px 20px;
}


h3.ca_kyi_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 4px 4px #00000040;
    max-width: 240px;
    line-height: 1;
}

.ca_kyi_container button img {
    width: 56px;
}

.ca_kyi_container button p {
    color: #fff;
}

.ca_kyi_steps {
    width: 100%;
}


@media screen and (max-width: 480px) {
  #ca-chat-box-container {
      width: 100% !important;
      height: 100% !important;
      inset: 0;
      border-radius: 0;
      min-width: unset;
      min-height: unset;
  }
}