/* app css stylesheet */

/* Brand Icon Scaling - Custom class to make brand icons 30% smaller */
.brand-icon-smaller {
  transform: scale(0.7); /* 30% smaller */
  transform-origin: center;
  display: inline-block;
}

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

/* Issue #2487: Email Authorization Modal Styles */
.authorization-modal {
  padding: 20px;
}

.authorization-modal .authorization-waiting {
  margin-bottom: 20px;
}

.authorization-modal .lead {
  font-size: 18px;
  color: #333;
}

/* Issue #2487: Authorization Success/Error Page Styles */
.authorize-success h2,
.authorize-error h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.authorize-success .lead,
.authorize-error .lead {
  margin-top: 20px;
}
