.styled-div {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-right: 20px;
}

#messages {
  /*background-color: #e04c40;*/
  margin-left: 20px;
  margin-top: 20px;
}

.refresh {
  position: relative;
  display: flex;
  justify-content: flex-end;
  /*padding: 10px;*/
}

.container_rightj {
  position: relative;
  display: flex;
  justify-content: flex-end;
  /*padding: 10px;*/
}

.refresh {
  justify-content: flex-end;
}

.refresh-icon {
  cursor: pointer;
  justify-content: flex-end;
}

.refresh-icon {
  /*background-color: #1485ee;*/
  justify-content: flex-end;
  position: relative;
  display: flex;
}

