body {
  background-color: #232323;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  padding-top: 24px;
  padding-bottom: 24px;
}

a {
  text-decoration: none;
}

@media (min-width: 992px) {
  #information {
    position: sticky;
    top: 24px;
  }
}
p.footer {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
p.footer a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  transition: color 100ms ease-in-out;
}
p.footer a:hover {
  color: white;
}

.card {
  padding: 24px;
  background-color: #373737;
  border-radius: 4px;
  margin-bottom: 24px;
}
.card.card-important {
  background-color: rgba(255, 65, 77, 0.1);
}
.card.card-important p.card-title {
  color: #ff414d;
}
.card p.card-title, .card .card-header p.card-heading {
  font-weight: 500;
  color: white;
}
.card p.card-title {
  margin-bottom: 24px;
}
.card p.card-description, .card ul.card-list li.list-item {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.card p.card-description .important, .card ul.card-list li.list-item .important {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}
.card p.card-description:not(:last-child) {
  margin-bottom: 24px;
}
.card ul.card-list {
  margin-bottom: 24px;
}
.card ul.card-list li.list-item {
  position: relative;
}
.card ul.card-list li.list-item:not(:last-child) {
  margin-bottom: 4px;
}
.card ul.card-list li.list-item::after {
  content: "";
  height: 4px;
  width: 12px;
  left: -24px;
  top: 6.75px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.05);
  transition: 100ms;
}
.card hr.card-divider {
  border: unset;
  margin: unset;
  border-top: 4px dashed rgba(255, 255, 255, 0.05);
  height: 0;
  width: calc(100% + 48px);
  margin-bottom: 24px;
  margin-left: -24px;
}
.card .card-header {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.card .card-header p.card-step {
  border-radius: 0 4px 4px 0;
  background-color: #1089ff;
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: -24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.card .card-header p.card-heading {
  margin-left: 24px;
  margin-right: 24px;
  flex-grow: 1;
}

.link-wrapper {
  margin: -6px;
  display: flex;
  flex-wrap: wrap;
}
.link-wrapper a.link {
  margin: 6px;
}

a.link {
  border-radius: 4px;
  background-color: #1a1a1a;
  padding-right: 24px;
  padding-left: 24px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #1089ff;
  display: inline-flex;
  align-items: center;
}
a.link i.material-icons-round {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 12px;
  transition: 100ms;
}
a.link:hover {
  cursor: pointer;
}
a.link:hover i.material-icons-round {
  color: white;
}

.icon-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  transition: 100ms;
}
.icon-button:hover {
  color: white;
  cursor: pointer;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 12px;
  padding-right: 12px;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}

/*# sourceMappingURL=style.css.map */
