.loader {
  background-color: green;
}

.login-form-callback {
  z-index: 10000;
}

.message {
  font-size: 1.2em;
  padding: 10px 16px 10px 16px;
  font-weight: bold;
  width: 100vw;
  text-align: center;
}

.local-message {
  font-size: 0.8em;
  padding: 10px 16px 10px 16px;
  margin-top: 2px;
}

.popup-flash {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  z-index: 10000;
}

.flash {
  font-size: 1.2em;
  padding: 10px 16px 10px 16px;
  font-weight: bold;
  text-align: center;
}

.loader-default {
  width: 0%;
  height: 300px;
  background-color: #4f356d;
  margin-top: -300px;
}

.loader-error {
  width: 0%;
  height: 300px;
  background-color: #ce2d4f;
  margin-top: -300px;
}

.loader-warning {
  width: 0%;
  height: 300px;
  background-color: #ffcb5a;
  margin-top: -300px;
}

.loader-success {
  width: 0%;
  height: 300px;
  background-color: #7cb170;
  margin-top: -300px;
}

.loader-buy {
  width: 0%;
  height: 300px;
  background-color: #65c737;
  margin-top: -300px;
}

.default {
  background-color: #6f578f;
  color: #fff;
}

.error {
  background-color: #ef4f6f;
  color: #fff;
}

.warning {
  background-color: #ffed7c;
}

.success {
  background-color: #9ed392;
}

.buy {
  background-color: #bff5b4;
}
