.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: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #BC8F8F;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(188, 143, 143, 0.5);
}
@media only screen and (max-width: 768px) {
  div#theme-page {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  body, html {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  body::-webkit-scrollbar, html::-webkit-scrollbar {
    display: none;
  }
}
.container-fluid {
  padding: 0 !important;
  overflow: hidden !important;
}
.progress {
  display: none;
}
button.btn.btn-success.fileinput-button {
  width: 100%;
}
#map {
  height: 600px;
  width: 100%;
}
