.note {
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0px;
  font-family: Neuropol;
  font-size: 18px;
  cursor: pointer;
}

.chosenNote {
  background:  #F6A615;;
}

.waiting {
  background: none;
  border: 0;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  color: white;
  font-family: Montserrat;
  font-size: 15px;
}

.msg {
  background: rgba(0,0,0,0.7);
  color: white;
  border-radius: 5px;
  padding: 0.75rem;
  font-size: 14px;
  font-family: Consolas;
  width: 95%;
  height: 100px;
  border: white 1px solid;
  outline:0;
}

.msg:focus {
  border: rgba(246,166,21) 1px solid;
  outline: rgba(246,166,21) 1px solid;
}

.del {
  width: 50px;
  aspect-ratio: 1;
  margin-bottom: 10px;
  border-radius: 10px;
  background:#F6A615;
  border: #F6A615 0px solid;
  cursor: pointer;
  font-size: 20px;
}

.del:hover {
  transform: scale(1.1);
  background: white;
  transition: 0.3s;
}

.teacher-tr:hover {
  background: #F6A615;
  color: black;
  border-radius: 10px;
  filter:brightness(1.15);
}

.table-print {
  border-collapse: collapse;;
}

.table-prints > tr,td {
  border: #333 1px solid;
}

.table-prints tr:hover {
  background: #222;
}
