.jhp-container .js-stools-btn-filter {
    line-height: 22px;
  }
  .jhp-container .js-stools-btn-clear {
    line-height: 22px;
  }
  .jhp-container .js-stools-container-bar .custom-select {
    height: calc(1.5em + 1.2rem);
  }
  .jhp-container #settings-search {
    margin: 5px 0;
  }
  .jhp-container.jdb-dashboard a:not(.la)::before, .jhp-container a.jtable-btn::before, .jhp-container .user-manual-section a::before {
    display: none;
  }
  
  #toolbar .btn.btn-small i {
    padding: 0 1.5rem 0 0;
  }
  
  /* Payment processor input fields */
  #column_value input, #column_name input {
    height: calc(1.5em + 1.2rem);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 2px solid #dee2e6;
    border-radius: 3px;
  }
  
  #column_value input:focus, #column_name input:focus {
    outline: none;
    border: 2px solid #c1c1c2;
  }
  
  #jdb-wrapper, #jhp-wrapper {
    background: #edf2f7 !important;
  }
  
  .navbar-default {
    background-color: #fff !important;
  }
  
  #jdb-wrapper.tmpl-style-1 .nav > li a, #jhp-wrapper.tmpl-style-1 .nav > li a {
    text-decoration: none !important;
  }
  