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

.ellipsis {
  overflow: hidden;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
