.notesArea {
  margin-left: 0;
  height: 320px;
  position: absolute;
  background-color: #efeeed;
  bottom: 0;
  left: 0;
  width: 300px;
  border: black solid 1px;
  border-radius: 5px;
  padding: 10;
}

* {
  -webkit-user-select: none !important; /* Safari */
  -ms-user-select: none !important; /* IE 10 and IE 11 */
  user-select: none !important; /* Standard syntax */
}

.notesWindow {
  height: 315px;
  position: absolute;
  transition: margin-right 0.5s;
  width: 300px;
  z-index: 2000;
  top: 120;
  left: 10;
}
.content {
  margin-top: 5px;
}

.inputArea {
  width: 100%;
  min-height: 75%;
}

.btnSave {
  background-color: #005189 !important;
  color: #fdfdff;
  padding: 5px;
}
