div.dataTables_filter label {
  display: inline-flex;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
  }
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  margin-right: 0;
}

.dt-buttons {
  float: left;
}

div.dt-button-collection > div.dropdown-menu {
  transform: scale(1, 1);
}

.dataTables_processing {
  margin-top: 1rem;
  text-align: center;
  background-color: gainsboro;
}

.dark-layout .form-control[type=file]::file-selector-button {
  background-color: #283046;
}

#files-area {
  margin: 0 auto;
}

.file-block {
  border-radius: 10px;
  background-color: rgba(144, 163, 203, 0.2);
  margin: 5px;
  color: initial;
  display: inline-flex;
}
.file-block > span.name {
  padding-right: 10px;
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
}

.file-delete {
  display: flex;
  width: 24px;
  color: initial;
  background-color: rgba(110, 180, 255, 0);
  font-size: large;
  justify-content: center;
  margin-right: 3px;
  cursor: pointer;
}
.file-delete:hover {
  background-color: rgba(144, 163, 203, 0.2);
  border-radius: 10px;
}
