.reviews {
  background: linear-gradient(120deg, #17bebb, #f0a6ca);
  overflow: hidden;
}
.chatbox h5{
text-align: center;
margin: 40px 20px 20px 20px;
text-transform: uppercase;
}
.re_container {
margin-top: 20px;	
margin-bottom: 40px;	
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 400px;

}
.reviews h1 {
  margin: 0.5em auto;
  color: #FFF;
  text-align: center;
}

.chatbox {
  background: rgba(255, 255, 255, 0.05);
  width: 90%;
  height: 100vh;
  border-radius: 0.2em;
  position: relative;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
  max-height: 600px;
overflow: auto;
}
.nsh{box-shadow: none!important;}
.chatbox__messages__answer .chatbox__messages__user-message--ind-message {
  float: right;
}
.chatbox__messages:nth-of-type(odd) .chatbox__messages__user-message--ind-message:after {
  content: "";
  position: absolute;
  margin: -1.5em -19em;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(255, 255, 255, 0.2);
  opacity:0;
}
.chatbox__messages:nth-of-type(even) .chatbox__messages__user-message--ind-message {
  float: left;
}
.chatbox__messages:nth-of-type(even) .chatbox__messages__user-message--ind-message:after {
  content: "";
  position: absolute;
  margin: -1.5em 1.87em;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, 0.2);
}
.chatbox__messages__user-message {
  min-width: 270px;
  margin: auto;
}
.chatbox__messages__user-message--ind-message {
  background: rgba(255, 255, 255, 0.2);
  padding: 1em 0;
  height: auto;
  width: 65%;
  border-radius: 5px;
  margin: 1em 1em;
  overflow: hidden;
}
.chatbox__messages__user-message--ind-message > p.name {
  color: #FFF;
  font-size: 1em;
  margin:0px 10px 10px 20px;
  display: block;
}
.chatbox__messages__user-message--ind-message > p.message {
  color: #FFF;
  font-size: 16px;
  margin: 0 2.8em;
}
.chatbox__user-list {
  background: rgba(255, 255, 255, 0.1);
  width: 25%;
  height: 100%;
  float: right;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}
.chatbox__user-list h1 {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9em;
  padding: 1em;
  margin: 0;
  font-weight: 300;
  text-align: center;
}
.chatbox__user, .chatbox__user--away, .chatbox__user--busy, .chatbox__user--active {
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  margin: 1em 0.7em;
}
.chatbox__user--active {
  background: rgba(23, 190, 187, 0.8);
}
.chatbox__user--busy {
  background: rgba(252, 100, 113, 0.8);
}
.chatbox__user--away {
  background: rgba(255, 253, 130, 0.8);
}
.chatbox p {
  float: left;
  text-align: left;
  margin: -0.25em 2em;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  min-width: 200px;
}
.chatbox .form {
 /* background: #222;*/
}
.chatbox .form input, .chatbox .form textarea {
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 20px;
 /*   position: absolute;
bottom: 0;
  left: 0;*/
  border: rgba(255, 255, 255, 0.3) 1px solid;
  border-radius: 10px;
  width: 100%;
  padding: 1.2em;
  outline: none;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}


@media (max-width: 480px) {
.chatbox__messages__answer .chatbox__messages__user-message--ind-message {margin:-10px 20px 25px 20px;}
.chatbox__messages__answer .chatbox__messages__user-message--ind-message::before {
  position: absolute;
 top: -5px;
 left: calc(10% - 15px);
transform: rotate(-90deg);  
margin: auto!important;	
content: "";
position: absolute;
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid rgba(255, 255, 255, 0.6);
}	
.chatbox__messages__answer b {display: flex!important;}
.chatbox__messages__answer span {display: flex!important;}
 
	.chatbox__messages__user-message b{display: block; margin: 5px 20px; text-align: center;}
	.chatbox__messages__user-message span{display: block; margin: 5px 20px;}
	.chatbox__messages__user-message--ind-message {
		position: relative;
  background: rgba(255, 255, 255, 0.2);
  padding: 1em 0;
  height: auto;
  width: 85%;
  border-radius: 5px;
  margin: 1em 1em;
  overflow-x: auto;
}

}