.sc-launcher {
    background-color: #282828;
  }

.sc-header {
  background: #282828;
}

.sc-header--img {
  border-radius: 0%;
  align-items: start;
  width: 110px;
  margin-bottom: 5px;
}

.sc-header--close-button:hover {
  background: #000;
}

.sc-message--content.sent .sc-message--text {
  background-color: #00FF00;
  color: #282828;
}

.sc-message--content.sent .sc-message--text .sc-message--datetime {
  color: rgba(255, 255, 255, 0.9) !important;
}

.sc-button--button {
  background: #00FF00;
  border-color: #005737;
  color: #282828;
}

.sc-button--button:hover {
  background: #282828;
  border-color: #282828;
  color: #FFFFFF;
}

.sc-message--avatar {
  background-image: url(./avatar.png);
  border-radius: 0%;
}
