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;
  min-height: 60px;
  font-size: large;
  border-radius: 5px;
}

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


.add-button {
  width: 44px!important;
  height: 44px!important;
  text-align: center;
}

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

.search-icon {
  padding: 10px;
}

#export-icon {
  color: rgba(30,136,229,0.7)
}