* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  display: flex;
  height: 784px;
  width: 1112px;
}

.left {
  width: 60px;
  background-color: #e0dee3;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.left .avatar {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  top: 68px;
}

.icon-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: absolute;
  justify-content: space-between;
}

#first {
  height: 360px;
  top: 133px;
}

#second {
  height: 140px;
  bottom: 27px;
}

.icon-container img {
  width: 24px;
  height: 24px;
}

.notification {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffd1d3;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background-color: #e85d56;
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  top: 320px;
  left: 32px;
}

.button-container {
  width: 100%;
  position: absolute;
  top: 7px;
  display: flex;
  justify-content: space-evenly;
}

.button {
  width: 12px;
  height: 12px;
  border: solid 1px #c7c7c9;
  border-radius: 50%;
  background-color: #d5d5d7;
}

.middle {
  width: 260px;
  display: flex;
  flex-direction: column;
  border-right: solid 1px #e2e2e2;
}

.middle-top {
  height: 60px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-search {
  width: 230px;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative;
}

.container-search input {
  border: none;
  background-color: #eaeaea;
  border-radius: 5px;
  height: 28px;
  width: 196px;
  position: absolute;
}

.container-search .plus-container {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e9e9e9;
  position: absolute;
  right: 0;
  border-radius: 5px;
}

.container-search .plus-container img{
  width: 12px;
  height: 12px;
}

.container-search .mag-container {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eaeaea;
  position: absolute;
  border-radius: 5px;
  left: 4px;
}

.container-search .mag-container img{
  width: 12px;
  height: 12px;
}

.middle-bot {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  
}

.middle-bot .row {
  height: 68px;
  background-color: #dedede;
  display: flex;
  align-items: center;
  position: relative;
}

.middle-bot .row img {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 12px;
}

.middle-bot .row .text-container {
  height: 36px;
  width: 120px;
  position: absolute;
  left: 58px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.middle-bot .row .text-container .title {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top:-2px;
}

.middle-bot .row .text-container .intro {
  font-size: 12px;
  color: #b0b0b0;
  position: absolute;
  top: 20px;
}

.middle-bot .row .time-container {
  height: 20px;
  width: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
}

.middle-bot .row .time-container .time {
  font-size: 12px;
  color: #b0b0b0;
  position: absolute;
  top: -2px;
  right: 0;
}

.right {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #f3f3f3;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.right-top {
  height: 60px;
  border-bottom: solid 1px #e2e2e2;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  padding-left: 26px;
}

.right-mid {
  height: 399px;
  border-bottom: solid 1px #e2e2e2;
  display: flex;
  flex-direction: column;
  position: relative;
}

.right-mid .time-container {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #b0b0b0;
  position: absolute;
  top: 50px;
}

.right-mid .message-container {
  height: 38px;
  width: 140px;
  position: absolute;
  top: 80px;
  right: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a9e87f;
  border-radius: 5px;
}

.right-mid .green-arrow {
  height: 0;
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #a9e87f;
  position: absolute;
  top: 92px;
  right: 60px;
}

.right-mid img {
  height: 33px;
  width: 33px;
  position: absolute;
  top: 80px;
  right: 20px;
  border-radius: 5px;
}

.right-bot {
  flex: 1;
  display: flex;
  position: relative;
}

.right-bot .arrow {
  height: 8px;
  width: 8px;
  position: absolute;
  top: 25px;
  left: 118px;
}

.right-bot .icon-container {
  position: absolute;
  left: 18px;
  top: 18px;
  height: 22px;
  width: 140px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}