.rounded-border {
  border-radius: 8px;
}

.hover:hover {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.03);
}

.cursor-pointer {
  cursor: pointer !important;
}

.searchbar-faq-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 0rem;
}

#searchbar-faq, #searchbar-search-results {
  border-radius: 8px;
  min-height: 385px;
  top: 4.6em;
  z-index: 1032;
}

#searchbar-search-results {
  min-height: 455px;
}

.searchbar-btn {
  height: 50px;
  width: 50px;
  top: 0.75rem;
  right: 0.8rem;
  z-index:1032
}

.searchbar-btn-sm {
  height: 40px;
  width: 40px;
  z-index: 1032;
}

#helper-quick-search {
  border-radius: 0.75rem !important;
  border: 6.5px solid !important;
}

#searchbar-overlay {
  background: black;
  opacity: .7;
  height: calc(159vh);
  top: -20vh;
  z-index: 1031;
}

.bg-dark {
  background-color: #000000 !important;
}

@media only screen and (max-width: 428px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 1.25%;
    margin-left: 1.25%;
    width: auto;
  }
}