.alert {
  font-size: 20px;
}

.default-textbox, .base-textbox, .info-textbox, .error-textbox, .warning-textbox, .success-textbox {
  display: inline-block !important;
  text-align: center !important;
  font-size: 0.95em !important;
  border: 1px solid white !important;
  border-radius: 8px !important;
  padding: 0.75em !important;
  text-wrap: balance !important;
}
.default-textbox.hidden, .hidden.base-textbox, .hidden.info-textbox, .hidden.error-textbox, .hidden.warning-textbox, .hidden.success-textbox {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.default-textbox svg, .base-textbox svg, .info-textbox svg, .error-textbox svg, .warning-textbox svg, .success-textbox svg {
  width: 1.5em !important;
  height: 1.5em !important;
  margin-right: 0.3em;
}

.success, .success-textbox {
  color: #2ecc40 !important;
  fill: #2ecc40 !important;
}

.success-textbox {
  outline-color: #2ecc40 !important;
  border-color: #2ecc40 !important;
}

.warning, .warning-textbox {
  color: #ff9130 !important;
  fill: #ff9130 !important;
}

.warning-textbox {
  outline-color: #ff9130 !important;
  border-color: #ff9130 !important;
}

.error, .error-textbox {
  color: #ff3f3f !important;
  fill: #ff3f3f !important;
}

.error-textbox {
  outline-color: #ff3f3f !important;
  border-color: #ff3f3f !important;
}

.info, .info-textbox {
  color: #FCC127 !important;
  fill: #FCC127 !important;
}

.info-textbox {
  outline-color: #FCC127 !important;
  border-color: #FCC127 !important;
}

.base, .base-textbox {
  color: white !important;
  fill: white !important;
}

.base-textbox {
  outline-color: #FCC127 !important;
  border-color: #FCC127 !important;
}

section {
  margin: 4em 0;
}/*# sourceMappingURL=index.css.map */