html {
  font-size: 62.5%;
}

body {
  background-color: #121212;
  font-size: 1.6rem;
}

header {
  border-bottom: #7a7a7a 0.1rem solid;
}
header #placeholder {
  background-color: #202020;
  border: #7a7a7a solid 0.1rem;
}
header #placeholder .card-body {
  border-top: #7a7a7a 0.1rem solid;
  color: white;
}
header #placeholder .card-body h5 {
  font-size: 1.6rem;
}
header #placeholder .card-body a {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.3rem 5rem;
}

form label {
  color: white;
}

#input-api,
#input-address,
#input-number {
  color: white;
  background-color: #202020;
  border: #7a7a7a solid 0.1rem;
  font-size: 0.8em;
  padding: 0.8rem;
}
#input-api::-moz-placeholder, #input-address::-moz-placeholder, #input-number::-moz-placeholder {
  color: #7a7a7a;
}
#input-api::placeholder,
#input-address::placeholder,
#input-number::placeholder {
  color: #7a7a7a;
}

#button-search {
  color: #7a7a7a;
  border: #7a7a7a 1px solid;
  background-color: #121212;
  padding: 1.3rem 5rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#button-search:disabled {
  display: none;
}
#button-search:hover {
  color: #7a7a7a;
  border-color: #3f3f3f;
  background-color: #3f3f3f;
  transition: all 0.3s;
}

main .card {
  color: #7a7a7a;
  background-color: #121212;
  border: #7a7a7a 0.1rem solid;
  border-radius: 1rem;
}
main .card .card-header {
  border-color: #7a7a7a;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
main .card .card-body .common-list {
  gap: 1rem;
  max-height: 17rem;
  overflow: hidden scroll;
}
main .card .card-body .common-list div {
  display: inline-block;
  border: #7a7a7a 0.1rem solid;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 0.8rem;
  padding: 0.4rem 1.2rem;
}
main .card .card-footer {
  border-color: #7a7a7a;
}
main .card .card-footer .btn {
  font-size: 1.6rem;
}

.custom-tooltip {
  --bs-tooltip-font-size: 1.6rem;
  --bs-tooltip-bg: gray;
  --bs-tooltip-color: var(--bs-white);
  --bs-tooltip-border-radius: 0.8rem;
  --bs-tooltip-padding-x: 1rem;
  --bs-tooltip-padding-y: 0.8rem;
  --bs-tooltip-opacity: 1;
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.spinner-border {
  color: white;
  width: 4.5rem;
  height: 4.5rem;
}
.spinner-border + strong {
  color: white;
}/*# sourceMappingURL=style.css.map */