.message {
  border-radius: 7px;
  border: 1px solid #edeef0;
  background-color: #f4f5f6;
  margin-bottom: 5px;
  color: #2a2e31;
  display: flex;
  padding: 10px;
  min-height: 50px;
  align-items: center;
}
.message-collapsed {
  border: 1px solid #edeef0;
  background-color: #f4f5f6;
  margin-bottom: 5px;
  color: #2a2e31;
  color: #172b4d;
  padding: 0;
  align-items: center;
  margin-top: -10px;
  border-radius: 0 0 7px 7px;
  border-top: none;
}
.message.button {
  min-height: 30px;
}
.message-info {
  font-size: 14px;
  color: #606875;
  float: left;
  width: calc(100% - 50px);
}
.message .message-icon i {
  height: initial;
  width: initial;
  border: none;
  margin-left: 0;
  background: transparent;
  padding: 0;
  font-size: 20px;
}
.message-icon {
  width: 25px;
  color: #56b9f1;
  cursor: pointer;
}
.message-icon i {
  height: 25px;
  width: 25px;
  border: 1px solid #edeef0;
  background: white;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 12px;
  color: #56b9f1;
}
.message-icon i:hover {
  border-color: #e0e2e5;
}
.message-icon.small {
  width: initial;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
}
.message-icon.small span {
  color: #172b4d;
  margin-left: 5px;
}
.message-info h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #172b4d;
}

/*# sourceMappingURL=messages.css.map */
