body {
  background-color: #fff !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  border: none;
  outline: none;
}
body {
  color: #000;
  background-color: #dae1e9;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555 !important;
  font-family: Source Sans Pro !important;
}
hr {
  margin-left: 70px;
  margin-right: 70px;
}
table {
  border-width: 0;
}
td,
th {
  padding: 5px;
  font-size: 0.8rem;
}
label {
  margin: 8px;
}
.theme-color {
  color: #0f8ca2 !important;
}
.btn-theme-color {
  color: #fff !important;
  background-image: linear-gradient(
    to bottom right,
    #1ecad3,
    #0077af
  ) !important;
}
.bold {
  font-size: 1.02rem;
  font-weight: 700;
}
.blue-underline {
  min-height: 5px;
  height: 5px;
  width: 430px;
  background-color: #1ecad3;
}
.subtitle {
  font-size: 1.2rem;
  color: #444 !important;
  font-family: Source Sans Pro !important;
}
.mw-60p {
  max-width: 60%;
  margin: auto;
}
.subtitle-small {
  font-size: 1.3rem;
  color: #444 !important;
  font-family: Source Sans Pro !important;
}
.subtitle-xsmall {
  font-size: 0.9rem;
  color: #444 !important;
  font-family: Source Sans Pro !important;
}
.navbar-gradient-background {
  background-image: linear-gradient(to bottom right, #1ecad3, #0077af);
}
.nav-title {
  font-weight: 700;
}
.nav-link {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 1rem !important;
}
.nav-link:hover {
  border-color: #fff #fff #dae1e9 !important;
}
.nav-link.active {
  border-color: #fff #fff #0f8ca2 !important;
}
.fork-me {
  z-index: 99999;
}
.separator {
  border-left: 2px solid #0f8ca2;
  padding-left: 10px;
}
.input-width {
  width: 300px !important;
}
.footer {
  width: 100%;
  padding: 5px;
  text-decoration: underline;
}
.form-group {
  padding-top: 0;
}
.landing-icon {
  width: 80px;
  height: 80px;
  margin-top: 50px;
}
.landing-title {
  font-size: 2rem;
  font-weight: 700;
}
.landing-button {
  margin-top: 30px;
}
.landing-bottom-gutter {
  margin-bottom: 50px;
}
.border1pxsolid0F8CA2 {
  border: 1px solid #0f8ca2;
}
input[type='radio'] {
  display: none;
}
input[type='radio'] + label {
  color: #000;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 3px 6px;
  display: inline-block;
}
input[type='radio']:checked + label {
  color: #fff;
  background-color: #0f8ca2;
  border-color: #0f8ca2;
}
.qr-code {
  width: 180px;
  height: auto;
  margin: auto;
  display: block;
}
.start-hidden {
  display: none;
}
.digital-link {
  color: #999;
  word-wrap: break-word;
  width: 560px;
  border: 1px solid #dae1e9;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 700;
}
.digital-link:focus {
  outline: 2px solid #0f8ca2 !important;
}
.italic {
  font-style: italic;
}
.light-grey {
  color: #aaa;
}
.right-col-top-margin {
  margin-top: 100px;
}
.tall-dropdown {
  height: auto !important;
  overflow: visible !important;
}
.button-small {
  margin: auto;
}
.btn-fixed-height {
  height: 45px !important;
}
.slider-container {
  align-items: center;
  display: flex;
}
.radio-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
#slider {
  -webkit-appearance: none;
  width: 200px;
  height: 10px;
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  margin-left: 10px;
  transition: opacity 0.2s;
}
#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #0f8ca2;
  border-radius: 50%;
}
#slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #0f8ca2;
  border-radius: 50%;
}
#slider-value {
  margin-left: 10px;
}
input[type='checkbox']:checked {
  background-color: #0f8ca2 !important;
}
.verifier-verdict {
  font-weight: 700;
  color: #444 !important;
  font-family: Source Sans Pro !important;
  font-size: 1.7rem !important;
}
.deprecated-message {
  font-weight: 200;
  color: #444 !important;
  font-family: Source Sans Pro !important;
  font-size: 1rem !important;
}
.verifier-query {
  margin: auto;
  width: 550px !important;
}
.grammar {
  white-space: pre-wrap;
  font-family: monospace !important;
}
.verdict-icon {
  width: 40px;
  height: 40px;
}
.deprecated-icon {
  width: 27px;
  height: 27px;
}
.verdict-icon-small {
  width: 18px;
  height: 18px;
}
.qr-choice {
  margin: auto;
  width: 300px !important;
}
.verifier-results-container {
  max-width: 100vw;
  min-height: 200px;
  margin-top: 10px;
  margin-right: 10px;
  flex-grow: 1;
}
.scrollx {
  overflow-x: auto;
}
.scan-title {
  font-size: 1.2rem;
  font-weight: 700;
}
.scan-description {
  font-size: 1rem;
}
.box-tile {
  width: 100px;
  height: 120px;
  text-align: center;
  background-color: #eee;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
  margin: 5px;
  padding: 10px;
  display: flex;
}
.box-label {
  font-size: 0.8rem;
  font-weight: 700;
}
.box-icon {
  height: 35px;
  width: auto;
}
.scan-product-image {
  width: 150px;
  height: 150px;
}
.text-deco-none {
  text-decoration: none !important;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 1.2rem;
  }
  .blue-underline {
    min-height: 5px;
    height: 5px;
    width: 330px;
    background-color: #1ecad3;
  }
  .right-col-top-margin {
    margin-top: 20px;
  }
  .subtitle {
    font-size: 1.1rem;
  }
  .mw-60p,
  .subtitle-wrapper {
    max-width: 90%;
    margin: auto;
  }
  .verifier-query {
    width: 350px !important;
  }
  .separator {
    border-top: 2px solid #bbb;
    border-left: 0;
    margin-top: 20px;
    padding-left: 0;
  }
  .separator-landing {
    border: 0;
  }
  #input_verifier_query {
    font-size: 1rem;
  }
  .landing-bottom-gutter {
    margin-bottom: 20px;
  }
  .fork-me {
    height: 100px;
    width: auto;
  }
  .input-width {
    width: 320px !important;
  }
  .digital-link {
    width: 360px;
  }
}
.bmd-form-group {
  padding-top: 0 !important;
}
/*# sourceMappingURL=generator.348ec1bb.css.map */
