  .mo_sps_header_search_bar ::placeholder,
  .mo_sps_header_search_bar input[type=text] {
      color: #000 !important;
  }

  .mo_sps_search_results_item {
      padding: 10px;
      width: 93%;
      cursor: pointer;
      margin: 5px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
  }

  .mo_sps_search_results_item:hover {
      background-color: #eee;
  }

  .mo_sps_doc_table_container::-webkit-scrollbar {
      width: 0px;
      height: 5px;
  }

  .mo_sps_doc_table_container::-webkit-scrollbar-track {
      background: #f1f1f1;
  }

  @media screen and (max-width: 1500px) {

  }

  .mo_sps_doc_table_container::-webkit-scrollbar-thumb {
      background: #ccc;

  }

  #wpfooter {
      display: none !important;
      height: 0;
  }

  #wpbody-content {
      padding-bottom: 0px !important;
  }