.full-width {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

/* Chrome, Safari, Edge, Opera 
  REMOVE SETAS DA INPUT TYPE=NUMBER
*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox 
  REMOVE SETAS DA INPUT TYPE=NUMBER
*/
input[type='number'] {
  -moz-appearance: textfield;
}

.ckeditor-mentions-container {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ccc !important;
}

.ckeditor-mentions-container.ck-on .ckeditor-mentions-value,
.ckeditor-mentions-container.ck-on .ckeditor-mentions-label {
  color: white !important;
}

.ckeditor-mentions-value {
  font-size: 1em !important;
}

.ckeditor-mentions-label {
  font-size: 0.9em !important;
  color: #888 !important;
}

