
.intro {
  width: 100%;
  max-width: var(--max-width);
  background: white;
  padding: 3rem;
  transform: translateY(-74px);
  border-radius: 4px;
  box-shadow: var(--float-close);
  flex-direction: column;
  color: #707070;
  flex-wrap: wrap;
}

.single {
  width: 100%;
  max-width: var(--max-width);
  background: rgba(255, 255, 255, 0.85);
  padding: 1rem 3rem;
  border-radius: 4px;
  box-shadow: var(--float-close);
  flex-direction: column;
  color: #333333;
  min-height: 50vh;
  z-index: 1;
  margin: 2rem 0;
  position: absolute;
}

.intro .breadcrumbs {
  padding: 0.5rem 4rem;
  background: var(--color-6);
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: var(--float);
  transform: translateX(-3em) translateY(-1.5em);
  width: min-content;
}

.breadcrumbs a {
  padding: 0 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  align-items: center;
}

.breadcrumbs span span {
  transform: translateY(-1px);
}

.opener {
  width: calc(50% - 4rem);
  flex-direction: column;
  padding-bottom: 2rem;
  margin-right: 4rem;
}



.opener p {
  line-height: 2;
  font-weight: 300;
}


.angle-container {
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  justify-self: flex-end;
  height: 100%;
  width: 100%;
}

  .angle-container > * {
    border: 1px solid var(--color-6);
    border-radius: 8px;
    background: white;
    box-shadow: var(--float);
    position: relative;
  }

    .angle-container > *::before {
      content: "";
      height: 100%;
      width: 100%;
      border: 1px solid var(--color-6);
      border-radius: 8px;
      background-color: var(--color-6);
      transform: rotate(7deg);
      z-index: -1;
      position: absolute;
    }

.divided .angle-container {
  width: 50%;
}

  .divided .angle-container ul {
    padding: 0rem 5rem;
  }

    .divided .angle-container ul span {
      line-height: 2;
      color: var(--color-9);
    }

.angle-container li {
  line-height: 2;
  color: var(--color-9);
  align-items: center;
}

  .angle-container li::before {
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    flex-shrink: 0;
    background-color: var(--color-2);
    border-radius: var(--circle);
    margin-right: 0.75rem;
  }

.angle-container .button-row {
  justify-content: flex-end;
}

.angle-container button {
  color: white;
  background: var(--color-6);
}

.report-a-tag .angle-container > div {
  min-height: 30vh;
}

.widget {
  height: calc(100%);
  width: calc(50% - 4rem);
  border-radius: 1rem;
  background-color: #333333;
  box-shadow: var(--float);
  margin: 0 2rem;
  transform: translateY(4rem);
  border: 1px solid var(--compare);
}

.something {
  width: 100%;
  height: 50vh;
  background-color: #f2f2f2;
  margin: 0;
}


  .block > img {
    object-fit: cover;
    mix-blend-mode: screen;
    opacity: 0.64;
    width: 100%;
  }

.report-a-tag {
  margin: 2rem;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

  .report-a-tag .question {
    font-size: 2rem;
    margin: 1rem 0;
  }

  .report-a-tag button {
    padding: .75rem 2rem;
    margin: 1rem;
    border-radius: var(--circle);
    border: 1px solid var(--contrast);
  }

  .report-a-tag.divided {
    flex-direction: row;
    width: 100%;
    height: 100%;
  }

  .report-a-tag > .title {
    height: 100%;
    width: 50%;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }

  .report-a-tag select {
    width: 50%;
    padding: 0;
    border-color: transparent;
    border-bottom-color: var(--color-6);
  }

  .report-a-tag .select::after {
    display: none;
  }

  .report-a-tag select:focus {
    outline: none;
  }

  .report-a-tag .select {
    margin: 1rem .5rem;
  }

    .report-a-tag .select:focus-within {
      outline: 2px solid var(--color-6);
    }

  .report-a-tag option:first-of-type {
    color: var(--compare-less);
  }


.input--text:focus ~ .floating-label,
.input--text:not(:placeholder-shown):not(:focus) ~ .floating-label,
.input--text:-webkit-autofill:not(:focus) ~ .floating-label {
  padding: 4px;
  font-size: .7em;
  opacity: 1;
  top: -10px;
  left: 4px;
  color: var(--color-6);
  background: var(--bg-color);
}

*:-webkit-autofill-selected {
  background: transparent;
}



.input--text {
  font-weight: 500;
  border-bottom: 1px solid transparent;
  padding: 4px 12px;
  border-radius: 0;
}

  .input--text::placeholder {
    color: transparent;
    font-weight: 300;
    font-style: italic;
    transition: all .2s;
  }

  .input--text:focus::placeholder {
    color: var(--gray-mid);
  }

  .input--text:empty {
    border-bottom-color: var(--color-6);
  }

  .input--text:not(:focus):not(:placeholder-shown) {
    border-bottom-color: #ddd;
    padding-left: 0;
    padding-right: 24px;
  }

  /* .input--text:placeholder-shown:not(:focus) ~ .floating-label:after {
        content: "";
        width: 1px;
        background-color: var(--color-6);
        position: absolute;
        height: 23px;
        left: -4px;
        transition-delay: .2s;
    } */

  .input--text:focus ~ .floating-label:after {
    background: transparent;
    transition: none;
  }


  .input--text:not(:focus):not(:placeholder-shown) ~ .floating-label {
    color: var(--contrast-less);
    left: 0px;
  }

.wrapper--floating-label {
  position: relative;
  padding: 4px;
  margin-top: 8px;
  border: 2px solid transparent;
  border-radius: 4px;
  width: fit-content;
}


  .wrapper--floating-label, .wrapper--floating-label * {
    transition: all .2s;
  }

    .wrapper--floating-label:not(:first-of-type) {
      margin-left: 1em !important;
    }


    .wrapper--floating-label:focus-within {
      border: 2px solid var(--color-6);
      border-radius: 4px;
    }

.input--text:placeholder-shown:not(:focus) ~ .floating-label {
  left: 8px;
  top: 25%;
  padding: 4px;
  letter-spacing: .2px;
  color: #767676;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  background: transparent;
}

.error,
.error * {
  border-color: orangered !important;
}

  .error *::after {
    background-color: transparent !important;
  }

  .error .floating-label {
    color: orangered !important;
    --color: orangered !important;
  }

  .error .required::before {
    --color: transparent !important;
  }

/* 
.error  {
    margin-bottom: 2em !important;
} */

.error-message {
  position: absolute;
  bottom: -1.5em;
  left: .5em;
  font-size: .85em;
  color: orangered;
}

.angle-container .title {
  font-size: 1rem;
  font-weight: 500;
  margin: 1rem 0;
}

.loading * {
  --color: var(--compare);
  color: #767676 !important;
}

.lds-ring {
  display: flex;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}

  .lds-ring div {
    box-sizing: border-box;
    display: flex;
    position: absolute;
    width: .75rem;
    height: .75rem;
    border: 8px solid var(--government);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--government-dark) transparent transparent transparent;
  }

    .lds-ring div:nth-child(1) {
      animation-delay: -0.45s;
    }

    .lds-ring div:nth-child(2) {
      animation-delay: -0.3s;
    }

    .lds-ring div:nth-child(3) {
      animation-delay: -0.15s;
    }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.report-a-tag .error * {
  --color: var(--stop);
  --color-lt: var(--stop);
}

.success .title {
  align-items: center;
  position: relative;
  width: min-content;
}

  .success .title::before {
    content: "";
    height: 2rem;
    width: 2rem;
    border-radius: var(--circle);
    background: var(--go);
    margin-right: 1rem;
    border: 2px solid white;
  }

  .success .title::after {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    clip-path: var(--checkmark);
    background-color: white;
    position: absolute;
    transform: rotate(-45deg);
    left: 0;
    margin-left: .4rem;
    margin-bottom: .5rem;
  }

.success > div:first-of-type {
  border-radius: 1rem;
  border: 2px solid var(--go);
  color: rgb(0, 93, 0);
  padding: 2rem;
  background-color: rgba(0,215,0, .15);
  margin: 2rem 0;
}

.success button {
  background-color: var(--go);
  color: white;
  border-color: var(--go);
}

.title.adjust {
  margin-top: 2rem;
}

.choices > .wrapper--yes-no.either-or {
  min-width: 480px;
  align-self: center;
  font-size: 1.5rem;
  color: var(--color-6);
}

/* .choices .wrapper--yes-no input[type="radio"]:checked ~ .yes-no:last-of-type::after {
    content: "";
    border: none;
    background-color: var(--color-6);
    pointer-events: none;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 10px;
    transition: all .2s;
    box-sizing: content-box;
    bottom: 0px;

} */

.choices {
  margin: 1rem;
}

.choice-1,
.choice-2 {
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid var(--color-6);
  margin: 1rem 0;
  font-size: .75rem;
}

.choices :not(input[checked] ~ label) {
  color: grey;
  border-color: var(--compare);
}

.choices input ~ label {
  font-size: .8rem;
  font-weight: 600;
  color: #333333;
}

.report-a-tag .inner-container {
  padding: 2rem;
  width: 100%;
}

.report-a-tag .adjusted-width {
  width: calc(100% - 4rem);
}


@media screen and (max-width:480px) {
  .report-a-tag {
    margin: 0;
    
    }

  .report-a-tag div:not(div[class]) {
    flex-wrap: wrap;
  }



  [src="/images/Expired License copy.png"] {
    display: none;
  }

    [src="/images/Expired License copy.png"] +
    [style*="position: absolute"] {
      position: relative !important;
      height: 100%;

    }

  [style*="overflow:hidden; max-height:60vh;"] {
    overflow: unset !important;
    max-height: unset !important;
  }

  .wrapper--floating-label + .wrapper--floating-label {
    margin-left: 0rem !important;
  }

  .report-a-tag > .title {
    font-size: unset;
  }

  .report-a-tag select {
    width: 100%;
  }
}
