.no-bar:before {
  display: none !important;
}

.natela-content {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.natela-content a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #6E6E6E;
  font-size: 13px;
  transition: color 0.3s;
}

.natela-content a img {
  width: 20px;
  margin-right: 5px;
}

.natela-content a:hover {
  color: black;
  text-decoration: none;
}

i.fas,
i.far {
  width: 22px;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}

.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: #f5f5f5;
  margin: 40px 20px;
}

.note-group-select-from-files {
  display: none;
}

.form-control,
.custom-file-label {
  background-color: aliceblue;
}

.box-tags .tag-input {
  margin: 10px;
  background-color: #fff;
  display: inline-block;
  padding: 4px 9px;
  border: 2px solid black;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

