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

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

.badge.bg-yellow {
  background-color: #e5c100 !important;
  color: #fff !important;
}

.bg-light-yellow {
  background: rgba(229, 193, 0, 0.12) !important;
  color: #e5c100 !important;
}
