.chatbot-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 30px 14px;
  background: rgb(23,122,194);
  background: linear-gradient(90deg, rgba(23,122,194,1) 0%, rgba(35,92,159,1) 100%);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.chatbot-header .title {
  padding-left: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.chatbot-header .close {
  position: absolute;
  right: 20px;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  top: 5px;
}