textarea {
  resize: vertical;
  box-sizing: border-box;
}

.alerts-container {
    position: absolute;
    padding-right: 29px;
}

.alert {
  position: relative;
  z-index: 9999;
}

.table-report {
  margin-bottom: 0;
}

.fa-en:before {
    font-family: Font Awesome\ 5 Brands;
    font-weight: bold;
    content: 'EN';
}
