/* Static Dev version */
.search-header {
  background-color: #0a3e59;
}

.page-header-content-container-overide {
  padding-top: 4rem;
}

.search-marquee-text {
  margin-bottom: 0.7rem !important;
}

#report-search-form {
  display: flex;
}

#report-search-form input {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  max-width: 709px;
  height: 40px;
  border: 1px solid #D4D4d4;
  border-right: none;
  padding-left: 12px;
  margin: 0 !important;
}

#report-search-form button {
  height: 40px;
  border: none;
  box-shadow: none;
  outline: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
  width: 100px;
  background-color: #0096cb;
  color: white;
  font-size: 14px;
}

.search-loading {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
  color: #666;
  font-size: 1rem;
}

#query-details {
  margin-top: 2rem;
}

.query-details-initial {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* .search-init {
    display: flex;
    min-height: 11rem;
    justify-content: center;
    align-items: center;
    width: 100%;

} */
.query-details-initial h3 {
  margin-top: 5rem;
  text-align: center;
}

.query-details-initial p {
  text-align: center;
}

.btn-search {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  -webkit-appearance: button;
  margin-top: 0.75rem;
  flex-shrink: 1;
  border-radius: 0.1875rem;
  cursor: pointer;
  border: 1px solid #0096cb;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0.5rem 1.8125rem;
  font-weight: bold;
  background-color: #0096cb;
  color: #fff;
  flex-basis: auto;
  min-width: 0;
}

.btn-search:hover {
  transition: color 200ms ease, background-color 200ms ease;
  color: white;
  text-decoration: none;
}

.query-details-loading {
  margin-top: 2rem;
}

.query-details-loading h3 {
  margin: 0 !important;
}

.search-image {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
}

.result-layer {
  margin-bottom: 1rem;
  display: flex;
  border: 1px solid #D4D4d4;
  padding: 1.6rem;
  justify-content: space-between;
  border-radius: 0.1875rem;
}

.result-content {
  max-width: 49rem;
  margin-right: 2.5rem;
  opacity: 0.9;
}

.result-content:hover {
  opacity: 1;
}

.subtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875em;
  color: #0a3e59;
  letter-spacing: 0.08rem;
  margin-bottom: 0.5rem;
}

.result-description {
  display: inline;
  color: #212529;
}

.result-description em {
  font-weight: 600;
  background-color: #ebf7fb;
  font-style: normal;
}

.section-title {
  color: #212529;
}

.search-title {
  font-family: proxima-nova, sans-serif;
  color: #0a3e59 !important;
  font-weight: 600;
  font-size: 1.25rem;
}

#search-page {
  min-height: 100vh;
}

.result-breadcrumb {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
  color: #666;
}

.loader {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0;
  color: #666;
  box-sizing: border-box;
  border-width: 0.125em;
  border-color: #ebf7fb;
  border-style: solid;
  border-radius: 50%;
  border-top: 0.125em solid #0096cb;
  width: 1em;
  height: 1em;
  animation: spinner 1500ms linear infinite;
  display: inline-block;
  margin-right: 0.75em;
  right: 100%;
  top: 0.5em;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.no-result {
  margin-top: 2rem;
  background-color: #ebf7fb;
  padding: 1.5rem;
  color: #212529;
}

.placeholder {
  /* Example SVG used as a background placeholder */
  background-size: cover;
  background-repeat: no-repeat;
  /* Ensuring the placeholder takes the full space of the image */
  display: block;
  width: 100%;
  height: 100%;
  /* Hiding the actual image by making it fully transparent */
  opacity: 0;
}

.search-breadcrumb-layout {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1399px) {
  .result-content {
    max-width: 39rem;
  }
}
@media (max-width: 1199px) {
  .result-content {
    max-width: 29rem;
  }
}
@media (max-width: 991px) {
  .result-content {
    max-width: 100%;
  }

  .result-layer {
    flex-direction: column-reverse;
  }

  .search-image {
    width: 100%;
    height: auto;
    max-height: 13.5rem;
    object-fit: cover;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .search-query {
    display: none;
  }
}
.v-tooltip-content > .dropdown-toggle {
  min-width: 11.438rem !important;
}

/*# sourceMappingURL=search.css.map */
