* {
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
}

main {
  display: flex;
}

.chats {
  display: flex;
  color: #1b1f21;
  background-color: #fff;
  flex-direction: column;
  flex-basis: 22%;
  height: 100vh;
  border-right: #e8ebe4 2px;
  border-right-style: solid;
  overflow-y: scroll;
}

.main-user {
  display: flex;
  width: 300px;
  height: 55px;
  justify-content: space-between;
  border-bottom: #e8ebe4 2.5px;
  border-bottom-style: solid;
}

.user-maria {
  display: flex;
  height: 55px;
  align-items: center;
  flex: 0 0 50px;
  padding-left: 10px;
}

.user-img-maria {
  width: 50px;
  padding-left: 20px;
}

.user-img-maria img {
  width: 35px;
  border-radius: 100%;
  border-style: hidden;
}

.user-text-maria {
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 50px;
  padding-left: 20px;
}

.user-text-maria h6 {
  margin: 0;
  padding-top: 5px;
  color: #1b1f21;
}

.user-text-maria p {
  font-size: 10px;
  width: 80px;
  margin: 0;
  color: #828485;
}

.icons-maria {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.fa-message {
  padding-right: 10px;
  color: #828485;
}

.fa-bars {
  padding-left: 10px;
  color: #828485;
}

.chat-button {
  display: flex;
  width: 300px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-bottom: #e8ebe4 2px;
  border-bottom-style: solid;
}

.btn {
  background-color: #a491d2;
  color: #fff;
}

.container-contact {
  display: flex;
  width: 300px;
  height: 70px;
  justify-content: flex-start;
  border-bottom: #e8ebe4 2.5px;
  border-bottom-style: solid;
}

.contact {
  display: flex;
  height: 70px;
  align-items: center;
  flex: 0 0 300px;
  padding-left: 10px;
}

.contact-img {
  width: 50px;
  padding-left: 20px;
}

.contact-img img {
  width: 50px;
  border-radius: 100%;
  border-style: hidden;
}

.contact-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  height: 50px;
  padding-left: 30px;
}

.contact-text h6 {
  margin: 0;
  padding-top: 5px;
  color: #1b1f21;
}

.contact-text p {
  font-size: small;
  width: 130px;
  margin: 0;
  color: #444749;
}

.nertworking {
  background-color: #ebebe4;
  width: 85vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 78%;
}

.icon img {
  display: flex;
  justify-content: center;
  width: 250px;
  border-radius: 4%;
}

.text-icon {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
  width: 480px;
}
