.custom-modal {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.33);
  min-width: 200px;
  margin: 16px auto;
  padding: 0.5em 2em;
  /*top: -800px;*/
  left: 0;
  right: 0;
}

.note-title-modal {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

.note-content-modal {
  font-size: 1em;
  padding-bottom: 20px;
}

.custom-modal-error {
  background-color: #f14668;
  color: #fff;
}

.custom-modal-ok {
  background-color: #48c78e;
  color: #fff;
}

.custom-modal-color {
  color: #fff;
}
