.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}

body > main{
  padding-top: 58px;
  min-height: calc(100% - 58px);
}

main > .container {
  padding: 60px 15px 0;
}

.bg-dark-trasparent{
  background-color: rgba(33, 37, 41, .6);
}

.cover-container {
  max-width: 42em;
}

body > footer{
  width: 100%;
}

/**
* Views::subscription
*/

#subscriptionView #smartwizard div.toolbar,
#subscriptionView #smartwizard div.progress{
  position: absolute;
  bottom: 0;
}

#subscriptionView #smartwizard div.toolbar{
  width: 100%;
  text-align: center;
}

/**
* Pace.js
*/

.pace-done #loading{
  display: none;
}

.pace-running > *:not(.pace){
  filter: blur(4px);
}

.pace-running #loading{
  filter: blur(0px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 99;
}

/**
* Login page
*/

body.login {
  display: flex;
  align-items: center;
  padding-top: 40px;
  background-color: #f5f5f5;
  text-align: center;
}

body.login main {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  min-height: unset;
}

body.login main .checkbox {
  font-weight: 400;
}

body.login main .form-floating:focus-within {
  z-index: 2;
}

body.login main input[type="email"] {
  margin-bottom: -1px;
}

body.login main input[type="password"] {
  margin-bottom: 10px;
}