.white_text p {
  color: white !important;
}
.nf-form-fields-required {
  display: none;
}
input.nf-element {
  padding: 10px;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #1c1c1c;
}
::-webkit-scrollbar-thumb {
  background: #A7107A;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(167, 16, 122, 0.5);
}
.container-fluid {
  padding: 0 !important;
  overflow: hidden !important;
}
.progress {
  display: none;
}
button.btn.btn-success.fileinput-button {
  width: 100%;
}
