.about-title {
  text-align: center;
}

.text-light {
  text-align: center;
}

.robot {
  position: fixed;
  bottom: 1px;
  right: -25px;
  /* background-color: #FFBF00; */
  /* padding: 20px; */
  /* border-radius: 20px; */
}

.chatbox-wrapper {
  display: none;
  width: 400px;
  height: 390px;
  position: fixed;
  bottom: 147px;
  right: 3px;
  background-color: #fff;
  z-index: 2000000000000;
}

.chatbox-wrapper:target {
  display: table;
}

.chat {
  display: flex;
  gap: 20px;
  padding: 25px;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.chat img {
  width: 35px;
  height: 35px;
}

.response {
  background-color: #00adef;
  color: #fff;
}

.messagebar {
  /* position: fixed; */
  bottom: 0;
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #494b59;
  background-color: #0d283b;
}

.messagebar .bar-wrapper {
  background-color: #494b59;
  border-radius: 5px;
  /* width: 60vw; */
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bar-wrapper input {
  width: 100%;
  padding: 5px;
  border: none;
  outline: none;
  font-size: 14px;
  background: none;
  color: #ccc;
}

.bar-wrapper {
  width: 300px;
}

.bar-wrapper input::placeholder {
  color: #ccc;
}

.messagebar button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.message-box {
  height: calc(590px - 5rem);
  overflow-y: auto;
}

.header-three {
  margin-top: 60px;
}

[data-badge] {
  position: relative;

  &:after {
    position: absolute;
    right: 1px;
    top: -10px;
    min-width: 10px;
    min-height: 10px;
    line-height: 10px;
    padding: 5px;
    color: #fff;
    background-color: #00adef;
    font-size: 15px;
    border-radius: 20px;
    content: attr(data-badge);
    border: solid 1px #00adef;
  }
}
