html,
body {
  height: 100%;
}

body {
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.card p.card-title {font-weight:600; margin-bottom:0.5rem; font-size:1.2rem}
.card p {margin-bottom:0}
.card a {text-decoration:underline}

legend, input, .card-title {
  text-transform:uppercase;
}



/* ------------------------------------------------------------------------- */
/* >>>>>>>>>>>>>   listAddresses                                <<<<<<<<<<<< */
/* ------------------------------------------------------------------------- */

.listAddresses {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 100%;
  right: 0;
  margin: -1px 0 0;
  padding: 5px;
  border: 1px solid #ced4da;
  background: #fff;
}

.listAddresses p {
    margin: 0;
    padding: 5px;
    font-size: 1.2rem;
    line-height: 1.4;
}

.listAddresses .item {
    display: block;
    margin: 0;
    padding: 5px;
    font-size: 1.2rem;
    line-height: 1.4;
    text-decoration: none;
    color: inherit;
}

.listAddresses .item:hover {
      text-decoration: none;
      color: #fff;
      background: #212529;
      cursor: pointer;
}