.chat-input-container {
    display: -webkit-flex;
	justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 0px;
    height: 56px;
    background: #FFFFFF;
    width: 100%;
    padding: 5px;
}

.input {
    width: 80%;
    height: 40px;
    border: 0;
    padding: 0px 10px;
    background: transparent;
    color: #000000;
}

.input:placeholder {
    color: #707070;
}

.send-button, .send-button:active, .send-button:focus {
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 40px;
    background-image: url(b1dd97683c302b6721b73c77b54086a9.svg);
    background-repeat:no-repeat;
    background-position: center;
    background-position-x:2.85555px; 
    background-size: 75%;
}

