.sc-launcher {
  background-color: #244461;
}

.sc-launcher:before {
    content: '';
    position: relative;
    display: block;
}

.sc-launcher .sc-closed-icon {
    position: fixed;
    width: 202px;
    height: auto;
}

.sc-launcher .sc-open-icon {
    position: fixed;
    width: auto;
    height: auto;
    background-color: #244461;
    border-radius: 50%;
}

.sc-launcher .sc-open-icon,
.sc-launcher .sc-closed-icon {
    transition: none;
    transform: none;
}

.sc-launcher .sc-closed-icon {
    transition: none;
    transform: none;
}

.sc-launcher opened::before{
    background-color:transparent;
}

.sc-new-messages-count {
    z-index: 9000;
}

.sc-header {
  background: #244461;
}

.sc-header--close-button:hover {
  background: #244461;
}

.sc-message--content.sent .sc-message--text {
  background-color: #97C121;
}

.sc-message--content.sent .sc-message--text .sc-message--datetime {
    color: rgba(255, 255, 255, 0.9) !important;
}

.sc-button--button {
  background: #97C121;
  border-color: #97C121;
}

.sc-button--button:hover {
    background: #244461;
}

.sc-message--avatar {
  background-image: url(./favicon.ico);
  border-radius: 0%;
}

.sc-chat-window {
  background-color: #244461;
  border-style: solid;
  border-width: 3px;
  border-color: #97C121;
}