/* Styles are ordered by first appearance in the DOM. Shared styles are defined where they are first used. */
.body {
  background-color: #ffffff !important;
  text-align: center;
}

.banner {
  background-color: yellow;
  color: black;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}

.container {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  margin: 61px auto 0 !important;
  width: 545px;
}

.header,
.title,
.app-container {
  margin-bottom: 50px;
}

.logo {
  display: block;
  height: 150px;
  margin: auto;
}

.title,
.info,
.support__company {
  color: #004a87;
}

.title {
  font-size: 24px;
  margin-bottom: 70px;
}

.title__block,
.app {
  background-color: #33b18d;
  display: inline-block;
}

.title__block {
  width: 15px;
  height: 28px;
  vertical-align: -6px;
  margin-right: 8px;
}

.app,
.info,
.support__company,
.copyright__company,
.secondary-info__label {
  font-weight: 600;
}

.app,
.support__email,
.terms-and-conditions {
  text-decoration: none;
}

.app {
  border-style: none;
  color: #fff;
  padding: 8px 0 9px;
  text-align: center;
  width: 164px;
}

.app:hover,
.terms-and-conditions:hover {
  cursor: pointer;
}

.app + .app {
  margin-left: 22px;
}

.info,
.secondary-info {
  margin-bottom: 47px;
}

.secondary-info {
  font-size: 14px;
}

.support__email,
.terms-and-conditions {
  color: #003f74;
}

.support__email:hover,
.terms-and-conditions:hover {
  color: #bf0035;
}

.support-container,
.footer {
  font-size: 10px;
}

.support-container {
  margin-bottom: 15px;
}

.support__company {
  margin-right: 6px;
}

.support__email::before,
.copyright__company::before,
.copyright__rights::before {
  content: "|";
  margin-left: 3px;
  margin-right: 5px;
}
