body {
  background-color: #eee;
}

header {
  background-color: #fff;
  width: 100%;
  margin-bottom: 5rem;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.mainTitleHeader {
  font-family: 'Courier New', Courier, monospace;
  text-transform: uppercase;
}

section {
  margin-bottom: 10px;
  width: 100%;
}

.wide-container {
  margin:auto;
}
.card{
  border-radius: 4px;
  border-bottom: 1px solid  rgb(0 0 0 / 16%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.paymentBox {
  display: flex;
  flex-direction: column;
  height: 190px;
}

footer {
  margin-top:5rem;
  width: 100%;
}

.app-body {
  display: flex;
    /* margin-bottom: 20px; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

footer .copywrite{
  font-size:smaller;

}

.hasError {
  color: rgb(182, 22, 22);
}

.help-block {
  font-style: italic;
  color: rgb(181, 23, 23);
}

.formSection {
  margin: auto;
  padding:20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.radius {
  border-radius: 4px;
}

.cart-summary {
  font-weight: 500;
}
#errorBox{
  display: none;
  background-color: #ab3232;
  font-weight: 700;
  color: #fff;
  padding: 10px;
}

#total_due {
  letter-spacing: 1px;
}

#tagCommandGroup{
  padding-top:15px;
}

.carTagResultsBox {
  display: none;
}

pre {
  overflow: hidden;
  padding: 5px;
  color:rgb(0, 191, 29);
  background-color: rgb(42, 42, 42);
  font-size: 12px;
}

@media screen and (min-height: 1700px) {
  .app-body {
    height: 80vh;
  }
}