.Note_modal .modal-content {
  background-color: #858585;
  color: #fff;
  border-radius: 10px;
  font-weight: 100;
  border: 1px solid #858585;
}

.note-container {
  font-size: 14px;
  display: flex;
  justify-content: space-around;
}

.note-container ul {
  list-style-type: none;
  padding-left: 0;
}



.Note_modal .modal-header {
  padding: 10px 10px;
  border-bottom: none;
}


.Note_modal .modal-header  .btn-close {
  font-size: 10px;
  opacity: 1;
}