mat-card {
  margin-bottom: 10px;
  background-color: #4db6ac;
}

app-comment {
  overflow: auto;
  overflow-wrap: break-word;
}

input {
  box-sizing: border-box;
  padding: 0 10px 0 5px;
  width: 90%;
  background-color: #80cbc4;
  border: none;
  outline: none;
  max-height: 44px;
  font-size: large;
  border-radius: 5px;
}

button{
  //min-height: 100% !important;
  min-width: 100px;
}

mat-icon {
  padding: 10px;
}

#search-container{
  border-radius: 5px;
  background-color: #80cbc4;
  margin-bottom: 10px;
}


.add-button {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 80%;
  right: 35%;
}

.add-icon {
  font-size: 60px;
  height: 60px;
  width: 60px;
  line-height: 100%!important;
}