.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: #27aae1;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(39, 170, 225, 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;
}
.mobile_menu_wrap {
  display: none !important;
}
.mobile_menu_wrap.open {
  display: block !important;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-461, li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-115 {
  order: 100;
}
li.menu-item-461 a.raven-menu-item.raven-link-item {
  background: #27aae1;
  height: 100px;
  color: white;
  padding: 15px 45px !important;
  transition: all 0.5s ease-in-out;
}
.jupiterx-main-content {
  padding: 0 !important;
}
.progress {
  display: none;
}
button.btn.btn-success.fileinput-button {
  width: 100%;
}
