.message_text {
	width: 100%;
}
textarea.components-textarea-control__input {
	border: none !important;
	border-radius: 10px! important;
}
.MessengerPost {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.css-button-arrow--green {
  min-width: 130px;
  height: 40px;
  color: black;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  overflow: hidden;
  border-radius: 50px;
  border: none;
  background-color: #85e249;
  bottom: 0.3em;
}
.css-button-arrow--green:hover {
  border-radius: 50px;
  padding-right: 24px;
  padding-left:8px;
}
.css-button-arrow--green:hover:after {
  opacity: 1;
  right: 10px;
}
.css-button-arrow--green:after {
  content: "\00BB";
  position: absolute;
  opacity: 0;
  font-size: 20px;
  line-height: 1.7em;
  top: 0;
  right: -20px;
  transition: 0.4s;
}
