.sc-launcher {
    background-color: #70AD47;
}

    .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: #70AD47;
        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: #00B049;
}

.sc-header--close-button:hover {
    background: #00B049;
}

.sc-message--content.sent .sc-message--text {
    background-color: #7FBD00;
}

    .sc-message--content.sent .sc-message--text .sc-message--datetime {
        color: rgba(255, 255, 255, 0.9) !important;
    }

.sc-button--button {
    background: #7FBD00;
    border-color: #7FBD00;
}

    .sc-button--button:hover {
        background: #00B049;
    }

.sc-message--avatar {
    background-image: url(./favicon.ico);
    border-radius: 0%;
}
