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

.dt-buttons {
  float: left;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.dt-button-collection .dropdown-menu {
  transform: scaleY(1);
}

div.dataTables_wrapper .dt-button-collection > div[role=menu] {
  box-shadow: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
