html {
  font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  transition: background 0.3s ease, color 0.3s ease;
}

main {
  min-height: 100vh;
}

[x-cloak] {
  display: none !important;
}

a.no-decoration {
  --pico-text-decoration: none;
}

a.no-decoration:hover {
  --pico-text-decoration: none;
  opacity: .8;
}

ul.no-style {
  padding: 0;
  margin: 0;
}

ul.no-style>li {
  list-style-type: none !important;
  margin-bottom: 20px !important;
}

ul.errorlist {
  padding: 0;
  margin-top: -16px;
}

ul.errorlist>li {
  list-style-type: none !important;
  color: var(--pico-color-red-450) !important;
}

.title-description {
  text-align: left;
  margin-top: 1rem;
}

.title-description>p {
  font-size: 14px;
  margin-top: 0.5rem;
}


.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}


.block {
  display: block;
}