@charset "UTF-8";.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}

.grid > .col,
.grid > [class*=col] {
  box-sizing: border-box;
}

.grid-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

.grid-nogutter > .col,
.grid-nogutter > [class*=col-] {
  padding: 0;
}

.col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5rem;
}

.col-fixed {
  flex: 0 0 auto;
  padding: 0.5rem;
}

.col-1 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 8.3333%;
}

.col-2 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 16.6667%;
}

.col-3 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 33.3333%;
}

.col-5 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 41.6667%;
}

.col-6 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 58.3333%;
}

.col-8 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 66.6667%;
}

.col-9 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 83.3333%;
}

.col-11 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 91.6667%;
}

.col-12 {
  flex: 0 0 auto;
  padding: 0.5rem;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .sm\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .sm\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .sm\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .sm\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .sm\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .sm\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .sm\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .sm\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .sm\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .sm\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .sm\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .sm\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .sm\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .sm\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .md\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .md\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .md\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .md\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .md\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .md\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .md\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .md\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .md\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .md\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .md\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .md\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .md\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .md\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .lg\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .lg\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .lg\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .lg\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .lg\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .lg\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .lg\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .lg\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .lg\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .lg\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .lg\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .lg\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .lg\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
  }
  .xl\:col-fixed {
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .xl\:col-1 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 8.3333%;
  }
  .xl\:col-2 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 16.6667%;
  }
  .xl\:col-3 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 25%;
  }
  .xl\:col-4 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 33.3333%;
  }
  .xl\:col-5 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 41.6667%;
  }
  .xl\:col-6 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 50%;
  }
  .xl\:col-7 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 58.3333%;
  }
  .xl\:col-8 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 66.6667%;
  }
  .xl\:col-9 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 75%;
  }
  .xl\:col-10 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 83.3333%;
  }
  .xl\:col-11 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 91.6667%;
  }
  .xl\:col-12 {
    flex: 0 0 auto;
    padding: 0.5rem;
    width: 100%;
  }
}
.col-offset-0 {
  margin-left: 0 !important;
}

.col-offset-1 {
  margin-left: 8.3333% !important;
}

.col-offset-2 {
  margin-left: 16.6667% !important;
}

.col-offset-3 {
  margin-left: 25% !important;
}

.col-offset-4 {
  margin-left: 33.3333% !important;
}

.col-offset-5 {
  margin-left: 41.6667% !important;
}

.col-offset-6 {
  margin-left: 50% !important;
}

.col-offset-7 {
  margin-left: 58.3333% !important;
}

.col-offset-8 {
  margin-left: 66.6667% !important;
}

.col-offset-9 {
  margin-left: 75% !important;
}

.col-offset-10 {
  margin-left: 83.3333% !important;
}

.col-offset-11 {
  margin-left: 91.6667% !important;
}

.col-offset-12 {
  margin-left: 100% !important;
}

@media screen and (min-width: 576px) {
  .sm\:col-offset-0 {
    margin-left: 0 !important;
  }
  .sm\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .sm\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .sm\:col-offset-3 {
    margin-left: 25% !important;
  }
  .sm\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .sm\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .sm\:col-offset-6 {
    margin-left: 50% !important;
  }
  .sm\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .sm\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .sm\:col-offset-9 {
    margin-left: 75% !important;
  }
  .sm\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .sm\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .sm\:col-offset-12 {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:col-offset-0 {
    margin-left: 0 !important;
  }
  .md\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .md\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .md\:col-offset-3 {
    margin-left: 25% !important;
  }
  .md\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .md\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .md\:col-offset-6 {
    margin-left: 50% !important;
  }
  .md\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .md\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .md\:col-offset-9 {
    margin-left: 75% !important;
  }
  .md\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .md\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .md\:col-offset-12 {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:col-offset-0 {
    margin-left: 0 !important;
  }
  .lg\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .lg\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .lg\:col-offset-3 {
    margin-left: 25% !important;
  }
  .lg\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .lg\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .lg\:col-offset-6 {
    margin-left: 50% !important;
  }
  .lg\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .lg\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .lg\:col-offset-9 {
    margin-left: 75% !important;
  }
  .lg\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .lg\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .lg\:col-offset-12 {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:col-offset-0 {
    margin-left: 0 !important;
  }
  .xl\:col-offset-1 {
    margin-left: 8.3333% !important;
  }
  .xl\:col-offset-2 {
    margin-left: 16.6667% !important;
  }
  .xl\:col-offset-3 {
    margin-left: 25% !important;
  }
  .xl\:col-offset-4 {
    margin-left: 33.3333% !important;
  }
  .xl\:col-offset-5 {
    margin-left: 41.6667% !important;
  }
  .xl\:col-offset-6 {
    margin-left: 50% !important;
  }
  .xl\:col-offset-7 {
    margin-left: 58.3333% !important;
  }
  .xl\:col-offset-8 {
    margin-left: 66.6667% !important;
  }
  .xl\:col-offset-9 {
    margin-left: 75% !important;
  }
  .xl\:col-offset-10 {
    margin-left: 83.3333% !important;
  }
  .xl\:col-offset-11 {
    margin-left: 91.6667% !important;
  }
  .xl\:col-offset-12 {
    margin-left: 100% !important;
  }
}
.text-0 {
  color: var(--surface-0) !important;
}

.text-50 {
  color: var(--surface-50) !important;
}

.text-100 {
  color: var(--surface-100) !important;
}

.text-200 {
  color: var(--surface-200) !important;
}

.text-300 {
  color: var(--surface-300) !important;
}

.text-400 {
  color: var(--surface-400) !important;
}

.text-500 {
  color: var(--surface-500) !important;
}

.text-600 {
  color: var(--surface-600) !important;
}

.text-700 {
  color: var(--surface-700) !important;
}

.text-800 {
  color: var(--surface-800) !important;
}

.text-900 {
  color: var(--surface-900) !important;
}

.focus\:text-0:focus {
  color: var(--surface-0) !important;
}

.hover\:text-0:hover {
  color: var(--surface-0) !important;
}

.active\:text-0:active {
  color: var(--surface-0) !important;
}

.focus\:text-50:focus {
  color: var(--surface-50) !important;
}

.hover\:text-50:hover {
  color: var(--surface-50) !important;
}

.active\:text-50:active {
  color: var(--surface-50) !important;
}

.focus\:text-100:focus {
  color: var(--surface-100) !important;
}

.hover\:text-100:hover {
  color: var(--surface-100) !important;
}

.active\:text-100:active {
  color: var(--surface-100) !important;
}

.focus\:text-200:focus {
  color: var(--surface-200) !important;
}

.hover\:text-200:hover {
  color: var(--surface-200) !important;
}

.active\:text-200:active {
  color: var(--surface-200) !important;
}

.focus\:text-300:focus {
  color: var(--surface-300) !important;
}

.hover\:text-300:hover {
  color: var(--surface-300) !important;
}

.active\:text-300:active {
  color: var(--surface-300) !important;
}

.focus\:text-400:focus {
  color: var(--surface-400) !important;
}

.hover\:text-400:hover {
  color: var(--surface-400) !important;
}

.active\:text-400:active {
  color: var(--surface-400) !important;
}

.focus\:text-500:focus {
  color: var(--surface-500) !important;
}

.hover\:text-500:hover {
  color: var(--surface-500) !important;
}

.active\:text-500:active {
  color: var(--surface-500) !important;
}

.focus\:text-600:focus {
  color: var(--surface-600) !important;
}

.hover\:text-600:hover {
  color: var(--surface-600) !important;
}

.active\:text-600:active {
  color: var(--surface-600) !important;
}

.focus\:text-700:focus {
  color: var(--surface-700) !important;
}

.hover\:text-700:hover {
  color: var(--surface-700) !important;
}

.active\:text-700:active {
  color: var(--surface-700) !important;
}

.focus\:text-800:focus {
  color: var(--surface-800) !important;
}

.hover\:text-800:hover {
  color: var(--surface-800) !important;
}

.active\:text-800:active {
  color: var(--surface-800) !important;
}

.focus\:text-900:focus {
  color: var(--surface-900) !important;
}

.hover\:text-900:hover {
  color: var(--surface-900) !important;
}

.active\:text-900:active {
  color: var(--surface-900) !important;
}

.surface-0 {
  background-color: var(--surface-0) !important;
}

.surface-50 {
  background-color: var(--surface-50) !important;
}

.surface-100 {
  background-color: var(--surface-100) !important;
}

.surface-200 {
  background-color: var(--surface-200) !important;
}

.surface-300 {
  background-color: var(--surface-300) !important;
}

.surface-400 {
  background-color: var(--surface-400) !important;
}

.surface-500 {
  background-color: var(--surface-500) !important;
}

.surface-600 {
  background-color: var(--surface-600) !important;
}

.surface-700 {
  background-color: var(--surface-700) !important;
}

.surface-800 {
  background-color: var(--surface-800) !important;
}

.surface-900 {
  background-color: var(--surface-900) !important;
}

.focus\:surface-0:focus {
  background-color: var(--surface-0) !important;
}

.hover\:surface-0:hover {
  background-color: var(--surface-0) !important;
}

.active\:surface-0:active {
  background-color: var(--surface-0) !important;
}

.focus\:surface-50:focus {
  background-color: var(--surface-50) !important;
}

.hover\:surface-50:hover {
  background-color: var(--surface-50) !important;
}

.active\:surface-50:active {
  background-color: var(--surface-50) !important;
}

.focus\:surface-100:focus {
  background-color: var(--surface-100) !important;
}

.hover\:surface-100:hover {
  background-color: var(--surface-100) !important;
}

.active\:surface-100:active {
  background-color: var(--surface-100) !important;
}

.focus\:surface-200:focus {
  background-color: var(--surface-200) !important;
}

.hover\:surface-200:hover {
  background-color: var(--surface-200) !important;
}

.active\:surface-200:active {
  background-color: var(--surface-200) !important;
}

.focus\:surface-300:focus {
  background-color: var(--surface-300) !important;
}

.hover\:surface-300:hover {
  background-color: var(--surface-300) !important;
}

.active\:surface-300:active {
  background-color: var(--surface-300) !important;
}

.focus\:surface-400:focus {
  background-color: var(--surface-400) !important;
}

.hover\:surface-400:hover {
  background-color: var(--surface-400) !important;
}

.active\:surface-400:active {
  background-color: var(--surface-400) !important;
}

.focus\:surface-500:focus {
  background-color: var(--surface-500) !important;
}

.hover\:surface-500:hover {
  background-color: var(--surface-500) !important;
}

.active\:surface-500:active {
  background-color: var(--surface-500) !important;
}

.focus\:surface-600:focus {
  background-color: var(--surface-600) !important;
}

.hover\:surface-600:hover {
  background-color: var(--surface-600) !important;
}

.active\:surface-600:active {
  background-color: var(--surface-600) !important;
}

.focus\:surface-700:focus {
  background-color: var(--surface-700) !important;
}

.hover\:surface-700:hover {
  background-color: var(--surface-700) !important;
}

.active\:surface-700:active {
  background-color: var(--surface-700) !important;
}

.focus\:surface-800:focus {
  background-color: var(--surface-800) !important;
}

.hover\:surface-800:hover {
  background-color: var(--surface-800) !important;
}

.active\:surface-800:active {
  background-color: var(--surface-800) !important;
}

.focus\:surface-900:focus {
  background-color: var(--surface-900) !important;
}

.hover\:surface-900:hover {
  background-color: var(--surface-900) !important;
}

.active\:surface-900:active {
  background-color: var(--surface-900) !important;
}

.border-0 {
  border-color: var(--surface-0) !important;
}

.border-50 {
  border-color: var(--surface-50) !important;
}

.border-100 {
  border-color: var(--surface-100) !important;
}

.border-200 {
  border-color: var(--surface-200) !important;
}

.border-300 {
  border-color: var(--surface-300) !important;
}

.border-400 {
  border-color: var(--surface-400) !important;
}

.border-500 {
  border-color: var(--surface-500) !important;
}

.border-600 {
  border-color: var(--surface-600) !important;
}

.border-700 {
  border-color: var(--surface-700) !important;
}

.border-800 {
  border-color: var(--surface-800) !important;
}

.border-900 {
  border-color: var(--surface-900) !important;
}

.focus\:border-0:focus {
  border-color: var(--surface-0) !important;
}

.hover\:border-0:hover {
  border-color: var(--surface-0) !important;
}

.active\:border-0:active {
  border-color: var(--surface-0) !important;
}

.focus\:border-50:focus {
  border-color: var(--surface-50) !important;
}

.hover\:border-50:hover {
  border-color: var(--surface-50) !important;
}

.active\:border-50:active {
  border-color: var(--surface-50) !important;
}

.focus\:border-100:focus {
  border-color: var(--surface-100) !important;
}

.hover\:border-100:hover {
  border-color: var(--surface-100) !important;
}

.active\:border-100:active {
  border-color: var(--surface-100) !important;
}

.focus\:border-200:focus {
  border-color: var(--surface-200) !important;
}

.hover\:border-200:hover {
  border-color: var(--surface-200) !important;
}

.active\:border-200:active {
  border-color: var(--surface-200) !important;
}

.focus\:border-300:focus {
  border-color: var(--surface-300) !important;
}

.hover\:border-300:hover {
  border-color: var(--surface-300) !important;
}

.active\:border-300:active {
  border-color: var(--surface-300) !important;
}

.focus\:border-400:focus {
  border-color: var(--surface-400) !important;
}

.hover\:border-400:hover {
  border-color: var(--surface-400) !important;
}

.active\:border-400:active {
  border-color: var(--surface-400) !important;
}

.focus\:border-500:focus {
  border-color: var(--surface-500) !important;
}

.hover\:border-500:hover {
  border-color: var(--surface-500) !important;
}

.active\:border-500:active {
  border-color: var(--surface-500) !important;
}

.focus\:border-600:focus {
  border-color: var(--surface-600) !important;
}

.hover\:border-600:hover {
  border-color: var(--surface-600) !important;
}

.active\:border-600:active {
  border-color: var(--surface-600) !important;
}

.focus\:border-700:focus {
  border-color: var(--surface-700) !important;
}

.hover\:border-700:hover {
  border-color: var(--surface-700) !important;
}

.active\:border-700:active {
  border-color: var(--surface-700) !important;
}

.focus\:border-800:focus {
  border-color: var(--surface-800) !important;
}

.hover\:border-800:hover {
  border-color: var(--surface-800) !important;
}

.active\:border-800:active {
  border-color: var(--surface-800) !important;
}

.focus\:border-900:focus {
  border-color: var(--surface-900) !important;
}

.hover\:border-900:hover {
  border-color: var(--surface-900) !important;
}

.active\:border-900:active {
  border-color: var(--surface-900) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

@media screen and (min-width: 576px) {
  .sm\:bg-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-transparent {
    background-color: transparent !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-transparent {
    background-color: transparent !important;
  }
}
.border-transparent {
  border-color: transparent !important;
}

@media screen and (min-width: 576px) {
  .sm\:border-transparent {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-transparent {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-transparent {
    border-color: transparent !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-transparent {
    border-color: transparent !important;
  }
}
.text-blue-50 {
  color: var(--blue-50) !important;
}
.text-blue-100 {
  color: var(--blue-100) !important;
}
.text-blue-200 {
  color: var(--blue-200) !important;
}
.text-blue-300 {
  color: var(--blue-300) !important;
}
.text-blue-400 {
  color: var(--blue-400) !important;
}
.text-blue-500 {
  color: var(--blue-500) !important;
}
.text-blue-600 {
  color: var(--blue-600) !important;
}
.text-blue-700 {
  color: var(--blue-700) !important;
}
.text-blue-800 {
  color: var(--blue-800) !important;
}
.text-blue-900 {
  color: var(--blue-900) !important;
}

.focus\:text-blue-50:focus {
  color: var(--blue-50) !important;
}
.focus\:text-blue-100:focus {
  color: var(--blue-100) !important;
}
.focus\:text-blue-200:focus {
  color: var(--blue-200) !important;
}
.focus\:text-blue-300:focus {
  color: var(--blue-300) !important;
}
.focus\:text-blue-400:focus {
  color: var(--blue-400) !important;
}
.focus\:text-blue-500:focus {
  color: var(--blue-500) !important;
}
.focus\:text-blue-600:focus {
  color: var(--blue-600) !important;
}
.focus\:text-blue-700:focus {
  color: var(--blue-700) !important;
}
.focus\:text-blue-800:focus {
  color: var(--blue-800) !important;
}
.focus\:text-blue-900:focus {
  color: var(--blue-900) !important;
}

.hover\:text-blue-50:hover {
  color: var(--blue-50) !important;
}
.hover\:text-blue-100:hover {
  color: var(--blue-100) !important;
}
.hover\:text-blue-200:hover {
  color: var(--blue-200) !important;
}
.hover\:text-blue-300:hover {
  color: var(--blue-300) !important;
}
.hover\:text-blue-400:hover {
  color: var(--blue-400) !important;
}
.hover\:text-blue-500:hover {
  color: var(--blue-500) !important;
}
.hover\:text-blue-600:hover {
  color: var(--blue-600) !important;
}
.hover\:text-blue-700:hover {
  color: var(--blue-700) !important;
}
.hover\:text-blue-800:hover {
  color: var(--blue-800) !important;
}
.hover\:text-blue-900:hover {
  color: var(--blue-900) !important;
}

.active\:text-blue-50:active {
  color: var(--blue-50) !important;
}
.active\:text-blue-100:active {
  color: var(--blue-100) !important;
}
.active\:text-blue-200:active {
  color: var(--blue-200) !important;
}
.active\:text-blue-300:active {
  color: var(--blue-300) !important;
}
.active\:text-blue-400:active {
  color: var(--blue-400) !important;
}
.active\:text-blue-500:active {
  color: var(--blue-500) !important;
}
.active\:text-blue-600:active {
  color: var(--blue-600) !important;
}
.active\:text-blue-700:active {
  color: var(--blue-700) !important;
}
.active\:text-blue-800:active {
  color: var(--blue-800) !important;
}
.active\:text-blue-900:active {
  color: var(--blue-900) !important;
}

.text-green-50 {
  color: var(--green-50) !important;
}
.text-green-100 {
  color: var(--green-100) !important;
}
.text-green-200 {
  color: var(--green-200) !important;
}
.text-green-300 {
  color: var(--green-300) !important;
}
.text-green-400 {
  color: var(--green-400) !important;
}
.text-green-500 {
  color: var(--green-500) !important;
}
.text-green-600 {
  color: var(--green-600) !important;
}
.text-green-700 {
  color: var(--green-700) !important;
}
.text-green-800 {
  color: var(--green-800) !important;
}
.text-green-900 {
  color: var(--green-900) !important;
}

.focus\:text-green-50:focus {
  color: var(--green-50) !important;
}
.focus\:text-green-100:focus {
  color: var(--green-100) !important;
}
.focus\:text-green-200:focus {
  color: var(--green-200) !important;
}
.focus\:text-green-300:focus {
  color: var(--green-300) !important;
}
.focus\:text-green-400:focus {
  color: var(--green-400) !important;
}
.focus\:text-green-500:focus {
  color: var(--green-500) !important;
}
.focus\:text-green-600:focus {
  color: var(--green-600) !important;
}
.focus\:text-green-700:focus {
  color: var(--green-700) !important;
}
.focus\:text-green-800:focus {
  color: var(--green-800) !important;
}
.focus\:text-green-900:focus {
  color: var(--green-900) !important;
}

.hover\:text-green-50:hover {
  color: var(--green-50) !important;
}
.hover\:text-green-100:hover {
  color: var(--green-100) !important;
}
.hover\:text-green-200:hover {
  color: var(--green-200) !important;
}
.hover\:text-green-300:hover {
  color: var(--green-300) !important;
}
.hover\:text-green-400:hover {
  color: var(--green-400) !important;
}
.hover\:text-green-500:hover {
  color: var(--green-500) !important;
}
.hover\:text-green-600:hover {
  color: var(--green-600) !important;
}
.hover\:text-green-700:hover {
  color: var(--green-700) !important;
}
.hover\:text-green-800:hover {
  color: var(--green-800) !important;
}
.hover\:text-green-900:hover {
  color: var(--green-900) !important;
}

.active\:text-green-50:active {
  color: var(--green-50) !important;
}
.active\:text-green-100:active {
  color: var(--green-100) !important;
}
.active\:text-green-200:active {
  color: var(--green-200) !important;
}
.active\:text-green-300:active {
  color: var(--green-300) !important;
}
.active\:text-green-400:active {
  color: var(--green-400) !important;
}
.active\:text-green-500:active {
  color: var(--green-500) !important;
}
.active\:text-green-600:active {
  color: var(--green-600) !important;
}
.active\:text-green-700:active {
  color: var(--green-700) !important;
}
.active\:text-green-800:active {
  color: var(--green-800) !important;
}
.active\:text-green-900:active {
  color: var(--green-900) !important;
}

.text-yellow-50 {
  color: var(--yellow-50) !important;
}
.text-yellow-100 {
  color: var(--yellow-100) !important;
}
.text-yellow-200 {
  color: var(--yellow-200) !important;
}
.text-yellow-300 {
  color: var(--yellow-300) !important;
}
.text-yellow-400 {
  color: var(--yellow-400) !important;
}
.text-yellow-500 {
  color: var(--yellow-500) !important;
}
.text-yellow-600 {
  color: var(--yellow-600) !important;
}
.text-yellow-700 {
  color: var(--yellow-700) !important;
}
.text-yellow-800 {
  color: var(--yellow-800) !important;
}
.text-yellow-900 {
  color: var(--yellow-900) !important;
}

.focus\:text-yellow-50:focus {
  color: var(--yellow-50) !important;
}
.focus\:text-yellow-100:focus {
  color: var(--yellow-100) !important;
}
.focus\:text-yellow-200:focus {
  color: var(--yellow-200) !important;
}
.focus\:text-yellow-300:focus {
  color: var(--yellow-300) !important;
}
.focus\:text-yellow-400:focus {
  color: var(--yellow-400) !important;
}
.focus\:text-yellow-500:focus {
  color: var(--yellow-500) !important;
}
.focus\:text-yellow-600:focus {
  color: var(--yellow-600) !important;
}
.focus\:text-yellow-700:focus {
  color: var(--yellow-700) !important;
}
.focus\:text-yellow-800:focus {
  color: var(--yellow-800) !important;
}
.focus\:text-yellow-900:focus {
  color: var(--yellow-900) !important;
}

.hover\:text-yellow-50:hover {
  color: var(--yellow-50) !important;
}
.hover\:text-yellow-100:hover {
  color: var(--yellow-100) !important;
}
.hover\:text-yellow-200:hover {
  color: var(--yellow-200) !important;
}
.hover\:text-yellow-300:hover {
  color: var(--yellow-300) !important;
}
.hover\:text-yellow-400:hover {
  color: var(--yellow-400) !important;
}
.hover\:text-yellow-500:hover {
  color: var(--yellow-500) !important;
}
.hover\:text-yellow-600:hover {
  color: var(--yellow-600) !important;
}
.hover\:text-yellow-700:hover {
  color: var(--yellow-700) !important;
}
.hover\:text-yellow-800:hover {
  color: var(--yellow-800) !important;
}
.hover\:text-yellow-900:hover {
  color: var(--yellow-900) !important;
}

.active\:text-yellow-50:active {
  color: var(--yellow-50) !important;
}
.active\:text-yellow-100:active {
  color: var(--yellow-100) !important;
}
.active\:text-yellow-200:active {
  color: var(--yellow-200) !important;
}
.active\:text-yellow-300:active {
  color: var(--yellow-300) !important;
}
.active\:text-yellow-400:active {
  color: var(--yellow-400) !important;
}
.active\:text-yellow-500:active {
  color: var(--yellow-500) !important;
}
.active\:text-yellow-600:active {
  color: var(--yellow-600) !important;
}
.active\:text-yellow-700:active {
  color: var(--yellow-700) !important;
}
.active\:text-yellow-800:active {
  color: var(--yellow-800) !important;
}
.active\:text-yellow-900:active {
  color: var(--yellow-900) !important;
}

.text-cyan-50 {
  color: var(--cyan-50) !important;
}
.text-cyan-100 {
  color: var(--cyan-100) !important;
}
.text-cyan-200 {
  color: var(--cyan-200) !important;
}
.text-cyan-300 {
  color: var(--cyan-300) !important;
}
.text-cyan-400 {
  color: var(--cyan-400) !important;
}
.text-cyan-500 {
  color: var(--cyan-500) !important;
}
.text-cyan-600 {
  color: var(--cyan-600) !important;
}
.text-cyan-700 {
  color: var(--cyan-700) !important;
}
.text-cyan-800 {
  color: var(--cyan-800) !important;
}
.text-cyan-900 {
  color: var(--cyan-900) !important;
}

.focus\:text-cyan-50:focus {
  color: var(--cyan-50) !important;
}
.focus\:text-cyan-100:focus {
  color: var(--cyan-100) !important;
}
.focus\:text-cyan-200:focus {
  color: var(--cyan-200) !important;
}
.focus\:text-cyan-300:focus {
  color: var(--cyan-300) !important;
}
.focus\:text-cyan-400:focus {
  color: var(--cyan-400) !important;
}
.focus\:text-cyan-500:focus {
  color: var(--cyan-500) !important;
}
.focus\:text-cyan-600:focus {
  color: var(--cyan-600) !important;
}
.focus\:text-cyan-700:focus {
  color: var(--cyan-700) !important;
}
.focus\:text-cyan-800:focus {
  color: var(--cyan-800) !important;
}
.focus\:text-cyan-900:focus {
  color: var(--cyan-900) !important;
}

.hover\:text-cyan-50:hover {
  color: var(--cyan-50) !important;
}
.hover\:text-cyan-100:hover {
  color: var(--cyan-100) !important;
}
.hover\:text-cyan-200:hover {
  color: var(--cyan-200) !important;
}
.hover\:text-cyan-300:hover {
  color: var(--cyan-300) !important;
}
.hover\:text-cyan-400:hover {
  color: var(--cyan-400) !important;
}
.hover\:text-cyan-500:hover {
  color: var(--cyan-500) !important;
}
.hover\:text-cyan-600:hover {
  color: var(--cyan-600) !important;
}
.hover\:text-cyan-700:hover {
  color: var(--cyan-700) !important;
}
.hover\:text-cyan-800:hover {
  color: var(--cyan-800) !important;
}
.hover\:text-cyan-900:hover {
  color: var(--cyan-900) !important;
}

.active\:text-cyan-50:active {
  color: var(--cyan-50) !important;
}
.active\:text-cyan-100:active {
  color: var(--cyan-100) !important;
}
.active\:text-cyan-200:active {
  color: var(--cyan-200) !important;
}
.active\:text-cyan-300:active {
  color: var(--cyan-300) !important;
}
.active\:text-cyan-400:active {
  color: var(--cyan-400) !important;
}
.active\:text-cyan-500:active {
  color: var(--cyan-500) !important;
}
.active\:text-cyan-600:active {
  color: var(--cyan-600) !important;
}
.active\:text-cyan-700:active {
  color: var(--cyan-700) !important;
}
.active\:text-cyan-800:active {
  color: var(--cyan-800) !important;
}
.active\:text-cyan-900:active {
  color: var(--cyan-900) !important;
}

.text-pink-50 {
  color: var(--pink-50) !important;
}
.text-pink-100 {
  color: var(--pink-100) !important;
}
.text-pink-200 {
  color: var(--pink-200) !important;
}
.text-pink-300 {
  color: var(--pink-300) !important;
}
.text-pink-400 {
  color: var(--pink-400) !important;
}
.text-pink-500 {
  color: var(--pink-500) !important;
}
.text-pink-600 {
  color: var(--pink-600) !important;
}
.text-pink-700 {
  color: var(--pink-700) !important;
}
.text-pink-800 {
  color: var(--pink-800) !important;
}
.text-pink-900 {
  color: var(--pink-900) !important;
}

.focus\:text-pink-50:focus {
  color: var(--pink-50) !important;
}
.focus\:text-pink-100:focus {
  color: var(--pink-100) !important;
}
.focus\:text-pink-200:focus {
  color: var(--pink-200) !important;
}
.focus\:text-pink-300:focus {
  color: var(--pink-300) !important;
}
.focus\:text-pink-400:focus {
  color: var(--pink-400) !important;
}
.focus\:text-pink-500:focus {
  color: var(--pink-500) !important;
}
.focus\:text-pink-600:focus {
  color: var(--pink-600) !important;
}
.focus\:text-pink-700:focus {
  color: var(--pink-700) !important;
}
.focus\:text-pink-800:focus {
  color: var(--pink-800) !important;
}
.focus\:text-pink-900:focus {
  color: var(--pink-900) !important;
}

.hover\:text-pink-50:hover {
  color: var(--pink-50) !important;
}
.hover\:text-pink-100:hover {
  color: var(--pink-100) !important;
}
.hover\:text-pink-200:hover {
  color: var(--pink-200) !important;
}
.hover\:text-pink-300:hover {
  color: var(--pink-300) !important;
}
.hover\:text-pink-400:hover {
  color: var(--pink-400) !important;
}
.hover\:text-pink-500:hover {
  color: var(--pink-500) !important;
}
.hover\:text-pink-600:hover {
  color: var(--pink-600) !important;
}
.hover\:text-pink-700:hover {
  color: var(--pink-700) !important;
}
.hover\:text-pink-800:hover {
  color: var(--pink-800) !important;
}
.hover\:text-pink-900:hover {
  color: var(--pink-900) !important;
}

.active\:text-pink-50:active {
  color: var(--pink-50) !important;
}
.active\:text-pink-100:active {
  color: var(--pink-100) !important;
}
.active\:text-pink-200:active {
  color: var(--pink-200) !important;
}
.active\:text-pink-300:active {
  color: var(--pink-300) !important;
}
.active\:text-pink-400:active {
  color: var(--pink-400) !important;
}
.active\:text-pink-500:active {
  color: var(--pink-500) !important;
}
.active\:text-pink-600:active {
  color: var(--pink-600) !important;
}
.active\:text-pink-700:active {
  color: var(--pink-700) !important;
}
.active\:text-pink-800:active {
  color: var(--pink-800) !important;
}
.active\:text-pink-900:active {
  color: var(--pink-900) !important;
}

.text-indigo-50 {
  color: var(--indigo-50) !important;
}
.text-indigo-100 {
  color: var(--indigo-100) !important;
}
.text-indigo-200 {
  color: var(--indigo-200) !important;
}
.text-indigo-300 {
  color: var(--indigo-300) !important;
}
.text-indigo-400 {
  color: var(--indigo-400) !important;
}
.text-indigo-500 {
  color: var(--indigo-500) !important;
}
.text-indigo-600 {
  color: var(--indigo-600) !important;
}
.text-indigo-700 {
  color: var(--indigo-700) !important;
}
.text-indigo-800 {
  color: var(--indigo-800) !important;
}
.text-indigo-900 {
  color: var(--indigo-900) !important;
}

.focus\:text-indigo-50:focus {
  color: var(--indigo-50) !important;
}
.focus\:text-indigo-100:focus {
  color: var(--indigo-100) !important;
}
.focus\:text-indigo-200:focus {
  color: var(--indigo-200) !important;
}
.focus\:text-indigo-300:focus {
  color: var(--indigo-300) !important;
}
.focus\:text-indigo-400:focus {
  color: var(--indigo-400) !important;
}
.focus\:text-indigo-500:focus {
  color: var(--indigo-500) !important;
}
.focus\:text-indigo-600:focus {
  color: var(--indigo-600) !important;
}
.focus\:text-indigo-700:focus {
  color: var(--indigo-700) !important;
}
.focus\:text-indigo-800:focus {
  color: var(--indigo-800) !important;
}
.focus\:text-indigo-900:focus {
  color: var(--indigo-900) !important;
}

.hover\:text-indigo-50:hover {
  color: var(--indigo-50) !important;
}
.hover\:text-indigo-100:hover {
  color: var(--indigo-100) !important;
}
.hover\:text-indigo-200:hover {
  color: var(--indigo-200) !important;
}
.hover\:text-indigo-300:hover {
  color: var(--indigo-300) !important;
}
.hover\:text-indigo-400:hover {
  color: var(--indigo-400) !important;
}
.hover\:text-indigo-500:hover {
  color: var(--indigo-500) !important;
}
.hover\:text-indigo-600:hover {
  color: var(--indigo-600) !important;
}
.hover\:text-indigo-700:hover {
  color: var(--indigo-700) !important;
}
.hover\:text-indigo-800:hover {
  color: var(--indigo-800) !important;
}
.hover\:text-indigo-900:hover {
  color: var(--indigo-900) !important;
}

.active\:text-indigo-50:active {
  color: var(--indigo-50) !important;
}
.active\:text-indigo-100:active {
  color: var(--indigo-100) !important;
}
.active\:text-indigo-200:active {
  color: var(--indigo-200) !important;
}
.active\:text-indigo-300:active {
  color: var(--indigo-300) !important;
}
.active\:text-indigo-400:active {
  color: var(--indigo-400) !important;
}
.active\:text-indigo-500:active {
  color: var(--indigo-500) !important;
}
.active\:text-indigo-600:active {
  color: var(--indigo-600) !important;
}
.active\:text-indigo-700:active {
  color: var(--indigo-700) !important;
}
.active\:text-indigo-800:active {
  color: var(--indigo-800) !important;
}
.active\:text-indigo-900:active {
  color: var(--indigo-900) !important;
}

.text-teal-50 {
  color: var(--teal-50) !important;
}
.text-teal-100 {
  color: var(--teal-100) !important;
}
.text-teal-200 {
  color: var(--teal-200) !important;
}
.text-teal-300 {
  color: var(--teal-300) !important;
}
.text-teal-400 {
  color: var(--teal-400) !important;
}
.text-teal-500 {
  color: var(--teal-500) !important;
}
.text-teal-600 {
  color: var(--teal-600) !important;
}
.text-teal-700 {
  color: var(--teal-700) !important;
}
.text-teal-800 {
  color: var(--teal-800) !important;
}
.text-teal-900 {
  color: var(--teal-900) !important;
}

.focus\:text-teal-50:focus {
  color: var(--teal-50) !important;
}
.focus\:text-teal-100:focus {
  color: var(--teal-100) !important;
}
.focus\:text-teal-200:focus {
  color: var(--teal-200) !important;
}
.focus\:text-teal-300:focus {
  color: var(--teal-300) !important;
}
.focus\:text-teal-400:focus {
  color: var(--teal-400) !important;
}
.focus\:text-teal-500:focus {
  color: var(--teal-500) !important;
}
.focus\:text-teal-600:focus {
  color: var(--teal-600) !important;
}
.focus\:text-teal-700:focus {
  color: var(--teal-700) !important;
}
.focus\:text-teal-800:focus {
  color: var(--teal-800) !important;
}
.focus\:text-teal-900:focus {
  color: var(--teal-900) !important;
}

.hover\:text-teal-50:hover {
  color: var(--teal-50) !important;
}
.hover\:text-teal-100:hover {
  color: var(--teal-100) !important;
}
.hover\:text-teal-200:hover {
  color: var(--teal-200) !important;
}
.hover\:text-teal-300:hover {
  color: var(--teal-300) !important;
}
.hover\:text-teal-400:hover {
  color: var(--teal-400) !important;
}
.hover\:text-teal-500:hover {
  color: var(--teal-500) !important;
}
.hover\:text-teal-600:hover {
  color: var(--teal-600) !important;
}
.hover\:text-teal-700:hover {
  color: var(--teal-700) !important;
}
.hover\:text-teal-800:hover {
  color: var(--teal-800) !important;
}
.hover\:text-teal-900:hover {
  color: var(--teal-900) !important;
}

.active\:text-teal-50:active {
  color: var(--teal-50) !important;
}
.active\:text-teal-100:active {
  color: var(--teal-100) !important;
}
.active\:text-teal-200:active {
  color: var(--teal-200) !important;
}
.active\:text-teal-300:active {
  color: var(--teal-300) !important;
}
.active\:text-teal-400:active {
  color: var(--teal-400) !important;
}
.active\:text-teal-500:active {
  color: var(--teal-500) !important;
}
.active\:text-teal-600:active {
  color: var(--teal-600) !important;
}
.active\:text-teal-700:active {
  color: var(--teal-700) !important;
}
.active\:text-teal-800:active {
  color: var(--teal-800) !important;
}
.active\:text-teal-900:active {
  color: var(--teal-900) !important;
}

.text-orange-50 {
  color: var(--orange-50) !important;
}
.text-orange-100 {
  color: var(--orange-100) !important;
}
.text-orange-200 {
  color: var(--orange-200) !important;
}
.text-orange-300 {
  color: var(--orange-300) !important;
}
.text-orange-400 {
  color: var(--orange-400) !important;
}
.text-orange-500 {
  color: var(--orange-500) !important;
}
.text-orange-600 {
  color: var(--orange-600) !important;
}
.text-orange-700 {
  color: var(--orange-700) !important;
}
.text-orange-800 {
  color: var(--orange-800) !important;
}
.text-orange-900 {
  color: var(--orange-900) !important;
}

.focus\:text-orange-50:focus {
  color: var(--orange-50) !important;
}
.focus\:text-orange-100:focus {
  color: var(--orange-100) !important;
}
.focus\:text-orange-200:focus {
  color: var(--orange-200) !important;
}
.focus\:text-orange-300:focus {
  color: var(--orange-300) !important;
}
.focus\:text-orange-400:focus {
  color: var(--orange-400) !important;
}
.focus\:text-orange-500:focus {
  color: var(--orange-500) !important;
}
.focus\:text-orange-600:focus {
  color: var(--orange-600) !important;
}
.focus\:text-orange-700:focus {
  color: var(--orange-700) !important;
}
.focus\:text-orange-800:focus {
  color: var(--orange-800) !important;
}
.focus\:text-orange-900:focus {
  color: var(--orange-900) !important;
}

.hover\:text-orange-50:hover {
  color: var(--orange-50) !important;
}
.hover\:text-orange-100:hover {
  color: var(--orange-100) !important;
}
.hover\:text-orange-200:hover {
  color: var(--orange-200) !important;
}
.hover\:text-orange-300:hover {
  color: var(--orange-300) !important;
}
.hover\:text-orange-400:hover {
  color: var(--orange-400) !important;
}
.hover\:text-orange-500:hover {
  color: var(--orange-500) !important;
}
.hover\:text-orange-600:hover {
  color: var(--orange-600) !important;
}
.hover\:text-orange-700:hover {
  color: var(--orange-700) !important;
}
.hover\:text-orange-800:hover {
  color: var(--orange-800) !important;
}
.hover\:text-orange-900:hover {
  color: var(--orange-900) !important;
}

.active\:text-orange-50:active {
  color: var(--orange-50) !important;
}
.active\:text-orange-100:active {
  color: var(--orange-100) !important;
}
.active\:text-orange-200:active {
  color: var(--orange-200) !important;
}
.active\:text-orange-300:active {
  color: var(--orange-300) !important;
}
.active\:text-orange-400:active {
  color: var(--orange-400) !important;
}
.active\:text-orange-500:active {
  color: var(--orange-500) !important;
}
.active\:text-orange-600:active {
  color: var(--orange-600) !important;
}
.active\:text-orange-700:active {
  color: var(--orange-700) !important;
}
.active\:text-orange-800:active {
  color: var(--orange-800) !important;
}
.active\:text-orange-900:active {
  color: var(--orange-900) !important;
}

.text-bluegray-50 {
  color: var(--bluegray-50) !important;
}
.text-bluegray-100 {
  color: var(--bluegray-100) !important;
}
.text-bluegray-200 {
  color: var(--bluegray-200) !important;
}
.text-bluegray-300 {
  color: var(--bluegray-300) !important;
}
.text-bluegray-400 {
  color: var(--bluegray-400) !important;
}
.text-bluegray-500 {
  color: var(--bluegray-500) !important;
}
.text-bluegray-600 {
  color: var(--bluegray-600) !important;
}
.text-bluegray-700 {
  color: var(--bluegray-700) !important;
}
.text-bluegray-800 {
  color: var(--bluegray-800) !important;
}
.text-bluegray-900 {
  color: var(--bluegray-900) !important;
}

.focus\:text-bluegray-50:focus {
  color: var(--bluegray-50) !important;
}
.focus\:text-bluegray-100:focus {
  color: var(--bluegray-100) !important;
}
.focus\:text-bluegray-200:focus {
  color: var(--bluegray-200) !important;
}
.focus\:text-bluegray-300:focus {
  color: var(--bluegray-300) !important;
}
.focus\:text-bluegray-400:focus {
  color: var(--bluegray-400) !important;
}
.focus\:text-bluegray-500:focus {
  color: var(--bluegray-500) !important;
}
.focus\:text-bluegray-600:focus {
  color: var(--bluegray-600) !important;
}
.focus\:text-bluegray-700:focus {
  color: var(--bluegray-700) !important;
}
.focus\:text-bluegray-800:focus {
  color: var(--bluegray-800) !important;
}
.focus\:text-bluegray-900:focus {
  color: var(--bluegray-900) !important;
}

.hover\:text-bluegray-50:hover {
  color: var(--bluegray-50) !important;
}
.hover\:text-bluegray-100:hover {
  color: var(--bluegray-100) !important;
}
.hover\:text-bluegray-200:hover {
  color: var(--bluegray-200) !important;
}
.hover\:text-bluegray-300:hover {
  color: var(--bluegray-300) !important;
}
.hover\:text-bluegray-400:hover {
  color: var(--bluegray-400) !important;
}
.hover\:text-bluegray-500:hover {
  color: var(--bluegray-500) !important;
}
.hover\:text-bluegray-600:hover {
  color: var(--bluegray-600) !important;
}
.hover\:text-bluegray-700:hover {
  color: var(--bluegray-700) !important;
}
.hover\:text-bluegray-800:hover {
  color: var(--bluegray-800) !important;
}
.hover\:text-bluegray-900:hover {
  color: var(--bluegray-900) !important;
}

.active\:text-bluegray-50:active {
  color: var(--bluegray-50) !important;
}
.active\:text-bluegray-100:active {
  color: var(--bluegray-100) !important;
}
.active\:text-bluegray-200:active {
  color: var(--bluegray-200) !important;
}
.active\:text-bluegray-300:active {
  color: var(--bluegray-300) !important;
}
.active\:text-bluegray-400:active {
  color: var(--bluegray-400) !important;
}
.active\:text-bluegray-500:active {
  color: var(--bluegray-500) !important;
}
.active\:text-bluegray-600:active {
  color: var(--bluegray-600) !important;
}
.active\:text-bluegray-700:active {
  color: var(--bluegray-700) !important;
}
.active\:text-bluegray-800:active {
  color: var(--bluegray-800) !important;
}
.active\:text-bluegray-900:active {
  color: var(--bluegray-900) !important;
}

.text-purple-50 {
  color: var(--purple-50) !important;
}
.text-purple-100 {
  color: var(--purple-100) !important;
}
.text-purple-200 {
  color: var(--purple-200) !important;
}
.text-purple-300 {
  color: var(--purple-300) !important;
}
.text-purple-400 {
  color: var(--purple-400) !important;
}
.text-purple-500 {
  color: var(--purple-500) !important;
}
.text-purple-600 {
  color: var(--purple-600) !important;
}
.text-purple-700 {
  color: var(--purple-700) !important;
}
.text-purple-800 {
  color: var(--purple-800) !important;
}
.text-purple-900 {
  color: var(--purple-900) !important;
}

.focus\:text-purple-50:focus {
  color: var(--purple-50) !important;
}
.focus\:text-purple-100:focus {
  color: var(--purple-100) !important;
}
.focus\:text-purple-200:focus {
  color: var(--purple-200) !important;
}
.focus\:text-purple-300:focus {
  color: var(--purple-300) !important;
}
.focus\:text-purple-400:focus {
  color: var(--purple-400) !important;
}
.focus\:text-purple-500:focus {
  color: var(--purple-500) !important;
}
.focus\:text-purple-600:focus {
  color: var(--purple-600) !important;
}
.focus\:text-purple-700:focus {
  color: var(--purple-700) !important;
}
.focus\:text-purple-800:focus {
  color: var(--purple-800) !important;
}
.focus\:text-purple-900:focus {
  color: var(--purple-900) !important;
}

.hover\:text-purple-50:hover {
  color: var(--purple-50) !important;
}
.hover\:text-purple-100:hover {
  color: var(--purple-100) !important;
}
.hover\:text-purple-200:hover {
  color: var(--purple-200) !important;
}
.hover\:text-purple-300:hover {
  color: var(--purple-300) !important;
}
.hover\:text-purple-400:hover {
  color: var(--purple-400) !important;
}
.hover\:text-purple-500:hover {
  color: var(--purple-500) !important;
}
.hover\:text-purple-600:hover {
  color: var(--purple-600) !important;
}
.hover\:text-purple-700:hover {
  color: var(--purple-700) !important;
}
.hover\:text-purple-800:hover {
  color: var(--purple-800) !important;
}
.hover\:text-purple-900:hover {
  color: var(--purple-900) !important;
}

.active\:text-purple-50:active {
  color: var(--purple-50) !important;
}
.active\:text-purple-100:active {
  color: var(--purple-100) !important;
}
.active\:text-purple-200:active {
  color: var(--purple-200) !important;
}
.active\:text-purple-300:active {
  color: var(--purple-300) !important;
}
.active\:text-purple-400:active {
  color: var(--purple-400) !important;
}
.active\:text-purple-500:active {
  color: var(--purple-500) !important;
}
.active\:text-purple-600:active {
  color: var(--purple-600) !important;
}
.active\:text-purple-700:active {
  color: var(--purple-700) !important;
}
.active\:text-purple-800:active {
  color: var(--purple-800) !important;
}
.active\:text-purple-900:active {
  color: var(--purple-900) !important;
}

.text-gray-50 {
  color: var(--gray-50) !important;
}
.text-gray-100 {
  color: var(--gray-100) !important;
}
.text-gray-200 {
  color: var(--gray-200) !important;
}
.text-gray-300 {
  color: var(--gray-300) !important;
}
.text-gray-400 {
  color: var(--gray-400) !important;
}
.text-gray-500 {
  color: var(--gray-500) !important;
}
.text-gray-600 {
  color: var(--gray-600) !important;
}
.text-gray-700 {
  color: var(--gray-700) !important;
}
.text-gray-800 {
  color: var(--gray-800) !important;
}
.text-gray-900 {
  color: var(--gray-900) !important;
}

.focus\:text-gray-50:focus {
  color: var(--gray-50) !important;
}
.focus\:text-gray-100:focus {
  color: var(--gray-100) !important;
}
.focus\:text-gray-200:focus {
  color: var(--gray-200) !important;
}
.focus\:text-gray-300:focus {
  color: var(--gray-300) !important;
}
.focus\:text-gray-400:focus {
  color: var(--gray-400) !important;
}
.focus\:text-gray-500:focus {
  color: var(--gray-500) !important;
}
.focus\:text-gray-600:focus {
  color: var(--gray-600) !important;
}
.focus\:text-gray-700:focus {
  color: var(--gray-700) !important;
}
.focus\:text-gray-800:focus {
  color: var(--gray-800) !important;
}
.focus\:text-gray-900:focus {
  color: var(--gray-900) !important;
}

.hover\:text-gray-50:hover {
  color: var(--gray-50) !important;
}
.hover\:text-gray-100:hover {
  color: var(--gray-100) !important;
}
.hover\:text-gray-200:hover {
  color: var(--gray-200) !important;
}
.hover\:text-gray-300:hover {
  color: var(--gray-300) !important;
}
.hover\:text-gray-400:hover {
  color: var(--gray-400) !important;
}
.hover\:text-gray-500:hover {
  color: var(--gray-500) !important;
}
.hover\:text-gray-600:hover {
  color: var(--gray-600) !important;
}
.hover\:text-gray-700:hover {
  color: var(--gray-700) !important;
}
.hover\:text-gray-800:hover {
  color: var(--gray-800) !important;
}
.hover\:text-gray-900:hover {
  color: var(--gray-900) !important;
}

.active\:text-gray-50:active {
  color: var(--gray-50) !important;
}
.active\:text-gray-100:active {
  color: var(--gray-100) !important;
}
.active\:text-gray-200:active {
  color: var(--gray-200) !important;
}
.active\:text-gray-300:active {
  color: var(--gray-300) !important;
}
.active\:text-gray-400:active {
  color: var(--gray-400) !important;
}
.active\:text-gray-500:active {
  color: var(--gray-500) !important;
}
.active\:text-gray-600:active {
  color: var(--gray-600) !important;
}
.active\:text-gray-700:active {
  color: var(--gray-700) !important;
}
.active\:text-gray-800:active {
  color: var(--gray-800) !important;
}
.active\:text-gray-900:active {
  color: var(--gray-900) !important;
}

.text-red-50 {
  color: var(--red-50) !important;
}
.text-red-100 {
  color: var(--red-100) !important;
}
.text-red-200 {
  color: var(--red-200) !important;
}
.text-red-300 {
  color: var(--red-300) !important;
}
.text-red-400 {
  color: var(--red-400) !important;
}
.text-red-500 {
  color: var(--red-500) !important;
}
.text-red-600 {
  color: var(--red-600) !important;
}
.text-red-700 {
  color: var(--red-700) !important;
}
.text-red-800 {
  color: var(--red-800) !important;
}
.text-red-900 {
  color: var(--red-900) !important;
}

.focus\:text-red-50:focus {
  color: var(--red-50) !important;
}
.focus\:text-red-100:focus {
  color: var(--red-100) !important;
}
.focus\:text-red-200:focus {
  color: var(--red-200) !important;
}
.focus\:text-red-300:focus {
  color: var(--red-300) !important;
}
.focus\:text-red-400:focus {
  color: var(--red-400) !important;
}
.focus\:text-red-500:focus {
  color: var(--red-500) !important;
}
.focus\:text-red-600:focus {
  color: var(--red-600) !important;
}
.focus\:text-red-700:focus {
  color: var(--red-700) !important;
}
.focus\:text-red-800:focus {
  color: var(--red-800) !important;
}
.focus\:text-red-900:focus {
  color: var(--red-900) !important;
}

.hover\:text-red-50:hover {
  color: var(--red-50) !important;
}
.hover\:text-red-100:hover {
  color: var(--red-100) !important;
}
.hover\:text-red-200:hover {
  color: var(--red-200) !important;
}
.hover\:text-red-300:hover {
  color: var(--red-300) !important;
}
.hover\:text-red-400:hover {
  color: var(--red-400) !important;
}
.hover\:text-red-500:hover {
  color: var(--red-500) !important;
}
.hover\:text-red-600:hover {
  color: var(--red-600) !important;
}
.hover\:text-red-700:hover {
  color: var(--red-700) !important;
}
.hover\:text-red-800:hover {
  color: var(--red-800) !important;
}
.hover\:text-red-900:hover {
  color: var(--red-900) !important;
}

.active\:text-red-50:active {
  color: var(--red-50) !important;
}
.active\:text-red-100:active {
  color: var(--red-100) !important;
}
.active\:text-red-200:active {
  color: var(--red-200) !important;
}
.active\:text-red-300:active {
  color: var(--red-300) !important;
}
.active\:text-red-400:active {
  color: var(--red-400) !important;
}
.active\:text-red-500:active {
  color: var(--red-500) !important;
}
.active\:text-red-600:active {
  color: var(--red-600) !important;
}
.active\:text-red-700:active {
  color: var(--red-700) !important;
}
.active\:text-red-800:active {
  color: var(--red-800) !important;
}
.active\:text-red-900:active {
  color: var(--red-900) !important;
}

.text-primary-50 {
  color: var(--primary-50) !important;
}
.text-primary-100 {
  color: var(--primary-100) !important;
}
.text-primary-200 {
  color: var(--primary-200) !important;
}
.text-primary-300 {
  color: var(--primary-300) !important;
}
.text-primary-400 {
  color: var(--primary-400) !important;
}
.text-primary-500 {
  color: var(--primary-500) !important;
}
.text-primary-600 {
  color: var(--primary-600) !important;
}
.text-primary-700 {
  color: var(--primary-700) !important;
}
.text-primary-800 {
  color: var(--primary-800) !important;
}
.text-primary-900 {
  color: var(--primary-900) !important;
}

.focus\:text-primary-50:focus {
  color: var(--primary-50) !important;
}
.focus\:text-primary-100:focus {
  color: var(--primary-100) !important;
}
.focus\:text-primary-200:focus {
  color: var(--primary-200) !important;
}
.focus\:text-primary-300:focus {
  color: var(--primary-300) !important;
}
.focus\:text-primary-400:focus {
  color: var(--primary-400) !important;
}
.focus\:text-primary-500:focus {
  color: var(--primary-500) !important;
}
.focus\:text-primary-600:focus {
  color: var(--primary-600) !important;
}
.focus\:text-primary-700:focus {
  color: var(--primary-700) !important;
}
.focus\:text-primary-800:focus {
  color: var(--primary-800) !important;
}
.focus\:text-primary-900:focus {
  color: var(--primary-900) !important;
}

.hover\:text-primary-50:hover {
  color: var(--primary-50) !important;
}
.hover\:text-primary-100:hover {
  color: var(--primary-100) !important;
}
.hover\:text-primary-200:hover {
  color: var(--primary-200) !important;
}
.hover\:text-primary-300:hover {
  color: var(--primary-300) !important;
}
.hover\:text-primary-400:hover {
  color: var(--primary-400) !important;
}
.hover\:text-primary-500:hover {
  color: var(--primary-500) !important;
}
.hover\:text-primary-600:hover {
  color: var(--primary-600) !important;
}
.hover\:text-primary-700:hover {
  color: var(--primary-700) !important;
}
.hover\:text-primary-800:hover {
  color: var(--primary-800) !important;
}
.hover\:text-primary-900:hover {
  color: var(--primary-900) !important;
}

.active\:text-primary-50:active {
  color: var(--primary-50) !important;
}
.active\:text-primary-100:active {
  color: var(--primary-100) !important;
}
.active\:text-primary-200:active {
  color: var(--primary-200) !important;
}
.active\:text-primary-300:active {
  color: var(--primary-300) !important;
}
.active\:text-primary-400:active {
  color: var(--primary-400) !important;
}
.active\:text-primary-500:active {
  color: var(--primary-500) !important;
}
.active\:text-primary-600:active {
  color: var(--primary-600) !important;
}
.active\:text-primary-700:active {
  color: var(--primary-700) !important;
}
.active\:text-primary-800:active {
  color: var(--primary-800) !important;
}
.active\:text-primary-900:active {
  color: var(--primary-900) !important;
}

.bg-blue-50 {
  background-color: var(--blue-50) !important;
}
.bg-blue-100 {
  background-color: var(--blue-100) !important;
}
.bg-blue-200 {
  background-color: var(--blue-200) !important;
}
.bg-blue-300 {
  background-color: var(--blue-300) !important;
}
.bg-blue-400 {
  background-color: var(--blue-400) !important;
}
.bg-blue-500 {
  background-color: var(--blue-500) !important;
}
.bg-blue-600 {
  background-color: var(--blue-600) !important;
}
.bg-blue-700 {
  background-color: var(--blue-700) !important;
}
.bg-blue-800 {
  background-color: var(--blue-800) !important;
}
.bg-blue-900 {
  background-color: var(--blue-900) !important;
}

.focus\:bg-blue-50:focus {
  background-color: var(--blue-50) !important;
}
.focus\:bg-blue-100:focus {
  background-color: var(--blue-100) !important;
}
.focus\:bg-blue-200:focus {
  background-color: var(--blue-200) !important;
}
.focus\:bg-blue-300:focus {
  background-color: var(--blue-300) !important;
}
.focus\:bg-blue-400:focus {
  background-color: var(--blue-400) !important;
}
.focus\:bg-blue-500:focus {
  background-color: var(--blue-500) !important;
}
.focus\:bg-blue-600:focus {
  background-color: var(--blue-600) !important;
}
.focus\:bg-blue-700:focus {
  background-color: var(--blue-700) !important;
}
.focus\:bg-blue-800:focus {
  background-color: var(--blue-800) !important;
}
.focus\:bg-blue-900:focus {
  background-color: var(--blue-900) !important;
}

.hover\:bg-blue-50:hover {
  background-color: var(--blue-50) !important;
}
.hover\:bg-blue-100:hover {
  background-color: var(--blue-100) !important;
}
.hover\:bg-blue-200:hover {
  background-color: var(--blue-200) !important;
}
.hover\:bg-blue-300:hover {
  background-color: var(--blue-300) !important;
}
.hover\:bg-blue-400:hover {
  background-color: var(--blue-400) !important;
}
.hover\:bg-blue-500:hover {
  background-color: var(--blue-500) !important;
}
.hover\:bg-blue-600:hover {
  background-color: var(--blue-600) !important;
}
.hover\:bg-blue-700:hover {
  background-color: var(--blue-700) !important;
}
.hover\:bg-blue-800:hover {
  background-color: var(--blue-800) !important;
}
.hover\:bg-blue-900:hover {
  background-color: var(--blue-900) !important;
}

.active\:bg-blue-50:active {
  background-color: var(--blue-50) !important;
}
.active\:bg-blue-100:active {
  background-color: var(--blue-100) !important;
}
.active\:bg-blue-200:active {
  background-color: var(--blue-200) !important;
}
.active\:bg-blue-300:active {
  background-color: var(--blue-300) !important;
}
.active\:bg-blue-400:active {
  background-color: var(--blue-400) !important;
}
.active\:bg-blue-500:active {
  background-color: var(--blue-500) !important;
}
.active\:bg-blue-600:active {
  background-color: var(--blue-600) !important;
}
.active\:bg-blue-700:active {
  background-color: var(--blue-700) !important;
}
.active\:bg-blue-800:active {
  background-color: var(--blue-800) !important;
}
.active\:bg-blue-900:active {
  background-color: var(--blue-900) !important;
}

.bg-green-50 {
  background-color: var(--green-50) !important;
}
.bg-green-100 {
  background-color: var(--green-100) !important;
}
.bg-green-200 {
  background-color: var(--green-200) !important;
}
.bg-green-300 {
  background-color: var(--green-300) !important;
}
.bg-green-400 {
  background-color: var(--green-400) !important;
}
.bg-green-500 {
  background-color: var(--green-500) !important;
}
.bg-green-600 {
  background-color: var(--green-600) !important;
}
.bg-green-700 {
  background-color: var(--green-700) !important;
}
.bg-green-800 {
  background-color: var(--green-800) !important;
}
.bg-green-900 {
  background-color: var(--green-900) !important;
}

.focus\:bg-green-50:focus {
  background-color: var(--green-50) !important;
}
.focus\:bg-green-100:focus {
  background-color: var(--green-100) !important;
}
.focus\:bg-green-200:focus {
  background-color: var(--green-200) !important;
}
.focus\:bg-green-300:focus {
  background-color: var(--green-300) !important;
}
.focus\:bg-green-400:focus {
  background-color: var(--green-400) !important;
}
.focus\:bg-green-500:focus {
  background-color: var(--green-500) !important;
}
.focus\:bg-green-600:focus {
  background-color: var(--green-600) !important;
}
.focus\:bg-green-700:focus {
  background-color: var(--green-700) !important;
}
.focus\:bg-green-800:focus {
  background-color: var(--green-800) !important;
}
.focus\:bg-green-900:focus {
  background-color: var(--green-900) !important;
}

.hover\:bg-green-50:hover {
  background-color: var(--green-50) !important;
}
.hover\:bg-green-100:hover {
  background-color: var(--green-100) !important;
}
.hover\:bg-green-200:hover {
  background-color: var(--green-200) !important;
}
.hover\:bg-green-300:hover {
  background-color: var(--green-300) !important;
}
.hover\:bg-green-400:hover {
  background-color: var(--green-400) !important;
}
.hover\:bg-green-500:hover {
  background-color: var(--green-500) !important;
}
.hover\:bg-green-600:hover {
  background-color: var(--green-600) !important;
}
.hover\:bg-green-700:hover {
  background-color: var(--green-700) !important;
}
.hover\:bg-green-800:hover {
  background-color: var(--green-800) !important;
}
.hover\:bg-green-900:hover {
  background-color: var(--green-900) !important;
}

.active\:bg-green-50:active {
  background-color: var(--green-50) !important;
}
.active\:bg-green-100:active {
  background-color: var(--green-100) !important;
}
.active\:bg-green-200:active {
  background-color: var(--green-200) !important;
}
.active\:bg-green-300:active {
  background-color: var(--green-300) !important;
}
.active\:bg-green-400:active {
  background-color: var(--green-400) !important;
}
.active\:bg-green-500:active {
  background-color: var(--green-500) !important;
}
.active\:bg-green-600:active {
  background-color: var(--green-600) !important;
}
.active\:bg-green-700:active {
  background-color: var(--green-700) !important;
}
.active\:bg-green-800:active {
  background-color: var(--green-800) !important;
}
.active\:bg-green-900:active {
  background-color: var(--green-900) !important;
}

.bg-yellow-50 {
  background-color: var(--yellow-50) !important;
}
.bg-yellow-100 {
  background-color: var(--yellow-100) !important;
}
.bg-yellow-200 {
  background-color: var(--yellow-200) !important;
}
.bg-yellow-300 {
  background-color: var(--yellow-300) !important;
}
.bg-yellow-400 {
  background-color: var(--yellow-400) !important;
}
.bg-yellow-500 {
  background-color: var(--yellow-500) !important;
}
.bg-yellow-600 {
  background-color: var(--yellow-600) !important;
}
.bg-yellow-700 {
  background-color: var(--yellow-700) !important;
}
.bg-yellow-800 {
  background-color: var(--yellow-800) !important;
}
.bg-yellow-900 {
  background-color: var(--yellow-900) !important;
}

.focus\:bg-yellow-50:focus {
  background-color: var(--yellow-50) !important;
}
.focus\:bg-yellow-100:focus {
  background-color: var(--yellow-100) !important;
}
.focus\:bg-yellow-200:focus {
  background-color: var(--yellow-200) !important;
}
.focus\:bg-yellow-300:focus {
  background-color: var(--yellow-300) !important;
}
.focus\:bg-yellow-400:focus {
  background-color: var(--yellow-400) !important;
}
.focus\:bg-yellow-500:focus {
  background-color: var(--yellow-500) !important;
}
.focus\:bg-yellow-600:focus {
  background-color: var(--yellow-600) !important;
}
.focus\:bg-yellow-700:focus {
  background-color: var(--yellow-700) !important;
}
.focus\:bg-yellow-800:focus {
  background-color: var(--yellow-800) !important;
}
.focus\:bg-yellow-900:focus {
  background-color: var(--yellow-900) !important;
}

.hover\:bg-yellow-50:hover {
  background-color: var(--yellow-50) !important;
}
.hover\:bg-yellow-100:hover {
  background-color: var(--yellow-100) !important;
}
.hover\:bg-yellow-200:hover {
  background-color: var(--yellow-200) !important;
}
.hover\:bg-yellow-300:hover {
  background-color: var(--yellow-300) !important;
}
.hover\:bg-yellow-400:hover {
  background-color: var(--yellow-400) !important;
}
.hover\:bg-yellow-500:hover {
  background-color: var(--yellow-500) !important;
}
.hover\:bg-yellow-600:hover {
  background-color: var(--yellow-600) !important;
}
.hover\:bg-yellow-700:hover {
  background-color: var(--yellow-700) !important;
}
.hover\:bg-yellow-800:hover {
  background-color: var(--yellow-800) !important;
}
.hover\:bg-yellow-900:hover {
  background-color: var(--yellow-900) !important;
}

.active\:bg-yellow-50:active {
  background-color: var(--yellow-50) !important;
}
.active\:bg-yellow-100:active {
  background-color: var(--yellow-100) !important;
}
.active\:bg-yellow-200:active {
  background-color: var(--yellow-200) !important;
}
.active\:bg-yellow-300:active {
  background-color: var(--yellow-300) !important;
}
.active\:bg-yellow-400:active {
  background-color: var(--yellow-400) !important;
}
.active\:bg-yellow-500:active {
  background-color: var(--yellow-500) !important;
}
.active\:bg-yellow-600:active {
  background-color: var(--yellow-600) !important;
}
.active\:bg-yellow-700:active {
  background-color: var(--yellow-700) !important;
}
.active\:bg-yellow-800:active {
  background-color: var(--yellow-800) !important;
}
.active\:bg-yellow-900:active {
  background-color: var(--yellow-900) !important;
}

.bg-cyan-50 {
  background-color: var(--cyan-50) !important;
}
.bg-cyan-100 {
  background-color: var(--cyan-100) !important;
}
.bg-cyan-200 {
  background-color: var(--cyan-200) !important;
}
.bg-cyan-300 {
  background-color: var(--cyan-300) !important;
}
.bg-cyan-400 {
  background-color: var(--cyan-400) !important;
}
.bg-cyan-500 {
  background-color: var(--cyan-500) !important;
}
.bg-cyan-600 {
  background-color: var(--cyan-600) !important;
}
.bg-cyan-700 {
  background-color: var(--cyan-700) !important;
}
.bg-cyan-800 {
  background-color: var(--cyan-800) !important;
}
.bg-cyan-900 {
  background-color: var(--cyan-900) !important;
}

.focus\:bg-cyan-50:focus {
  background-color: var(--cyan-50) !important;
}
.focus\:bg-cyan-100:focus {
  background-color: var(--cyan-100) !important;
}
.focus\:bg-cyan-200:focus {
  background-color: var(--cyan-200) !important;
}
.focus\:bg-cyan-300:focus {
  background-color: var(--cyan-300) !important;
}
.focus\:bg-cyan-400:focus {
  background-color: var(--cyan-400) !important;
}
.focus\:bg-cyan-500:focus {
  background-color: var(--cyan-500) !important;
}
.focus\:bg-cyan-600:focus {
  background-color: var(--cyan-600) !important;
}
.focus\:bg-cyan-700:focus {
  background-color: var(--cyan-700) !important;
}
.focus\:bg-cyan-800:focus {
  background-color: var(--cyan-800) !important;
}
.focus\:bg-cyan-900:focus {
  background-color: var(--cyan-900) !important;
}

.hover\:bg-cyan-50:hover {
  background-color: var(--cyan-50) !important;
}
.hover\:bg-cyan-100:hover {
  background-color: var(--cyan-100) !important;
}
.hover\:bg-cyan-200:hover {
  background-color: var(--cyan-200) !important;
}
.hover\:bg-cyan-300:hover {
  background-color: var(--cyan-300) !important;
}
.hover\:bg-cyan-400:hover {
  background-color: var(--cyan-400) !important;
}
.hover\:bg-cyan-500:hover {
  background-color: var(--cyan-500) !important;
}
.hover\:bg-cyan-600:hover {
  background-color: var(--cyan-600) !important;
}
.hover\:bg-cyan-700:hover {
  background-color: var(--cyan-700) !important;
}
.hover\:bg-cyan-800:hover {
  background-color: var(--cyan-800) !important;
}
.hover\:bg-cyan-900:hover {
  background-color: var(--cyan-900) !important;
}

.active\:bg-cyan-50:active {
  background-color: var(--cyan-50) !important;
}
.active\:bg-cyan-100:active {
  background-color: var(--cyan-100) !important;
}
.active\:bg-cyan-200:active {
  background-color: var(--cyan-200) !important;
}
.active\:bg-cyan-300:active {
  background-color: var(--cyan-300) !important;
}
.active\:bg-cyan-400:active {
  background-color: var(--cyan-400) !important;
}
.active\:bg-cyan-500:active {
  background-color: var(--cyan-500) !important;
}
.active\:bg-cyan-600:active {
  background-color: var(--cyan-600) !important;
}
.active\:bg-cyan-700:active {
  background-color: var(--cyan-700) !important;
}
.active\:bg-cyan-800:active {
  background-color: var(--cyan-800) !important;
}
.active\:bg-cyan-900:active {
  background-color: var(--cyan-900) !important;
}

.bg-pink-50 {
  background-color: var(--pink-50) !important;
}
.bg-pink-100 {
  background-color: var(--pink-100) !important;
}
.bg-pink-200 {
  background-color: var(--pink-200) !important;
}
.bg-pink-300 {
  background-color: var(--pink-300) !important;
}
.bg-pink-400 {
  background-color: var(--pink-400) !important;
}
.bg-pink-500 {
  background-color: var(--pink-500) !important;
}
.bg-pink-600 {
  background-color: var(--pink-600) !important;
}
.bg-pink-700 {
  background-color: var(--pink-700) !important;
}
.bg-pink-800 {
  background-color: var(--pink-800) !important;
}
.bg-pink-900 {
  background-color: var(--pink-900) !important;
}

.focus\:bg-pink-50:focus {
  background-color: var(--pink-50) !important;
}
.focus\:bg-pink-100:focus {
  background-color: var(--pink-100) !important;
}
.focus\:bg-pink-200:focus {
  background-color: var(--pink-200) !important;
}
.focus\:bg-pink-300:focus {
  background-color: var(--pink-300) !important;
}
.focus\:bg-pink-400:focus {
  background-color: var(--pink-400) !important;
}
.focus\:bg-pink-500:focus {
  background-color: var(--pink-500) !important;
}
.focus\:bg-pink-600:focus {
  background-color: var(--pink-600) !important;
}
.focus\:bg-pink-700:focus {
  background-color: var(--pink-700) !important;
}
.focus\:bg-pink-800:focus {
  background-color: var(--pink-800) !important;
}
.focus\:bg-pink-900:focus {
  background-color: var(--pink-900) !important;
}

.hover\:bg-pink-50:hover {
  background-color: var(--pink-50) !important;
}
.hover\:bg-pink-100:hover {
  background-color: var(--pink-100) !important;
}
.hover\:bg-pink-200:hover {
  background-color: var(--pink-200) !important;
}
.hover\:bg-pink-300:hover {
  background-color: var(--pink-300) !important;
}
.hover\:bg-pink-400:hover {
  background-color: var(--pink-400) !important;
}
.hover\:bg-pink-500:hover {
  background-color: var(--pink-500) !important;
}
.hover\:bg-pink-600:hover {
  background-color: var(--pink-600) !important;
}
.hover\:bg-pink-700:hover {
  background-color: var(--pink-700) !important;
}
.hover\:bg-pink-800:hover {
  background-color: var(--pink-800) !important;
}
.hover\:bg-pink-900:hover {
  background-color: var(--pink-900) !important;
}

.active\:bg-pink-50:active {
  background-color: var(--pink-50) !important;
}
.active\:bg-pink-100:active {
  background-color: var(--pink-100) !important;
}
.active\:bg-pink-200:active {
  background-color: var(--pink-200) !important;
}
.active\:bg-pink-300:active {
  background-color: var(--pink-300) !important;
}
.active\:bg-pink-400:active {
  background-color: var(--pink-400) !important;
}
.active\:bg-pink-500:active {
  background-color: var(--pink-500) !important;
}
.active\:bg-pink-600:active {
  background-color: var(--pink-600) !important;
}
.active\:bg-pink-700:active {
  background-color: var(--pink-700) !important;
}
.active\:bg-pink-800:active {
  background-color: var(--pink-800) !important;
}
.active\:bg-pink-900:active {
  background-color: var(--pink-900) !important;
}

.bg-indigo-50 {
  background-color: var(--indigo-50) !important;
}
.bg-indigo-100 {
  background-color: var(--indigo-100) !important;
}
.bg-indigo-200 {
  background-color: var(--indigo-200) !important;
}
.bg-indigo-300 {
  background-color: var(--indigo-300) !important;
}
.bg-indigo-400 {
  background-color: var(--indigo-400) !important;
}
.bg-indigo-500 {
  background-color: var(--indigo-500) !important;
}
.bg-indigo-600 {
  background-color: var(--indigo-600) !important;
}
.bg-indigo-700 {
  background-color: var(--indigo-700) !important;
}
.bg-indigo-800 {
  background-color: var(--indigo-800) !important;
}
.bg-indigo-900 {
  background-color: var(--indigo-900) !important;
}

.focus\:bg-indigo-50:focus {
  background-color: var(--indigo-50) !important;
}
.focus\:bg-indigo-100:focus {
  background-color: var(--indigo-100) !important;
}
.focus\:bg-indigo-200:focus {
  background-color: var(--indigo-200) !important;
}
.focus\:bg-indigo-300:focus {
  background-color: var(--indigo-300) !important;
}
.focus\:bg-indigo-400:focus {
  background-color: var(--indigo-400) !important;
}
.focus\:bg-indigo-500:focus {
  background-color: var(--indigo-500) !important;
}
.focus\:bg-indigo-600:focus {
  background-color: var(--indigo-600) !important;
}
.focus\:bg-indigo-700:focus {
  background-color: var(--indigo-700) !important;
}
.focus\:bg-indigo-800:focus {
  background-color: var(--indigo-800) !important;
}
.focus\:bg-indigo-900:focus {
  background-color: var(--indigo-900) !important;
}

.hover\:bg-indigo-50:hover {
  background-color: var(--indigo-50) !important;
}
.hover\:bg-indigo-100:hover {
  background-color: var(--indigo-100) !important;
}
.hover\:bg-indigo-200:hover {
  background-color: var(--indigo-200) !important;
}
.hover\:bg-indigo-300:hover {
  background-color: var(--indigo-300) !important;
}
.hover\:bg-indigo-400:hover {
  background-color: var(--indigo-400) !important;
}
.hover\:bg-indigo-500:hover {
  background-color: var(--indigo-500) !important;
}
.hover\:bg-indigo-600:hover {
  background-color: var(--indigo-600) !important;
}
.hover\:bg-indigo-700:hover {
  background-color: var(--indigo-700) !important;
}
.hover\:bg-indigo-800:hover {
  background-color: var(--indigo-800) !important;
}
.hover\:bg-indigo-900:hover {
  background-color: var(--indigo-900) !important;
}

.active\:bg-indigo-50:active {
  background-color: var(--indigo-50) !important;
}
.active\:bg-indigo-100:active {
  background-color: var(--indigo-100) !important;
}
.active\:bg-indigo-200:active {
  background-color: var(--indigo-200) !important;
}
.active\:bg-indigo-300:active {
  background-color: var(--indigo-300) !important;
}
.active\:bg-indigo-400:active {
  background-color: var(--indigo-400) !important;
}
.active\:bg-indigo-500:active {
  background-color: var(--indigo-500) !important;
}
.active\:bg-indigo-600:active {
  background-color: var(--indigo-600) !important;
}
.active\:bg-indigo-700:active {
  background-color: var(--indigo-700) !important;
}
.active\:bg-indigo-800:active {
  background-color: var(--indigo-800) !important;
}
.active\:bg-indigo-900:active {
  background-color: var(--indigo-900) !important;
}

.bg-teal-50 {
  background-color: var(--teal-50) !important;
}
.bg-teal-100 {
  background-color: var(--teal-100) !important;
}
.bg-teal-200 {
  background-color: var(--teal-200) !important;
}
.bg-teal-300 {
  background-color: var(--teal-300) !important;
}
.bg-teal-400 {
  background-color: var(--teal-400) !important;
}
.bg-teal-500 {
  background-color: var(--teal-500) !important;
}
.bg-teal-600 {
  background-color: var(--teal-600) !important;
}
.bg-teal-700 {
  background-color: var(--teal-700) !important;
}
.bg-teal-800 {
  background-color: var(--teal-800) !important;
}
.bg-teal-900 {
  background-color: var(--teal-900) !important;
}

.focus\:bg-teal-50:focus {
  background-color: var(--teal-50) !important;
}
.focus\:bg-teal-100:focus {
  background-color: var(--teal-100) !important;
}
.focus\:bg-teal-200:focus {
  background-color: var(--teal-200) !important;
}
.focus\:bg-teal-300:focus {
  background-color: var(--teal-300) !important;
}
.focus\:bg-teal-400:focus {
  background-color: var(--teal-400) !important;
}
.focus\:bg-teal-500:focus {
  background-color: var(--teal-500) !important;
}
.focus\:bg-teal-600:focus {
  background-color: var(--teal-600) !important;
}
.focus\:bg-teal-700:focus {
  background-color: var(--teal-700) !important;
}
.focus\:bg-teal-800:focus {
  background-color: var(--teal-800) !important;
}
.focus\:bg-teal-900:focus {
  background-color: var(--teal-900) !important;
}

.hover\:bg-teal-50:hover {
  background-color: var(--teal-50) !important;
}
.hover\:bg-teal-100:hover {
  background-color: var(--teal-100) !important;
}
.hover\:bg-teal-200:hover {
  background-color: var(--teal-200) !important;
}
.hover\:bg-teal-300:hover {
  background-color: var(--teal-300) !important;
}
.hover\:bg-teal-400:hover {
  background-color: var(--teal-400) !important;
}
.hover\:bg-teal-500:hover {
  background-color: var(--teal-500) !important;
}
.hover\:bg-teal-600:hover {
  background-color: var(--teal-600) !important;
}
.hover\:bg-teal-700:hover {
  background-color: var(--teal-700) !important;
}
.hover\:bg-teal-800:hover {
  background-color: var(--teal-800) !important;
}
.hover\:bg-teal-900:hover {
  background-color: var(--teal-900) !important;
}

.active\:bg-teal-50:active {
  background-color: var(--teal-50) !important;
}
.active\:bg-teal-100:active {
  background-color: var(--teal-100) !important;
}
.active\:bg-teal-200:active {
  background-color: var(--teal-200) !important;
}
.active\:bg-teal-300:active {
  background-color: var(--teal-300) !important;
}
.active\:bg-teal-400:active {
  background-color: var(--teal-400) !important;
}
.active\:bg-teal-500:active {
  background-color: var(--teal-500) !important;
}
.active\:bg-teal-600:active {
  background-color: var(--teal-600) !important;
}
.active\:bg-teal-700:active {
  background-color: var(--teal-700) !important;
}
.active\:bg-teal-800:active {
  background-color: var(--teal-800) !important;
}
.active\:bg-teal-900:active {
  background-color: var(--teal-900) !important;
}

.bg-orange-50 {
  background-color: var(--orange-50) !important;
}
.bg-orange-100 {
  background-color: var(--orange-100) !important;
}
.bg-orange-200 {
  background-color: var(--orange-200) !important;
}
.bg-orange-300 {
  background-color: var(--orange-300) !important;
}
.bg-orange-400 {
  background-color: var(--orange-400) !important;
}
.bg-orange-500 {
  background-color: var(--orange-500) !important;
}
.bg-orange-600 {
  background-color: var(--orange-600) !important;
}
.bg-orange-700 {
  background-color: var(--orange-700) !important;
}
.bg-orange-800 {
  background-color: var(--orange-800) !important;
}
.bg-orange-900 {
  background-color: var(--orange-900) !important;
}

.focus\:bg-orange-50:focus {
  background-color: var(--orange-50) !important;
}
.focus\:bg-orange-100:focus {
  background-color: var(--orange-100) !important;
}
.focus\:bg-orange-200:focus {
  background-color: var(--orange-200) !important;
}
.focus\:bg-orange-300:focus {
  background-color: var(--orange-300) !important;
}
.focus\:bg-orange-400:focus {
  background-color: var(--orange-400) !important;
}
.focus\:bg-orange-500:focus {
  background-color: var(--orange-500) !important;
}
.focus\:bg-orange-600:focus {
  background-color: var(--orange-600) !important;
}
.focus\:bg-orange-700:focus {
  background-color: var(--orange-700) !important;
}
.focus\:bg-orange-800:focus {
  background-color: var(--orange-800) !important;
}
.focus\:bg-orange-900:focus {
  background-color: var(--orange-900) !important;
}

.hover\:bg-orange-50:hover {
  background-color: var(--orange-50) !important;
}
.hover\:bg-orange-100:hover {
  background-color: var(--orange-100) !important;
}
.hover\:bg-orange-200:hover {
  background-color: var(--orange-200) !important;
}
.hover\:bg-orange-300:hover {
  background-color: var(--orange-300) !important;
}
.hover\:bg-orange-400:hover {
  background-color: var(--orange-400) !important;
}
.hover\:bg-orange-500:hover {
  background-color: var(--orange-500) !important;
}
.hover\:bg-orange-600:hover {
  background-color: var(--orange-600) !important;
}
.hover\:bg-orange-700:hover {
  background-color: var(--orange-700) !important;
}
.hover\:bg-orange-800:hover {
  background-color: var(--orange-800) !important;
}
.hover\:bg-orange-900:hover {
  background-color: var(--orange-900) !important;
}

.active\:bg-orange-50:active {
  background-color: var(--orange-50) !important;
}
.active\:bg-orange-100:active {
  background-color: var(--orange-100) !important;
}
.active\:bg-orange-200:active {
  background-color: var(--orange-200) !important;
}
.active\:bg-orange-300:active {
  background-color: var(--orange-300) !important;
}
.active\:bg-orange-400:active {
  background-color: var(--orange-400) !important;
}
.active\:bg-orange-500:active {
  background-color: var(--orange-500) !important;
}
.active\:bg-orange-600:active {
  background-color: var(--orange-600) !important;
}
.active\:bg-orange-700:active {
  background-color: var(--orange-700) !important;
}
.active\:bg-orange-800:active {
  background-color: var(--orange-800) !important;
}
.active\:bg-orange-900:active {
  background-color: var(--orange-900) !important;
}

.bg-bluegray-50 {
  background-color: var(--bluegray-50) !important;
}
.bg-bluegray-100 {
  background-color: var(--bluegray-100) !important;
}
.bg-bluegray-200 {
  background-color: var(--bluegray-200) !important;
}
.bg-bluegray-300 {
  background-color: var(--bluegray-300) !important;
}
.bg-bluegray-400 {
  background-color: var(--bluegray-400) !important;
}
.bg-bluegray-500 {
  background-color: var(--bluegray-500) !important;
}
.bg-bluegray-600 {
  background-color: var(--bluegray-600) !important;
}
.bg-bluegray-700 {
  background-color: var(--bluegray-700) !important;
}
.bg-bluegray-800 {
  background-color: var(--bluegray-800) !important;
}
.bg-bluegray-900 {
  background-color: var(--bluegray-900) !important;
}

.focus\:bg-bluegray-50:focus {
  background-color: var(--bluegray-50) !important;
}
.focus\:bg-bluegray-100:focus {
  background-color: var(--bluegray-100) !important;
}
.focus\:bg-bluegray-200:focus {
  background-color: var(--bluegray-200) !important;
}
.focus\:bg-bluegray-300:focus {
  background-color: var(--bluegray-300) !important;
}
.focus\:bg-bluegray-400:focus {
  background-color: var(--bluegray-400) !important;
}
.focus\:bg-bluegray-500:focus {
  background-color: var(--bluegray-500) !important;
}
.focus\:bg-bluegray-600:focus {
  background-color: var(--bluegray-600) !important;
}
.focus\:bg-bluegray-700:focus {
  background-color: var(--bluegray-700) !important;
}
.focus\:bg-bluegray-800:focus {
  background-color: var(--bluegray-800) !important;
}
.focus\:bg-bluegray-900:focus {
  background-color: var(--bluegray-900) !important;
}

.hover\:bg-bluegray-50:hover {
  background-color: var(--bluegray-50) !important;
}
.hover\:bg-bluegray-100:hover {
  background-color: var(--bluegray-100) !important;
}
.hover\:bg-bluegray-200:hover {
  background-color: var(--bluegray-200) !important;
}
.hover\:bg-bluegray-300:hover {
  background-color: var(--bluegray-300) !important;
}
.hover\:bg-bluegray-400:hover {
  background-color: var(--bluegray-400) !important;
}
.hover\:bg-bluegray-500:hover {
  background-color: var(--bluegray-500) !important;
}
.hover\:bg-bluegray-600:hover {
  background-color: var(--bluegray-600) !important;
}
.hover\:bg-bluegray-700:hover {
  background-color: var(--bluegray-700) !important;
}
.hover\:bg-bluegray-800:hover {
  background-color: var(--bluegray-800) !important;
}
.hover\:bg-bluegray-900:hover {
  background-color: var(--bluegray-900) !important;
}

.active\:bg-bluegray-50:active {
  background-color: var(--bluegray-50) !important;
}
.active\:bg-bluegray-100:active {
  background-color: var(--bluegray-100) !important;
}
.active\:bg-bluegray-200:active {
  background-color: var(--bluegray-200) !important;
}
.active\:bg-bluegray-300:active {
  background-color: var(--bluegray-300) !important;
}
.active\:bg-bluegray-400:active {
  background-color: var(--bluegray-400) !important;
}
.active\:bg-bluegray-500:active {
  background-color: var(--bluegray-500) !important;
}
.active\:bg-bluegray-600:active {
  background-color: var(--bluegray-600) !important;
}
.active\:bg-bluegray-700:active {
  background-color: var(--bluegray-700) !important;
}
.active\:bg-bluegray-800:active {
  background-color: var(--bluegray-800) !important;
}
.active\:bg-bluegray-900:active {
  background-color: var(--bluegray-900) !important;
}

.bg-purple-50 {
  background-color: var(--purple-50) !important;
}
.bg-purple-100 {
  background-color: var(--purple-100) !important;
}
.bg-purple-200 {
  background-color: var(--purple-200) !important;
}
.bg-purple-300 {
  background-color: var(--purple-300) !important;
}
.bg-purple-400 {
  background-color: var(--purple-400) !important;
}
.bg-purple-500 {
  background-color: var(--purple-500) !important;
}
.bg-purple-600 {
  background-color: var(--purple-600) !important;
}
.bg-purple-700 {
  background-color: var(--purple-700) !important;
}
.bg-purple-800 {
  background-color: var(--purple-800) !important;
}
.bg-purple-900 {
  background-color: var(--purple-900) !important;
}

.focus\:bg-purple-50:focus {
  background-color: var(--purple-50) !important;
}
.focus\:bg-purple-100:focus {
  background-color: var(--purple-100) !important;
}
.focus\:bg-purple-200:focus {
  background-color: var(--purple-200) !important;
}
.focus\:bg-purple-300:focus {
  background-color: var(--purple-300) !important;
}
.focus\:bg-purple-400:focus {
  background-color: var(--purple-400) !important;
}
.focus\:bg-purple-500:focus {
  background-color: var(--purple-500) !important;
}
.focus\:bg-purple-600:focus {
  background-color: var(--purple-600) !important;
}
.focus\:bg-purple-700:focus {
  background-color: var(--purple-700) !important;
}
.focus\:bg-purple-800:focus {
  background-color: var(--purple-800) !important;
}
.focus\:bg-purple-900:focus {
  background-color: var(--purple-900) !important;
}

.hover\:bg-purple-50:hover {
  background-color: var(--purple-50) !important;
}
.hover\:bg-purple-100:hover {
  background-color: var(--purple-100) !important;
}
.hover\:bg-purple-200:hover {
  background-color: var(--purple-200) !important;
}
.hover\:bg-purple-300:hover {
  background-color: var(--purple-300) !important;
}
.hover\:bg-purple-400:hover {
  background-color: var(--purple-400) !important;
}
.hover\:bg-purple-500:hover {
  background-color: var(--purple-500) !important;
}
.hover\:bg-purple-600:hover {
  background-color: var(--purple-600) !important;
}
.hover\:bg-purple-700:hover {
  background-color: var(--purple-700) !important;
}
.hover\:bg-purple-800:hover {
  background-color: var(--purple-800) !important;
}
.hover\:bg-purple-900:hover {
  background-color: var(--purple-900) !important;
}

.active\:bg-purple-50:active {
  background-color: var(--purple-50) !important;
}
.active\:bg-purple-100:active {
  background-color: var(--purple-100) !important;
}
.active\:bg-purple-200:active {
  background-color: var(--purple-200) !important;
}
.active\:bg-purple-300:active {
  background-color: var(--purple-300) !important;
}
.active\:bg-purple-400:active {
  background-color: var(--purple-400) !important;
}
.active\:bg-purple-500:active {
  background-color: var(--purple-500) !important;
}
.active\:bg-purple-600:active {
  background-color: var(--purple-600) !important;
}
.active\:bg-purple-700:active {
  background-color: var(--purple-700) !important;
}
.active\:bg-purple-800:active {
  background-color: var(--purple-800) !important;
}
.active\:bg-purple-900:active {
  background-color: var(--purple-900) !important;
}

.bg-gray-50 {
  background-color: var(--gray-50) !important;
}
.bg-gray-100 {
  background-color: var(--gray-100) !important;
}
.bg-gray-200 {
  background-color: var(--gray-200) !important;
}
.bg-gray-300 {
  background-color: var(--gray-300) !important;
}
.bg-gray-400 {
  background-color: var(--gray-400) !important;
}
.bg-gray-500 {
  background-color: var(--gray-500) !important;
}
.bg-gray-600 {
  background-color: var(--gray-600) !important;
}
.bg-gray-700 {
  background-color: var(--gray-700) !important;
}
.bg-gray-800 {
  background-color: var(--gray-800) !important;
}
.bg-gray-900 {
  background-color: var(--gray-900) !important;
}

.focus\:bg-gray-50:focus {
  background-color: var(--gray-50) !important;
}
.focus\:bg-gray-100:focus {
  background-color: var(--gray-100) !important;
}
.focus\:bg-gray-200:focus {
  background-color: var(--gray-200) !important;
}
.focus\:bg-gray-300:focus {
  background-color: var(--gray-300) !important;
}
.focus\:bg-gray-400:focus {
  background-color: var(--gray-400) !important;
}
.focus\:bg-gray-500:focus {
  background-color: var(--gray-500) !important;
}
.focus\:bg-gray-600:focus {
  background-color: var(--gray-600) !important;
}
.focus\:bg-gray-700:focus {
  background-color: var(--gray-700) !important;
}
.focus\:bg-gray-800:focus {
  background-color: var(--gray-800) !important;
}
.focus\:bg-gray-900:focus {
  background-color: var(--gray-900) !important;
}

.hover\:bg-gray-50:hover {
  background-color: var(--gray-50) !important;
}
.hover\:bg-gray-100:hover {
  background-color: var(--gray-100) !important;
}
.hover\:bg-gray-200:hover {
  background-color: var(--gray-200) !important;
}
.hover\:bg-gray-300:hover {
  background-color: var(--gray-300) !important;
}
.hover\:bg-gray-400:hover {
  background-color: var(--gray-400) !important;
}
.hover\:bg-gray-500:hover {
  background-color: var(--gray-500) !important;
}
.hover\:bg-gray-600:hover {
  background-color: var(--gray-600) !important;
}
.hover\:bg-gray-700:hover {
  background-color: var(--gray-700) !important;
}
.hover\:bg-gray-800:hover {
  background-color: var(--gray-800) !important;
}
.hover\:bg-gray-900:hover {
  background-color: var(--gray-900) !important;
}

.active\:bg-gray-50:active {
  background-color: var(--gray-50) !important;
}
.active\:bg-gray-100:active {
  background-color: var(--gray-100) !important;
}
.active\:bg-gray-200:active {
  background-color: var(--gray-200) !important;
}
.active\:bg-gray-300:active {
  background-color: var(--gray-300) !important;
}
.active\:bg-gray-400:active {
  background-color: var(--gray-400) !important;
}
.active\:bg-gray-500:active {
  background-color: var(--gray-500) !important;
}
.active\:bg-gray-600:active {
  background-color: var(--gray-600) !important;
}
.active\:bg-gray-700:active {
  background-color: var(--gray-700) !important;
}
.active\:bg-gray-800:active {
  background-color: var(--gray-800) !important;
}
.active\:bg-gray-900:active {
  background-color: var(--gray-900) !important;
}

.bg-red-50 {
  background-color: var(--red-50) !important;
}
.bg-red-100 {
  background-color: var(--red-100) !important;
}
.bg-red-200 {
  background-color: var(--red-200) !important;
}
.bg-red-300 {
  background-color: var(--red-300) !important;
}
.bg-red-400 {
  background-color: var(--red-400) !important;
}
.bg-red-500 {
  background-color: var(--red-500) !important;
}
.bg-red-600 {
  background-color: var(--red-600) !important;
}
.bg-red-700 {
  background-color: var(--red-700) !important;
}
.bg-red-800 {
  background-color: var(--red-800) !important;
}
.bg-red-900 {
  background-color: var(--red-900) !important;
}

.focus\:bg-red-50:focus {
  background-color: var(--red-50) !important;
}
.focus\:bg-red-100:focus {
  background-color: var(--red-100) !important;
}
.focus\:bg-red-200:focus {
  background-color: var(--red-200) !important;
}
.focus\:bg-red-300:focus {
  background-color: var(--red-300) !important;
}
.focus\:bg-red-400:focus {
  background-color: var(--red-400) !important;
}
.focus\:bg-red-500:focus {
  background-color: var(--red-500) !important;
}
.focus\:bg-red-600:focus {
  background-color: var(--red-600) !important;
}
.focus\:bg-red-700:focus {
  background-color: var(--red-700) !important;
}
.focus\:bg-red-800:focus {
  background-color: var(--red-800) !important;
}
.focus\:bg-red-900:focus {
  background-color: var(--red-900) !important;
}

.hover\:bg-red-50:hover {
  background-color: var(--red-50) !important;
}
.hover\:bg-red-100:hover {
  background-color: var(--red-100) !important;
}
.hover\:bg-red-200:hover {
  background-color: var(--red-200) !important;
}
.hover\:bg-red-300:hover {
  background-color: var(--red-300) !important;
}
.hover\:bg-red-400:hover {
  background-color: var(--red-400) !important;
}
.hover\:bg-red-500:hover {
  background-color: var(--red-500) !important;
}
.hover\:bg-red-600:hover {
  background-color: var(--red-600) !important;
}
.hover\:bg-red-700:hover {
  background-color: var(--red-700) !important;
}
.hover\:bg-red-800:hover {
  background-color: var(--red-800) !important;
}
.hover\:bg-red-900:hover {
  background-color: var(--red-900) !important;
}

.active\:bg-red-50:active {
  background-color: var(--red-50) !important;
}
.active\:bg-red-100:active {
  background-color: var(--red-100) !important;
}
.active\:bg-red-200:active {
  background-color: var(--red-200) !important;
}
.active\:bg-red-300:active {
  background-color: var(--red-300) !important;
}
.active\:bg-red-400:active {
  background-color: var(--red-400) !important;
}
.active\:bg-red-500:active {
  background-color: var(--red-500) !important;
}
.active\:bg-red-600:active {
  background-color: var(--red-600) !important;
}
.active\:bg-red-700:active {
  background-color: var(--red-700) !important;
}
.active\:bg-red-800:active {
  background-color: var(--red-800) !important;
}
.active\:bg-red-900:active {
  background-color: var(--red-900) !important;
}

.bg-primary-50 {
  background-color: var(--primary-50) !important;
}
.bg-primary-100 {
  background-color: var(--primary-100) !important;
}
.bg-primary-200 {
  background-color: var(--primary-200) !important;
}
.bg-primary-300 {
  background-color: var(--primary-300) !important;
}
.bg-primary-400 {
  background-color: var(--primary-400) !important;
}
.bg-primary-500 {
  background-color: var(--primary-500) !important;
}
.bg-primary-600 {
  background-color: var(--primary-600) !important;
}
.bg-primary-700 {
  background-color: var(--primary-700) !important;
}
.bg-primary-800 {
  background-color: var(--primary-800) !important;
}
.bg-primary-900 {
  background-color: var(--primary-900) !important;
}

.focus\:bg-primary-50:focus {
  background-color: var(--primary-50) !important;
}
.focus\:bg-primary-100:focus {
  background-color: var(--primary-100) !important;
}
.focus\:bg-primary-200:focus {
  background-color: var(--primary-200) !important;
}
.focus\:bg-primary-300:focus {
  background-color: var(--primary-300) !important;
}
.focus\:bg-primary-400:focus {
  background-color: var(--primary-400) !important;
}
.focus\:bg-primary-500:focus {
  background-color: var(--primary-500) !important;
}
.focus\:bg-primary-600:focus {
  background-color: var(--primary-600) !important;
}
.focus\:bg-primary-700:focus {
  background-color: var(--primary-700) !important;
}
.focus\:bg-primary-800:focus {
  background-color: var(--primary-800) !important;
}
.focus\:bg-primary-900:focus {
  background-color: var(--primary-900) !important;
}

.hover\:bg-primary-50:hover {
  background-color: var(--primary-50) !important;
}
.hover\:bg-primary-100:hover {
  background-color: var(--primary-100) !important;
}
.hover\:bg-primary-200:hover {
  background-color: var(--primary-200) !important;
}
.hover\:bg-primary-300:hover {
  background-color: var(--primary-300) !important;
}
.hover\:bg-primary-400:hover {
  background-color: var(--primary-400) !important;
}
.hover\:bg-primary-500:hover {
  background-color: var(--primary-500) !important;
}
.hover\:bg-primary-600:hover {
  background-color: var(--primary-600) !important;
}
.hover\:bg-primary-700:hover {
  background-color: var(--primary-700) !important;
}
.hover\:bg-primary-800:hover {
  background-color: var(--primary-800) !important;
}
.hover\:bg-primary-900:hover {
  background-color: var(--primary-900) !important;
}

.active\:bg-primary-50:active {
  background-color: var(--primary-50) !important;
}
.active\:bg-primary-100:active {
  background-color: var(--primary-100) !important;
}
.active\:bg-primary-200:active {
  background-color: var(--primary-200) !important;
}
.active\:bg-primary-300:active {
  background-color: var(--primary-300) !important;
}
.active\:bg-primary-400:active {
  background-color: var(--primary-400) !important;
}
.active\:bg-primary-500:active {
  background-color: var(--primary-500) !important;
}
.active\:bg-primary-600:active {
  background-color: var(--primary-600) !important;
}
.active\:bg-primary-700:active {
  background-color: var(--primary-700) !important;
}
.active\:bg-primary-800:active {
  background-color: var(--primary-800) !important;
}
.active\:bg-primary-900:active {
  background-color: var(--primary-900) !important;
}

.border-blue-50 {
  border-color: var(--blue-50) !important;
}
.border-blue-100 {
  border-color: var(--blue-100) !important;
}
.border-blue-200 {
  border-color: var(--blue-200) !important;
}
.border-blue-300 {
  border-color: var(--blue-300) !important;
}
.border-blue-400 {
  border-color: var(--blue-400) !important;
}
.border-blue-500 {
  border-color: var(--blue-500) !important;
}
.border-blue-600 {
  border-color: var(--blue-600) !important;
}
.border-blue-700 {
  border-color: var(--blue-700) !important;
}
.border-blue-800 {
  border-color: var(--blue-800) !important;
}
.border-blue-900 {
  border-color: var(--blue-900) !important;
}

.focus\:border-blue-50:focus {
  border-color: var(--blue-50) !important;
}
.focus\:border-blue-100:focus {
  border-color: var(--blue-100) !important;
}
.focus\:border-blue-200:focus {
  border-color: var(--blue-200) !important;
}
.focus\:border-blue-300:focus {
  border-color: var(--blue-300) !important;
}
.focus\:border-blue-400:focus {
  border-color: var(--blue-400) !important;
}
.focus\:border-blue-500:focus {
  border-color: var(--blue-500) !important;
}
.focus\:border-blue-600:focus {
  border-color: var(--blue-600) !important;
}
.focus\:border-blue-700:focus {
  border-color: var(--blue-700) !important;
}
.focus\:border-blue-800:focus {
  border-color: var(--blue-800) !important;
}
.focus\:border-blue-900:focus {
  border-color: var(--blue-900) !important;
}

.hover\:border-blue-50:hover {
  border-color: var(--blue-50) !important;
}
.hover\:border-blue-100:hover {
  border-color: var(--blue-100) !important;
}
.hover\:border-blue-200:hover {
  border-color: var(--blue-200) !important;
}
.hover\:border-blue-300:hover {
  border-color: var(--blue-300) !important;
}
.hover\:border-blue-400:hover {
  border-color: var(--blue-400) !important;
}
.hover\:border-blue-500:hover {
  border-color: var(--blue-500) !important;
}
.hover\:border-blue-600:hover {
  border-color: var(--blue-600) !important;
}
.hover\:border-blue-700:hover {
  border-color: var(--blue-700) !important;
}
.hover\:border-blue-800:hover {
  border-color: var(--blue-800) !important;
}
.hover\:border-blue-900:hover {
  border-color: var(--blue-900) !important;
}

.active\:border-blue-50:active {
  border-color: var(--blue-50) !important;
}
.active\:border-blue-100:active {
  border-color: var(--blue-100) !important;
}
.active\:border-blue-200:active {
  border-color: var(--blue-200) !important;
}
.active\:border-blue-300:active {
  border-color: var(--blue-300) !important;
}
.active\:border-blue-400:active {
  border-color: var(--blue-400) !important;
}
.active\:border-blue-500:active {
  border-color: var(--blue-500) !important;
}
.active\:border-blue-600:active {
  border-color: var(--blue-600) !important;
}
.active\:border-blue-700:active {
  border-color: var(--blue-700) !important;
}
.active\:border-blue-800:active {
  border-color: var(--blue-800) !important;
}
.active\:border-blue-900:active {
  border-color: var(--blue-900) !important;
}

.border-green-50 {
  border-color: var(--green-50) !important;
}
.border-green-100 {
  border-color: var(--green-100) !important;
}
.border-green-200 {
  border-color: var(--green-200) !important;
}
.border-green-300 {
  border-color: var(--green-300) !important;
}
.border-green-400 {
  border-color: var(--green-400) !important;
}
.border-green-500 {
  border-color: var(--green-500) !important;
}
.border-green-600 {
  border-color: var(--green-600) !important;
}
.border-green-700 {
  border-color: var(--green-700) !important;
}
.border-green-800 {
  border-color: var(--green-800) !important;
}
.border-green-900 {
  border-color: var(--green-900) !important;
}

.focus\:border-green-50:focus {
  border-color: var(--green-50) !important;
}
.focus\:border-green-100:focus {
  border-color: var(--green-100) !important;
}
.focus\:border-green-200:focus {
  border-color: var(--green-200) !important;
}
.focus\:border-green-300:focus {
  border-color: var(--green-300) !important;
}
.focus\:border-green-400:focus {
  border-color: var(--green-400) !important;
}
.focus\:border-green-500:focus {
  border-color: var(--green-500) !important;
}
.focus\:border-green-600:focus {
  border-color: var(--green-600) !important;
}
.focus\:border-green-700:focus {
  border-color: var(--green-700) !important;
}
.focus\:border-green-800:focus {
  border-color: var(--green-800) !important;
}
.focus\:border-green-900:focus {
  border-color: var(--green-900) !important;
}

.hover\:border-green-50:hover {
  border-color: var(--green-50) !important;
}
.hover\:border-green-100:hover {
  border-color: var(--green-100) !important;
}
.hover\:border-green-200:hover {
  border-color: var(--green-200) !important;
}
.hover\:border-green-300:hover {
  border-color: var(--green-300) !important;
}
.hover\:border-green-400:hover {
  border-color: var(--green-400) !important;
}
.hover\:border-green-500:hover {
  border-color: var(--green-500) !important;
}
.hover\:border-green-600:hover {
  border-color: var(--green-600) !important;
}
.hover\:border-green-700:hover {
  border-color: var(--green-700) !important;
}
.hover\:border-green-800:hover {
  border-color: var(--green-800) !important;
}
.hover\:border-green-900:hover {
  border-color: var(--green-900) !important;
}

.active\:border-green-50:active {
  border-color: var(--green-50) !important;
}
.active\:border-green-100:active {
  border-color: var(--green-100) !important;
}
.active\:border-green-200:active {
  border-color: var(--green-200) !important;
}
.active\:border-green-300:active {
  border-color: var(--green-300) !important;
}
.active\:border-green-400:active {
  border-color: var(--green-400) !important;
}
.active\:border-green-500:active {
  border-color: var(--green-500) !important;
}
.active\:border-green-600:active {
  border-color: var(--green-600) !important;
}
.active\:border-green-700:active {
  border-color: var(--green-700) !important;
}
.active\:border-green-800:active {
  border-color: var(--green-800) !important;
}
.active\:border-green-900:active {
  border-color: var(--green-900) !important;
}

.border-yellow-50 {
  border-color: var(--yellow-50) !important;
}
.border-yellow-100 {
  border-color: var(--yellow-100) !important;
}
.border-yellow-200 {
  border-color: var(--yellow-200) !important;
}
.border-yellow-300 {
  border-color: var(--yellow-300) !important;
}
.border-yellow-400 {
  border-color: var(--yellow-400) !important;
}
.border-yellow-500 {
  border-color: var(--yellow-500) !important;
}
.border-yellow-600 {
  border-color: var(--yellow-600) !important;
}
.border-yellow-700 {
  border-color: var(--yellow-700) !important;
}
.border-yellow-800 {
  border-color: var(--yellow-800) !important;
}
.border-yellow-900 {
  border-color: var(--yellow-900) !important;
}

.focus\:border-yellow-50:focus {
  border-color: var(--yellow-50) !important;
}
.focus\:border-yellow-100:focus {
  border-color: var(--yellow-100) !important;
}
.focus\:border-yellow-200:focus {
  border-color: var(--yellow-200) !important;
}
.focus\:border-yellow-300:focus {
  border-color: var(--yellow-300) !important;
}
.focus\:border-yellow-400:focus {
  border-color: var(--yellow-400) !important;
}
.focus\:border-yellow-500:focus {
  border-color: var(--yellow-500) !important;
}
.focus\:border-yellow-600:focus {
  border-color: var(--yellow-600) !important;
}
.focus\:border-yellow-700:focus {
  border-color: var(--yellow-700) !important;
}
.focus\:border-yellow-800:focus {
  border-color: var(--yellow-800) !important;
}
.focus\:border-yellow-900:focus {
  border-color: var(--yellow-900) !important;
}

.hover\:border-yellow-50:hover {
  border-color: var(--yellow-50) !important;
}
.hover\:border-yellow-100:hover {
  border-color: var(--yellow-100) !important;
}
.hover\:border-yellow-200:hover {
  border-color: var(--yellow-200) !important;
}
.hover\:border-yellow-300:hover {
  border-color: var(--yellow-300) !important;
}
.hover\:border-yellow-400:hover {
  border-color: var(--yellow-400) !important;
}
.hover\:border-yellow-500:hover {
  border-color: var(--yellow-500) !important;
}
.hover\:border-yellow-600:hover {
  border-color: var(--yellow-600) !important;
}
.hover\:border-yellow-700:hover {
  border-color: var(--yellow-700) !important;
}
.hover\:border-yellow-800:hover {
  border-color: var(--yellow-800) !important;
}
.hover\:border-yellow-900:hover {
  border-color: var(--yellow-900) !important;
}

.active\:border-yellow-50:active {
  border-color: var(--yellow-50) !important;
}
.active\:border-yellow-100:active {
  border-color: var(--yellow-100) !important;
}
.active\:border-yellow-200:active {
  border-color: var(--yellow-200) !important;
}
.active\:border-yellow-300:active {
  border-color: var(--yellow-300) !important;
}
.active\:border-yellow-400:active {
  border-color: var(--yellow-400) !important;
}
.active\:border-yellow-500:active {
  border-color: var(--yellow-500) !important;
}
.active\:border-yellow-600:active {
  border-color: var(--yellow-600) !important;
}
.active\:border-yellow-700:active {
  border-color: var(--yellow-700) !important;
}
.active\:border-yellow-800:active {
  border-color: var(--yellow-800) !important;
}
.active\:border-yellow-900:active {
  border-color: var(--yellow-900) !important;
}

.border-cyan-50 {
  border-color: var(--cyan-50) !important;
}
.border-cyan-100 {
  border-color: var(--cyan-100) !important;
}
.border-cyan-200 {
  border-color: var(--cyan-200) !important;
}
.border-cyan-300 {
  border-color: var(--cyan-300) !important;
}
.border-cyan-400 {
  border-color: var(--cyan-400) !important;
}
.border-cyan-500 {
  border-color: var(--cyan-500) !important;
}
.border-cyan-600 {
  border-color: var(--cyan-600) !important;
}
.border-cyan-700 {
  border-color: var(--cyan-700) !important;
}
.border-cyan-800 {
  border-color: var(--cyan-800) !important;
}
.border-cyan-900 {
  border-color: var(--cyan-900) !important;
}

.focus\:border-cyan-50:focus {
  border-color: var(--cyan-50) !important;
}
.focus\:border-cyan-100:focus {
  border-color: var(--cyan-100) !important;
}
.focus\:border-cyan-200:focus {
  border-color: var(--cyan-200) !important;
}
.focus\:border-cyan-300:focus {
  border-color: var(--cyan-300) !important;
}
.focus\:border-cyan-400:focus {
  border-color: var(--cyan-400) !important;
}
.focus\:border-cyan-500:focus {
  border-color: var(--cyan-500) !important;
}
.focus\:border-cyan-600:focus {
  border-color: var(--cyan-600) !important;
}
.focus\:border-cyan-700:focus {
  border-color: var(--cyan-700) !important;
}
.focus\:border-cyan-800:focus {
  border-color: var(--cyan-800) !important;
}
.focus\:border-cyan-900:focus {
  border-color: var(--cyan-900) !important;
}

.hover\:border-cyan-50:hover {
  border-color: var(--cyan-50) !important;
}
.hover\:border-cyan-100:hover {
  border-color: var(--cyan-100) !important;
}
.hover\:border-cyan-200:hover {
  border-color: var(--cyan-200) !important;
}
.hover\:border-cyan-300:hover {
  border-color: var(--cyan-300) !important;
}
.hover\:border-cyan-400:hover {
  border-color: var(--cyan-400) !important;
}
.hover\:border-cyan-500:hover {
  border-color: var(--cyan-500) !important;
}
.hover\:border-cyan-600:hover {
  border-color: var(--cyan-600) !important;
}
.hover\:border-cyan-700:hover {
  border-color: var(--cyan-700) !important;
}
.hover\:border-cyan-800:hover {
  border-color: var(--cyan-800) !important;
}
.hover\:border-cyan-900:hover {
  border-color: var(--cyan-900) !important;
}

.active\:border-cyan-50:active {
  border-color: var(--cyan-50) !important;
}
.active\:border-cyan-100:active {
  border-color: var(--cyan-100) !important;
}
.active\:border-cyan-200:active {
  border-color: var(--cyan-200) !important;
}
.active\:border-cyan-300:active {
  border-color: var(--cyan-300) !important;
}
.active\:border-cyan-400:active {
  border-color: var(--cyan-400) !important;
}
.active\:border-cyan-500:active {
  border-color: var(--cyan-500) !important;
}
.active\:border-cyan-600:active {
  border-color: var(--cyan-600) !important;
}
.active\:border-cyan-700:active {
  border-color: var(--cyan-700) !important;
}
.active\:border-cyan-800:active {
  border-color: var(--cyan-800) !important;
}
.active\:border-cyan-900:active {
  border-color: var(--cyan-900) !important;
}

.border-pink-50 {
  border-color: var(--pink-50) !important;
}
.border-pink-100 {
  border-color: var(--pink-100) !important;
}
.border-pink-200 {
  border-color: var(--pink-200) !important;
}
.border-pink-300 {
  border-color: var(--pink-300) !important;
}
.border-pink-400 {
  border-color: var(--pink-400) !important;
}
.border-pink-500 {
  border-color: var(--pink-500) !important;
}
.border-pink-600 {
  border-color: var(--pink-600) !important;
}
.border-pink-700 {
  border-color: var(--pink-700) !important;
}
.border-pink-800 {
  border-color: var(--pink-800) !important;
}
.border-pink-900 {
  border-color: var(--pink-900) !important;
}

.focus\:border-pink-50:focus {
  border-color: var(--pink-50) !important;
}
.focus\:border-pink-100:focus {
  border-color: var(--pink-100) !important;
}
.focus\:border-pink-200:focus {
  border-color: var(--pink-200) !important;
}
.focus\:border-pink-300:focus {
  border-color: var(--pink-300) !important;
}
.focus\:border-pink-400:focus {
  border-color: var(--pink-400) !important;
}
.focus\:border-pink-500:focus {
  border-color: var(--pink-500) !important;
}
.focus\:border-pink-600:focus {
  border-color: var(--pink-600) !important;
}
.focus\:border-pink-700:focus {
  border-color: var(--pink-700) !important;
}
.focus\:border-pink-800:focus {
  border-color: var(--pink-800) !important;
}
.focus\:border-pink-900:focus {
  border-color: var(--pink-900) !important;
}

.hover\:border-pink-50:hover {
  border-color: var(--pink-50) !important;
}
.hover\:border-pink-100:hover {
  border-color: var(--pink-100) !important;
}
.hover\:border-pink-200:hover {
  border-color: var(--pink-200) !important;
}
.hover\:border-pink-300:hover {
  border-color: var(--pink-300) !important;
}
.hover\:border-pink-400:hover {
  border-color: var(--pink-400) !important;
}
.hover\:border-pink-500:hover {
  border-color: var(--pink-500) !important;
}
.hover\:border-pink-600:hover {
  border-color: var(--pink-600) !important;
}
.hover\:border-pink-700:hover {
  border-color: var(--pink-700) !important;
}
.hover\:border-pink-800:hover {
  border-color: var(--pink-800) !important;
}
.hover\:border-pink-900:hover {
  border-color: var(--pink-900) !important;
}

.active\:border-pink-50:active {
  border-color: var(--pink-50) !important;
}
.active\:border-pink-100:active {
  border-color: var(--pink-100) !important;
}
.active\:border-pink-200:active {
  border-color: var(--pink-200) !important;
}
.active\:border-pink-300:active {
  border-color: var(--pink-300) !important;
}
.active\:border-pink-400:active {
  border-color: var(--pink-400) !important;
}
.active\:border-pink-500:active {
  border-color: var(--pink-500) !important;
}
.active\:border-pink-600:active {
  border-color: var(--pink-600) !important;
}
.active\:border-pink-700:active {
  border-color: var(--pink-700) !important;
}
.active\:border-pink-800:active {
  border-color: var(--pink-800) !important;
}
.active\:border-pink-900:active {
  border-color: var(--pink-900) !important;
}

.border-indigo-50 {
  border-color: var(--indigo-50) !important;
}
.border-indigo-100 {
  border-color: var(--indigo-100) !important;
}
.border-indigo-200 {
  border-color: var(--indigo-200) !important;
}
.border-indigo-300 {
  border-color: var(--indigo-300) !important;
}
.border-indigo-400 {
  border-color: var(--indigo-400) !important;
}
.border-indigo-500 {
  border-color: var(--indigo-500) !important;
}
.border-indigo-600 {
  border-color: var(--indigo-600) !important;
}
.border-indigo-700 {
  border-color: var(--indigo-700) !important;
}
.border-indigo-800 {
  border-color: var(--indigo-800) !important;
}
.border-indigo-900 {
  border-color: var(--indigo-900) !important;
}

.focus\:border-indigo-50:focus {
  border-color: var(--indigo-50) !important;
}
.focus\:border-indigo-100:focus {
  border-color: var(--indigo-100) !important;
}
.focus\:border-indigo-200:focus {
  border-color: var(--indigo-200) !important;
}
.focus\:border-indigo-300:focus {
  border-color: var(--indigo-300) !important;
}
.focus\:border-indigo-400:focus {
  border-color: var(--indigo-400) !important;
}
.focus\:border-indigo-500:focus {
  border-color: var(--indigo-500) !important;
}
.focus\:border-indigo-600:focus {
  border-color: var(--indigo-600) !important;
}
.focus\:border-indigo-700:focus {
  border-color: var(--indigo-700) !important;
}
.focus\:border-indigo-800:focus {
  border-color: var(--indigo-800) !important;
}
.focus\:border-indigo-900:focus {
  border-color: var(--indigo-900) !important;
}

.hover\:border-indigo-50:hover {
  border-color: var(--indigo-50) !important;
}
.hover\:border-indigo-100:hover {
  border-color: var(--indigo-100) !important;
}
.hover\:border-indigo-200:hover {
  border-color: var(--indigo-200) !important;
}
.hover\:border-indigo-300:hover {
  border-color: var(--indigo-300) !important;
}
.hover\:border-indigo-400:hover {
  border-color: var(--indigo-400) !important;
}
.hover\:border-indigo-500:hover {
  border-color: var(--indigo-500) !important;
}
.hover\:border-indigo-600:hover {
  border-color: var(--indigo-600) !important;
}
.hover\:border-indigo-700:hover {
  border-color: var(--indigo-700) !important;
}
.hover\:border-indigo-800:hover {
  border-color: var(--indigo-800) !important;
}
.hover\:border-indigo-900:hover {
  border-color: var(--indigo-900) !important;
}

.active\:border-indigo-50:active {
  border-color: var(--indigo-50) !important;
}
.active\:border-indigo-100:active {
  border-color: var(--indigo-100) !important;
}
.active\:border-indigo-200:active {
  border-color: var(--indigo-200) !important;
}
.active\:border-indigo-300:active {
  border-color: var(--indigo-300) !important;
}
.active\:border-indigo-400:active {
  border-color: var(--indigo-400) !important;
}
.active\:border-indigo-500:active {
  border-color: var(--indigo-500) !important;
}
.active\:border-indigo-600:active {
  border-color: var(--indigo-600) !important;
}
.active\:border-indigo-700:active {
  border-color: var(--indigo-700) !important;
}
.active\:border-indigo-800:active {
  border-color: var(--indigo-800) !important;
}
.active\:border-indigo-900:active {
  border-color: var(--indigo-900) !important;
}

.border-teal-50 {
  border-color: var(--teal-50) !important;
}
.border-teal-100 {
  border-color: var(--teal-100) !important;
}
.border-teal-200 {
  border-color: var(--teal-200) !important;
}
.border-teal-300 {
  border-color: var(--teal-300) !important;
}
.border-teal-400 {
  border-color: var(--teal-400) !important;
}
.border-teal-500 {
  border-color: var(--teal-500) !important;
}
.border-teal-600 {
  border-color: var(--teal-600) !important;
}
.border-teal-700 {
  border-color: var(--teal-700) !important;
}
.border-teal-800 {
  border-color: var(--teal-800) !important;
}
.border-teal-900 {
  border-color: var(--teal-900) !important;
}

.focus\:border-teal-50:focus {
  border-color: var(--teal-50) !important;
}
.focus\:border-teal-100:focus {
  border-color: var(--teal-100) !important;
}
.focus\:border-teal-200:focus {
  border-color: var(--teal-200) !important;
}
.focus\:border-teal-300:focus {
  border-color: var(--teal-300) !important;
}
.focus\:border-teal-400:focus {
  border-color: var(--teal-400) !important;
}
.focus\:border-teal-500:focus {
  border-color: var(--teal-500) !important;
}
.focus\:border-teal-600:focus {
  border-color: var(--teal-600) !important;
}
.focus\:border-teal-700:focus {
  border-color: var(--teal-700) !important;
}
.focus\:border-teal-800:focus {
  border-color: var(--teal-800) !important;
}
.focus\:border-teal-900:focus {
  border-color: var(--teal-900) !important;
}

.hover\:border-teal-50:hover {
  border-color: var(--teal-50) !important;
}
.hover\:border-teal-100:hover {
  border-color: var(--teal-100) !important;
}
.hover\:border-teal-200:hover {
  border-color: var(--teal-200) !important;
}
.hover\:border-teal-300:hover {
  border-color: var(--teal-300) !important;
}
.hover\:border-teal-400:hover {
  border-color: var(--teal-400) !important;
}
.hover\:border-teal-500:hover {
  border-color: var(--teal-500) !important;
}
.hover\:border-teal-600:hover {
  border-color: var(--teal-600) !important;
}
.hover\:border-teal-700:hover {
  border-color: var(--teal-700) !important;
}
.hover\:border-teal-800:hover {
  border-color: var(--teal-800) !important;
}
.hover\:border-teal-900:hover {
  border-color: var(--teal-900) !important;
}

.active\:border-teal-50:active {
  border-color: var(--teal-50) !important;
}
.active\:border-teal-100:active {
  border-color: var(--teal-100) !important;
}
.active\:border-teal-200:active {
  border-color: var(--teal-200) !important;
}
.active\:border-teal-300:active {
  border-color: var(--teal-300) !important;
}
.active\:border-teal-400:active {
  border-color: var(--teal-400) !important;
}
.active\:border-teal-500:active {
  border-color: var(--teal-500) !important;
}
.active\:border-teal-600:active {
  border-color: var(--teal-600) !important;
}
.active\:border-teal-700:active {
  border-color: var(--teal-700) !important;
}
.active\:border-teal-800:active {
  border-color: var(--teal-800) !important;
}
.active\:border-teal-900:active {
  border-color: var(--teal-900) !important;
}

.border-orange-50 {
  border-color: var(--orange-50) !important;
}
.border-orange-100 {
  border-color: var(--orange-100) !important;
}
.border-orange-200 {
  border-color: var(--orange-200) !important;
}
.border-orange-300 {
  border-color: var(--orange-300) !important;
}
.border-orange-400 {
  border-color: var(--orange-400) !important;
}
.border-orange-500 {
  border-color: var(--orange-500) !important;
}
.border-orange-600 {
  border-color: var(--orange-600) !important;
}
.border-orange-700 {
  border-color: var(--orange-700) !important;
}
.border-orange-800 {
  border-color: var(--orange-800) !important;
}
.border-orange-900 {
  border-color: var(--orange-900) !important;
}

.focus\:border-orange-50:focus {
  border-color: var(--orange-50) !important;
}
.focus\:border-orange-100:focus {
  border-color: var(--orange-100) !important;
}
.focus\:border-orange-200:focus {
  border-color: var(--orange-200) !important;
}
.focus\:border-orange-300:focus {
  border-color: var(--orange-300) !important;
}
.focus\:border-orange-400:focus {
  border-color: var(--orange-400) !important;
}
.focus\:border-orange-500:focus {
  border-color: var(--orange-500) !important;
}
.focus\:border-orange-600:focus {
  border-color: var(--orange-600) !important;
}
.focus\:border-orange-700:focus {
  border-color: var(--orange-700) !important;
}
.focus\:border-orange-800:focus {
  border-color: var(--orange-800) !important;
}
.focus\:border-orange-900:focus {
  border-color: var(--orange-900) !important;
}

.hover\:border-orange-50:hover {
  border-color: var(--orange-50) !important;
}
.hover\:border-orange-100:hover {
  border-color: var(--orange-100) !important;
}
.hover\:border-orange-200:hover {
  border-color: var(--orange-200) !important;
}
.hover\:border-orange-300:hover {
  border-color: var(--orange-300) !important;
}
.hover\:border-orange-400:hover {
  border-color: var(--orange-400) !important;
}
.hover\:border-orange-500:hover {
  border-color: var(--orange-500) !important;
}
.hover\:border-orange-600:hover {
  border-color: var(--orange-600) !important;
}
.hover\:border-orange-700:hover {
  border-color: var(--orange-700) !important;
}
.hover\:border-orange-800:hover {
  border-color: var(--orange-800) !important;
}
.hover\:border-orange-900:hover {
  border-color: var(--orange-900) !important;
}

.active\:border-orange-50:active {
  border-color: var(--orange-50) !important;
}
.active\:border-orange-100:active {
  border-color: var(--orange-100) !important;
}
.active\:border-orange-200:active {
  border-color: var(--orange-200) !important;
}
.active\:border-orange-300:active {
  border-color: var(--orange-300) !important;
}
.active\:border-orange-400:active {
  border-color: var(--orange-400) !important;
}
.active\:border-orange-500:active {
  border-color: var(--orange-500) !important;
}
.active\:border-orange-600:active {
  border-color: var(--orange-600) !important;
}
.active\:border-orange-700:active {
  border-color: var(--orange-700) !important;
}
.active\:border-orange-800:active {
  border-color: var(--orange-800) !important;
}
.active\:border-orange-900:active {
  border-color: var(--orange-900) !important;
}

.border-bluegray-50 {
  border-color: var(--bluegray-50) !important;
}
.border-bluegray-100 {
  border-color: var(--bluegray-100) !important;
}
.border-bluegray-200 {
  border-color: var(--bluegray-200) !important;
}
.border-bluegray-300 {
  border-color: var(--bluegray-300) !important;
}
.border-bluegray-400 {
  border-color: var(--bluegray-400) !important;
}
.border-bluegray-500 {
  border-color: var(--bluegray-500) !important;
}
.border-bluegray-600 {
  border-color: var(--bluegray-600) !important;
}
.border-bluegray-700 {
  border-color: var(--bluegray-700) !important;
}
.border-bluegray-800 {
  border-color: var(--bluegray-800) !important;
}
.border-bluegray-900 {
  border-color: var(--bluegray-900) !important;
}

.focus\:border-bluegray-50:focus {
  border-color: var(--bluegray-50) !important;
}
.focus\:border-bluegray-100:focus {
  border-color: var(--bluegray-100) !important;
}
.focus\:border-bluegray-200:focus {
  border-color: var(--bluegray-200) !important;
}
.focus\:border-bluegray-300:focus {
  border-color: var(--bluegray-300) !important;
}
.focus\:border-bluegray-400:focus {
  border-color: var(--bluegray-400) !important;
}
.focus\:border-bluegray-500:focus {
  border-color: var(--bluegray-500) !important;
}
.focus\:border-bluegray-600:focus {
  border-color: var(--bluegray-600) !important;
}
.focus\:border-bluegray-700:focus {
  border-color: var(--bluegray-700) !important;
}
.focus\:border-bluegray-800:focus {
  border-color: var(--bluegray-800) !important;
}
.focus\:border-bluegray-900:focus {
  border-color: var(--bluegray-900) !important;
}

.hover\:border-bluegray-50:hover {
  border-color: var(--bluegray-50) !important;
}
.hover\:border-bluegray-100:hover {
  border-color: var(--bluegray-100) !important;
}
.hover\:border-bluegray-200:hover {
  border-color: var(--bluegray-200) !important;
}
.hover\:border-bluegray-300:hover {
  border-color: var(--bluegray-300) !important;
}
.hover\:border-bluegray-400:hover {
  border-color: var(--bluegray-400) !important;
}
.hover\:border-bluegray-500:hover {
  border-color: var(--bluegray-500) !important;
}
.hover\:border-bluegray-600:hover {
  border-color: var(--bluegray-600) !important;
}
.hover\:border-bluegray-700:hover {
  border-color: var(--bluegray-700) !important;
}
.hover\:border-bluegray-800:hover {
  border-color: var(--bluegray-800) !important;
}
.hover\:border-bluegray-900:hover {
  border-color: var(--bluegray-900) !important;
}

.active\:border-bluegray-50:active {
  border-color: var(--bluegray-50) !important;
}
.active\:border-bluegray-100:active {
  border-color: var(--bluegray-100) !important;
}
.active\:border-bluegray-200:active {
  border-color: var(--bluegray-200) !important;
}
.active\:border-bluegray-300:active {
  border-color: var(--bluegray-300) !important;
}
.active\:border-bluegray-400:active {
  border-color: var(--bluegray-400) !important;
}
.active\:border-bluegray-500:active {
  border-color: var(--bluegray-500) !important;
}
.active\:border-bluegray-600:active {
  border-color: var(--bluegray-600) !important;
}
.active\:border-bluegray-700:active {
  border-color: var(--bluegray-700) !important;
}
.active\:border-bluegray-800:active {
  border-color: var(--bluegray-800) !important;
}
.active\:border-bluegray-900:active {
  border-color: var(--bluegray-900) !important;
}

.border-purple-50 {
  border-color: var(--purple-50) !important;
}
.border-purple-100 {
  border-color: var(--purple-100) !important;
}
.border-purple-200 {
  border-color: var(--purple-200) !important;
}
.border-purple-300 {
  border-color: var(--purple-300) !important;
}
.border-purple-400 {
  border-color: var(--purple-400) !important;
}
.border-purple-500 {
  border-color: var(--purple-500) !important;
}
.border-purple-600 {
  border-color: var(--purple-600) !important;
}
.border-purple-700 {
  border-color: var(--purple-700) !important;
}
.border-purple-800 {
  border-color: var(--purple-800) !important;
}
.border-purple-900 {
  border-color: var(--purple-900) !important;
}

.focus\:border-purple-50:focus {
  border-color: var(--purple-50) !important;
}
.focus\:border-purple-100:focus {
  border-color: var(--purple-100) !important;
}
.focus\:border-purple-200:focus {
  border-color: var(--purple-200) !important;
}
.focus\:border-purple-300:focus {
  border-color: var(--purple-300) !important;
}
.focus\:border-purple-400:focus {
  border-color: var(--purple-400) !important;
}
.focus\:border-purple-500:focus {
  border-color: var(--purple-500) !important;
}
.focus\:border-purple-600:focus {
  border-color: var(--purple-600) !important;
}
.focus\:border-purple-700:focus {
  border-color: var(--purple-700) !important;
}
.focus\:border-purple-800:focus {
  border-color: var(--purple-800) !important;
}
.focus\:border-purple-900:focus {
  border-color: var(--purple-900) !important;
}

.hover\:border-purple-50:hover {
  border-color: var(--purple-50) !important;
}
.hover\:border-purple-100:hover {
  border-color: var(--purple-100) !important;
}
.hover\:border-purple-200:hover {
  border-color: var(--purple-200) !important;
}
.hover\:border-purple-300:hover {
  border-color: var(--purple-300) !important;
}
.hover\:border-purple-400:hover {
  border-color: var(--purple-400) !important;
}
.hover\:border-purple-500:hover {
  border-color: var(--purple-500) !important;
}
.hover\:border-purple-600:hover {
  border-color: var(--purple-600) !important;
}
.hover\:border-purple-700:hover {
  border-color: var(--purple-700) !important;
}
.hover\:border-purple-800:hover {
  border-color: var(--purple-800) !important;
}
.hover\:border-purple-900:hover {
  border-color: var(--purple-900) !important;
}

.active\:border-purple-50:active {
  border-color: var(--purple-50) !important;
}
.active\:border-purple-100:active {
  border-color: var(--purple-100) !important;
}
.active\:border-purple-200:active {
  border-color: var(--purple-200) !important;
}
.active\:border-purple-300:active {
  border-color: var(--purple-300) !important;
}
.active\:border-purple-400:active {
  border-color: var(--purple-400) !important;
}
.active\:border-purple-500:active {
  border-color: var(--purple-500) !important;
}
.active\:border-purple-600:active {
  border-color: var(--purple-600) !important;
}
.active\:border-purple-700:active {
  border-color: var(--purple-700) !important;
}
.active\:border-purple-800:active {
  border-color: var(--purple-800) !important;
}
.active\:border-purple-900:active {
  border-color: var(--purple-900) !important;
}

.border-gray-50 {
  border-color: var(--gray-50) !important;
}
.border-gray-100 {
  border-color: var(--gray-100) !important;
}
.border-gray-200 {
  border-color: var(--gray-200) !important;
}
.border-gray-300 {
  border-color: var(--gray-300) !important;
}
.border-gray-400 {
  border-color: var(--gray-400) !important;
}
.border-gray-500 {
  border-color: var(--gray-500) !important;
}
.border-gray-600 {
  border-color: var(--gray-600) !important;
}
.border-gray-700 {
  border-color: var(--gray-700) !important;
}
.border-gray-800 {
  border-color: var(--gray-800) !important;
}
.border-gray-900 {
  border-color: var(--gray-900) !important;
}

.focus\:border-gray-50:focus {
  border-color: var(--gray-50) !important;
}
.focus\:border-gray-100:focus {
  border-color: var(--gray-100) !important;
}
.focus\:border-gray-200:focus {
  border-color: var(--gray-200) !important;
}
.focus\:border-gray-300:focus {
  border-color: var(--gray-300) !important;
}
.focus\:border-gray-400:focus {
  border-color: var(--gray-400) !important;
}
.focus\:border-gray-500:focus {
  border-color: var(--gray-500) !important;
}
.focus\:border-gray-600:focus {
  border-color: var(--gray-600) !important;
}
.focus\:border-gray-700:focus {
  border-color: var(--gray-700) !important;
}
.focus\:border-gray-800:focus {
  border-color: var(--gray-800) !important;
}
.focus\:border-gray-900:focus {
  border-color: var(--gray-900) !important;
}

.hover\:border-gray-50:hover {
  border-color: var(--gray-50) !important;
}
.hover\:border-gray-100:hover {
  border-color: var(--gray-100) !important;
}
.hover\:border-gray-200:hover {
  border-color: var(--gray-200) !important;
}
.hover\:border-gray-300:hover {
  border-color: var(--gray-300) !important;
}
.hover\:border-gray-400:hover {
  border-color: var(--gray-400) !important;
}
.hover\:border-gray-500:hover {
  border-color: var(--gray-500) !important;
}
.hover\:border-gray-600:hover {
  border-color: var(--gray-600) !important;
}
.hover\:border-gray-700:hover {
  border-color: var(--gray-700) !important;
}
.hover\:border-gray-800:hover {
  border-color: var(--gray-800) !important;
}
.hover\:border-gray-900:hover {
  border-color: var(--gray-900) !important;
}

.active\:border-gray-50:active {
  border-color: var(--gray-50) !important;
}
.active\:border-gray-100:active {
  border-color: var(--gray-100) !important;
}
.active\:border-gray-200:active {
  border-color: var(--gray-200) !important;
}
.active\:border-gray-300:active {
  border-color: var(--gray-300) !important;
}
.active\:border-gray-400:active {
  border-color: var(--gray-400) !important;
}
.active\:border-gray-500:active {
  border-color: var(--gray-500) !important;
}
.active\:border-gray-600:active {
  border-color: var(--gray-600) !important;
}
.active\:border-gray-700:active {
  border-color: var(--gray-700) !important;
}
.active\:border-gray-800:active {
  border-color: var(--gray-800) !important;
}
.active\:border-gray-900:active {
  border-color: var(--gray-900) !important;
}

.border-red-50 {
  border-color: var(--red-50) !important;
}
.border-red-100 {
  border-color: var(--red-100) !important;
}
.border-red-200 {
  border-color: var(--red-200) !important;
}
.border-red-300 {
  border-color: var(--red-300) !important;
}
.border-red-400 {
  border-color: var(--red-400) !important;
}
.border-red-500 {
  border-color: var(--red-500) !important;
}
.border-red-600 {
  border-color: var(--red-600) !important;
}
.border-red-700 {
  border-color: var(--red-700) !important;
}
.border-red-800 {
  border-color: var(--red-800) !important;
}
.border-red-900 {
  border-color: var(--red-900) !important;
}

.focus\:border-red-50:focus {
  border-color: var(--red-50) !important;
}
.focus\:border-red-100:focus {
  border-color: var(--red-100) !important;
}
.focus\:border-red-200:focus {
  border-color: var(--red-200) !important;
}
.focus\:border-red-300:focus {
  border-color: var(--red-300) !important;
}
.focus\:border-red-400:focus {
  border-color: var(--red-400) !important;
}
.focus\:border-red-500:focus {
  border-color: var(--red-500) !important;
}
.focus\:border-red-600:focus {
  border-color: var(--red-600) !important;
}
.focus\:border-red-700:focus {
  border-color: var(--red-700) !important;
}
.focus\:border-red-800:focus {
  border-color: var(--red-800) !important;
}
.focus\:border-red-900:focus {
  border-color: var(--red-900) !important;
}

.hover\:border-red-50:hover {
  border-color: var(--red-50) !important;
}
.hover\:border-red-100:hover {
  border-color: var(--red-100) !important;
}
.hover\:border-red-200:hover {
  border-color: var(--red-200) !important;
}
.hover\:border-red-300:hover {
  border-color: var(--red-300) !important;
}
.hover\:border-red-400:hover {
  border-color: var(--red-400) !important;
}
.hover\:border-red-500:hover {
  border-color: var(--red-500) !important;
}
.hover\:border-red-600:hover {
  border-color: var(--red-600) !important;
}
.hover\:border-red-700:hover {
  border-color: var(--red-700) !important;
}
.hover\:border-red-800:hover {
  border-color: var(--red-800) !important;
}
.hover\:border-red-900:hover {
  border-color: var(--red-900) !important;
}

.active\:border-red-50:active {
  border-color: var(--red-50) !important;
}
.active\:border-red-100:active {
  border-color: var(--red-100) !important;
}
.active\:border-red-200:active {
  border-color: var(--red-200) !important;
}
.active\:border-red-300:active {
  border-color: var(--red-300) !important;
}
.active\:border-red-400:active {
  border-color: var(--red-400) !important;
}
.active\:border-red-500:active {
  border-color: var(--red-500) !important;
}
.active\:border-red-600:active {
  border-color: var(--red-600) !important;
}
.active\:border-red-700:active {
  border-color: var(--red-700) !important;
}
.active\:border-red-800:active {
  border-color: var(--red-800) !important;
}
.active\:border-red-900:active {
  border-color: var(--red-900) !important;
}

.border-primary-50 {
  border-color: var(--primary-50) !important;
}
.border-primary-100 {
  border-color: var(--primary-100) !important;
}
.border-primary-200 {
  border-color: var(--primary-200) !important;
}
.border-primary-300 {
  border-color: var(--primary-300) !important;
}
.border-primary-400 {
  border-color: var(--primary-400) !important;
}
.border-primary-500 {
  border-color: var(--primary-500) !important;
}
.border-primary-600 {
  border-color: var(--primary-600) !important;
}
.border-primary-700 {
  border-color: var(--primary-700) !important;
}
.border-primary-800 {
  border-color: var(--primary-800) !important;
}
.border-primary-900 {
  border-color: var(--primary-900) !important;
}

.focus\:border-primary-50:focus {
  border-color: var(--primary-50) !important;
}
.focus\:border-primary-100:focus {
  border-color: var(--primary-100) !important;
}
.focus\:border-primary-200:focus {
  border-color: var(--primary-200) !important;
}
.focus\:border-primary-300:focus {
  border-color: var(--primary-300) !important;
}
.focus\:border-primary-400:focus {
  border-color: var(--primary-400) !important;
}
.focus\:border-primary-500:focus {
  border-color: var(--primary-500) !important;
}
.focus\:border-primary-600:focus {
  border-color: var(--primary-600) !important;
}
.focus\:border-primary-700:focus {
  border-color: var(--primary-700) !important;
}
.focus\:border-primary-800:focus {
  border-color: var(--primary-800) !important;
}
.focus\:border-primary-900:focus {
  border-color: var(--primary-900) !important;
}

.hover\:border-primary-50:hover {
  border-color: var(--primary-50) !important;
}
.hover\:border-primary-100:hover {
  border-color: var(--primary-100) !important;
}
.hover\:border-primary-200:hover {
  border-color: var(--primary-200) !important;
}
.hover\:border-primary-300:hover {
  border-color: var(--primary-300) !important;
}
.hover\:border-primary-400:hover {
  border-color: var(--primary-400) !important;
}
.hover\:border-primary-500:hover {
  border-color: var(--primary-500) !important;
}
.hover\:border-primary-600:hover {
  border-color: var(--primary-600) !important;
}
.hover\:border-primary-700:hover {
  border-color: var(--primary-700) !important;
}
.hover\:border-primary-800:hover {
  border-color: var(--primary-800) !important;
}
.hover\:border-primary-900:hover {
  border-color: var(--primary-900) !important;
}

.active\:border-primary-50:active {
  border-color: var(--primary-50) !important;
}
.active\:border-primary-100:active {
  border-color: var(--primary-100) !important;
}
.active\:border-primary-200:active {
  border-color: var(--primary-200) !important;
}
.active\:border-primary-300:active {
  border-color: var(--primary-300) !important;
}
.active\:border-primary-400:active {
  border-color: var(--primary-400) !important;
}
.active\:border-primary-500:active {
  border-color: var(--primary-500) !important;
}
.active\:border-primary-600:active {
  border-color: var(--primary-600) !important;
}
.active\:border-primary-700:active {
  border-color: var(--primary-700) !important;
}
.active\:border-primary-800:active {
  border-color: var(--primary-800) !important;
}
.active\:border-primary-900:active {
  border-color: var(--primary-900) !important;
}

.bg-white-alpha-10 {
  background-color: rgba(255,255,255,0.1) !important;
}
.bg-white-alpha-20 {
  background-color: rgba(255,255,255,0.2) !important;
}
.bg-white-alpha-30 {
  background-color: rgba(255,255,255,0.3) !important;
}
.bg-white-alpha-40 {
  background-color: rgba(255,255,255,0.4) !important;
}
.bg-white-alpha-50 {
  background-color: rgba(255,255,255,0.5) !important;
}
.bg-white-alpha-60 {
  background-color: rgba(255,255,255,0.6) !important;
}
.bg-white-alpha-70 {
  background-color: rgba(255,255,255,0.7) !important;
}
.bg-white-alpha-80 {
  background-color: rgba(255,255,255,0.8) !important;
}
.bg-white-alpha-90 {
  background-color: rgba(255,255,255,0.9) !important;
}

.hover\:bg-white-alpha-10:hover {
  background-color: rgba(255,255,255,0.1) !important;
}
.hover\:bg-white-alpha-20:hover {
  background-color: rgba(255,255,255,0.2) !important;
}
.hover\:bg-white-alpha-30:hover {
  background-color: rgba(255,255,255,0.3) !important;
}
.hover\:bg-white-alpha-40:hover {
  background-color: rgba(255,255,255,0.4) !important;
}
.hover\:bg-white-alpha-50:hover {
  background-color: rgba(255,255,255,0.5) !important;
}
.hover\:bg-white-alpha-60:hover {
  background-color: rgba(255,255,255,0.6) !important;
}
.hover\:bg-white-alpha-70:hover {
  background-color: rgba(255,255,255,0.7) !important;
}
.hover\:bg-white-alpha-80:hover {
  background-color: rgba(255,255,255,0.8) !important;
}
.hover\:bg-white-alpha-90:hover {
  background-color: rgba(255,255,255,0.9) !important;
}

.focus\:bg-white-alpha-10:focus {
  background-color: rgba(255,255,255,0.1) !important;
}
.focus\:bg-white-alpha-20:focus {
  background-color: rgba(255,255,255,0.2) !important;
}
.focus\:bg-white-alpha-30:focus {
  background-color: rgba(255,255,255,0.3) !important;
}
.focus\:bg-white-alpha-40:focus {
  background-color: rgba(255,255,255,0.4) !important;
}
.focus\:bg-white-alpha-50:focus {
  background-color: rgba(255,255,255,0.5) !important;
}
.focus\:bg-white-alpha-60:focus {
  background-color: rgba(255,255,255,0.6) !important;
}
.focus\:bg-white-alpha-70:focus {
  background-color: rgba(255,255,255,0.7) !important;
}
.focus\:bg-white-alpha-80:focus {
  background-color: rgba(255,255,255,0.8) !important;
}
.focus\:bg-white-alpha-90:focus {
  background-color: rgba(255,255,255,0.9) !important;
}

.active\:bg-white-alpha-10:active {
  background-color: rgba(255,255,255,0.1) !important;
}
.active\:bg-white-alpha-20:active {
  background-color: rgba(255,255,255,0.2) !important;
}
.active\:bg-white-alpha-30:active {
  background-color: rgba(255,255,255,0.3) !important;
}
.active\:bg-white-alpha-40:active {
  background-color: rgba(255,255,255,0.4) !important;
}
.active\:bg-white-alpha-50:active {
  background-color: rgba(255,255,255,0.5) !important;
}
.active\:bg-white-alpha-60:active {
  background-color: rgba(255,255,255,0.6) !important;
}
.active\:bg-white-alpha-70:active {
  background-color: rgba(255,255,255,0.7) !important;
}
.active\:bg-white-alpha-80:active {
  background-color: rgba(255,255,255,0.8) !important;
}
.active\:bg-white-alpha-90:active {
  background-color: rgba(255,255,255,0.9) !important;
}

.bg-black-alpha-10 {
  background-color: rgba(0,0,0,0.1) !important;
}
.bg-black-alpha-20 {
  background-color: rgba(0,0,0,0.2) !important;
}
.bg-black-alpha-30 {
  background-color: rgba(0,0,0,0.3) !important;
}
.bg-black-alpha-40 {
  background-color: rgba(0,0,0,0.4) !important;
}
.bg-black-alpha-50 {
  background-color: rgba(0,0,0,0.5) !important;
}
.bg-black-alpha-60 {
  background-color: rgba(0,0,0,0.6) !important;
}
.bg-black-alpha-70 {
  background-color: rgba(0,0,0,0.7) !important;
}
.bg-black-alpha-80 {
  background-color: rgba(0,0,0,0.8) !important;
}
.bg-black-alpha-90 {
  background-color: rgba(0,0,0,0.9) !important;
}

.hover\:bg-black-alpha-10:hover {
  background-color: rgba(0,0,0,0.1) !important;
}
.hover\:bg-black-alpha-20:hover {
  background-color: rgba(0,0,0,0.2) !important;
}
.hover\:bg-black-alpha-30:hover {
  background-color: rgba(0,0,0,0.3) !important;
}
.hover\:bg-black-alpha-40:hover {
  background-color: rgba(0,0,0,0.4) !important;
}
.hover\:bg-black-alpha-50:hover {
  background-color: rgba(0,0,0,0.5) !important;
}
.hover\:bg-black-alpha-60:hover {
  background-color: rgba(0,0,0,0.6) !important;
}
.hover\:bg-black-alpha-70:hover {
  background-color: rgba(0,0,0,0.7) !important;
}
.hover\:bg-black-alpha-80:hover {
  background-color: rgba(0,0,0,0.8) !important;
}
.hover\:bg-black-alpha-90:hover {
  background-color: rgba(0,0,0,0.9) !important;
}

.focus\:bg-black-alpha-10:focus {
  background-color: rgba(0,0,0,0.1) !important;
}
.focus\:bg-black-alpha-20:focus {
  background-color: rgba(0,0,0,0.2) !important;
}
.focus\:bg-black-alpha-30:focus {
  background-color: rgba(0,0,0,0.3) !important;
}
.focus\:bg-black-alpha-40:focus {
  background-color: rgba(0,0,0,0.4) !important;
}
.focus\:bg-black-alpha-50:focus {
  background-color: rgba(0,0,0,0.5) !important;
}
.focus\:bg-black-alpha-60:focus {
  background-color: rgba(0,0,0,0.6) !important;
}
.focus\:bg-black-alpha-70:focus {
  background-color: rgba(0,0,0,0.7) !important;
}
.focus\:bg-black-alpha-80:focus {
  background-color: rgba(0,0,0,0.8) !important;
}
.focus\:bg-black-alpha-90:focus {
  background-color: rgba(0,0,0,0.9) !important;
}

.active\:bg-black-alpha-10:active {
  background-color: rgba(0,0,0,0.1) !important;
}
.active\:bg-black-alpha-20:active {
  background-color: rgba(0,0,0,0.2) !important;
}
.active\:bg-black-alpha-30:active {
  background-color: rgba(0,0,0,0.3) !important;
}
.active\:bg-black-alpha-40:active {
  background-color: rgba(0,0,0,0.4) !important;
}
.active\:bg-black-alpha-50:active {
  background-color: rgba(0,0,0,0.5) !important;
}
.active\:bg-black-alpha-60:active {
  background-color: rgba(0,0,0,0.6) !important;
}
.active\:bg-black-alpha-70:active {
  background-color: rgba(0,0,0,0.7) !important;
}
.active\:bg-black-alpha-80:active {
  background-color: rgba(0,0,0,0.8) !important;
}
.active\:bg-black-alpha-90:active {
  background-color: rgba(0,0,0,0.9) !important;
}

.border-white-alpha-10 {
  border-color: rgba(255,255,255,0.1) !important;
}
.border-white-alpha-20 {
  border-color: rgba(255,255,255,0.2) !important;
}
.border-white-alpha-30 {
  border-color: rgba(255,255,255,0.3) !important;
}
.border-white-alpha-40 {
  border-color: rgba(255,255,255,0.4) !important;
}
.border-white-alpha-50 {
  border-color: rgba(255,255,255,0.5) !important;
}
.border-white-alpha-60 {
  border-color: rgba(255,255,255,0.6) !important;
}
.border-white-alpha-70 {
  border-color: rgba(255,255,255,0.7) !important;
}
.border-white-alpha-80 {
  border-color: rgba(255,255,255,0.8) !important;
}
.border-white-alpha-90 {
  border-color: rgba(255,255,255,0.9) !important;
}

.hover\:border-white-alpha-10:hover {
  border-color: rgba(255,255,255,0.1) !important;
}
.hover\:border-white-alpha-20:hover {
  border-color: rgba(255,255,255,0.2) !important;
}
.hover\:border-white-alpha-30:hover {
  border-color: rgba(255,255,255,0.3) !important;
}
.hover\:border-white-alpha-40:hover {
  border-color: rgba(255,255,255,0.4) !important;
}
.hover\:border-white-alpha-50:hover {
  border-color: rgba(255,255,255,0.5) !important;
}
.hover\:border-white-alpha-60:hover {
  border-color: rgba(255,255,255,0.6) !important;
}
.hover\:border-white-alpha-70:hover {
  border-color: rgba(255,255,255,0.7) !important;
}
.hover\:border-white-alpha-80:hover {
  border-color: rgba(255,255,255,0.8) !important;
}
.hover\:border-white-alpha-90:hover {
  border-color: rgba(255,255,255,0.9) !important;
}

.focus\:border-white-alpha-10:focus {
  border-color: rgba(255,255,255,0.1) !important;
}
.focus\:border-white-alpha-20:focus {
  border-color: rgba(255,255,255,0.2) !important;
}
.focus\:border-white-alpha-30:focus {
  border-color: rgba(255,255,255,0.3) !important;
}
.focus\:border-white-alpha-40:focus {
  border-color: rgba(255,255,255,0.4) !important;
}
.focus\:border-white-alpha-50:focus {
  border-color: rgba(255,255,255,0.5) !important;
}
.focus\:border-white-alpha-60:focus {
  border-color: rgba(255,255,255,0.6) !important;
}
.focus\:border-white-alpha-70:focus {
  border-color: rgba(255,255,255,0.7) !important;
}
.focus\:border-white-alpha-80:focus {
  border-color: rgba(255,255,255,0.8) !important;
}
.focus\:border-white-alpha-90:focus {
  border-color: rgba(255,255,255,0.9) !important;
}

.active\:border-white-alpha-10:active {
  border-color: rgba(255,255,255,0.1) !important;
}
.active\:border-white-alpha-20:active {
  border-color: rgba(255,255,255,0.2) !important;
}
.active\:border-white-alpha-30:active {
  border-color: rgba(255,255,255,0.3) !important;
}
.active\:border-white-alpha-40:active {
  border-color: rgba(255,255,255,0.4) !important;
}
.active\:border-white-alpha-50:active {
  border-color: rgba(255,255,255,0.5) !important;
}
.active\:border-white-alpha-60:active {
  border-color: rgba(255,255,255,0.6) !important;
}
.active\:border-white-alpha-70:active {
  border-color: rgba(255,255,255,0.7) !important;
}
.active\:border-white-alpha-80:active {
  border-color: rgba(255,255,255,0.8) !important;
}
.active\:border-white-alpha-90:active {
  border-color: rgba(255,255,255,0.9) !important;
}

.border-black-alpha-10 {
  border-color: rgba(0,0,0,0.1) !important;
}
.border-black-alpha-20 {
  border-color: rgba(0,0,0,0.2) !important;
}
.border-black-alpha-30 {
  border-color: rgba(0,0,0,0.3) !important;
}
.border-black-alpha-40 {
  border-color: rgba(0,0,0,0.4) !important;
}
.border-black-alpha-50 {
  border-color: rgba(0,0,0,0.5) !important;
}
.border-black-alpha-60 {
  border-color: rgba(0,0,0,0.6) !important;
}
.border-black-alpha-70 {
  border-color: rgba(0,0,0,0.7) !important;
}
.border-black-alpha-80 {
  border-color: rgba(0,0,0,0.8) !important;
}
.border-black-alpha-90 {
  border-color: rgba(0,0,0,0.9) !important;
}

.hover\:border-black-alpha-10:hover {
  border-color: rgba(0,0,0,0.1) !important;
}
.hover\:border-black-alpha-20:hover {
  border-color: rgba(0,0,0,0.2) !important;
}
.hover\:border-black-alpha-30:hover {
  border-color: rgba(0,0,0,0.3) !important;
}
.hover\:border-black-alpha-40:hover {
  border-color: rgba(0,0,0,0.4) !important;
}
.hover\:border-black-alpha-50:hover {
  border-color: rgba(0,0,0,0.5) !important;
}
.hover\:border-black-alpha-60:hover {
  border-color: rgba(0,0,0,0.6) !important;
}
.hover\:border-black-alpha-70:hover {
  border-color: rgba(0,0,0,0.7) !important;
}
.hover\:border-black-alpha-80:hover {
  border-color: rgba(0,0,0,0.8) !important;
}
.hover\:border-black-alpha-90:hover {
  border-color: rgba(0,0,0,0.9) !important;
}

.focus\:border-black-alpha-10:focus {
  border-color: rgba(0,0,0,0.1) !important;
}
.focus\:border-black-alpha-20:focus {
  border-color: rgba(0,0,0,0.2) !important;
}
.focus\:border-black-alpha-30:focus {
  border-color: rgba(0,0,0,0.3) !important;
}
.focus\:border-black-alpha-40:focus {
  border-color: rgba(0,0,0,0.4) !important;
}
.focus\:border-black-alpha-50:focus {
  border-color: rgba(0,0,0,0.5) !important;
}
.focus\:border-black-alpha-60:focus {
  border-color: rgba(0,0,0,0.6) !important;
}
.focus\:border-black-alpha-70:focus {
  border-color: rgba(0,0,0,0.7) !important;
}
.focus\:border-black-alpha-80:focus {
  border-color: rgba(0,0,0,0.8) !important;
}
.focus\:border-black-alpha-90:focus {
  border-color: rgba(0,0,0,0.9) !important;
}

.active\:border-black-alpha-10:active {
  border-color: rgba(0,0,0,0.1) !important;
}
.active\:border-black-alpha-20:active {
  border-color: rgba(0,0,0,0.2) !important;
}
.active\:border-black-alpha-30:active {
  border-color: rgba(0,0,0,0.3) !important;
}
.active\:border-black-alpha-40:active {
  border-color: rgba(0,0,0,0.4) !important;
}
.active\:border-black-alpha-50:active {
  border-color: rgba(0,0,0,0.5) !important;
}
.active\:border-black-alpha-60:active {
  border-color: rgba(0,0,0,0.6) !important;
}
.active\:border-black-alpha-70:active {
  border-color: rgba(0,0,0,0.7) !important;
}
.active\:border-black-alpha-80:active {
  border-color: rgba(0,0,0,0.8) !important;
}
.active\:border-black-alpha-90:active {
  border-color: rgba(0,0,0,0.9) !important;
}

.text-white-alpha-10 {
  color: rgba(255,255,255,0.1) !important;
}
.text-white-alpha-20 {
  color: rgba(255,255,255,0.2) !important;
}
.text-white-alpha-30 {
  color: rgba(255,255,255,0.3) !important;
}
.text-white-alpha-40 {
  color: rgba(255,255,255,0.4) !important;
}
.text-white-alpha-50 {
  color: rgba(255,255,255,0.5) !important;
}
.text-white-alpha-60 {
  color: rgba(255,255,255,0.6) !important;
}
.text-white-alpha-70 {
  color: rgba(255,255,255,0.7) !important;
}
.text-white-alpha-80 {
  color: rgba(255,255,255,0.8) !important;
}
.text-white-alpha-90 {
  color: rgba(255,255,255,0.9) !important;
}

.hover\:text-white-alpha-10:hover {
  color: rgba(255,255,255,0.1) !important;
}
.hover\:text-white-alpha-20:hover {
  color: rgba(255,255,255,0.2) !important;
}
.hover\:text-white-alpha-30:hover {
  color: rgba(255,255,255,0.3) !important;
}
.hover\:text-white-alpha-40:hover {
  color: rgba(255,255,255,0.4) !important;
}
.hover\:text-white-alpha-50:hover {
  color: rgba(255,255,255,0.5) !important;
}
.hover\:text-white-alpha-60:hover {
  color: rgba(255,255,255,0.6) !important;
}
.hover\:text-white-alpha-70:hover {
  color: rgba(255,255,255,0.7) !important;
}
.hover\:text-white-alpha-80:hover {
  color: rgba(255,255,255,0.8) !important;
}
.hover\:text-white-alpha-90:hover {
  color: rgba(255,255,255,0.9) !important;
}

.focus\:text-white-alpha-10:focus {
  color: rgba(255,255,255,0.1) !important;
}
.focus\:text-white-alpha-20:focus {
  color: rgba(255,255,255,0.2) !important;
}
.focus\:text-white-alpha-30:focus {
  color: rgba(255,255,255,0.3) !important;
}
.focus\:text-white-alpha-40:focus {
  color: rgba(255,255,255,0.4) !important;
}
.focus\:text-white-alpha-50:focus {
  color: rgba(255,255,255,0.5) !important;
}
.focus\:text-white-alpha-60:focus {
  color: rgba(255,255,255,0.6) !important;
}
.focus\:text-white-alpha-70:focus {
  color: rgba(255,255,255,0.7) !important;
}
.focus\:text-white-alpha-80:focus {
  color: rgba(255,255,255,0.8) !important;
}
.focus\:text-white-alpha-90:focus {
  color: rgba(255,255,255,0.9) !important;
}

.active\:text-white-alpha-10:active {
  color: rgba(255,255,255,0.1) !important;
}
.active\:text-white-alpha-20:active {
  color: rgba(255,255,255,0.2) !important;
}
.active\:text-white-alpha-30:active {
  color: rgba(255,255,255,0.3) !important;
}
.active\:text-white-alpha-40:active {
  color: rgba(255,255,255,0.4) !important;
}
.active\:text-white-alpha-50:active {
  color: rgba(255,255,255,0.5) !important;
}
.active\:text-white-alpha-60:active {
  color: rgba(255,255,255,0.6) !important;
}
.active\:text-white-alpha-70:active {
  color: rgba(255,255,255,0.7) !important;
}
.active\:text-white-alpha-80:active {
  color: rgba(255,255,255,0.8) !important;
}
.active\:text-white-alpha-90:active {
  color: rgba(255,255,255,0.9) !important;
}

.text-black-alpha-10 {
  color: rgba(0,0,0,0.1) !important;
}
.text-black-alpha-20 {
  color: rgba(0,0,0,0.2) !important;
}
.text-black-alpha-30 {
  color: rgba(0,0,0,0.3) !important;
}
.text-black-alpha-40 {
  color: rgba(0,0,0,0.4) !important;
}
.text-black-alpha-50 {
  color: rgba(0,0,0,0.5) !important;
}
.text-black-alpha-60 {
  color: rgba(0,0,0,0.6) !important;
}
.text-black-alpha-70 {
  color: rgba(0,0,0,0.7) !important;
}
.text-black-alpha-80 {
  color: rgba(0,0,0,0.8) !important;
}
.text-black-alpha-90 {
  color: rgba(0,0,0,0.9) !important;
}

.hover\:text-black-alpha-10:hover {
  color: rgba(0,0,0,0.1) !important;
}
.hover\:text-black-alpha-20:hover {
  color: rgba(0,0,0,0.2) !important;
}
.hover\:text-black-alpha-30:hover {
  color: rgba(0,0,0,0.3) !important;
}
.hover\:text-black-alpha-40:hover {
  color: rgba(0,0,0,0.4) !important;
}
.hover\:text-black-alpha-50:hover {
  color: rgba(0,0,0,0.5) !important;
}
.hover\:text-black-alpha-60:hover {
  color: rgba(0,0,0,0.6) !important;
}
.hover\:text-black-alpha-70:hover {
  color: rgba(0,0,0,0.7) !important;
}
.hover\:text-black-alpha-80:hover {
  color: rgba(0,0,0,0.8) !important;
}
.hover\:text-black-alpha-90:hover {
  color: rgba(0,0,0,0.9) !important;
}

.focus\:text-black-alpha-10:focus {
  color: rgba(0,0,0,0.1) !important;
}
.focus\:text-black-alpha-20:focus {
  color: rgba(0,0,0,0.2) !important;
}
.focus\:text-black-alpha-30:focus {
  color: rgba(0,0,0,0.3) !important;
}
.focus\:text-black-alpha-40:focus {
  color: rgba(0,0,0,0.4) !important;
}
.focus\:text-black-alpha-50:focus {
  color: rgba(0,0,0,0.5) !important;
}
.focus\:text-black-alpha-60:focus {
  color: rgba(0,0,0,0.6) !important;
}
.focus\:text-black-alpha-70:focus {
  color: rgba(0,0,0,0.7) !important;
}
.focus\:text-black-alpha-80:focus {
  color: rgba(0,0,0,0.8) !important;
}
.focus\:text-black-alpha-90:focus {
  color: rgba(0,0,0,0.9) !important;
}

.active\:text-black-alpha-10:active {
  color: rgba(0,0,0,0.1) !important;
}
.active\:text-black-alpha-20:active {
  color: rgba(0,0,0,0.2) !important;
}
.active\:text-black-alpha-30:active {
  color: rgba(0,0,0,0.3) !important;
}
.active\:text-black-alpha-40:active {
  color: rgba(0,0,0,0.4) !important;
}
.active\:text-black-alpha-50:active {
  color: rgba(0,0,0,0.5) !important;
}
.active\:text-black-alpha-60:active {
  color: rgba(0,0,0,0.6) !important;
}
.active\:text-black-alpha-70:active {
  color: rgba(0,0,0,0.7) !important;
}
.active\:text-black-alpha-80:active {
  color: rgba(0,0,0,0.8) !important;
}
.active\:text-black-alpha-90:active {
  color: rgba(0,0,0,0.9) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.bg-primary {
  color: var(--primary-color-text) !important;
  background-color: var(--primary-color) !important;
}

.bg-primary-reverse {
  color: var(--primary-color) !important;
  background-color: var(--primary-color-text) !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.text-white {
  color: #ffffff !important;
}

.border-white {
  border-color: #ffffff !important;
}

.text-color {
  color: var(--text-color) !important;
}

.text-color-secondary {
  color: var(--text-color-secondary) !important;
}

.surface-ground {
  background-color: var(--surface-ground) !important;
}

.surface-section {
  background-color: var(--surface-section) !important;
}

.surface-card {
  background-color: var(--surface-card) !important;
}

.surface-overlay {
  background-color: var(--surface-overlay) !important;
}

.surface-hover {
  background-color: var(--surface-hover) !important;
}

.surface-border {
  border-color: var(--surface-border) !important;
}

.focus\:text-primary:focus {
  color: var(--primary-color) !important;
}

.hover\:text-primary:hover {
  color: var(--primary-color) !important;
}

.active\:text-primary:active {
  color: var(--primary-color) !important;
}

.focus\:bg-primary:focus {
  color: var(--primary-color-text) !important;
  background-color: var(--primary-color) !important;
}

.hover\:bg-primary:hover {
  color: var(--primary-color-text) !important;
  background-color: var(--primary-color) !important;
}

.active\:bg-primary:active {
  color: var(--primary-color-text) !important;
  background-color: var(--primary-color) !important;
}

.focus\:bg-primary-reverse:focus {
  color: var(--primary-color) !important;
  background-color: var(--primary-color-text) !important;
}

.hover\:bg-primary-reverse:hover {
  color: var(--primary-color) !important;
  background-color: var(--primary-color-text) !important;
}

.active\:bg-primary-reverse:active {
  color: var(--primary-color) !important;
  background-color: var(--primary-color-text) !important;
}

.focus\:bg-white:focus {
  background-color: #ffffff !important;
}

.hover\:bg-white:hover {
  background-color: #ffffff !important;
}

.active\:bg-white:active {
  background-color: #ffffff !important;
}

.focus\:border-primary:focus {
  border-color: var(--primary-color) !important;
}

.hover\:border-primary:hover {
  border-color: var(--primary-color) !important;
}

.active\:border-primary:active {
  border-color: var(--primary-color) !important;
}

.focus\:text-white:focus {
  color: #ffffff !important;
}

.hover\:text-white:hover {
  color: #ffffff !important;
}

.active\:text-white:active {
  color: #ffffff !important;
}

.focus\:border-white:focus {
  border-color: #ffffff !important;
}

.hover\:border-white:hover {
  border-color: #ffffff !important;
}

.active\:border-white:active {
  border-color: #ffffff !important;
}

.focus\:text-color:focus {
  color: var(--text-color) !important;
}

.hover\:text-color:hover {
  color: var(--text-color) !important;
}

.active\:text-color:active {
  color: var(--text-color) !important;
}

.focus\:text-color-secondary:focus {
  color: var(--text-color-secondary) !important;
}

.hover\:text-color-secondary:hover {
  color: var(--text-color-secondary) !important;
}

.active\:text-color-secondary:active {
  color: var(--text-color-secondary) !important;
}

.focus\:surface-ground:focus {
  background-color: var(--surface-ground) !important;
}

.hover\:surface-ground:hover {
  background-color: var(--surface-ground) !important;
}

.active\:surface-ground:active {
  background-color: var(--surface-ground) !important;
}

.focus\:surface-section:focus {
  background-color: var(--surface-section) !important;
}

.hover\:surface-section:hover {
  background-color: var(--surface-section) !important;
}

.active\:surface-section:active {
  background-color: var(--surface-section) !important;
}

.focus\:surface-card:focus {
  background-color: var(--surface-card) !important;
}

.hover\:surface-card:hover {
  background-color: var(--surface-card) !important;
}

.active\:surface-card:active {
  background-color: var(--surface-card) !important;
}

.focus\:surface-overlay:focus {
  background-color: var(--surface-overlay) !important;
}

.hover\:surface-overlay:hover {
  background-color: var(--surface-overlay) !important;
}

.active\:surface-overlay:active {
  background-color: var(--surface-overlay) !important;
}

.focus\:surface-hover:focus {
  background-color: var(--surface-hover) !important;
}

.hover\:surface-hover:hover {
  background-color: var(--surface-hover) !important;
}

.active\:surface-hover:active {
  background-color: var(--surface-hover) !important;
}

.focus\:surface-border:focus {
  border-color: var(--surface-border) !important;
}

.hover\:surface-border:hover {
  border-color: var(--surface-border) !important;
}

.active\:surface-border:active {
  border-color: var(--surface-border) !important;
}

@media screen and (min-width: 576px) {
  .sm\:text-primary {
    color: var(--primary-color) !important;
  }
  .sm\:bg-primary {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .sm\:bg-primary-reverse {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .sm\:bg-white {
    background-color: #ffffff !important;
  }
  .sm\:border-primary {
    border-color: var(--primary-color) !important;
  }
  .sm\:text-white {
    color: #ffffff !important;
  }
  .sm\:border-white {
    border-color: #ffffff !important;
  }
  .sm\:text-color {
    color: var(--text-color) !important;
  }
  .sm\:text-color-secondary {
    color: var(--text-color-secondary) !important;
  }
  .sm\:surface-ground {
    background-color: var(--surface-ground) !important;
  }
  .sm\:surface-section {
    background-color: var(--surface-section) !important;
  }
  .sm\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .sm\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .sm\:surface-hover {
    background-color: var(--surface-hover) !important;
  }
  .sm\:surface-border {
    border-color: var(--surface-border) !important;
  }
  .sm\:focus\:text-primary:focus {
    color: var(--primary-color) !important;
  }
  .sm\:hover\:text-primary:hover {
    color: var(--primary-color) !important;
  }
  .sm\:active\:text-primary:active {
    color: var(--primary-color) !important;
  }
  .sm\:focus\:bg-primary:focus {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .sm\:hover\:bg-primary:hover {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .sm\:active\:bg-primary:active {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .sm\:focus\:bg-primary-reverse:focus {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .sm\:hover\:bg-primary-reverse:hover {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .sm\:active\:bg-primary-reverse:active {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .sm\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .sm\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .sm\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .sm\:focus\:border-primary:focus {
    border-color: var(--primary-color) !important;
  }
  .sm\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important;
  }
  .sm\:active\:border-primary:active {
    border-color: var(--primary-color) !important;
  }
  .sm\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .sm\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .sm\:active\:text-white:active {
    color: #ffffff !important;
  }
  .sm\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .sm\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .sm\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .sm\:focus\:text-color:focus {
    color: var(--text-color) !important;
  }
  .sm\:hover\:text-color:hover {
    color: var(--text-color) !important;
  }
  .sm\:active\:text-color:active {
    color: var(--text-color) !important;
  }
  .sm\:focus\:text-color-secondary:focus {
    color: var(--text-color-secondary) !important;
  }
  .sm\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important;
  }
  .sm\:active\:text-color-secondary:active {
    color: var(--text-color-secondary) !important;
  }
  .sm\:focus\:surface-ground:focus {
    background-color: var(--surface-ground) !important;
  }
  .sm\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important;
  }
  .sm\:active\:surface-ground:active {
    background-color: var(--surface-ground) !important;
  }
  .sm\:focus\:surface-section:focus {
    background-color: var(--surface-section) !important;
  }
  .sm\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important;
  }
  .sm\:active\:surface-section:active {
    background-color: var(--surface-section) !important;
  }
  .sm\:focus\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .sm\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .sm\:active\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .sm\:focus\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .sm\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .sm\:active\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .sm\:focus\:surface-hover:focus {
    background-color: var(--surface-hover) !important;
  }
  .sm\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important;
  }
  .sm\:active\:surface-hover:active {
    background-color: var(--surface-hover) !important;
  }
  .sm\:focus\:surface-border:focus {
    border-color: var(--surface-border) !important;
  }
  .sm\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important;
  }
  .sm\:active\:surface-border:active {
    border-color: var(--surface-border) !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-primary {
    color: var(--primary-color) !important;
  }
  .md\:bg-primary {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .md\:bg-primary-reverse {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .md\:bg-white {
    background-color: #ffffff !important;
  }
  .md\:border-primary {
    border-color: var(--primary-color) !important;
  }
  .md\:text-white {
    color: #ffffff !important;
  }
  .md\:border-white {
    border-color: #ffffff !important;
  }
  .md\:text-color {
    color: var(--text-color) !important;
  }
  .md\:text-color-secondary {
    color: var(--text-color-secondary) !important;
  }
  .md\:surface-ground {
    background-color: var(--surface-ground) !important;
  }
  .md\:surface-section {
    background-color: var(--surface-section) !important;
  }
  .md\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .md\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .md\:surface-hover {
    background-color: var(--surface-hover) !important;
  }
  .md\:surface-border {
    border-color: var(--surface-border) !important;
  }
  .md\:focus\:text-primary:focus {
    color: var(--primary-color) !important;
  }
  .md\:hover\:text-primary:hover {
    color: var(--primary-color) !important;
  }
  .md\:active\:text-primary:active {
    color: var(--primary-color) !important;
  }
  .md\:focus\:bg-primary:focus {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .md\:hover\:bg-primary:hover {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .md\:active\:bg-primary:active {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .md\:focus\:bg-primary-reverse:focus {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .md\:hover\:bg-primary-reverse:hover {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .md\:active\:bg-primary-reverse:active {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .md\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .md\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .md\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .md\:focus\:border-primary:focus {
    border-color: var(--primary-color) !important;
  }
  .md\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important;
  }
  .md\:active\:border-primary:active {
    border-color: var(--primary-color) !important;
  }
  .md\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .md\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .md\:active\:text-white:active {
    color: #ffffff !important;
  }
  .md\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .md\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .md\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .md\:focus\:text-color:focus {
    color: var(--text-color) !important;
  }
  .md\:hover\:text-color:hover {
    color: var(--text-color) !important;
  }
  .md\:active\:text-color:active {
    color: var(--text-color) !important;
  }
  .md\:focus\:text-color-secondary:focus {
    color: var(--text-color-secondary) !important;
  }
  .md\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important;
  }
  .md\:active\:text-color-secondary:active {
    color: var(--text-color-secondary) !important;
  }
  .md\:focus\:surface-ground:focus {
    background-color: var(--surface-ground) !important;
  }
  .md\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important;
  }
  .md\:active\:surface-ground:active {
    background-color: var(--surface-ground) !important;
  }
  .md\:focus\:surface-section:focus {
    background-color: var(--surface-section) !important;
  }
  .md\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important;
  }
  .md\:active\:surface-section:active {
    background-color: var(--surface-section) !important;
  }
  .md\:focus\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .md\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .md\:active\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .md\:focus\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .md\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .md\:active\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .md\:focus\:surface-hover:focus {
    background-color: var(--surface-hover) !important;
  }
  .md\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important;
  }
  .md\:active\:surface-hover:active {
    background-color: var(--surface-hover) !important;
  }
  .md\:focus\:surface-border:focus {
    border-color: var(--surface-border) !important;
  }
  .md\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important;
  }
  .md\:active\:surface-border:active {
    border-color: var(--surface-border) !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-primary {
    color: var(--primary-color) !important;
  }
  .lg\:bg-primary {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .lg\:bg-primary-reverse {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .lg\:bg-white {
    background-color: #ffffff !important;
  }
  .lg\:border-primary {
    border-color: var(--primary-color) !important;
  }
  .lg\:text-white {
    color: #ffffff !important;
  }
  .lg\:border-white {
    border-color: #ffffff !important;
  }
  .lg\:text-color {
    color: var(--text-color) !important;
  }
  .lg\:text-color-secondary {
    color: var(--text-color-secondary) !important;
  }
  .lg\:surface-ground {
    background-color: var(--surface-ground) !important;
  }
  .lg\:surface-section {
    background-color: var(--surface-section) !important;
  }
  .lg\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .lg\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .lg\:surface-hover {
    background-color: var(--surface-hover) !important;
  }
  .lg\:surface-border {
    border-color: var(--surface-border) !important;
  }
  .lg\:focus\:text-primary:focus {
    color: var(--primary-color) !important;
  }
  .lg\:hover\:text-primary:hover {
    color: var(--primary-color) !important;
  }
  .lg\:active\:text-primary:active {
    color: var(--primary-color) !important;
  }
  .lg\:focus\:bg-primary:focus {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .lg\:hover\:bg-primary:hover {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .lg\:active\:bg-primary:active {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .lg\:focus\:bg-primary-reverse:focus {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .lg\:hover\:bg-primary-reverse:hover {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .lg\:active\:bg-primary-reverse:active {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .lg\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .lg\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .lg\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .lg\:focus\:border-primary:focus {
    border-color: var(--primary-color) !important;
  }
  .lg\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important;
  }
  .lg\:active\:border-primary:active {
    border-color: var(--primary-color) !important;
  }
  .lg\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .lg\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .lg\:active\:text-white:active {
    color: #ffffff !important;
  }
  .lg\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .lg\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .lg\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .lg\:focus\:text-color:focus {
    color: var(--text-color) !important;
  }
  .lg\:hover\:text-color:hover {
    color: var(--text-color) !important;
  }
  .lg\:active\:text-color:active {
    color: var(--text-color) !important;
  }
  .lg\:focus\:text-color-secondary:focus {
    color: var(--text-color-secondary) !important;
  }
  .lg\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important;
  }
  .lg\:active\:text-color-secondary:active {
    color: var(--text-color-secondary) !important;
  }
  .lg\:focus\:surface-ground:focus {
    background-color: var(--surface-ground) !important;
  }
  .lg\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important;
  }
  .lg\:active\:surface-ground:active {
    background-color: var(--surface-ground) !important;
  }
  .lg\:focus\:surface-section:focus {
    background-color: var(--surface-section) !important;
  }
  .lg\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important;
  }
  .lg\:active\:surface-section:active {
    background-color: var(--surface-section) !important;
  }
  .lg\:focus\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .lg\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .lg\:active\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .lg\:focus\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .lg\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .lg\:active\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .lg\:focus\:surface-hover:focus {
    background-color: var(--surface-hover) !important;
  }
  .lg\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important;
  }
  .lg\:active\:surface-hover:active {
    background-color: var(--surface-hover) !important;
  }
  .lg\:focus\:surface-border:focus {
    border-color: var(--surface-border) !important;
  }
  .lg\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important;
  }
  .lg\:active\:surface-border:active {
    border-color: var(--surface-border) !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-primary {
    color: var(--primary-color) !important;
  }
  .xl\:bg-primary {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .xl\:bg-primary-reverse {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .xl\:bg-white {
    background-color: #ffffff !important;
  }
  .xl\:border-primary {
    border-color: var(--primary-color) !important;
  }
  .xl\:text-white {
    color: #ffffff !important;
  }
  .xl\:border-white {
    border-color: #ffffff !important;
  }
  .xl\:text-color {
    color: var(--text-color) !important;
  }
  .xl\:text-color-secondary {
    color: var(--text-color-secondary) !important;
  }
  .xl\:surface-ground {
    background-color: var(--surface-ground) !important;
  }
  .xl\:surface-section {
    background-color: var(--surface-section) !important;
  }
  .xl\:surface-card {
    background-color: var(--surface-card) !important;
  }
  .xl\:surface-overlay {
    background-color: var(--surface-overlay) !important;
  }
  .xl\:surface-hover {
    background-color: var(--surface-hover) !important;
  }
  .xl\:surface-border {
    border-color: var(--surface-border) !important;
  }
  .xl\:focus\:text-primary:focus {
    color: var(--primary-color) !important;
  }
  .xl\:hover\:text-primary:hover {
    color: var(--primary-color) !important;
  }
  .xl\:active\:text-primary:active {
    color: var(--primary-color) !important;
  }
  .xl\:focus\:bg-primary:focus {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .xl\:hover\:bg-primary:hover {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .xl\:active\:bg-primary:active {
    color: var(--primary-color-text) !important;
    background-color: var(--primary-color) !important;
  }
  .xl\:focus\:bg-primary-reverse:focus {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .xl\:hover\:bg-primary-reverse:hover {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .xl\:active\:bg-primary-reverse:active {
    color: var(--primary-color) !important;
    background-color: var(--primary-color-text) !important;
  }
  .xl\:focus\:bg-white:focus {
    background-color: #ffffff !important;
  }
  .xl\:hover\:bg-white:hover {
    background-color: #ffffff !important;
  }
  .xl\:active\:bg-white:active {
    background-color: #ffffff !important;
  }
  .xl\:focus\:border-primary:focus {
    border-color: var(--primary-color) !important;
  }
  .xl\:hover\:border-primary:hover {
    border-color: var(--primary-color) !important;
  }
  .xl\:active\:border-primary:active {
    border-color: var(--primary-color) !important;
  }
  .xl\:focus\:text-white:focus {
    color: #ffffff !important;
  }
  .xl\:hover\:text-white:hover {
    color: #ffffff !important;
  }
  .xl\:active\:text-white:active {
    color: #ffffff !important;
  }
  .xl\:focus\:border-white:focus {
    border-color: #ffffff !important;
  }
  .xl\:hover\:border-white:hover {
    border-color: #ffffff !important;
  }
  .xl\:active\:border-white:active {
    border-color: #ffffff !important;
  }
  .xl\:focus\:text-color:focus {
    color: var(--text-color) !important;
  }
  .xl\:hover\:text-color:hover {
    color: var(--text-color) !important;
  }
  .xl\:active\:text-color:active {
    color: var(--text-color) !important;
  }
  .xl\:focus\:text-color-secondary:focus {
    color: var(--text-color-secondary) !important;
  }
  .xl\:hover\:text-color-secondary:hover {
    color: var(--text-color-secondary) !important;
  }
  .xl\:active\:text-color-secondary:active {
    color: var(--text-color-secondary) !important;
  }
  .xl\:focus\:surface-ground:focus {
    background-color: var(--surface-ground) !important;
  }
  .xl\:hover\:surface-ground:hover {
    background-color: var(--surface-ground) !important;
  }
  .xl\:active\:surface-ground:active {
    background-color: var(--surface-ground) !important;
  }
  .xl\:focus\:surface-section:focus {
    background-color: var(--surface-section) !important;
  }
  .xl\:hover\:surface-section:hover {
    background-color: var(--surface-section) !important;
  }
  .xl\:active\:surface-section:active {
    background-color: var(--surface-section) !important;
  }
  .xl\:focus\:surface-card:focus {
    background-color: var(--surface-card) !important;
  }
  .xl\:hover\:surface-card:hover {
    background-color: var(--surface-card) !important;
  }
  .xl\:active\:surface-card:active {
    background-color: var(--surface-card) !important;
  }
  .xl\:focus\:surface-overlay:focus {
    background-color: var(--surface-overlay) !important;
  }
  .xl\:hover\:surface-overlay:hover {
    background-color: var(--surface-overlay) !important;
  }
  .xl\:active\:surface-overlay:active {
    background-color: var(--surface-overlay) !important;
  }
  .xl\:focus\:surface-hover:focus {
    background-color: var(--surface-hover) !important;
  }
  .xl\:hover\:surface-hover:hover {
    background-color: var(--surface-hover) !important;
  }
  .xl\:active\:surface-hover:active {
    background-color: var(--surface-hover) !important;
  }
  .xl\:focus\:surface-border:focus {
    border-color: var(--surface-border) !important;
  }
  .xl\:hover\:surface-border:hover {
    border-color: var(--surface-border) !important;
  }
  .xl\:active\:surface-border:active {
    border-color: var(--surface-border) !important;
  }
}
.field {
  margin-bottom: 1rem;
}

.field > label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.field.grid > label {
  display: flex;
  align-items: center;
}

.field > small {
  margin-top: 0.25rem;
}

.field.grid,
.formgrid.grid {
  margin-top: 0;
}

.field.grid .col-fixed,
.formgrid.grid .col-fixed,
.field.grid .col,
.formgrid.grid .col,
.field.grid .col-1,
.formgrid.grid .col-1,
.field.grid .col-2,
.formgrid.grid .col-2,
.field.grid .col-3,
.formgrid.grid .col-3,
.field.grid .col-4,
.formgrid.grid .col-4,
.field.grid .col-5,
.formgrid.grid .col-5,
.field.grid .col-6,
.formgrid.grid .col-6,
.field.grid .col-7,
.formgrid.grid .col-7,
.field.grid .col-8,
.formgrid.grid .col-8,
.field.grid .col-9,
.formgrid.grid .col-9,
.field.grid .col-10,
.formgrid.grid .col-10,
.field.grid .col-11,
.formgrid.grid .col-11,
.field.grid .col-12,
.formgrid.grid .col-12 {
  padding-top: 0;
  padding-bottom: 0;
}

.formgroup-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.formgroup-inline .field,
.formgroup-inline .field-checkbox,
.formgroup-inline .field-radiobutton {
  margin-right: 1rem;
}

.formgroup-inline .field > label,
.formgroup-inline .field-checkbox > label,
.formgroup-inline .field-radiobutton > label {
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.field-checkbox,
.field-radiobutton {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.field-checkbox > label,
.field-radiobutton > label {
  margin-left: 0.5rem;
  line-height: 1;
}

.hidden {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

@media screen and (min-width: 576px) {
  .sm\:hidden {
    display: none !important;
  }
  .sm\:block {
    display: block !important;
  }
  .sm\:inline {
    display: inline !important;
  }
  .sm\:inline-block {
    display: inline-block !important;
  }
  .sm\:flex {
    display: flex !important;
  }
  .sm\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:hidden {
    display: none !important;
  }
  .md\:block {
    display: block !important;
  }
  .md\:inline {
    display: inline !important;
  }
  .md\:inline-block {
    display: inline-block !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:hidden {
    display: none !important;
  }
  .lg\:block {
    display: block !important;
  }
  .lg\:inline {
    display: inline !important;
  }
  .lg\:inline-block {
    display: inline-block !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:hidden {
    display: none !important;
  }
  .xl\:block {
    display: block !important;
  }
  .xl\:inline {
    display: inline !important;
  }
  .xl\:inline-block {
    display: inline-block !important;
  }
  .xl\:flex {
    display: flex !important;
  }
  .xl\:inline-flex {
    display: inline-flex !important;
  }
}
.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

@media screen and (min-width: 576px) {
  .sm\:text-center {
    text-align: center !important;
  }
  .sm\:text-justify {
    text-align: justify !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-justify {
    text-align: justify !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-center {
    text-align: center !important;
  }
  .lg\:text-justify {
    text-align: justify !important;
  }
  .lg\:text-left {
    text-align: left !important;
  }
  .lg\:text-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-center {
    text-align: center !important;
  }
  .xl\:text-justify {
    text-align: justify !important;
  }
  .xl\:text-left {
    text-align: left !important;
  }
  .xl\:text-right {
    text-align: right !important;
  }
}
.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.active\:underline:active {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.active\:line-through:active {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.active\:no-underline:active {
  text-decoration: none !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.text-overflow-clip {
  text-overflow: clip !important;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis !important;
}

@media screen and (min-width: 576px) {
  .sm\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .sm\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .md\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .lg\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-overflow-clip {
    text-overflow: clip !important;
  }
  .xl\:text-overflow-ellipsis {
    text-overflow: ellipsis !important;
  }
}
.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

@media screen and (min-width: 576px) {
  .sm\:font-light {
    font-weight: 300 !important;
  }
  .sm\:font-normal {
    font-weight: 400 !important;
  }
  .sm\:font-medium {
    font-weight: 500 !important;
  }
  .sm\:font-semibold {
    font-weight: 600 !important;
  }
  .sm\:font-bold {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:font-light {
    font-weight: 300 !important;
  }
  .md\:font-normal {
    font-weight: 400 !important;
  }
  .md\:font-medium {
    font-weight: 500 !important;
  }
  .md\:font-semibold {
    font-weight: 600 !important;
  }
  .md\:font-bold {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:font-light {
    font-weight: 300 !important;
  }
  .lg\:font-normal {
    font-weight: 400 !important;
  }
  .lg\:font-medium {
    font-weight: 500 !important;
  }
  .lg\:font-semibold {
    font-weight: 600 !important;
  }
  .lg\:font-bold {
    font-weight: 700 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:font-light {
    font-weight: 300 !important;
  }
  .xl\:font-normal {
    font-weight: 400 !important;
  }
  .xl\:font-medium {
    font-weight: 500 !important;
  }
  .xl\:font-semibold {
    font-weight: 600 !important;
  }
  .xl\:font-bold {
    font-weight: 700 !important;
  }
}
.font-italic {
  font-style: italic !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.75rem !important;
}

.text-4xl {
  font-size: 2rem !important;
}

.text-5xl {
  font-size: 2.5rem !important;
}

.text-6xl {
  font-size: 3rem !important;
}

.text-7xl {
  font-size: 4rem !important;
}

.text-8xl {
  font-size: 6rem !important;
}

@media screen and (min-width: 576px) {
  .sm\:text-xs {
    font-size: 0.75rem !important;
  }
  .sm\:text-sm {
    font-size: 0.875rem !important;
  }
  .sm\:text-base {
    font-size: 1rem !important;
  }
  .sm\:text-lg {
    font-size: 1.125rem !important;
  }
  .sm\:text-xl {
    font-size: 1.25rem !important;
  }
  .sm\:text-2xl {
    font-size: 1.5rem !important;
  }
  .sm\:text-3xl {
    font-size: 1.75rem !important;
  }
  .sm\:text-4xl {
    font-size: 2rem !important;
  }
  .sm\:text-5xl {
    font-size: 2.5rem !important;
  }
  .sm\:text-6xl {
    font-size: 3rem !important;
  }
  .sm\:text-7xl {
    font-size: 4rem !important;
  }
  .sm\:text-8xl {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:text-xs {
    font-size: 0.75rem !important;
  }
  .md\:text-sm {
    font-size: 0.875rem !important;
  }
  .md\:text-base {
    font-size: 1rem !important;
  }
  .md\:text-lg {
    font-size: 1.125rem !important;
  }
  .md\:text-xl {
    font-size: 1.25rem !important;
  }
  .md\:text-2xl {
    font-size: 1.5rem !important;
  }
  .md\:text-3xl {
    font-size: 1.75rem !important;
  }
  .md\:text-4xl {
    font-size: 2rem !important;
  }
  .md\:text-5xl {
    font-size: 2.5rem !important;
  }
  .md\:text-6xl {
    font-size: 3rem !important;
  }
  .md\:text-7xl {
    font-size: 4rem !important;
  }
  .md\:text-8xl {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:text-xs {
    font-size: 0.75rem !important;
  }
  .lg\:text-sm {
    font-size: 0.875rem !important;
  }
  .lg\:text-base {
    font-size: 1rem !important;
  }
  .lg\:text-lg {
    font-size: 1.125rem !important;
  }
  .lg\:text-xl {
    font-size: 1.25rem !important;
  }
  .lg\:text-2xl {
    font-size: 1.5rem !important;
  }
  .lg\:text-3xl {
    font-size: 1.75rem !important;
  }
  .lg\:text-4xl {
    font-size: 2rem !important;
  }
  .lg\:text-5xl {
    font-size: 2.5rem !important;
  }
  .lg\:text-6xl {
    font-size: 3rem !important;
  }
  .lg\:text-7xl {
    font-size: 4rem !important;
  }
  .lg\:text-8xl {
    font-size: 6rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:text-xs {
    font-size: 0.75rem !important;
  }
  .xl\:text-sm {
    font-size: 0.875rem !important;
  }
  .xl\:text-base {
    font-size: 1rem !important;
  }
  .xl\:text-lg {
    font-size: 1.125rem !important;
  }
  .xl\:text-xl {
    font-size: 1.25rem !important;
  }
  .xl\:text-2xl {
    font-size: 1.5rem !important;
  }
  .xl\:text-3xl {
    font-size: 1.75rem !important;
  }
  .xl\:text-4xl {
    font-size: 2rem !important;
  }
  .xl\:text-5xl {
    font-size: 2.5rem !important;
  }
  .xl\:text-6xl {
    font-size: 3rem !important;
  }
  .xl\:text-7xl {
    font-size: 4rem !important;
  }
  .xl\:text-8xl {
    font-size: 6rem !important;
  }
}
.line-height-1 {
  line-height: 1 !important;
}

.line-height-2 {
  line-height: 1.25 !important;
}

.line-height-3 {
  line-height: 1.5 !important;
}

.line-height-4 {
  line-height: 2 !important;
}

.white-space-normal {
  white-space: normal !important;
}

.white-space-nowrap {
  white-space: nowrap !important;
}

.vertical-align-baseline {
  vertical-align: baseline !important;
}

.vertical-align-top {
  vertical-align: top !important;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.vertical-align-bottom {
  vertical-align: bottom !important;
}

.vertical-align-text-top {
  vertical-align: text-top !important;
}

.vertical-align-text-bottom {
  vertical-align: text-bottom !important;
}

.vertical-align-sub {
  vertical-align: sub !important;
}

.vertical-align-super {
  vertical-align: super !important;
}

@media screen and (min-width: 576px) {
  .sm\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .sm\:vertical-align-top {
    vertical-align: top !important;
  }
  .sm\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .sm\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .sm\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .sm\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .sm\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .sm\:vertical-align-super {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .md\:vertical-align-top {
    vertical-align: top !important;
  }
  .md\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .md\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .md\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .md\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .md\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .md\:vertical-align-super {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .lg\:vertical-align-top {
    vertical-align: top !important;
  }
  .lg\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .lg\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .lg\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .lg\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .lg\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .lg\:vertical-align-super {
    vertical-align: super !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:vertical-align-baseline {
    vertical-align: baseline !important;
  }
  .xl\:vertical-align-top {
    vertical-align: top !important;
  }
  .xl\:vertical-align-middle {
    vertical-align: middle !important;
  }
  .xl\:vertical-align-bottom {
    vertical-align: bottom !important;
  }
  .xl\:vertical-align-text-top {
    vertical-align: text-top !important;
  }
  .xl\:vertical-align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .xl\:vertical-align-sub {
    vertical-align: sub !important;
  }
  .xl\:vertical-align-super {
    vertical-align: super !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

@media screen and (min-width: 576px) {
  .sm\:flex-row {
    flex-direction: row !important;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .sm\:flex-column {
    flex-direction: column !important;
  }
  .sm\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .md\:flex-column {
    flex-direction: column !important;
  }
  .md\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .lg\:flex-column {
    flex-direction: column !important;
  }
  .lg\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-row {
    flex-direction: row !important;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .xl\:flex-column {
    flex-direction: column !important;
  }
  .xl\:flex-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

@media screen and (min-width: 576px) {
  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

@media screen and (min-width: 576px) {
  .sm\:justify-content-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-content-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-content-center {
    justify-content: center !important;
  }
  .sm\:justify-content-between {
    justify-content: space-between !important;
  }
  .sm\:justify-content-around {
    justify-content: space-around !important;
  }
  .sm\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:justify-content-start {
    justify-content: flex-start !important;
  }
  .md\:justify-content-end {
    justify-content: flex-end !important;
  }
  .md\:justify-content-center {
    justify-content: center !important;
  }
  .md\:justify-content-between {
    justify-content: space-between !important;
  }
  .md\:justify-content-around {
    justify-content: space-around !important;
  }
  .md\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:justify-content-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-content-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-content-center {
    justify-content: center !important;
  }
  .lg\:justify-content-between {
    justify-content: space-between !important;
  }
  .lg\:justify-content-around {
    justify-content: space-around !important;
  }
  .lg\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:justify-content-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-content-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-content-center {
    justify-content: center !important;
  }
  .xl\:justify-content-between {
    justify-content: space-between !important;
  }
  .xl\:justify-content-around {
    justify-content: space-around !important;
  }
  .xl\:justify-content-evenly {
    justify-content: space-evenly !important;
  }
}
.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-evenly {
  align-content: space-evenly !important;
}

@media screen and (min-width: 576px) {
  .sm\:align-content-start {
    align-content: flex-start !important;
  }
  .sm\:align-content-end {
    align-content: flex-end !important;
  }
  .sm\:align-content-center {
    align-content: center !important;
  }
  .sm\:align-content-between {
    align-content: space-between !important;
  }
  .sm\:align-content-around {
    align-content: space-around !important;
  }
  .sm\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:align-content-start {
    align-content: flex-start !important;
  }
  .md\:align-content-end {
    align-content: flex-end !important;
  }
  .md\:align-content-center {
    align-content: center !important;
  }
  .md\:align-content-between {
    align-content: space-between !important;
  }
  .md\:align-content-around {
    align-content: space-around !important;
  }
  .md\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:align-content-start {
    align-content: flex-start !important;
  }
  .lg\:align-content-end {
    align-content: flex-end !important;
  }
  .lg\:align-content-center {
    align-content: center !important;
  }
  .lg\:align-content-between {
    align-content: space-between !important;
  }
  .lg\:align-content-around {
    align-content: space-around !important;
  }
  .lg\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:align-content-start {
    align-content: flex-start !important;
  }
  .xl\:align-content-end {
    align-content: flex-end !important;
  }
  .xl\:align-content-center {
    align-content: center !important;
  }
  .xl\:align-content-between {
    align-content: space-between !important;
  }
  .xl\:align-content-around {
    align-content: space-around !important;
  }
  .xl\:align-content-evenly {
    align-content: space-evenly !important;
  }
}
.align-items-stretch {
  align-items: stretch !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

@media screen and (min-width: 576px) {
  .sm\:align-items-stretch {
    align-items: stretch !important;
  }
  .sm\:align-items-start {
    align-items: flex-start !important;
  }
  .sm\:align-items-center {
    align-items: center !important;
  }
  .sm\:align-items-end {
    align-items: flex-end !important;
  }
  .sm\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:align-items-stretch {
    align-items: stretch !important;
  }
  .md\:align-items-start {
    align-items: flex-start !important;
  }
  .md\:align-items-center {
    align-items: center !important;
  }
  .md\:align-items-end {
    align-items: flex-end !important;
  }
  .md\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:align-items-stretch {
    align-items: stretch !important;
  }
  .lg\:align-items-start {
    align-items: flex-start !important;
  }
  .lg\:align-items-center {
    align-items: center !important;
  }
  .lg\:align-items-end {
    align-items: flex-end !important;
  }
  .lg\:align-items-baseline {
    align-items: baseline !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:align-items-stretch {
    align-items: stretch !important;
  }
  .xl\:align-items-start {
    align-items: flex-start !important;
  }
  .xl\:align-items-center {
    align-items: center !important;
  }
  .xl\:align-items-end {
    align-items: flex-end !important;
  }
  .xl\:align-items-baseline {
    align-items: baseline !important;
  }
}
.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

@media screen and (min-width: 576px) {
  .sm\:align-self-auto {
    align-self: auto !important;
  }
  .sm\:align-self-start {
    align-self: flex-start !important;
  }
  .sm\:align-self-end {
    align-self: flex-end !important;
  }
  .sm\:align-self-center {
    align-self: center !important;
  }
  .sm\:align-self-stretch {
    align-self: stretch !important;
  }
  .sm\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:align-self-auto {
    align-self: auto !important;
  }
  .md\:align-self-start {
    align-self: flex-start !important;
  }
  .md\:align-self-end {
    align-self: flex-end !important;
  }
  .md\:align-self-center {
    align-self: center !important;
  }
  .md\:align-self-stretch {
    align-self: stretch !important;
  }
  .md\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:align-self-auto {
    align-self: auto !important;
  }
  .lg\:align-self-start {
    align-self: flex-start !important;
  }
  .lg\:align-self-end {
    align-self: flex-end !important;
  }
  .lg\:align-self-center {
    align-self: center !important;
  }
  .lg\:align-self-stretch {
    align-self: stretch !important;
  }
  .lg\:align-self-baseline {
    align-self: baseline !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:align-self-auto {
    align-self: auto !important;
  }
  .xl\:align-self-start {
    align-self: flex-start !important;
  }
  .xl\:align-self-end {
    align-self: flex-end !important;
  }
  .xl\:align-self-center {
    align-self: center !important;
  }
  .xl\:align-self-stretch {
    align-self: stretch !important;
  }
  .xl\:align-self-baseline {
    align-self: baseline !important;
  }
}
.flex-order-0 {
  order: 0 !important;
}

.flex-order-1 {
  order: 1 !important;
}

.flex-order-2 {
  order: 2 !important;
}

.flex-order-3 {
  order: 3 !important;
}

.flex-order-4 {
  order: 4 !important;
}

.flex-order-5 {
  order: 5 !important;
}

.flex-order-6 {
  order: 6 !important;
}

@media screen and (min-width: 576px) {
  .sm\:flex-order-0 {
    order: 0 !important;
  }
  .sm\:flex-order-1 {
    order: 1 !important;
  }
  .sm\:flex-order-2 {
    order: 2 !important;
  }
  .sm\:flex-order-3 {
    order: 3 !important;
  }
  .sm\:flex-order-4 {
    order: 4 !important;
  }
  .sm\:flex-order-5 {
    order: 5 !important;
  }
  .sm\:flex-order-6 {
    order: 6 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-order-0 {
    order: 0 !important;
  }
  .md\:flex-order-1 {
    order: 1 !important;
  }
  .md\:flex-order-2 {
    order: 2 !important;
  }
  .md\:flex-order-3 {
    order: 3 !important;
  }
  .md\:flex-order-4 {
    order: 4 !important;
  }
  .md\:flex-order-5 {
    order: 5 !important;
  }
  .md\:flex-order-6 {
    order: 6 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-order-0 {
    order: 0 !important;
  }
  .lg\:flex-order-1 {
    order: 1 !important;
  }
  .lg\:flex-order-2 {
    order: 2 !important;
  }
  .lg\:flex-order-3 {
    order: 3 !important;
  }
  .lg\:flex-order-4 {
    order: 4 !important;
  }
  .lg\:flex-order-5 {
    order: 5 !important;
  }
  .lg\:flex-order-6 {
    order: 6 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-order-0 {
    order: 0 !important;
  }
  .xl\:flex-order-1 {
    order: 1 !important;
  }
  .xl\:flex-order-2 {
    order: 2 !important;
  }
  .xl\:flex-order-3 {
    order: 3 !important;
  }
  .xl\:flex-order-4 {
    order: 4 !important;
  }
  .xl\:flex-order-5 {
    order: 5 !important;
  }
  .xl\:flex-order-6 {
    order: 6 !important;
  }
}
.flex-1 {
  flex: 1 1 0% !important;
}

.flex-auto {
  flex: 1 1 auto !important;
}

.flex-initial {
  flex: 0 1 auto !important;
}

.flex-none {
  flex: none !important;
}

@media screen and (min-width: 576px) {
  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }
  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }
  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }
  .sm\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-1 {
    flex: 1 1 0% !important;
  }
  .md\:flex-auto {
    flex: 1 1 auto !important;
  }
  .md\:flex-initial {
    flex: 0 1 auto !important;
  }
  .md\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }
  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }
  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }
  .lg\:flex-none {
    flex: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }
  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }
  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }
  .xl\:flex-none {
    flex: none !important;
  }
}
.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

@media screen and (min-width: 576px) {
  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .sm\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .md\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .lg\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }
  .xl\:flex-grow-1 {
    flex-grow: 1 !important;
  }
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

@media screen and (min-width: 576px) {
  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .sm\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .md\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .lg\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .xl\:flex-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.gap-0 {
  gap: 0rem !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 2rem !important;
}

.gap-6 {
  gap: 3rem !important;
}

.gap-7 {
  gap: 4rem !important;
}

.gap-8 {
  gap: 5rem !important;
}

.row-gap-0 {
  row-gap: 0rem !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 2rem !important;
}

.row-gap-6 {
  row-gap: 3rem !important;
}

.row-gap-7 {
  row-gap: 4rem !important;
}

.row-gap-8 {
  row-gap: 5rem !important;
}

.column-gap-0 {
  column-gap: 0rem !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 2rem !important;
}

.column-gap-6 {
  column-gap: 3rem !important;
}

.column-gap-7 {
  column-gap: 4rem !important;
}

.column-gap-8 {
  column-gap: 5rem !important;
}

@media screen and (min-width: 576px) {
  .sm\:gap-0 {
    gap: 0rem !important;
  }
  .sm\:gap-1 {
    gap: 0.25rem !important;
  }
  .sm\:gap-2 {
    gap: 0.5rem !important;
  }
  .sm\:gap-3 {
    gap: 1rem !important;
  }
  .sm\:gap-4 {
    gap: 1.5rem !important;
  }
  .sm\:gap-5 {
    gap: 2rem !important;
  }
  .sm\:gap-6 {
    gap: 3rem !important;
  }
  .sm\:gap-7 {
    gap: 4rem !important;
  }
  .sm\:gap-8 {
    gap: 5rem !important;
  }
  .sm\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .sm\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .sm\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .sm\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .sm\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .sm\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .sm\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .sm\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .sm\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .sm\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .sm\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .sm\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .sm\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .sm\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .sm\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .sm\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .sm\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .sm\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:gap-0 {
    gap: 0rem !important;
  }
  .md\:gap-1 {
    gap: 0.25rem !important;
  }
  .md\:gap-2 {
    gap: 0.5rem !important;
  }
  .md\:gap-3 {
    gap: 1rem !important;
  }
  .md\:gap-4 {
    gap: 1.5rem !important;
  }
  .md\:gap-5 {
    gap: 2rem !important;
  }
  .md\:gap-6 {
    gap: 3rem !important;
  }
  .md\:gap-7 {
    gap: 4rem !important;
  }
  .md\:gap-8 {
    gap: 5rem !important;
  }
  .md\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .md\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .md\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .md\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .md\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .md\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .md\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .md\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .md\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .md\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .md\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .md\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .md\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .md\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .md\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .md\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .md\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .md\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:gap-0 {
    gap: 0rem !important;
  }
  .lg\:gap-1 {
    gap: 0.25rem !important;
  }
  .lg\:gap-2 {
    gap: 0.5rem !important;
  }
  .lg\:gap-3 {
    gap: 1rem !important;
  }
  .lg\:gap-4 {
    gap: 1.5rem !important;
  }
  .lg\:gap-5 {
    gap: 2rem !important;
  }
  .lg\:gap-6 {
    gap: 3rem !important;
  }
  .lg\:gap-7 {
    gap: 4rem !important;
  }
  .lg\:gap-8 {
    gap: 5rem !important;
  }
  .lg\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .lg\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .lg\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .lg\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .lg\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .lg\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .lg\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .lg\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .lg\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .lg\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .lg\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .lg\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .lg\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .lg\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .lg\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .lg\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .lg\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .lg\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:gap-0 {
    gap: 0rem !important;
  }
  .xl\:gap-1 {
    gap: 0.25rem !important;
  }
  .xl\:gap-2 {
    gap: 0.5rem !important;
  }
  .xl\:gap-3 {
    gap: 1rem !important;
  }
  .xl\:gap-4 {
    gap: 1.5rem !important;
  }
  .xl\:gap-5 {
    gap: 2rem !important;
  }
  .xl\:gap-6 {
    gap: 3rem !important;
  }
  .xl\:gap-7 {
    gap: 4rem !important;
  }
  .xl\:gap-8 {
    gap: 5rem !important;
  }
  .xl\:row-gap-0 {
    row-gap: 0rem !important;
  }
  .xl\:row-gap-1 {
    row-gap: 0.25rem !important;
  }
  .xl\:row-gap-2 {
    row-gap: 0.5rem !important;
  }
  .xl\:row-gap-3 {
    row-gap: 1rem !important;
  }
  .xl\:row-gap-4 {
    row-gap: 1.5rem !important;
  }
  .xl\:row-gap-5 {
    row-gap: 2rem !important;
  }
  .xl\:row-gap-6 {
    row-gap: 3rem !important;
  }
  .xl\:row-gap-7 {
    row-gap: 4rem !important;
  }
  .xl\:row-gap-8 {
    row-gap: 5rem !important;
  }
  .xl\:column-gap-0 {
    column-gap: 0rem !important;
  }
  .xl\:column-gap-1 {
    column-gap: 0.25rem !important;
  }
  .xl\:column-gap-2 {
    column-gap: 0.5rem !important;
  }
  .xl\:column-gap-3 {
    column-gap: 1rem !important;
  }
  .xl\:column-gap-4 {
    column-gap: 1.5rem !important;
  }
  .xl\:column-gap-5 {
    column-gap: 2rem !important;
  }
  .xl\:column-gap-6 {
    column-gap: 3rem !important;
  }
  .xl\:column-gap-7 {
    column-gap: 4rem !important;
  }
  .xl\:column-gap-8 {
    column-gap: 5rem !important;
  }
}
.p-0 {
  padding: 0rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.p-7 {
  padding: 4rem !important;
}

.p-8 {
  padding: 5rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pt-7 {
  padding-top: 4rem !important;
}

.pt-8 {
  padding-top: 5rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 2rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pr-7 {
  padding-right: 4rem !important;
}

.pr-8 {
  padding-right: 5rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 2rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.pl-7 {
  padding-left: 4rem !important;
}

.pl-8 {
  padding-left: 5rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pb-7 {
  padding-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 5rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-7 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-8 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media screen and (min-width: 576px) {
  .sm\:p-0 {
    padding: 0rem !important;
  }
  .sm\:p-1 {
    padding: 0.25rem !important;
  }
  .sm\:p-2 {
    padding: 0.5rem !important;
  }
  .sm\:p-3 {
    padding: 1rem !important;
  }
  .sm\:p-4 {
    padding: 1.5rem !important;
  }
  .sm\:p-5 {
    padding: 2rem !important;
  }
  .sm\:p-6 {
    padding: 3rem !important;
  }
  .sm\:p-7 {
    padding: 4rem !important;
  }
  .sm\:p-8 {
    padding: 5rem !important;
  }
  .sm\:pt-0 {
    padding-top: 0rem !important;
  }
  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .sm\:pt-3 {
    padding-top: 1rem !important;
  }
  .sm\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .sm\:pt-5 {
    padding-top: 2rem !important;
  }
  .sm\:pt-6 {
    padding-top: 3rem !important;
  }
  .sm\:pt-7 {
    padding-top: 4rem !important;
  }
  .sm\:pt-8 {
    padding-top: 5rem !important;
  }
  .sm\:pr-0 {
    padding-right: 0rem !important;
  }
  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .sm\:pr-3 {
    padding-right: 1rem !important;
  }
  .sm\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .sm\:pr-5 {
    padding-right: 2rem !important;
  }
  .sm\:pr-6 {
    padding-right: 3rem !important;
  }
  .sm\:pr-7 {
    padding-right: 4rem !important;
  }
  .sm\:pr-8 {
    padding-right: 5rem !important;
  }
  .sm\:pl-0 {
    padding-left: 0rem !important;
  }
  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .sm\:pl-3 {
    padding-left: 1rem !important;
  }
  .sm\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .sm\:pl-5 {
    padding-left: 2rem !important;
  }
  .sm\:pl-6 {
    padding-left: 3rem !important;
  }
  .sm\:pl-7 {
    padding-left: 4rem !important;
  }
  .sm\:pl-8 {
    padding-left: 5rem !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .sm\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .sm\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .sm\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .sm\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .sm\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .sm\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .sm\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .sm\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .sm\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .sm\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .sm\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .sm\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .sm\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .sm\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .sm\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sm\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .sm\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .sm\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:p-0 {
    padding: 0rem !important;
  }
  .md\:p-1 {
    padding: 0.25rem !important;
  }
  .md\:p-2 {
    padding: 0.5rem !important;
  }
  .md\:p-3 {
    padding: 1rem !important;
  }
  .md\:p-4 {
    padding: 1.5rem !important;
  }
  .md\:p-5 {
    padding: 2rem !important;
  }
  .md\:p-6 {
    padding: 3rem !important;
  }
  .md\:p-7 {
    padding: 4rem !important;
  }
  .md\:p-8 {
    padding: 5rem !important;
  }
  .md\:pt-0 {
    padding-top: 0rem !important;
  }
  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .md\:pt-3 {
    padding-top: 1rem !important;
  }
  .md\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .md\:pt-5 {
    padding-top: 2rem !important;
  }
  .md\:pt-6 {
    padding-top: 3rem !important;
  }
  .md\:pt-7 {
    padding-top: 4rem !important;
  }
  .md\:pt-8 {
    padding-top: 5rem !important;
  }
  .md\:pr-0 {
    padding-right: 0rem !important;
  }
  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .md\:pr-3 {
    padding-right: 1rem !important;
  }
  .md\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .md\:pr-5 {
    padding-right: 2rem !important;
  }
  .md\:pr-6 {
    padding-right: 3rem !important;
  }
  .md\:pr-7 {
    padding-right: 4rem !important;
  }
  .md\:pr-8 {
    padding-right: 5rem !important;
  }
  .md\:pl-0 {
    padding-left: 0rem !important;
  }
  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .md\:pl-3 {
    padding-left: 1rem !important;
  }
  .md\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .md\:pl-5 {
    padding-left: 2rem !important;
  }
  .md\:pl-6 {
    padding-left: 3rem !important;
  }
  .md\:pl-7 {
    padding-left: 4rem !important;
  }
  .md\:pl-8 {
    padding-left: 5rem !important;
  }
  .md\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .md\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .md\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .md\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .md\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .md\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .md\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .md\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .md\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .md\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .md\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .md\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .md\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .md\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .md\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .md\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .md\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .md\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .md\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:p-0 {
    padding: 0rem !important;
  }
  .lg\:p-1 {
    padding: 0.25rem !important;
  }
  .lg\:p-2 {
    padding: 0.5rem !important;
  }
  .lg\:p-3 {
    padding: 1rem !important;
  }
  .lg\:p-4 {
    padding: 1.5rem !important;
  }
  .lg\:p-5 {
    padding: 2rem !important;
  }
  .lg\:p-6 {
    padding: 3rem !important;
  }
  .lg\:p-7 {
    padding: 4rem !important;
  }
  .lg\:p-8 {
    padding: 5rem !important;
  }
  .lg\:pt-0 {
    padding-top: 0rem !important;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .lg\:pt-3 {
    padding-top: 1rem !important;
  }
  .lg\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .lg\:pt-5 {
    padding-top: 2rem !important;
  }
  .lg\:pt-6 {
    padding-top: 3rem !important;
  }
  .lg\:pt-7 {
    padding-top: 4rem !important;
  }
  .lg\:pt-8 {
    padding-top: 5rem !important;
  }
  .lg\:pr-0 {
    padding-right: 0rem !important;
  }
  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .lg\:pr-3 {
    padding-right: 1rem !important;
  }
  .lg\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .lg\:pr-5 {
    padding-right: 2rem !important;
  }
  .lg\:pr-6 {
    padding-right: 3rem !important;
  }
  .lg\:pr-7 {
    padding-right: 4rem !important;
  }
  .lg\:pr-8 {
    padding-right: 5rem !important;
  }
  .lg\:pl-0 {
    padding-left: 0rem !important;
  }
  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .lg\:pl-3 {
    padding-left: 1rem !important;
  }
  .lg\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .lg\:pl-5 {
    padding-left: 2rem !important;
  }
  .lg\:pl-6 {
    padding-left: 3rem !important;
  }
  .lg\:pl-7 {
    padding-left: 4rem !important;
  }
  .lg\:pl-8 {
    padding-left: 5rem !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .lg\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .lg\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .lg\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .lg\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .lg\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .lg\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .lg\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .lg\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .lg\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .lg\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .lg\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .lg\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .lg\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .lg\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .lg\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .lg\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:p-0 {
    padding: 0rem !important;
  }
  .xl\:p-1 {
    padding: 0.25rem !important;
  }
  .xl\:p-2 {
    padding: 0.5rem !important;
  }
  .xl\:p-3 {
    padding: 1rem !important;
  }
  .xl\:p-4 {
    padding: 1.5rem !important;
  }
  .xl\:p-5 {
    padding: 2rem !important;
  }
  .xl\:p-6 {
    padding: 3rem !important;
  }
  .xl\:p-7 {
    padding: 4rem !important;
  }
  .xl\:p-8 {
    padding: 5rem !important;
  }
  .xl\:pt-0 {
    padding-top: 0rem !important;
  }
  .xl\:pt-1 {
    padding-top: 0.25rem !important;
  }
  .xl\:pt-2 {
    padding-top: 0.5rem !important;
  }
  .xl\:pt-3 {
    padding-top: 1rem !important;
  }
  .xl\:pt-4 {
    padding-top: 1.5rem !important;
  }
  .xl\:pt-5 {
    padding-top: 2rem !important;
  }
  .xl\:pt-6 {
    padding-top: 3rem !important;
  }
  .xl\:pt-7 {
    padding-top: 4rem !important;
  }
  .xl\:pt-8 {
    padding-top: 5rem !important;
  }
  .xl\:pr-0 {
    padding-right: 0rem !important;
  }
  .xl\:pr-1 {
    padding-right: 0.25rem !important;
  }
  .xl\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .xl\:pr-3 {
    padding-right: 1rem !important;
  }
  .xl\:pr-4 {
    padding-right: 1.5rem !important;
  }
  .xl\:pr-5 {
    padding-right: 2rem !important;
  }
  .xl\:pr-6 {
    padding-right: 3rem !important;
  }
  .xl\:pr-7 {
    padding-right: 4rem !important;
  }
  .xl\:pr-8 {
    padding-right: 5rem !important;
  }
  .xl\:pl-0 {
    padding-left: 0rem !important;
  }
  .xl\:pl-1 {
    padding-left: 0.25rem !important;
  }
  .xl\:pl-2 {
    padding-left: 0.5rem !important;
  }
  .xl\:pl-3 {
    padding-left: 1rem !important;
  }
  .xl\:pl-4 {
    padding-left: 1.5rem !important;
  }
  .xl\:pl-5 {
    padding-left: 2rem !important;
  }
  .xl\:pl-6 {
    padding-left: 3rem !important;
  }
  .xl\:pl-7 {
    padding-left: 4rem !important;
  }
  .xl\:pl-8 {
    padding-left: 5rem !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0rem !important;
  }
  .xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }
  .xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }
  .xl\:pb-3 {
    padding-bottom: 1rem !important;
  }
  .xl\:pb-4 {
    padding-bottom: 1.5rem !important;
  }
  .xl\:pb-5 {
    padding-bottom: 2rem !important;
  }
  .xl\:pb-6 {
    padding-bottom: 3rem !important;
  }
  .xl\:pb-7 {
    padding-bottom: 4rem !important;
  }
  .xl\:pb-8 {
    padding-bottom: 5rem !important;
  }
  .xl\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .xl\:px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xl\:px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .xl\:px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xl\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .xl\:px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .xl\:px-8 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .xl\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .xl\:py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .xl\:py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .xl\:py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .xl\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .xl\:py-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .xl\:py-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.m-0 {
  margin: 0rem !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 2rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.m-7 {
  margin: 4rem !important;
}

.m-8 {
  margin: 5rem !important;
}

.-m-1 {
  margin: -0.25rem !important;
}

.-m-2 {
  margin: -0.5rem !important;
}

.-m-3 {
  margin: -1rem !important;
}

.-m-4 {
  margin: -1.5rem !important;
}

.-m-5 {
  margin: -2rem !important;
}

.-m-6 {
  margin: -3rem !important;
}

.-m-7 {
  margin: -4rem !important;
}

.-m-8 {
  margin: -5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mt-7 {
  margin-top: 4rem !important;
}

.mt-8 {
  margin-top: 5rem !important;
}

.-mt-1 {
  margin-top: -0.25rem !important;
}

.-mt-2 {
  margin-top: -0.5rem !important;
}

.-mt-3 {
  margin-top: -1rem !important;
}

.-mt-4 {
  margin-top: -1.5rem !important;
}

.-mt-5 {
  margin-top: -2rem !important;
}

.-mt-6 {
  margin-top: -3rem !important;
}

.-mt-7 {
  margin-top: -4rem !important;
}

.-mt-8 {
  margin-top: -5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 2rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mr-7 {
  margin-right: 4rem !important;
}

.mr-8 {
  margin-right: 5rem !important;
}

.-mr-1 {
  margin-right: -0.25rem !important;
}

.-mr-2 {
  margin-right: -0.5rem !important;
}

.-mr-3 {
  margin-right: -1rem !important;
}

.-mr-4 {
  margin-right: -1.5rem !important;
}

.-mr-5 {
  margin-right: -2rem !important;
}

.-mr-6 {
  margin-right: -3rem !important;
}

.-mr-7 {
  margin-right: -4rem !important;
}

.-mr-8 {
  margin-right: -5rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 2rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.ml-7 {
  margin-left: 4rem !important;
}

.ml-8 {
  margin-left: 5rem !important;
}

.-ml-1 {
  margin-left: -0.25rem !important;
}

.-ml-2 {
  margin-left: -0.5rem !important;
}

.-ml-3 {
  margin-left: -1rem !important;
}

.-ml-4 {
  margin-left: -1.5rem !important;
}

.-ml-5 {
  margin-left: -2rem !important;
}

.-ml-6 {
  margin-left: -3rem !important;
}

.-ml-7 {
  margin-left: -4rem !important;
}

.-ml-8 {
  margin-left: -5rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.mb-7 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 5rem !important;
}

.-mb-1 {
  margin-bottom: -0.25rem !important;
}

.-mb-2 {
  margin-bottom: -0.5rem !important;
}

.-mb-3 {
  margin-bottom: -1rem !important;
}

.-mb-4 {
  margin-bottom: -1.5rem !important;
}

.-mb-5 {
  margin-bottom: -2rem !important;
}

.-mb-6 {
  margin-bottom: -3rem !important;
}

.-mb-7 {
  margin-bottom: -4rem !important;
}

.-mb-8 {
  margin-bottom: -5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-7 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-8 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.-mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.-mx-2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.-mx-3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.-mx-4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-mx-5 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.-mx-6 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.-mx-7 {
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.-mx-8 {
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

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

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

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

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

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

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

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

.-my-4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

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

.-my-6 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.-my-7 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.-my-8 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media screen and (min-width: 576px) {
  .sm\:m-0 {
    margin: 0rem !important;
  }
  .sm\:m-1 {
    margin: 0.25rem !important;
  }
  .sm\:m-2 {
    margin: 0.5rem !important;
  }
  .sm\:m-3 {
    margin: 1rem !important;
  }
  .sm\:m-4 {
    margin: 1.5rem !important;
  }
  .sm\:m-5 {
    margin: 2rem !important;
  }
  .sm\:m-6 {
    margin: 3rem !important;
  }
  .sm\:m-7 {
    margin: 4rem !important;
  }
  .sm\:m-8 {
    margin: 5rem !important;
  }
  .sm\:-m-1 {
    margin: -0.25rem !important;
  }
  .sm\:-m-2 {
    margin: -0.5rem !important;
  }
  .sm\:-m-3 {
    margin: -1rem !important;
  }
  .sm\:-m-4 {
    margin: -1.5rem !important;
  }
  .sm\:-m-5 {
    margin: -2rem !important;
  }
  .sm\:-m-6 {
    margin: -3rem !important;
  }
  .sm\:-m-7 {
    margin: -4rem !important;
  }
  .sm\:-m-8 {
    margin: -5rem !important;
  }
  .sm\:m-auto {
    margin: auto !important;
  }
  .sm\:mt-0 {
    margin-top: 0rem !important;
  }
  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .sm\:mt-3 {
    margin-top: 1rem !important;
  }
  .sm\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .sm\:mt-5 {
    margin-top: 2rem !important;
  }
  .sm\:mt-6 {
    margin-top: 3rem !important;
  }
  .sm\:mt-7 {
    margin-top: 4rem !important;
  }
  .sm\:mt-8 {
    margin-top: 5rem !important;
  }
  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .sm\:-mt-3 {
    margin-top: -1rem !important;
  }
  .sm\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .sm\:-mt-5 {
    margin-top: -2rem !important;
  }
  .sm\:-mt-6 {
    margin-top: -3rem !important;
  }
  .sm\:-mt-7 {
    margin-top: -4rem !important;
  }
  .sm\:-mt-8 {
    margin-top: -5rem !important;
  }
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  .sm\:mr-0 {
    margin-right: 0rem !important;
  }
  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .sm\:mr-3 {
    margin-right: 1rem !important;
  }
  .sm\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .sm\:mr-5 {
    margin-right: 2rem !important;
  }
  .sm\:mr-6 {
    margin-right: 3rem !important;
  }
  .sm\:mr-7 {
    margin-right: 4rem !important;
  }
  .sm\:mr-8 {
    margin-right: 5rem !important;
  }
  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .sm\:-mr-3 {
    margin-right: -1rem !important;
  }
  .sm\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .sm\:-mr-5 {
    margin-right: -2rem !important;
  }
  .sm\:-mr-6 {
    margin-right: -3rem !important;
  }
  .sm\:-mr-7 {
    margin-right: -4rem !important;
  }
  .sm\:-mr-8 {
    margin-right: -5rem !important;
  }
  .sm\:mr-auto {
    margin-right: auto !important;
  }
  .sm\:ml-0 {
    margin-left: 0rem !important;
  }
  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .sm\:ml-3 {
    margin-left: 1rem !important;
  }
  .sm\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .sm\:ml-5 {
    margin-left: 2rem !important;
  }
  .sm\:ml-6 {
    margin-left: 3rem !important;
  }
  .sm\:ml-7 {
    margin-left: 4rem !important;
  }
  .sm\:ml-8 {
    margin-left: 5rem !important;
  }
  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .sm\:-ml-3 {
    margin-left: -1rem !important;
  }
  .sm\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .sm\:-ml-5 {
    margin-left: -2rem !important;
  }
  .sm\:-ml-6 {
    margin-left: -3rem !important;
  }
  .sm\:-ml-7 {
    margin-left: -4rem !important;
  }
  .sm\:-ml-8 {
    margin-left: -5rem !important;
  }
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .sm\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .sm\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .sm\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .sm\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .sm\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .sm\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .sm\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .sm\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .sm\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .sm\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .sm\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .sm\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
  .sm\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .sm\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .sm\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .sm\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .sm\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .sm\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .sm\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .sm\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .sm\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .sm\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .sm\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .sm\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .sm\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .sm\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .sm\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .sm\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .sm\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .sm\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .sm\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .sm\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .sm\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .sm\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .sm\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .sm\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .sm\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:m-0 {
    margin: 0rem !important;
  }
  .md\:m-1 {
    margin: 0.25rem !important;
  }
  .md\:m-2 {
    margin: 0.5rem !important;
  }
  .md\:m-3 {
    margin: 1rem !important;
  }
  .md\:m-4 {
    margin: 1.5rem !important;
  }
  .md\:m-5 {
    margin: 2rem !important;
  }
  .md\:m-6 {
    margin: 3rem !important;
  }
  .md\:m-7 {
    margin: 4rem !important;
  }
  .md\:m-8 {
    margin: 5rem !important;
  }
  .md\:-m-1 {
    margin: -0.25rem !important;
  }
  .md\:-m-2 {
    margin: -0.5rem !important;
  }
  .md\:-m-3 {
    margin: -1rem !important;
  }
  .md\:-m-4 {
    margin: -1.5rem !important;
  }
  .md\:-m-5 {
    margin: -2rem !important;
  }
  .md\:-m-6 {
    margin: -3rem !important;
  }
  .md\:-m-7 {
    margin: -4rem !important;
  }
  .md\:-m-8 {
    margin: -5rem !important;
  }
  .md\:m-auto {
    margin: auto !important;
  }
  .md\:mt-0 {
    margin-top: 0rem !important;
  }
  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .md\:mt-3 {
    margin-top: 1rem !important;
  }
  .md\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .md\:mt-5 {
    margin-top: 2rem !important;
  }
  .md\:mt-6 {
    margin-top: 3rem !important;
  }
  .md\:mt-7 {
    margin-top: 4rem !important;
  }
  .md\:mt-8 {
    margin-top: 5rem !important;
  }
  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .md\:-mt-3 {
    margin-top: -1rem !important;
  }
  .md\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .md\:-mt-5 {
    margin-top: -2rem !important;
  }
  .md\:-mt-6 {
    margin-top: -3rem !important;
  }
  .md\:-mt-7 {
    margin-top: -4rem !important;
  }
  .md\:-mt-8 {
    margin-top: -5rem !important;
  }
  .md\:mt-auto {
    margin-top: auto !important;
  }
  .md\:mr-0 {
    margin-right: 0rem !important;
  }
  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .md\:mr-3 {
    margin-right: 1rem !important;
  }
  .md\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .md\:mr-5 {
    margin-right: 2rem !important;
  }
  .md\:mr-6 {
    margin-right: 3rem !important;
  }
  .md\:mr-7 {
    margin-right: 4rem !important;
  }
  .md\:mr-8 {
    margin-right: 5rem !important;
  }
  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .md\:-mr-3 {
    margin-right: -1rem !important;
  }
  .md\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .md\:-mr-5 {
    margin-right: -2rem !important;
  }
  .md\:-mr-6 {
    margin-right: -3rem !important;
  }
  .md\:-mr-7 {
    margin-right: -4rem !important;
  }
  .md\:-mr-8 {
    margin-right: -5rem !important;
  }
  .md\:mr-auto {
    margin-right: auto !important;
  }
  .md\:ml-0 {
    margin-left: 0rem !important;
  }
  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .md\:ml-3 {
    margin-left: 1rem !important;
  }
  .md\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .md\:ml-5 {
    margin-left: 2rem !important;
  }
  .md\:ml-6 {
    margin-left: 3rem !important;
  }
  .md\:ml-7 {
    margin-left: 4rem !important;
  }
  .md\:ml-8 {
    margin-left: 5rem !important;
  }
  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .md\:-ml-3 {
    margin-left: -1rem !important;
  }
  .md\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .md\:-ml-5 {
    margin-left: -2rem !important;
  }
  .md\:-ml-6 {
    margin-left: -3rem !important;
  }
  .md\:-ml-7 {
    margin-left: -4rem !important;
  }
  .md\:-ml-8 {
    margin-left: -5rem !important;
  }
  .md\:ml-auto {
    margin-left: auto !important;
  }
  .md\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .md\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .md\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .md\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .md\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .md\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .md\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .md\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .md\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .md\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .md\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .md\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .md\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .md\:mb-auto {
    margin-bottom: auto !important;
  }
  .md\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .md\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .md\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .md\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .md\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .md\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .md\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .md\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .md\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .md\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .md\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .md\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .md\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .md\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .md\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .md\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .md\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .md\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .md\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .md\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .md\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .md\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .md\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .md\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .md\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:m-0 {
    margin: 0rem !important;
  }
  .lg\:m-1 {
    margin: 0.25rem !important;
  }
  .lg\:m-2 {
    margin: 0.5rem !important;
  }
  .lg\:m-3 {
    margin: 1rem !important;
  }
  .lg\:m-4 {
    margin: 1.5rem !important;
  }
  .lg\:m-5 {
    margin: 2rem !important;
  }
  .lg\:m-6 {
    margin: 3rem !important;
  }
  .lg\:m-7 {
    margin: 4rem !important;
  }
  .lg\:m-8 {
    margin: 5rem !important;
  }
  .lg\:-m-1 {
    margin: -0.25rem !important;
  }
  .lg\:-m-2 {
    margin: -0.5rem !important;
  }
  .lg\:-m-3 {
    margin: -1rem !important;
  }
  .lg\:-m-4 {
    margin: -1.5rem !important;
  }
  .lg\:-m-5 {
    margin: -2rem !important;
  }
  .lg\:-m-6 {
    margin: -3rem !important;
  }
  .lg\:-m-7 {
    margin: -4rem !important;
  }
  .lg\:-m-8 {
    margin: -5rem !important;
  }
  .lg\:m-auto {
    margin: auto !important;
  }
  .lg\:mt-0 {
    margin-top: 0rem !important;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .lg\:mt-3 {
    margin-top: 1rem !important;
  }
  .lg\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .lg\:mt-5 {
    margin-top: 2rem !important;
  }
  .lg\:mt-6 {
    margin-top: 3rem !important;
  }
  .lg\:mt-7 {
    margin-top: 4rem !important;
  }
  .lg\:mt-8 {
    margin-top: 5rem !important;
  }
  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .lg\:-mt-3 {
    margin-top: -1rem !important;
  }
  .lg\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .lg\:-mt-5 {
    margin-top: -2rem !important;
  }
  .lg\:-mt-6 {
    margin-top: -3rem !important;
  }
  .lg\:-mt-7 {
    margin-top: -4rem !important;
  }
  .lg\:-mt-8 {
    margin-top: -5rem !important;
  }
  .lg\:mt-auto {
    margin-top: auto !important;
  }
  .lg\:mr-0 {
    margin-right: 0rem !important;
  }
  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .lg\:mr-3 {
    margin-right: 1rem !important;
  }
  .lg\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .lg\:mr-5 {
    margin-right: 2rem !important;
  }
  .lg\:mr-6 {
    margin-right: 3rem !important;
  }
  .lg\:mr-7 {
    margin-right: 4rem !important;
  }
  .lg\:mr-8 {
    margin-right: 5rem !important;
  }
  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .lg\:-mr-3 {
    margin-right: -1rem !important;
  }
  .lg\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .lg\:-mr-5 {
    margin-right: -2rem !important;
  }
  .lg\:-mr-6 {
    margin-right: -3rem !important;
  }
  .lg\:-mr-7 {
    margin-right: -4rem !important;
  }
  .lg\:-mr-8 {
    margin-right: -5rem !important;
  }
  .lg\:mr-auto {
    margin-right: auto !important;
  }
  .lg\:ml-0 {
    margin-left: 0rem !important;
  }
  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .lg\:ml-3 {
    margin-left: 1rem !important;
  }
  .lg\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .lg\:ml-5 {
    margin-left: 2rem !important;
  }
  .lg\:ml-6 {
    margin-left: 3rem !important;
  }
  .lg\:ml-7 {
    margin-left: 4rem !important;
  }
  .lg\:ml-8 {
    margin-left: 5rem !important;
  }
  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .lg\:-ml-3 {
    margin-left: -1rem !important;
  }
  .lg\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .lg\:-ml-5 {
    margin-left: -2rem !important;
  }
  .lg\:-ml-6 {
    margin-left: -3rem !important;
  }
  .lg\:-ml-7 {
    margin-left: -4rem !important;
  }
  .lg\:-ml-8 {
    margin-left: -5rem !important;
  }
  .lg\:ml-auto {
    margin-left: auto !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .lg\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .lg\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .lg\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .lg\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .lg\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .lg\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .lg\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .lg\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .lg\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .lg\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .lg\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .lg\:mb-auto {
    margin-bottom: auto !important;
  }
  .lg\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .lg\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .lg\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .lg\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .lg\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .lg\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .lg\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .lg\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .lg\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .lg\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .lg\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .lg\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .lg\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .lg\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .lg\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .lg\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .lg\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .lg\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .lg\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .lg\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .lg\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .lg\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .lg\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .lg\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .lg\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:m-0 {
    margin: 0rem !important;
  }
  .xl\:m-1 {
    margin: 0.25rem !important;
  }
  .xl\:m-2 {
    margin: 0.5rem !important;
  }
  .xl\:m-3 {
    margin: 1rem !important;
  }
  .xl\:m-4 {
    margin: 1.5rem !important;
  }
  .xl\:m-5 {
    margin: 2rem !important;
  }
  .xl\:m-6 {
    margin: 3rem !important;
  }
  .xl\:m-7 {
    margin: 4rem !important;
  }
  .xl\:m-8 {
    margin: 5rem !important;
  }
  .xl\:-m-1 {
    margin: -0.25rem !important;
  }
  .xl\:-m-2 {
    margin: -0.5rem !important;
  }
  .xl\:-m-3 {
    margin: -1rem !important;
  }
  .xl\:-m-4 {
    margin: -1.5rem !important;
  }
  .xl\:-m-5 {
    margin: -2rem !important;
  }
  .xl\:-m-6 {
    margin: -3rem !important;
  }
  .xl\:-m-7 {
    margin: -4rem !important;
  }
  .xl\:-m-8 {
    margin: -5rem !important;
  }
  .xl\:m-auto {
    margin: auto !important;
  }
  .xl\:mt-0 {
    margin-top: 0rem !important;
  }
  .xl\:mt-1 {
    margin-top: 0.25rem !important;
  }
  .xl\:mt-2 {
    margin-top: 0.5rem !important;
  }
  .xl\:mt-3 {
    margin-top: 1rem !important;
  }
  .xl\:mt-4 {
    margin-top: 1.5rem !important;
  }
  .xl\:mt-5 {
    margin-top: 2rem !important;
  }
  .xl\:mt-6 {
    margin-top: 3rem !important;
  }
  .xl\:mt-7 {
    margin-top: 4rem !important;
  }
  .xl\:mt-8 {
    margin-top: 5rem !important;
  }
  .xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }
  .xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }
  .xl\:-mt-3 {
    margin-top: -1rem !important;
  }
  .xl\:-mt-4 {
    margin-top: -1.5rem !important;
  }
  .xl\:-mt-5 {
    margin-top: -2rem !important;
  }
  .xl\:-mt-6 {
    margin-top: -3rem !important;
  }
  .xl\:-mt-7 {
    margin-top: -4rem !important;
  }
  .xl\:-mt-8 {
    margin-top: -5rem !important;
  }
  .xl\:mt-auto {
    margin-top: auto !important;
  }
  .xl\:mr-0 {
    margin-right: 0rem !important;
  }
  .xl\:mr-1 {
    margin-right: 0.25rem !important;
  }
  .xl\:mr-2 {
    margin-right: 0.5rem !important;
  }
  .xl\:mr-3 {
    margin-right: 1rem !important;
  }
  .xl\:mr-4 {
    margin-right: 1.5rem !important;
  }
  .xl\:mr-5 {
    margin-right: 2rem !important;
  }
  .xl\:mr-6 {
    margin-right: 3rem !important;
  }
  .xl\:mr-7 {
    margin-right: 4rem !important;
  }
  .xl\:mr-8 {
    margin-right: 5rem !important;
  }
  .xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }
  .xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }
  .xl\:-mr-3 {
    margin-right: -1rem !important;
  }
  .xl\:-mr-4 {
    margin-right: -1.5rem !important;
  }
  .xl\:-mr-5 {
    margin-right: -2rem !important;
  }
  .xl\:-mr-6 {
    margin-right: -3rem !important;
  }
  .xl\:-mr-7 {
    margin-right: -4rem !important;
  }
  .xl\:-mr-8 {
    margin-right: -5rem !important;
  }
  .xl\:mr-auto {
    margin-right: auto !important;
  }
  .xl\:ml-0 {
    margin-left: 0rem !important;
  }
  .xl\:ml-1 {
    margin-left: 0.25rem !important;
  }
  .xl\:ml-2 {
    margin-left: 0.5rem !important;
  }
  .xl\:ml-3 {
    margin-left: 1rem !important;
  }
  .xl\:ml-4 {
    margin-left: 1.5rem !important;
  }
  .xl\:ml-5 {
    margin-left: 2rem !important;
  }
  .xl\:ml-6 {
    margin-left: 3rem !important;
  }
  .xl\:ml-7 {
    margin-left: 4rem !important;
  }
  .xl\:ml-8 {
    margin-left: 5rem !important;
  }
  .xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }
  .xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }
  .xl\:-ml-3 {
    margin-left: -1rem !important;
  }
  .xl\:-ml-4 {
    margin-left: -1.5rem !important;
  }
  .xl\:-ml-5 {
    margin-left: -2rem !important;
  }
  .xl\:-ml-6 {
    margin-left: -3rem !important;
  }
  .xl\:-ml-7 {
    margin-left: -4rem !important;
  }
  .xl\:-ml-8 {
    margin-left: -5rem !important;
  }
  .xl\:ml-auto {
    margin-left: auto !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0rem !important;
  }
  .xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }
  .xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .xl\:mb-3 {
    margin-bottom: 1rem !important;
  }
  .xl\:mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .xl\:mb-5 {
    margin-bottom: 2rem !important;
  }
  .xl\:mb-6 {
    margin-bottom: 3rem !important;
  }
  .xl\:mb-7 {
    margin-bottom: 4rem !important;
  }
  .xl\:mb-8 {
    margin-bottom: 5rem !important;
  }
  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }
  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }
  .xl\:-mb-3 {
    margin-bottom: -1rem !important;
  }
  .xl\:-mb-4 {
    margin-bottom: -1.5rem !important;
  }
  .xl\:-mb-5 {
    margin-bottom: -2rem !important;
  }
  .xl\:-mb-6 {
    margin-bottom: -3rem !important;
  }
  .xl\:-mb-7 {
    margin-bottom: -4rem !important;
  }
  .xl\:-mb-8 {
    margin-bottom: -5rem !important;
  }
  .xl\:mb-auto {
    margin-bottom: auto !important;
  }
  .xl\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .xl\:mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .xl\:mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .xl\:mx-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .xl\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .xl\:mx-7 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .xl\:mx-8 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .xl\:-mx-3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .xl\:-mx-4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .xl\:-mx-5 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }
  .xl\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .xl\:-mx-7 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }
  .xl\:-mx-8 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }
  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .xl\:my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xl\:my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .xl\:my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xl\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xl\:my-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .xl\:my-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .xl\:-my-3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .xl\:-my-4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .xl\:-my-5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .xl\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .xl\:-my-7 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .xl\:-my-8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.shadow-none {
  box-shadow: none !important;
}

.shadow-1 {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.shadow-2 {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}

.shadow-3 {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}

.shadow-4 {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}

.shadow-5 {
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}

.shadow-6 {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}

.shadow-7 {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}

.shadow-8 {
  box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}

.focus\:shadow-none:focus {
  box-shadow: none !important;
}

.hover\:shadow-none:hover {
  box-shadow: none !important;
}

.active\:shadow-none:active {
  box-shadow: none !important;
}

.focus\:shadow-1:focus {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.hover\:shadow-1:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.active\:shadow-1:active {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
}

.focus\:shadow-2:focus {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}

.hover\:shadow-2:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}

.active\:shadow-2:active {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
}

.focus\:shadow-3:focus {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}

.hover\:shadow-3:hover {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}

.active\:shadow-3:active {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
}

.focus\:shadow-4:focus {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}

.hover\:shadow-4:hover {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}

.active\:shadow-4:active {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
}

.focus\:shadow-5:focus {
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}

.hover\:shadow-5:hover {
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}

.active\:shadow-5:active {
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
}

.focus\:shadow-6:focus {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}

.hover\:shadow-6:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}

.active\:shadow-6:active {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
}

.focus\:shadow-7:focus {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}

.hover\:shadow-7:hover {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}

.active\:shadow-7:active {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
}

.focus\:shadow-8:focus {
  box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}

.hover\:shadow-8:hover {
  box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}

.active\:shadow-8:active {
  box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
}

@media screen and (min-width: 576px) {
  .sm\:shadow-none {
    box-shadow: none !important;
  }
  .sm\:shadow-1 {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:shadow-2 {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:shadow-3 {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:shadow-4 {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:shadow-5 {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:shadow-6 {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:shadow-7 {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:shadow-8 {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .sm\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .sm\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .sm\:focus\:shadow-1:focus {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:hover\:shadow-1:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:active\:shadow-1:active {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .sm\:focus\:shadow-2:focus {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:hover\:shadow-2:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:active\:shadow-2:active {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .sm\:focus\:shadow-3:focus {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:hover\:shadow-3:hover {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:active\:shadow-3:active {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .sm\:focus\:shadow-4:focus {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:hover\:shadow-4:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:active\:shadow-4:active {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:focus\:shadow-5:focus {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:hover\:shadow-5:hover {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:active\:shadow-5:active {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:focus\:shadow-6:focus {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:hover\:shadow-6:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:active\:shadow-6:active {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .sm\:focus\:shadow-7:focus {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:hover\:shadow-7:hover {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:active\:shadow-7:active {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .sm\:focus\:shadow-8:focus {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:hover\:shadow-8:hover {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .sm\:active\:shadow-8:active {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:shadow-none {
    box-shadow: none !important;
  }
  .md\:shadow-1 {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:shadow-2 {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:shadow-3 {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:shadow-4 {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:shadow-5 {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:shadow-6 {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:shadow-7 {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:shadow-8 {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .md\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .md\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .md\:focus\:shadow-1:focus {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:hover\:shadow-1:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:active\:shadow-1:active {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .md\:focus\:shadow-2:focus {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:hover\:shadow-2:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:active\:shadow-2:active {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .md\:focus\:shadow-3:focus {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:hover\:shadow-3:hover {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:active\:shadow-3:active {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .md\:focus\:shadow-4:focus {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:hover\:shadow-4:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:active\:shadow-4:active {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:focus\:shadow-5:focus {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:hover\:shadow-5:hover {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:active\:shadow-5:active {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:focus\:shadow-6:focus {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:hover\:shadow-6:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:active\:shadow-6:active {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .md\:focus\:shadow-7:focus {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:hover\:shadow-7:hover {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:active\:shadow-7:active {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .md\:focus\:shadow-8:focus {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:hover\:shadow-8:hover {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .md\:active\:shadow-8:active {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:shadow-none {
    box-shadow: none !important;
  }
  .lg\:shadow-1 {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:shadow-2 {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:shadow-3 {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:shadow-4 {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:shadow-5 {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:shadow-6 {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:shadow-7 {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:shadow-8 {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .lg\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .lg\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .lg\:focus\:shadow-1:focus {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:hover\:shadow-1:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:active\:shadow-1:active {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .lg\:focus\:shadow-2:focus {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:hover\:shadow-2:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:active\:shadow-2:active {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .lg\:focus\:shadow-3:focus {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:hover\:shadow-3:hover {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:active\:shadow-3:active {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .lg\:focus\:shadow-4:focus {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:hover\:shadow-4:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:active\:shadow-4:active {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:focus\:shadow-5:focus {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:hover\:shadow-5:hover {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:active\:shadow-5:active {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:focus\:shadow-6:focus {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:hover\:shadow-6:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:active\:shadow-6:active {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .lg\:focus\:shadow-7:focus {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:hover\:shadow-7:hover {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:active\:shadow-7:active {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .lg\:focus\:shadow-8:focus {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:hover\:shadow-8:hover {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .lg\:active\:shadow-8:active {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:shadow-none {
    box-shadow: none !important;
  }
  .xl\:shadow-1 {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:shadow-2 {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:shadow-3 {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:shadow-4 {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:shadow-5 {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:shadow-6 {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:shadow-7 {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:shadow-8 {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:focus\:shadow-none:focus {
    box-shadow: none !important;
  }
  .xl\:hover\:shadow-none:hover {
    box-shadow: none !important;
  }
  .xl\:active\:shadow-none:active {
    box-shadow: none !important;
  }
  .xl\:focus\:shadow-1:focus {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:hover\:shadow-1:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:active\:shadow-1:active {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.02), 0px 0px 2px rgba(0, 0, 0, 0.05), 0px 1px 4px rgba(0, 0, 0, 0.08) !important;
  }
  .xl\:focus\:shadow-2:focus {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:hover\:shadow-2:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:active\:shadow-2:active {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.12) !important;
  }
  .xl\:focus\:shadow-3:focus {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:hover\:shadow-3:hover {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:active\:shadow-3:active {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 3px 4px rgba(0, 0, 0, 0.1), 0px 1px 4px -1px rgba(0, 0, 0, 0.1) !important;
  }
  .xl\:focus\:shadow-4:focus {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:hover\:shadow-4:hover {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:active\:shadow-4:active {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 2px 4px -1px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:focus\:shadow-5:focus {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:hover\:shadow-5:hover {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:active\:shadow-5:active {
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1), 0px 4px 5px -2px rgba(0, 0, 0, 0.12), 0px 10px 15px -5px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:focus\:shadow-6:focus {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:hover\:shadow-6:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:active\:shadow-6:active {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.06), 0px 7px 9px rgba(0, 0, 0, 0.12), 0px 20px 25px -8px rgba(0, 0, 0, 0.18) !important;
  }
  .xl\:focus\:shadow-7:focus {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:hover\:shadow-7:hover {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:active\:shadow-7:active {
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.08), 0px 22px 30px 2px rgba(0, 0, 0, 0.15), 0px 8px 10px rgba(0, 0, 0, 0.15) !important;
  }
  .xl\:focus\:shadow-8:focus {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:hover\:shadow-8:hover {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
  .xl\:active\:shadow-8:active {
    box-shadow: 0px 9px 46px 8px rgba(0, 0, 0, 0.12), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 11px 15px rgba(0, 0, 0, 0.2) !important;
  }
}
.border-none {
  border-width: 0px !important;
  border-style: none;
}

.border-1 {
  border-width: 1px !important;
  border-style: solid;
}

.border-2 {
  border-width: 2px !important;
  border-style: solid;
}

.border-3 {
  border-width: 3px !important;
  border-style: solid;
}

.border-top-none {
  border-top-width: 0px !important;
  border-top-style: none;
}

.border-top-1 {
  border-top-width: 1px !important;
  border-top-style: solid;
}

.border-top-2 {
  border-top-width: 2px !important;
  border-top-style: solid;
}

.border-top-3 {
  border-top-width: 3px !important;
  border-top-style: solid;
}

.border-right-none {
  border-right-width: 0px !important;
  border-right-style: none;
}

.border-right-1 {
  border-right-width: 1px !important;
  border-right-style: solid;
}

.border-right-2 {
  border-right-width: 2px !important;
  border-right-style: solid;
}

.border-right-3 {
  border-right-width: 3px !important;
  border-right-style: solid;
}

.border-left-none {
  border-left-width: 0px !important;
  border-left-style: none;
}

.border-left-1 {
  border-left-width: 1px !important;
  border-left-style: solid;
}

.border-left-2 {
  border-left-width: 2px !important;
  border-left-style: solid;
}

.border-left-3 {
  border-left-width: 3px !important;
  border-left-style: solid;
}

.border-bottom-none {
  border-bottom-width: 0px !important;
  border-bottom-style: none;
}

.border-bottom-1 {
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
}

.border-bottom-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid;
}

.border-bottom-3 {
  border-bottom-width: 3px !important;
  border-bottom-style: solid;
}

.border-x-none {
  border-left-width: 0px !important;
  border-left-style: none;
  border-right-width: 0px !important;
  border-right-style: none;
}

.border-x-1 {
  border-left-width: 1px !important;
  border-left-style: solid;
  border-right-width: 1px !important;
  border-right-style: solid;
}

.border-x-2 {
  border-left-width: 2px !important;
  border-left-style: solid;
  border-right-width: 2px !important;
  border-right-style: solid;
}

.border-x-3 {
  border-left-width: 3px !important;
  border-left-style: solid;
  border-right-width: 3px !important;
  border-right-style: solid;
}

.border-y-none {
  border-top-width: 0px !important;
  border-top-style: none;
  border-bottom-width: 0px !important;
  border-bottom-style: none;
}

.border-y-1 {
  border-top-width: 1px !important;
  border-top-style: solid;
  border-bottom-width: 1px !important;
  border-bottom-style: solid;
}

.border-y-2 {
  border-top-width: 2px !important;
  border-top-style: solid;
  border-bottom-width: 2px !important;
  border-bottom-style: solid;
}

.border-y-3 {
  border-top-width: 3px !important;
  border-top-style: solid;
  border-bottom-width: 3px !important;
  border-bottom-style: solid;
}

@media screen and (min-width: 576px) {
  .sm\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .sm\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .sm\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .sm\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .sm\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .sm\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .sm\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .sm\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .sm\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .sm\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .sm\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .sm\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .sm\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .sm\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .sm\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .sm\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .sm\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .sm\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .sm\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .sm\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .sm\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .sm\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .sm\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .sm\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .sm\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .sm\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .sm\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .sm\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .md\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .md\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .md\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .md\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .md\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .md\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .md\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .md\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .md\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .md\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .md\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .md\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .md\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .md\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .md\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .md\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .md\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .md\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .md\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .md\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .md\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .md\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .md\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .md\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .md\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .md\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .md\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .lg\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .lg\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .lg\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .lg\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .lg\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .lg\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .lg\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .lg\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .lg\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .lg\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .lg\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .lg\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .lg\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .lg\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .lg\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .lg\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .lg\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .lg\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .lg\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .lg\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .lg\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .lg\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .lg\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .lg\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .lg\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .lg\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .lg\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-none {
    border-width: 0px !important;
    border-style: none;
  }
  .xl\:border-1 {
    border-width: 1px !important;
    border-style: solid;
  }
  .xl\:border-2 {
    border-width: 2px !important;
    border-style: solid;
  }
  .xl\:border-3 {
    border-width: 3px !important;
    border-style: solid;
  }
  .xl\:border-top-none {
    border-top-width: 0px !important;
    border-top-style: none;
  }
  .xl\:border-top-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
  }
  .xl\:border-top-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
  }
  .xl\:border-top-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
  }
  .xl\:border-right-none {
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .xl\:border-right-1 {
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .xl\:border-right-2 {
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .xl\:border-right-3 {
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .xl\:border-left-none {
    border-left-width: 0px !important;
    border-left-style: none;
  }
  .xl\:border-left-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
  }
  .xl\:border-left-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
  }
  .xl\:border-left-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
  }
  .xl\:border-bottom-none {
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .xl\:border-bottom-1 {
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .xl\:border-bottom-2 {
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .xl\:border-bottom-3 {
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
  .xl\:border-x-none {
    border-left-width: 0px !important;
    border-left-style: none;
    border-right-width: 0px !important;
    border-right-style: none;
  }
  .xl\:border-x-1 {
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-width: 1px !important;
    border-right-style: solid;
  }
  .xl\:border-x-2 {
    border-left-width: 2px !important;
    border-left-style: solid;
    border-right-width: 2px !important;
    border-right-style: solid;
  }
  .xl\:border-x-3 {
    border-left-width: 3px !important;
    border-left-style: solid;
    border-right-width: 3px !important;
    border-right-style: solid;
  }
  .xl\:border-y-none {
    border-top-width: 0px !important;
    border-top-style: none;
    border-bottom-width: 0px !important;
    border-bottom-style: none;
  }
  .xl\:border-y-1 {
    border-top-width: 1px !important;
    border-top-style: solid;
    border-bottom-width: 1px !important;
    border-bottom-style: solid;
  }
  .xl\:border-y-2 {
    border-top-width: 2px !important;
    border-top-style: solid;
    border-bottom-width: 2px !important;
    border-bottom-style: solid;
  }
  .xl\:border-y-3 {
    border-top-width: 3px !important;
    border-top-style: solid;
    border-bottom-width: 3px !important;
    border-bottom-style: solid;
  }
}
.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

@media screen and (min-width: 576px) {
  .sm\:border-solid {
    border-style: solid !important;
  }
  .sm\:border-dashed {
    border-style: dashed !important;
  }
  .sm\:border-dotted {
    border-style: dotted !important;
  }
  .sm\:border-double {
    border-style: double !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-solid {
    border-style: solid !important;
  }
  .md\:border-dashed {
    border-style: dashed !important;
  }
  .md\:border-dotted {
    border-style: dotted !important;
  }
  .md\:border-double {
    border-style: double !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-solid {
    border-style: solid !important;
  }
  .lg\:border-dashed {
    border-style: dashed !important;
  }
  .lg\:border-dotted {
    border-style: dotted !important;
  }
  .lg\:border-double {
    border-style: double !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-solid {
    border-style: solid !important;
  }
  .xl\:border-dashed {
    border-style: dashed !important;
  }
  .xl\:border-dotted {
    border-style: dotted !important;
  }
  .xl\:border-double {
    border-style: double !important;
  }
}
.border-noround {
  border-radius: 0 !important;
}

.border-round {
  border-radius: var(--border-radius) !important;
}

.border-round-xs {
  border-radius: 0.125rem !important;
}

.border-round-sm {
  border-radius: 0.25rem !important;
}

.border-round-md {
  border-radius: 0.375rem !important;
}

.border-round-lg {
  border-radius: 0.5rem !important;
}

.border-round-xl {
  border-radius: 0.75rem !important;
}

.border-round-2xl {
  border-radius: 1rem !important;
}

.border-round-3xl {
  border-radius: 1.5rem !important;
}

.border-circle {
  border-radius: 50% !important;
}

@media screen and (min-width: 576px) {
  .sm\:border-noround {
    border-radius: 0 !important;
  }
  .sm\:border-round {
    border-radius: var(--border-radius) !important;
  }
  .sm\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .sm\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .sm\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .sm\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .sm\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .sm\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .sm\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .sm\:border-circle {
    border-radius: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-noround {
    border-radius: 0 !important;
  }
  .md\:border-round {
    border-radius: var(--border-radius) !important;
  }
  .md\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .md\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .md\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .md\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .md\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .md\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .md\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .md\:border-circle {
    border-radius: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-noround {
    border-radius: 0 !important;
  }
  .lg\:border-round {
    border-radius: var(--border-radius) !important;
  }
  .lg\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .lg\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .lg\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .lg\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .lg\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .lg\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .lg\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .lg\:border-circle {
    border-radius: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-noround {
    border-radius: 0 !important;
  }
  .xl\:border-round {
    border-radius: var(--border-radius) !important;
  }
  .xl\:border-round-xs {
    border-radius: 0.125rem !important;
  }
  .xl\:border-round-sm {
    border-radius: 0.25rem !important;
  }
  .xl\:border-round-md {
    border-radius: 0.375rem !important;
  }
  .xl\:border-round-lg {
    border-radius: 0.5rem !important;
  }
  .xl\:border-round-xl {
    border-radius: 0.75rem !important;
  }
  .xl\:border-round-2xl {
    border-radius: 1rem !important;
  }
  .xl\:border-round-3xl {
    border-radius: 1.5rem !important;
  }
  .xl\:border-circle {
    border-radius: 50% !important;
  }
}
.border-noround-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.border-noround-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.border-noround-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.border-noround-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.border-round-left {
  border-top-left-radius: var(--border-radius) !important;
  border-bottom-left-radius: var(--border-radius) !important;
}

.border-round-top {
  border-top-left-radius: var(--border-radius) !important;
  border-top-right-radius: var(--border-radius) !important;
}

.border-round-right {
  border-top-right-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}

.border-round-bottom {
  border-bottom-left-radius: var(--border-radius) !important;
  border-bottom-right-radius: var(--border-radius) !important;
}

.border-round-left-xs {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.border-round-top-xs {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.border-round-right-xs {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.border-round-bottom-xs {
  border-bottom-left-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.border-round-left-sm {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.border-round-top-sm {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.border-round-right-sm {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.border-round-bottom-sm {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.border-round-left-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.border-round-top-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.border-round-right-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.border-round-bottom-md {
  border-bottom-left-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.border-round-left-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.border-round-top-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.border-round-right-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.border-round-bottom-lg {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.border-round-left-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.border-round-top-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.border-round-right-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.border-round-bottom-xl {
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.border-round-left-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.border-round-top-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.border-round-right-2xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.border-round-bottom-2xl {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.border-round-left-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.border-round-top-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.border-round-right-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.border-round-bottom-3xl {
  border-bottom-left-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.border-circle-left {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.border-circle-top {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.border-circle-right {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.border-circle-bottom {
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

@media screen and (min-width: 576px) {
  .sm\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .sm\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .sm\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .sm\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .sm\:border-round-left {
    border-top-left-radius: var(--border-radius) !important;
    border-bottom-left-radius: var(--border-radius) !important;
  }
  .sm\:border-round-top {
    border-top-left-radius: var(--border-radius) !important;
    border-top-right-radius: var(--border-radius) !important;
  }
  .sm\:border-round-right {
    border-top-right-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .sm\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .sm\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .sm\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .sm\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .sm\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .sm\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .sm\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .sm\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .sm\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .sm\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .sm\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .sm\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .sm\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .sm\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .sm\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .sm\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .sm\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .sm\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .sm\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .sm\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .sm\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .sm\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .sm\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .sm\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .sm\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .sm\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .sm\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .sm\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .sm\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .sm\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .sm\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .sm\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .sm\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .md\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .md\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .md\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .md\:border-round-left {
    border-top-left-radius: var(--border-radius) !important;
    border-bottom-left-radius: var(--border-radius) !important;
  }
  .md\:border-round-top {
    border-top-left-radius: var(--border-radius) !important;
    border-top-right-radius: var(--border-radius) !important;
  }
  .md\:border-round-right {
    border-top-right-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .md\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .md\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .md\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .md\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .md\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .md\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .md\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .md\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .md\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .md\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .md\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .md\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .md\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .md\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .md\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .md\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .md\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .md\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .md\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .md\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .md\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .md\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .md\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .md\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .md\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .md\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .md\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .md\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .md\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .md\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .md\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .md\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .md\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .lg\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .lg\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .lg\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .lg\:border-round-left {
    border-top-left-radius: var(--border-radius) !important;
    border-bottom-left-radius: var(--border-radius) !important;
  }
  .lg\:border-round-top {
    border-top-left-radius: var(--border-radius) !important;
    border-top-right-radius: var(--border-radius) !important;
  }
  .lg\:border-round-right {
    border-top-right-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .lg\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .lg\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .lg\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .lg\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .lg\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .lg\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .lg\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .lg\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .lg\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .lg\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .lg\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .lg\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .lg\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .lg\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .lg\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .lg\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .lg\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .lg\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .lg\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .lg\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .lg\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .lg\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .lg\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .lg\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .lg\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .lg\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .lg\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .lg\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .lg\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .lg\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .lg\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .lg\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .lg\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:border-noround-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .xl\:border-noround-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .xl\:border-noround-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xl\:border-noround-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .xl\:border-round-left {
    border-top-left-radius: var(--border-radius) !important;
    border-bottom-left-radius: var(--border-radius) !important;
  }
  .xl\:border-round-top {
    border-top-left-radius: var(--border-radius) !important;
    border-top-right-radius: var(--border-radius) !important;
  }
  .xl\:border-round-right {
    border-top-right-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .xl\:border-round-bottom {
    border-bottom-left-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
  }
  .xl\:border-round-left-xs {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }
  .xl\:border-round-top-xs {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }
  .xl\:border-round-right-xs {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .xl\:border-round-bottom-xs {
    border-bottom-left-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }
  .xl\:border-round-left-sm {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .xl\:border-round-top-sm {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .xl\:border-round-right-sm {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .xl\:border-round-bottom-sm {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .xl\:border-round-left-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }
  .xl\:border-round-top-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }
  .xl\:border-round-right-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .xl\:border-round-bottom-md {
    border-bottom-left-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }
  .xl\:border-round-left-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }
  .xl\:border-round-top-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .xl\:border-round-right-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .xl\:border-round-bottom-lg {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
  .xl\:border-round-left-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }
  .xl\:border-round-top-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .xl\:border-round-right-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .xl\:border-round-bottom-xl {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
  .xl\:border-round-left-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }
  .xl\:border-round-top-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .xl\:border-round-right-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .xl\:border-round-bottom-2xl {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
  .xl\:border-round-left-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }
  .xl\:border-round-top-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .xl\:border-round-right-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .xl\:border-round-bottom-3xl {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
  .xl\:border-circle-left {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }
  .xl\:border-circle-top {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }
  .xl\:border-circle-right {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
  .xl\:border-circle-bottom {
    border-bottom-left-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }
}
.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-auto {
  width: auto !important;
}

.w-1 {
  width: 8.3333% !important;
}

.w-2 {
  width: 16.6667% !important;
}

.w-3 {
  width: 25% !important;
}

.w-4 {
  width: 33.3333% !important;
}

.w-5 {
  width: 41.6667% !important;
}

.w-6 {
  width: 50% !important;
}

.w-7 {
  width: 58.3333% !important;
}

.w-8 {
  width: 66.6667% !important;
}

.w-9 {
  width: 75% !important;
}

.w-10 {
  width: 83.3333% !important;
}

.w-11 {
  width: 91.6667% !important;
}

.w-12 {
  width: 100% !important;
}

.w-min {
  width: min-content !important;
}

.w-max {
  width: max-content !important;
}

.w-fit {
  width: fit-content !important;
}

.w-1rem {
  width: 1rem !important;
}

.w-2rem {
  width: 2rem !important;
}

.w-3rem {
  width: 3rem !important;
}

.w-4rem {
  width: 4rem !important;
}

.w-5rem {
  width: 5rem !important;
}

.w-6rem {
  width: 6rem !important;
}

.w-7rem {
  width: 7rem !important;
}

.w-8rem {
  width: 8rem !important;
}

.w-9rem {
  width: 9rem !important;
}

.w-10rem {
  width: 10rem !important;
}

.w-11rem {
  width: 11rem !important;
}

.w-12rem {
  width: 12rem !important;
}

.w-13rem {
  width: 13rem !important;
}

.w-14rem {
  width: 14rem !important;
}

.w-15rem {
  width: 15rem !important;
}

.w-16rem {
  width: 16rem !important;
}

.w-17rem {
  width: 17rem !important;
}

.w-18rem {
  width: 18rem !important;
}

.w-19rem {
  width: 19rem !important;
}

.w-20rem {
  width: 20rem !important;
}

.w-21rem {
  width: 21rem !important;
}

.w-22rem {
  width: 22rem !important;
}

.w-23rem {
  width: 23rem !important;
}

.w-24rem {
  width: 24rem !important;
}

.w-25rem {
  width: 25rem !important;
}

.w-26rem {
  width: 26rem !important;
}

.w-27rem {
  width: 27rem !important;
}

.w-28rem {
  width: 28rem !important;
}

.w-29rem {
  width: 29rem !important;
}

.w-30rem {
  width: 30rem !important;
}

@media screen and (min-width: 576px) {
  .sm\:w-full {
    width: 100% !important;
  }
  .sm\:w-screen {
    width: 100vw !important;
  }
  .sm\:w-auto {
    width: auto !important;
  }
  .sm\:w-1 {
    width: 8.3333% !important;
  }
  .sm\:w-2 {
    width: 16.6667% !important;
  }
  .sm\:w-3 {
    width: 25% !important;
  }
  .sm\:w-4 {
    width: 33.3333% !important;
  }
  .sm\:w-5 {
    width: 41.6667% !important;
  }
  .sm\:w-6 {
    width: 50% !important;
  }
  .sm\:w-7 {
    width: 58.3333% !important;
  }
  .sm\:w-8 {
    width: 66.6667% !important;
  }
  .sm\:w-9 {
    width: 75% !important;
  }
  .sm\:w-10 {
    width: 83.3333% !important;
  }
  .sm\:w-11 {
    width: 91.6667% !important;
  }
  .sm\:w-12 {
    width: 100% !important;
  }
  .sm\:w-min {
    width: min-content !important;
  }
  .sm\:w-max {
    width: max-content !important;
  }
  .sm\:w-fit {
    width: fit-content !important;
  }
  .sm\:w-1rem {
    width: 1rem !important;
  }
  .sm\:w-2rem {
    width: 2rem !important;
  }
  .sm\:w-3rem {
    width: 3rem !important;
  }
  .sm\:w-4rem {
    width: 4rem !important;
  }
  .sm\:w-5rem {
    width: 5rem !important;
  }
  .sm\:w-6rem {
    width: 6rem !important;
  }
  .sm\:w-7rem {
    width: 7rem !important;
  }
  .sm\:w-8rem {
    width: 8rem !important;
  }
  .sm\:w-9rem {
    width: 9rem !important;
  }
  .sm\:w-10rem {
    width: 10rem !important;
  }
  .sm\:w-11rem {
    width: 11rem !important;
  }
  .sm\:w-12rem {
    width: 12rem !important;
  }
  .sm\:w-13rem {
    width: 13rem !important;
  }
  .sm\:w-14rem {
    width: 14rem !important;
  }
  .sm\:w-15rem {
    width: 15rem !important;
  }
  .sm\:w-16rem {
    width: 16rem !important;
  }
  .sm\:w-17rem {
    width: 17rem !important;
  }
  .sm\:w-18rem {
    width: 18rem !important;
  }
  .sm\:w-19rem {
    width: 19rem !important;
  }
  .sm\:w-20rem {
    width: 20rem !important;
  }
  .sm\:w-21rem {
    width: 21rem !important;
  }
  .sm\:w-22rem {
    width: 22rem !important;
  }
  .sm\:w-23rem {
    width: 23rem !important;
  }
  .sm\:w-24rem {
    width: 24rem !important;
  }
  .sm\:w-25rem {
    width: 25rem !important;
  }
  .sm\:w-26rem {
    width: 26rem !important;
  }
  .sm\:w-27rem {
    width: 27rem !important;
  }
  .sm\:w-28rem {
    width: 28rem !important;
  }
  .sm\:w-29rem {
    width: 29rem !important;
  }
  .sm\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:w-full {
    width: 100% !important;
  }
  .md\:w-screen {
    width: 100vw !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-1 {
    width: 8.3333% !important;
  }
  .md\:w-2 {
    width: 16.6667% !important;
  }
  .md\:w-3 {
    width: 25% !important;
  }
  .md\:w-4 {
    width: 33.3333% !important;
  }
  .md\:w-5 {
    width: 41.6667% !important;
  }
  .md\:w-6 {
    width: 50% !important;
  }
  .md\:w-7 {
    width: 58.3333% !important;
  }
  .md\:w-8 {
    width: 66.6667% !important;
  }
  .md\:w-9 {
    width: 75% !important;
  }
  .md\:w-10 {
    width: 83.3333% !important;
  }
  .md\:w-11 {
    width: 91.6667% !important;
  }
  .md\:w-12 {
    width: 100% !important;
  }
  .md\:w-min {
    width: min-content !important;
  }
  .md\:w-max {
    width: max-content !important;
  }
  .md\:w-fit {
    width: fit-content !important;
  }
  .md\:w-1rem {
    width: 1rem !important;
  }
  .md\:w-2rem {
    width: 2rem !important;
  }
  .md\:w-3rem {
    width: 3rem !important;
  }
  .md\:w-4rem {
    width: 4rem !important;
  }
  .md\:w-5rem {
    width: 5rem !important;
  }
  .md\:w-6rem {
    width: 6rem !important;
  }
  .md\:w-7rem {
    width: 7rem !important;
  }
  .md\:w-8rem {
    width: 8rem !important;
  }
  .md\:w-9rem {
    width: 9rem !important;
  }
  .md\:w-10rem {
    width: 10rem !important;
  }
  .md\:w-11rem {
    width: 11rem !important;
  }
  .md\:w-12rem {
    width: 12rem !important;
  }
  .md\:w-13rem {
    width: 13rem !important;
  }
  .md\:w-14rem {
    width: 14rem !important;
  }
  .md\:w-15rem {
    width: 15rem !important;
  }
  .md\:w-16rem {
    width: 16rem !important;
  }
  .md\:w-17rem {
    width: 17rem !important;
  }
  .md\:w-18rem {
    width: 18rem !important;
  }
  .md\:w-19rem {
    width: 19rem !important;
  }
  .md\:w-20rem {
    width: 20rem !important;
  }
  .md\:w-21rem {
    width: 21rem !important;
  }
  .md\:w-22rem {
    width: 22rem !important;
  }
  .md\:w-23rem {
    width: 23rem !important;
  }
  .md\:w-24rem {
    width: 24rem !important;
  }
  .md\:w-25rem {
    width: 25rem !important;
  }
  .md\:w-26rem {
    width: 26rem !important;
  }
  .md\:w-27rem {
    width: 27rem !important;
  }
  .md\:w-28rem {
    width: 28rem !important;
  }
  .md\:w-29rem {
    width: 29rem !important;
  }
  .md\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:w-full {
    width: 100% !important;
  }
  .lg\:w-screen {
    width: 100vw !important;
  }
  .lg\:w-auto {
    width: auto !important;
  }
  .lg\:w-1 {
    width: 8.3333% !important;
  }
  .lg\:w-2 {
    width: 16.6667% !important;
  }
  .lg\:w-3 {
    width: 25% !important;
  }
  .lg\:w-4 {
    width: 33.3333% !important;
  }
  .lg\:w-5 {
    width: 41.6667% !important;
  }
  .lg\:w-6 {
    width: 50% !important;
  }
  .lg\:w-7 {
    width: 58.3333% !important;
  }
  .lg\:w-8 {
    width: 66.6667% !important;
  }
  .lg\:w-9 {
    width: 75% !important;
  }
  .lg\:w-10 {
    width: 83.3333% !important;
  }
  .lg\:w-11 {
    width: 91.6667% !important;
  }
  .lg\:w-12 {
    width: 100% !important;
  }
  .lg\:w-min {
    width: min-content !important;
  }
  .lg\:w-max {
    width: max-content !important;
  }
  .lg\:w-fit {
    width: fit-content !important;
  }
  .lg\:w-1rem {
    width: 1rem !important;
  }
  .lg\:w-2rem {
    width: 2rem !important;
  }
  .lg\:w-3rem {
    width: 3rem !important;
  }
  .lg\:w-4rem {
    width: 4rem !important;
  }
  .lg\:w-5rem {
    width: 5rem !important;
  }
  .lg\:w-6rem {
    width: 6rem !important;
  }
  .lg\:w-7rem {
    width: 7rem !important;
  }
  .lg\:w-8rem {
    width: 8rem !important;
  }
  .lg\:w-9rem {
    width: 9rem !important;
  }
  .lg\:w-10rem {
    width: 10rem !important;
  }
  .lg\:w-11rem {
    width: 11rem !important;
  }
  .lg\:w-12rem {
    width: 12rem !important;
  }
  .lg\:w-13rem {
    width: 13rem !important;
  }
  .lg\:w-14rem {
    width: 14rem !important;
  }
  .lg\:w-15rem {
    width: 15rem !important;
  }
  .lg\:w-16rem {
    width: 16rem !important;
  }
  .lg\:w-17rem {
    width: 17rem !important;
  }
  .lg\:w-18rem {
    width: 18rem !important;
  }
  .lg\:w-19rem {
    width: 19rem !important;
  }
  .lg\:w-20rem {
    width: 20rem !important;
  }
  .lg\:w-21rem {
    width: 21rem !important;
  }
  .lg\:w-22rem {
    width: 22rem !important;
  }
  .lg\:w-23rem {
    width: 23rem !important;
  }
  .lg\:w-24rem {
    width: 24rem !important;
  }
  .lg\:w-25rem {
    width: 25rem !important;
  }
  .lg\:w-26rem {
    width: 26rem !important;
  }
  .lg\:w-27rem {
    width: 27rem !important;
  }
  .lg\:w-28rem {
    width: 28rem !important;
  }
  .lg\:w-29rem {
    width: 29rem !important;
  }
  .lg\:w-30rem {
    width: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:w-full {
    width: 100% !important;
  }
  .xl\:w-screen {
    width: 100vw !important;
  }
  .xl\:w-auto {
    width: auto !important;
  }
  .xl\:w-1 {
    width: 8.3333% !important;
  }
  .xl\:w-2 {
    width: 16.6667% !important;
  }
  .xl\:w-3 {
    width: 25% !important;
  }
  .xl\:w-4 {
    width: 33.3333% !important;
  }
  .xl\:w-5 {
    width: 41.6667% !important;
  }
  .xl\:w-6 {
    width: 50% !important;
  }
  .xl\:w-7 {
    width: 58.3333% !important;
  }
  .xl\:w-8 {
    width: 66.6667% !important;
  }
  .xl\:w-9 {
    width: 75% !important;
  }
  .xl\:w-10 {
    width: 83.3333% !important;
  }
  .xl\:w-11 {
    width: 91.6667% !important;
  }
  .xl\:w-12 {
    width: 100% !important;
  }
  .xl\:w-min {
    width: min-content !important;
  }
  .xl\:w-max {
    width: max-content !important;
  }
  .xl\:w-fit {
    width: fit-content !important;
  }
  .xl\:w-1rem {
    width: 1rem !important;
  }
  .xl\:w-2rem {
    width: 2rem !important;
  }
  .xl\:w-3rem {
    width: 3rem !important;
  }
  .xl\:w-4rem {
    width: 4rem !important;
  }
  .xl\:w-5rem {
    width: 5rem !important;
  }
  .xl\:w-6rem {
    width: 6rem !important;
  }
  .xl\:w-7rem {
    width: 7rem !important;
  }
  .xl\:w-8rem {
    width: 8rem !important;
  }
  .xl\:w-9rem {
    width: 9rem !important;
  }
  .xl\:w-10rem {
    width: 10rem !important;
  }
  .xl\:w-11rem {
    width: 11rem !important;
  }
  .xl\:w-12rem {
    width: 12rem !important;
  }
  .xl\:w-13rem {
    width: 13rem !important;
  }
  .xl\:w-14rem {
    width: 14rem !important;
  }
  .xl\:w-15rem {
    width: 15rem !important;
  }
  .xl\:w-16rem {
    width: 16rem !important;
  }
  .xl\:w-17rem {
    width: 17rem !important;
  }
  .xl\:w-18rem {
    width: 18rem !important;
  }
  .xl\:w-19rem {
    width: 19rem !important;
  }
  .xl\:w-20rem {
    width: 20rem !important;
  }
  .xl\:w-21rem {
    width: 21rem !important;
  }
  .xl\:w-22rem {
    width: 22rem !important;
  }
  .xl\:w-23rem {
    width: 23rem !important;
  }
  .xl\:w-24rem {
    width: 24rem !important;
  }
  .xl\:w-25rem {
    width: 25rem !important;
  }
  .xl\:w-26rem {
    width: 26rem !important;
  }
  .xl\:w-27rem {
    width: 27rem !important;
  }
  .xl\:w-28rem {
    width: 28rem !important;
  }
  .xl\:w-29rem {
    width: 29rem !important;
  }
  .xl\:w-30rem {
    width: 30rem !important;
  }
}
.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.h-auto {
  height: auto !important;
}

.h-min {
  height: min-content !important;
}

.h-max {
  height: max-content !important;
}

.h-fit {
  height: fit-content !important;
}

.h-1rem {
  height: 1rem !important;
}

.h-2rem {
  height: 2rem !important;
}

.h-3rem {
  height: 3rem !important;
}

.h-4rem {
  height: 4rem !important;
}

.h-5rem {
  height: 5rem !important;
}

.h-6rem {
  height: 6rem !important;
}

.h-7rem {
  height: 7rem !important;
}

.h-8rem {
  height: 8rem !important;
}

.h-9rem {
  height: 9rem !important;
}

.h-10rem {
  height: 10rem !important;
}

.h-11rem {
  height: 11rem !important;
}

.h-12rem {
  height: 12rem !important;
}

.h-13rem {
  height: 13rem !important;
}

.h-14rem {
  height: 14rem !important;
}

.h-15rem {
  height: 15rem !important;
}

.h-16rem {
  height: 16rem !important;
}

.h-17rem {
  height: 17rem !important;
}

.h-18rem {
  height: 18rem !important;
}

.h-19rem {
  height: 19rem !important;
}

.h-20rem {
  height: 20rem !important;
}

.h-21rem {
  height: 21rem !important;
}

.h-22rem {
  height: 22rem !important;
}

.h-23rem {
  height: 23rem !important;
}

.h-24rem {
  height: 24rem !important;
}

.h-25rem {
  height: 25rem !important;
}

.h-26rem {
  height: 26rem !important;
}

.h-27rem {
  height: 27rem !important;
}

.h-28rem {
  height: 28rem !important;
}

.h-29rem {
  height: 29rem !important;
}

.h-30rem {
  height: 30rem !important;
}

@media screen and (min-width: 576px) {
  .sm\:h-full {
    height: 100% !important;
  }
  .sm\:h-screen {
    height: 100vh !important;
  }
  .sm\:h-auto {
    height: auto !important;
  }
  .sm\:h-min {
    height: min-content !important;
  }
  .sm\:h-max {
    height: max-content !important;
  }
  .sm\:h-fit {
    height: fit-content !important;
  }
  .sm\:h-1rem {
    height: 1rem !important;
  }
  .sm\:h-2rem {
    height: 2rem !important;
  }
  .sm\:h-3rem {
    height: 3rem !important;
  }
  .sm\:h-4rem {
    height: 4rem !important;
  }
  .sm\:h-5rem {
    height: 5rem !important;
  }
  .sm\:h-6rem {
    height: 6rem !important;
  }
  .sm\:h-7rem {
    height: 7rem !important;
  }
  .sm\:h-8rem {
    height: 8rem !important;
  }
  .sm\:h-9rem {
    height: 9rem !important;
  }
  .sm\:h-10rem {
    height: 10rem !important;
  }
  .sm\:h-11rem {
    height: 11rem !important;
  }
  .sm\:h-12rem {
    height: 12rem !important;
  }
  .sm\:h-13rem {
    height: 13rem !important;
  }
  .sm\:h-14rem {
    height: 14rem !important;
  }
  .sm\:h-15rem {
    height: 15rem !important;
  }
  .sm\:h-16rem {
    height: 16rem !important;
  }
  .sm\:h-17rem {
    height: 17rem !important;
  }
  .sm\:h-18rem {
    height: 18rem !important;
  }
  .sm\:h-19rem {
    height: 19rem !important;
  }
  .sm\:h-20rem {
    height: 20rem !important;
  }
  .sm\:h-21rem {
    height: 21rem !important;
  }
  .sm\:h-22rem {
    height: 22rem !important;
  }
  .sm\:h-23rem {
    height: 23rem !important;
  }
  .sm\:h-24rem {
    height: 24rem !important;
  }
  .sm\:h-25rem {
    height: 25rem !important;
  }
  .sm\:h-26rem {
    height: 26rem !important;
  }
  .sm\:h-27rem {
    height: 27rem !important;
  }
  .sm\:h-28rem {
    height: 28rem !important;
  }
  .sm\:h-29rem {
    height: 29rem !important;
  }
  .sm\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:h-full {
    height: 100% !important;
  }
  .md\:h-screen {
    height: 100vh !important;
  }
  .md\:h-auto {
    height: auto !important;
  }
  .md\:h-min {
    height: min-content !important;
  }
  .md\:h-max {
    height: max-content !important;
  }
  .md\:h-fit {
    height: fit-content !important;
  }
  .md\:h-1rem {
    height: 1rem !important;
  }
  .md\:h-2rem {
    height: 2rem !important;
  }
  .md\:h-3rem {
    height: 3rem !important;
  }
  .md\:h-4rem {
    height: 4rem !important;
  }
  .md\:h-5rem {
    height: 5rem !important;
  }
  .md\:h-6rem {
    height: 6rem !important;
  }
  .md\:h-7rem {
    height: 7rem !important;
  }
  .md\:h-8rem {
    height: 8rem !important;
  }
  .md\:h-9rem {
    height: 9rem !important;
  }
  .md\:h-10rem {
    height: 10rem !important;
  }
  .md\:h-11rem {
    height: 11rem !important;
  }
  .md\:h-12rem {
    height: 12rem !important;
  }
  .md\:h-13rem {
    height: 13rem !important;
  }
  .md\:h-14rem {
    height: 14rem !important;
  }
  .md\:h-15rem {
    height: 15rem !important;
  }
  .md\:h-16rem {
    height: 16rem !important;
  }
  .md\:h-17rem {
    height: 17rem !important;
  }
  .md\:h-18rem {
    height: 18rem !important;
  }
  .md\:h-19rem {
    height: 19rem !important;
  }
  .md\:h-20rem {
    height: 20rem !important;
  }
  .md\:h-21rem {
    height: 21rem !important;
  }
  .md\:h-22rem {
    height: 22rem !important;
  }
  .md\:h-23rem {
    height: 23rem !important;
  }
  .md\:h-24rem {
    height: 24rem !important;
  }
  .md\:h-25rem {
    height: 25rem !important;
  }
  .md\:h-26rem {
    height: 26rem !important;
  }
  .md\:h-27rem {
    height: 27rem !important;
  }
  .md\:h-28rem {
    height: 28rem !important;
  }
  .md\:h-29rem {
    height: 29rem !important;
  }
  .md\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:h-full {
    height: 100% !important;
  }
  .lg\:h-screen {
    height: 100vh !important;
  }
  .lg\:h-auto {
    height: auto !important;
  }
  .lg\:h-min {
    height: min-content !important;
  }
  .lg\:h-max {
    height: max-content !important;
  }
  .lg\:h-fit {
    height: fit-content !important;
  }
  .lg\:h-1rem {
    height: 1rem !important;
  }
  .lg\:h-2rem {
    height: 2rem !important;
  }
  .lg\:h-3rem {
    height: 3rem !important;
  }
  .lg\:h-4rem {
    height: 4rem !important;
  }
  .lg\:h-5rem {
    height: 5rem !important;
  }
  .lg\:h-6rem {
    height: 6rem !important;
  }
  .lg\:h-7rem {
    height: 7rem !important;
  }
  .lg\:h-8rem {
    height: 8rem !important;
  }
  .lg\:h-9rem {
    height: 9rem !important;
  }
  .lg\:h-10rem {
    height: 10rem !important;
  }
  .lg\:h-11rem {
    height: 11rem !important;
  }
  .lg\:h-12rem {
    height: 12rem !important;
  }
  .lg\:h-13rem {
    height: 13rem !important;
  }
  .lg\:h-14rem {
    height: 14rem !important;
  }
  .lg\:h-15rem {
    height: 15rem !important;
  }
  .lg\:h-16rem {
    height: 16rem !important;
  }
  .lg\:h-17rem {
    height: 17rem !important;
  }
  .lg\:h-18rem {
    height: 18rem !important;
  }
  .lg\:h-19rem {
    height: 19rem !important;
  }
  .lg\:h-20rem {
    height: 20rem !important;
  }
  .lg\:h-21rem {
    height: 21rem !important;
  }
  .lg\:h-22rem {
    height: 22rem !important;
  }
  .lg\:h-23rem {
    height: 23rem !important;
  }
  .lg\:h-24rem {
    height: 24rem !important;
  }
  .lg\:h-25rem {
    height: 25rem !important;
  }
  .lg\:h-26rem {
    height: 26rem !important;
  }
  .lg\:h-27rem {
    height: 27rem !important;
  }
  .lg\:h-28rem {
    height: 28rem !important;
  }
  .lg\:h-29rem {
    height: 29rem !important;
  }
  .lg\:h-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:h-full {
    height: 100% !important;
  }
  .xl\:h-screen {
    height: 100vh !important;
  }
  .xl\:h-auto {
    height: auto !important;
  }
  .xl\:h-min {
    height: min-content !important;
  }
  .xl\:h-max {
    height: max-content !important;
  }
  .xl\:h-fit {
    height: fit-content !important;
  }
  .xl\:h-1rem {
    height: 1rem !important;
  }
  .xl\:h-2rem {
    height: 2rem !important;
  }
  .xl\:h-3rem {
    height: 3rem !important;
  }
  .xl\:h-4rem {
    height: 4rem !important;
  }
  .xl\:h-5rem {
    height: 5rem !important;
  }
  .xl\:h-6rem {
    height: 6rem !important;
  }
  .xl\:h-7rem {
    height: 7rem !important;
  }
  .xl\:h-8rem {
    height: 8rem !important;
  }
  .xl\:h-9rem {
    height: 9rem !important;
  }
  .xl\:h-10rem {
    height: 10rem !important;
  }
  .xl\:h-11rem {
    height: 11rem !important;
  }
  .xl\:h-12rem {
    height: 12rem !important;
  }
  .xl\:h-13rem {
    height: 13rem !important;
  }
  .xl\:h-14rem {
    height: 14rem !important;
  }
  .xl\:h-15rem {
    height: 15rem !important;
  }
  .xl\:h-16rem {
    height: 16rem !important;
  }
  .xl\:h-17rem {
    height: 17rem !important;
  }
  .xl\:h-18rem {
    height: 18rem !important;
  }
  .xl\:h-19rem {
    height: 19rem !important;
  }
  .xl\:h-20rem {
    height: 20rem !important;
  }
  .xl\:h-21rem {
    height: 21rem !important;
  }
  .xl\:h-22rem {
    height: 22rem !important;
  }
  .xl\:h-23rem {
    height: 23rem !important;
  }
  .xl\:h-24rem {
    height: 24rem !important;
  }
  .xl\:h-25rem {
    height: 25rem !important;
  }
  .xl\:h-26rem {
    height: 26rem !important;
  }
  .xl\:h-27rem {
    height: 27rem !important;
  }
  .xl\:h-28rem {
    height: 28rem !important;
  }
  .xl\:h-29rem {
    height: 29rem !important;
  }
  .xl\:h-30rem {
    height: 30rem !important;
  }
}
.min-w-0 {
  min-width: 0px !important;
}

.min-w-full {
  min-width: 100% !important;
}

.min-w-screen {
  min-width: 100vw !important;
}

.min-w-min {
  min-width: min-content !important;
}

.min-w-max {
  min-width: max-content !important;
}

@media screen and (min-width: 576px) {
  .sm\:min-w-0 {
    min-width: 0px !important;
  }
  .sm\:min-w-full {
    min-width: 100% !important;
  }
  .sm\:min-w-screen {
    min-width: 100vw !important;
  }
  .sm\:min-w-min {
    min-width: min-content !important;
  }
  .sm\:min-w-max {
    min-width: max-content !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-w-0 {
    min-width: 0px !important;
  }
  .md\:min-w-full {
    min-width: 100% !important;
  }
  .md\:min-w-screen {
    min-width: 100vw !important;
  }
  .md\:min-w-min {
    min-width: min-content !important;
  }
  .md\:min-w-max {
    min-width: max-content !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-w-0 {
    min-width: 0px !important;
  }
  .lg\:min-w-full {
    min-width: 100% !important;
  }
  .lg\:min-w-screen {
    min-width: 100vw !important;
  }
  .lg\:min-w-min {
    min-width: min-content !important;
  }
  .lg\:min-w-max {
    min-width: max-content !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-w-0 {
    min-width: 0px !important;
  }
  .xl\:min-w-full {
    min-width: 100% !important;
  }
  .xl\:min-w-screen {
    min-width: 100vw !important;
  }
  .xl\:min-w-min {
    min-width: min-content !important;
  }
  .xl\:min-w-max {
    min-width: max-content !important;
  }
}
.max-w-0 {
  max-width: 0px !important;
}

.max-w-full {
  max-width: 100% !important;
}

.max-w-screen {
  max-width: 100vw !important;
}

.max-w-min {
  max-width: min-content !important;
}

.max-w-max {
  max-width: max-content !important;
}

.max-w-fit {
  max-width: fit-content !important;
}

.max-w-1rem {
  max-width: 1rem !important;
}

.max-w-2rem {
  max-width: 2rem !important;
}

.max-w-3rem {
  max-width: 3rem !important;
}

.max-w-4rem {
  max-width: 4rem !important;
}

.max-w-5rem {
  max-width: 5rem !important;
}

.max-w-6rem {
  max-width: 6rem !important;
}

.max-w-7rem {
  max-width: 7rem !important;
}

.max-w-8rem {
  max-width: 8rem !important;
}

.max-w-9rem {
  max-width: 9rem !important;
}

.max-w-10rem {
  max-width: 10rem !important;
}

.max-w-11rem {
  max-width: 11rem !important;
}

.max-w-12rem {
  max-width: 12rem !important;
}

.max-w-13rem {
  max-width: 13rem !important;
}

.max-w-14rem {
  max-width: 14rem !important;
}

.max-w-15rem {
  max-width: 15rem !important;
}

.max-w-16rem {
  max-width: 16rem !important;
}

.max-w-17rem {
  max-width: 17rem !important;
}

.max-w-18rem {
  max-width: 18rem !important;
}

.max-w-19rem {
  max-width: 19rem !important;
}

.max-w-20rem {
  max-width: 20rem !important;
}

.max-w-21rem {
  max-width: 21rem !important;
}

.max-w-22rem {
  max-width: 22rem !important;
}

.max-w-23rem {
  max-width: 23rem !important;
}

.max-w-24rem {
  max-width: 24rem !important;
}

.max-w-25rem {
  max-width: 25rem !important;
}

.max-w-26rem {
  max-width: 26rem !important;
}

.max-w-27rem {
  max-width: 27rem !important;
}

.max-w-28rem {
  max-width: 28rem !important;
}

.max-w-29rem {
  max-width: 29rem !important;
}

.max-w-30rem {
  max-width: 30rem !important;
}

@media screen and (min-width: 576px) {
  .sm\:max-w-0 {
    max-width: 0px !important;
  }
  .sm\:max-w-full {
    max-width: 100% !important;
  }
  .sm\:max-w-screen {
    max-width: 100vw !important;
  }
  .sm\:max-w-min {
    max-width: min-content !important;
  }
  .sm\:max-w-max {
    max-width: max-content !important;
  }
  .sm\:max-w-fit {
    max-width: fit-content !important;
  }
  .sm\:max-w-1rem {
    max-width: 1rem !important;
  }
  .sm\:max-w-2rem {
    max-width: 2rem !important;
  }
  .sm\:max-w-3rem {
    max-width: 3rem !important;
  }
  .sm\:max-w-4rem {
    max-width: 4rem !important;
  }
  .sm\:max-w-5rem {
    max-width: 5rem !important;
  }
  .sm\:max-w-6rem {
    max-width: 6rem !important;
  }
  .sm\:max-w-7rem {
    max-width: 7rem !important;
  }
  .sm\:max-w-8rem {
    max-width: 8rem !important;
  }
  .sm\:max-w-9rem {
    max-width: 9rem !important;
  }
  .sm\:max-w-10rem {
    max-width: 10rem !important;
  }
  .sm\:max-w-11rem {
    max-width: 11rem !important;
  }
  .sm\:max-w-12rem {
    max-width: 12rem !important;
  }
  .sm\:max-w-13rem {
    max-width: 13rem !important;
  }
  .sm\:max-w-14rem {
    max-width: 14rem !important;
  }
  .sm\:max-w-15rem {
    max-width: 15rem !important;
  }
  .sm\:max-w-16rem {
    max-width: 16rem !important;
  }
  .sm\:max-w-17rem {
    max-width: 17rem !important;
  }
  .sm\:max-w-18rem {
    max-width: 18rem !important;
  }
  .sm\:max-w-19rem {
    max-width: 19rem !important;
  }
  .sm\:max-w-20rem {
    max-width: 20rem !important;
  }
  .sm\:max-w-21rem {
    max-width: 21rem !important;
  }
  .sm\:max-w-22rem {
    max-width: 22rem !important;
  }
  .sm\:max-w-23rem {
    max-width: 23rem !important;
  }
  .sm\:max-w-24rem {
    max-width: 24rem !important;
  }
  .sm\:max-w-25rem {
    max-width: 25rem !important;
  }
  .sm\:max-w-26rem {
    max-width: 26rem !important;
  }
  .sm\:max-w-27rem {
    max-width: 27rem !important;
  }
  .sm\:max-w-28rem {
    max-width: 28rem !important;
  }
  .sm\:max-w-29rem {
    max-width: 29rem !important;
  }
  .sm\:max-w-30rem {
    max-width: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-w-0 {
    max-width: 0px !important;
  }
  .md\:max-w-full {
    max-width: 100% !important;
  }
  .md\:max-w-screen {
    max-width: 100vw !important;
  }
  .md\:max-w-min {
    max-width: min-content !important;
  }
  .md\:max-w-max {
    max-width: max-content !important;
  }
  .md\:max-w-fit {
    max-width: fit-content !important;
  }
  .md\:max-w-1rem {
    max-width: 1rem !important;
  }
  .md\:max-w-2rem {
    max-width: 2rem !important;
  }
  .md\:max-w-3rem {
    max-width: 3rem !important;
  }
  .md\:max-w-4rem {
    max-width: 4rem !important;
  }
  .md\:max-w-5rem {
    max-width: 5rem !important;
  }
  .md\:max-w-6rem {
    max-width: 6rem !important;
  }
  .md\:max-w-7rem {
    max-width: 7rem !important;
  }
  .md\:max-w-8rem {
    max-width: 8rem !important;
  }
  .md\:max-w-9rem {
    max-width: 9rem !important;
  }
  .md\:max-w-10rem {
    max-width: 10rem !important;
  }
  .md\:max-w-11rem {
    max-width: 11rem !important;
  }
  .md\:max-w-12rem {
    max-width: 12rem !important;
  }
  .md\:max-w-13rem {
    max-width: 13rem !important;
  }
  .md\:max-w-14rem {
    max-width: 14rem !important;
  }
  .md\:max-w-15rem {
    max-width: 15rem !important;
  }
  .md\:max-w-16rem {
    max-width: 16rem !important;
  }
  .md\:max-w-17rem {
    max-width: 17rem !important;
  }
  .md\:max-w-18rem {
    max-width: 18rem !important;
  }
  .md\:max-w-19rem {
    max-width: 19rem !important;
  }
  .md\:max-w-20rem {
    max-width: 20rem !important;
  }
  .md\:max-w-21rem {
    max-width: 21rem !important;
  }
  .md\:max-w-22rem {
    max-width: 22rem !important;
  }
  .md\:max-w-23rem {
    max-width: 23rem !important;
  }
  .md\:max-w-24rem {
    max-width: 24rem !important;
  }
  .md\:max-w-25rem {
    max-width: 25rem !important;
  }
  .md\:max-w-26rem {
    max-width: 26rem !important;
  }
  .md\:max-w-27rem {
    max-width: 27rem !important;
  }
  .md\:max-w-28rem {
    max-width: 28rem !important;
  }
  .md\:max-w-29rem {
    max-width: 29rem !important;
  }
  .md\:max-w-30rem {
    max-width: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-w-0 {
    max-width: 0px !important;
  }
  .lg\:max-w-full {
    max-width: 100% !important;
  }
  .lg\:max-w-screen {
    max-width: 100vw !important;
  }
  .lg\:max-w-min {
    max-width: min-content !important;
  }
  .lg\:max-w-max {
    max-width: max-content !important;
  }
  .lg\:max-w-fit {
    max-width: fit-content !important;
  }
  .lg\:max-w-1rem {
    max-width: 1rem !important;
  }
  .lg\:max-w-2rem {
    max-width: 2rem !important;
  }
  .lg\:max-w-3rem {
    max-width: 3rem !important;
  }
  .lg\:max-w-4rem {
    max-width: 4rem !important;
  }
  .lg\:max-w-5rem {
    max-width: 5rem !important;
  }
  .lg\:max-w-6rem {
    max-width: 6rem !important;
  }
  .lg\:max-w-7rem {
    max-width: 7rem !important;
  }
  .lg\:max-w-8rem {
    max-width: 8rem !important;
  }
  .lg\:max-w-9rem {
    max-width: 9rem !important;
  }
  .lg\:max-w-10rem {
    max-width: 10rem !important;
  }
  .lg\:max-w-11rem {
    max-width: 11rem !important;
  }
  .lg\:max-w-12rem {
    max-width: 12rem !important;
  }
  .lg\:max-w-13rem {
    max-width: 13rem !important;
  }
  .lg\:max-w-14rem {
    max-width: 14rem !important;
  }
  .lg\:max-w-15rem {
    max-width: 15rem !important;
  }
  .lg\:max-w-16rem {
    max-width: 16rem !important;
  }
  .lg\:max-w-17rem {
    max-width: 17rem !important;
  }
  .lg\:max-w-18rem {
    max-width: 18rem !important;
  }
  .lg\:max-w-19rem {
    max-width: 19rem !important;
  }
  .lg\:max-w-20rem {
    max-width: 20rem !important;
  }
  .lg\:max-w-21rem {
    max-width: 21rem !important;
  }
  .lg\:max-w-22rem {
    max-width: 22rem !important;
  }
  .lg\:max-w-23rem {
    max-width: 23rem !important;
  }
  .lg\:max-w-24rem {
    max-width: 24rem !important;
  }
  .lg\:max-w-25rem {
    max-width: 25rem !important;
  }
  .lg\:max-w-26rem {
    max-width: 26rem !important;
  }
  .lg\:max-w-27rem {
    max-width: 27rem !important;
  }
  .lg\:max-w-28rem {
    max-width: 28rem !important;
  }
  .lg\:max-w-29rem {
    max-width: 29rem !important;
  }
  .lg\:max-w-30rem {
    max-width: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-w-0 {
    max-width: 0px !important;
  }
  .xl\:max-w-full {
    max-width: 100% !important;
  }
  .xl\:max-w-screen {
    max-width: 100vw !important;
  }
  .xl\:max-w-min {
    max-width: min-content !important;
  }
  .xl\:max-w-max {
    max-width: max-content !important;
  }
  .xl\:max-w-fit {
    max-width: fit-content !important;
  }
  .xl\:max-w-1rem {
    max-width: 1rem !important;
  }
  .xl\:max-w-2rem {
    max-width: 2rem !important;
  }
  .xl\:max-w-3rem {
    max-width: 3rem !important;
  }
  .xl\:max-w-4rem {
    max-width: 4rem !important;
  }
  .xl\:max-w-5rem {
    max-width: 5rem !important;
  }
  .xl\:max-w-6rem {
    max-width: 6rem !important;
  }
  .xl\:max-w-7rem {
    max-width: 7rem !important;
  }
  .xl\:max-w-8rem {
    max-width: 8rem !important;
  }
  .xl\:max-w-9rem {
    max-width: 9rem !important;
  }
  .xl\:max-w-10rem {
    max-width: 10rem !important;
  }
  .xl\:max-w-11rem {
    max-width: 11rem !important;
  }
  .xl\:max-w-12rem {
    max-width: 12rem !important;
  }
  .xl\:max-w-13rem {
    max-width: 13rem !important;
  }
  .xl\:max-w-14rem {
    max-width: 14rem !important;
  }
  .xl\:max-w-15rem {
    max-width: 15rem !important;
  }
  .xl\:max-w-16rem {
    max-width: 16rem !important;
  }
  .xl\:max-w-17rem {
    max-width: 17rem !important;
  }
  .xl\:max-w-18rem {
    max-width: 18rem !important;
  }
  .xl\:max-w-19rem {
    max-width: 19rem !important;
  }
  .xl\:max-w-20rem {
    max-width: 20rem !important;
  }
  .xl\:max-w-21rem {
    max-width: 21rem !important;
  }
  .xl\:max-w-22rem {
    max-width: 22rem !important;
  }
  .xl\:max-w-23rem {
    max-width: 23rem !important;
  }
  .xl\:max-w-24rem {
    max-width: 24rem !important;
  }
  .xl\:max-w-25rem {
    max-width: 25rem !important;
  }
  .xl\:max-w-26rem {
    max-width: 26rem !important;
  }
  .xl\:max-w-27rem {
    max-width: 27rem !important;
  }
  .xl\:max-w-28rem {
    max-width: 28rem !important;
  }
  .xl\:max-w-29rem {
    max-width: 29rem !important;
  }
  .xl\:max-w-30rem {
    max-width: 30rem !important;
  }
}
.min-h-0 {
  min-height: 0px !important;
}

.min-h-full {
  min-height: 100% !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

@media screen and (min-width: 576px) {
  .sm\:min-h-0 {
    min-height: 0px !important;
  }
  .sm\:min-h-full {
    min-height: 100% !important;
  }
  .sm\:min-h-screen {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:min-h-0 {
    min-height: 0px !important;
  }
  .md\:min-h-full {
    min-height: 100% !important;
  }
  .md\:min-h-screen {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:min-h-0 {
    min-height: 0px !important;
  }
  .lg\:min-h-full {
    min-height: 100% !important;
  }
  .lg\:min-h-screen {
    min-height: 100vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:min-h-0 {
    min-height: 0px !important;
  }
  .xl\:min-h-full {
    min-height: 100% !important;
  }
  .xl\:min-h-screen {
    min-height: 100vh !important;
  }
}
.max-h-0 {
  max-height: 0px !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.max-h-min {
  max-height: min-content !important;
}

.max-h-max {
  max-height: max-content !important;
}

.max-h-fit {
  max-height: fit-content !important;
}

.max-h-1rem {
  max-height: 1rem !important;
}

.max-h-2rem {
  max-height: 2rem !important;
}

.max-h-3rem {
  max-height: 3rem !important;
}

.max-h-4rem {
  max-height: 4rem !important;
}

.max-h-5rem {
  max-height: 5rem !important;
}

.max-h-6rem {
  max-height: 6rem !important;
}

.max-h-7rem {
  max-height: 7rem !important;
}

.max-h-8rem {
  max-height: 8rem !important;
}

.max-h-9rem {
  max-height: 9rem !important;
}

.max-h-10rem {
  max-height: 10rem !important;
}

.max-h-11rem {
  max-height: 11rem !important;
}

.max-h-12rem {
  max-height: 12rem !important;
}

.max-h-13rem {
  max-height: 13rem !important;
}

.max-h-14rem {
  max-height: 14rem !important;
}

.max-h-15rem {
  max-height: 15rem !important;
}

.max-h-16rem {
  max-height: 16rem !important;
}

.max-h-17rem {
  max-height: 17rem !important;
}

.max-h-18rem {
  max-height: 18rem !important;
}

.max-h-19rem {
  max-height: 19rem !important;
}

.max-h-20rem {
  max-height: 20rem !important;
}

.max-h-21rem {
  max-height: 21rem !important;
}

.max-h-22rem {
  max-height: 22rem !important;
}

.max-h-23rem {
  max-height: 23rem !important;
}

.max-h-24rem {
  max-height: 24rem !important;
}

.max-h-25rem {
  max-height: 25rem !important;
}

.max-h-26rem {
  max-height: 26rem !important;
}

.max-h-27rem {
  max-height: 27rem !important;
}

.max-h-28rem {
  max-height: 28rem !important;
}

.max-h-29rem {
  max-height: 29rem !important;
}

.max-h-30rem {
  max-height: 30rem !important;
}

@media screen and (min-width: 576px) {
  .sm\:max-h-0 {
    max-height: 0px !important;
  }
  .sm\:max-h-full {
    max-height: 100% !important;
  }
  .sm\:max-h-screen {
    max-height: 100vh !important;
  }
  .sm\:max-h-min {
    max-height: min-content !important;
  }
  .sm\:max-h-max {
    max-height: max-content !important;
  }
  .sm\:max-h-fit {
    max-height: fit-content !important;
  }
  .sm\:max-h-1rem {
    max-height: 1rem !important;
  }
  .sm\:max-h-2rem {
    max-height: 2rem !important;
  }
  .sm\:max-h-3rem {
    max-height: 3rem !important;
  }
  .sm\:max-h-4rem {
    max-height: 4rem !important;
  }
  .sm\:max-h-5rem {
    max-height: 5rem !important;
  }
  .sm\:max-h-6rem {
    max-height: 6rem !important;
  }
  .sm\:max-h-7rem {
    max-height: 7rem !important;
  }
  .sm\:max-h-8rem {
    max-height: 8rem !important;
  }
  .sm\:max-h-9rem {
    max-height: 9rem !important;
  }
  .sm\:max-h-10rem {
    max-height: 10rem !important;
  }
  .sm\:max-h-11rem {
    max-height: 11rem !important;
  }
  .sm\:max-h-12rem {
    max-height: 12rem !important;
  }
  .sm\:max-h-13rem {
    max-height: 13rem !important;
  }
  .sm\:max-h-14rem {
    max-height: 14rem !important;
  }
  .sm\:max-h-15rem {
    max-height: 15rem !important;
  }
  .sm\:max-h-16rem {
    max-height: 16rem !important;
  }
  .sm\:max-h-17rem {
    max-height: 17rem !important;
  }
  .sm\:max-h-18rem {
    max-height: 18rem !important;
  }
  .sm\:max-h-19rem {
    max-height: 19rem !important;
  }
  .sm\:max-h-20rem {
    max-height: 20rem !important;
  }
  .sm\:max-h-21rem {
    max-height: 21rem !important;
  }
  .sm\:max-h-22rem {
    max-height: 22rem !important;
  }
  .sm\:max-h-23rem {
    max-height: 23rem !important;
  }
  .sm\:max-h-24rem {
    max-height: 24rem !important;
  }
  .sm\:max-h-25rem {
    max-height: 25rem !important;
  }
  .sm\:max-h-26rem {
    max-height: 26rem !important;
  }
  .sm\:max-h-27rem {
    max-height: 27rem !important;
  }
  .sm\:max-h-28rem {
    max-height: 28rem !important;
  }
  .sm\:max-h-29rem {
    max-height: 29rem !important;
  }
  .sm\:max-h-30rem {
    max-height: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:max-h-0 {
    max-height: 0px !important;
  }
  .md\:max-h-full {
    max-height: 100% !important;
  }
  .md\:max-h-screen {
    max-height: 100vh !important;
  }
  .md\:max-h-min {
    max-height: min-content !important;
  }
  .md\:max-h-max {
    max-height: max-content !important;
  }
  .md\:max-h-fit {
    max-height: fit-content !important;
  }
  .md\:max-h-1rem {
    max-height: 1rem !important;
  }
  .md\:max-h-2rem {
    max-height: 2rem !important;
  }
  .md\:max-h-3rem {
    max-height: 3rem !important;
  }
  .md\:max-h-4rem {
    max-height: 4rem !important;
  }
  .md\:max-h-5rem {
    max-height: 5rem !important;
  }
  .md\:max-h-6rem {
    max-height: 6rem !important;
  }
  .md\:max-h-7rem {
    max-height: 7rem !important;
  }
  .md\:max-h-8rem {
    max-height: 8rem !important;
  }
  .md\:max-h-9rem {
    max-height: 9rem !important;
  }
  .md\:max-h-10rem {
    max-height: 10rem !important;
  }
  .md\:max-h-11rem {
    max-height: 11rem !important;
  }
  .md\:max-h-12rem {
    max-height: 12rem !important;
  }
  .md\:max-h-13rem {
    max-height: 13rem !important;
  }
  .md\:max-h-14rem {
    max-height: 14rem !important;
  }
  .md\:max-h-15rem {
    max-height: 15rem !important;
  }
  .md\:max-h-16rem {
    max-height: 16rem !important;
  }
  .md\:max-h-17rem {
    max-height: 17rem !important;
  }
  .md\:max-h-18rem {
    max-height: 18rem !important;
  }
  .md\:max-h-19rem {
    max-height: 19rem !important;
  }
  .md\:max-h-20rem {
    max-height: 20rem !important;
  }
  .md\:max-h-21rem {
    max-height: 21rem !important;
  }
  .md\:max-h-22rem {
    max-height: 22rem !important;
  }
  .md\:max-h-23rem {
    max-height: 23rem !important;
  }
  .md\:max-h-24rem {
    max-height: 24rem !important;
  }
  .md\:max-h-25rem {
    max-height: 25rem !important;
  }
  .md\:max-h-26rem {
    max-height: 26rem !important;
  }
  .md\:max-h-27rem {
    max-height: 27rem !important;
  }
  .md\:max-h-28rem {
    max-height: 28rem !important;
  }
  .md\:max-h-29rem {
    max-height: 29rem !important;
  }
  .md\:max-h-30rem {
    max-height: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:max-h-0 {
    max-height: 0px !important;
  }
  .lg\:max-h-full {
    max-height: 100% !important;
  }
  .lg\:max-h-screen {
    max-height: 100vh !important;
  }
  .lg\:max-h-min {
    max-height: min-content !important;
  }
  .lg\:max-h-max {
    max-height: max-content !important;
  }
  .lg\:max-h-fit {
    max-height: fit-content !important;
  }
  .lg\:max-h-1rem {
    max-height: 1rem !important;
  }
  .lg\:max-h-2rem {
    max-height: 2rem !important;
  }
  .lg\:max-h-3rem {
    max-height: 3rem !important;
  }
  .lg\:max-h-4rem {
    max-height: 4rem !important;
  }
  .lg\:max-h-5rem {
    max-height: 5rem !important;
  }
  .lg\:max-h-6rem {
    max-height: 6rem !important;
  }
  .lg\:max-h-7rem {
    max-height: 7rem !important;
  }
  .lg\:max-h-8rem {
    max-height: 8rem !important;
  }
  .lg\:max-h-9rem {
    max-height: 9rem !important;
  }
  .lg\:max-h-10rem {
    max-height: 10rem !important;
  }
  .lg\:max-h-11rem {
    max-height: 11rem !important;
  }
  .lg\:max-h-12rem {
    max-height: 12rem !important;
  }
  .lg\:max-h-13rem {
    max-height: 13rem !important;
  }
  .lg\:max-h-14rem {
    max-height: 14rem !important;
  }
  .lg\:max-h-15rem {
    max-height: 15rem !important;
  }
  .lg\:max-h-16rem {
    max-height: 16rem !important;
  }
  .lg\:max-h-17rem {
    max-height: 17rem !important;
  }
  .lg\:max-h-18rem {
    max-height: 18rem !important;
  }
  .lg\:max-h-19rem {
    max-height: 19rem !important;
  }
  .lg\:max-h-20rem {
    max-height: 20rem !important;
  }
  .lg\:max-h-21rem {
    max-height: 21rem !important;
  }
  .lg\:max-h-22rem {
    max-height: 22rem !important;
  }
  .lg\:max-h-23rem {
    max-height: 23rem !important;
  }
  .lg\:max-h-24rem {
    max-height: 24rem !important;
  }
  .lg\:max-h-25rem {
    max-height: 25rem !important;
  }
  .lg\:max-h-26rem {
    max-height: 26rem !important;
  }
  .lg\:max-h-27rem {
    max-height: 27rem !important;
  }
  .lg\:max-h-28rem {
    max-height: 28rem !important;
  }
  .lg\:max-h-29rem {
    max-height: 29rem !important;
  }
  .lg\:max-h-30rem {
    max-height: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:max-h-0 {
    max-height: 0px !important;
  }
  .xl\:max-h-full {
    max-height: 100% !important;
  }
  .xl\:max-h-screen {
    max-height: 100vh !important;
  }
  .xl\:max-h-min {
    max-height: min-content !important;
  }
  .xl\:max-h-max {
    max-height: max-content !important;
  }
  .xl\:max-h-fit {
    max-height: fit-content !important;
  }
  .xl\:max-h-1rem {
    max-height: 1rem !important;
  }
  .xl\:max-h-2rem {
    max-height: 2rem !important;
  }
  .xl\:max-h-3rem {
    max-height: 3rem !important;
  }
  .xl\:max-h-4rem {
    max-height: 4rem !important;
  }
  .xl\:max-h-5rem {
    max-height: 5rem !important;
  }
  .xl\:max-h-6rem {
    max-height: 6rem !important;
  }
  .xl\:max-h-7rem {
    max-height: 7rem !important;
  }
  .xl\:max-h-8rem {
    max-height: 8rem !important;
  }
  .xl\:max-h-9rem {
    max-height: 9rem !important;
  }
  .xl\:max-h-10rem {
    max-height: 10rem !important;
  }
  .xl\:max-h-11rem {
    max-height: 11rem !important;
  }
  .xl\:max-h-12rem {
    max-height: 12rem !important;
  }
  .xl\:max-h-13rem {
    max-height: 13rem !important;
  }
  .xl\:max-h-14rem {
    max-height: 14rem !important;
  }
  .xl\:max-h-15rem {
    max-height: 15rem !important;
  }
  .xl\:max-h-16rem {
    max-height: 16rem !important;
  }
  .xl\:max-h-17rem {
    max-height: 17rem !important;
  }
  .xl\:max-h-18rem {
    max-height: 18rem !important;
  }
  .xl\:max-h-19rem {
    max-height: 19rem !important;
  }
  .xl\:max-h-20rem {
    max-height: 20rem !important;
  }
  .xl\:max-h-21rem {
    max-height: 21rem !important;
  }
  .xl\:max-h-22rem {
    max-height: 22rem !important;
  }
  .xl\:max-h-23rem {
    max-height: 23rem !important;
  }
  .xl\:max-h-24rem {
    max-height: 24rem !important;
  }
  .xl\:max-h-25rem {
    max-height: 25rem !important;
  }
  .xl\:max-h-26rem {
    max-height: 26rem !important;
  }
  .xl\:max-h-27rem {
    max-height: 27rem !important;
  }
  .xl\:max-h-28rem {
    max-height: 28rem !important;
  }
  .xl\:max-h-29rem {
    max-height: 29rem !important;
  }
  .xl\:max-h-30rem {
    max-height: 30rem !important;
  }
}
.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

@media screen and (min-width: 576px) {
  .sm\:static {
    position: static !important;
  }
  .sm\:fixed {
    position: fixed !important;
  }
  .sm\:absolute {
    position: absolute !important;
  }
  .sm\:relative {
    position: relative !important;
  }
  .sm\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:static {
    position: static !important;
  }
  .md\:fixed {
    position: fixed !important;
  }
  .md\:absolute {
    position: absolute !important;
  }
  .md\:relative {
    position: relative !important;
  }
  .md\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:static {
    position: static !important;
  }
  .lg\:fixed {
    position: fixed !important;
  }
  .lg\:absolute {
    position: absolute !important;
  }
  .lg\:relative {
    position: relative !important;
  }
  .lg\:sticky {
    position: sticky !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:static {
    position: static !important;
  }
  .xl\:fixed {
    position: fixed !important;
  }
  .xl\:absolute {
    position: absolute !important;
  }
  .xl\:relative {
    position: relative !important;
  }
  .xl\:sticky {
    position: sticky !important;
  }
}
.top-auto {
  top: auto !important;
}

.top-0 {
  top: 0px !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

@media screen and (min-width: 576px) {
  .sm\:top-auto {
    top: auto !important;
  }
  .sm\:top-0 {
    top: 0px !important;
  }
  .sm\:top-50 {
    top: 50% !important;
  }
  .sm\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:top-auto {
    top: auto !important;
  }
  .md\:top-0 {
    top: 0px !important;
  }
  .md\:top-50 {
    top: 50% !important;
  }
  .md\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:top-auto {
    top: auto !important;
  }
  .lg\:top-0 {
    top: 0px !important;
  }
  .lg\:top-50 {
    top: 50% !important;
  }
  .lg\:top-100 {
    top: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:top-auto {
    top: auto !important;
  }
  .xl\:top-0 {
    top: 0px !important;
  }
  .xl\:top-50 {
    top: 50% !important;
  }
  .xl\:top-100 {
    top: 100% !important;
  }
}
.left-auto {
  left: auto !important;
}

.left-0 {
  left: 0px !important;
}

.left-50 {
  left: 50% !important;
}

.left-100 {
  left: 100% !important;
}

@media screen and (min-width: 576px) {
  .sm\:left-auto {
    left: auto !important;
  }
  .sm\:left-0 {
    left: 0px !important;
  }
  .sm\:left-50 {
    left: 50% !important;
  }
  .sm\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:left-auto {
    left: auto !important;
  }
  .md\:left-0 {
    left: 0px !important;
  }
  .md\:left-50 {
    left: 50% !important;
  }
  .md\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:left-auto {
    left: auto !important;
  }
  .lg\:left-0 {
    left: 0px !important;
  }
  .lg\:left-50 {
    left: 50% !important;
  }
  .lg\:left-100 {
    left: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:left-auto {
    left: auto !important;
  }
  .xl\:left-0 {
    left: 0px !important;
  }
  .xl\:left-50 {
    left: 50% !important;
  }
  .xl\:left-100 {
    left: 100% !important;
  }
}
.right-auto {
  right: auto !important;
}

.right-0 {
  right: 0px !important;
}

.right-50 {
  right: 50% !important;
}

.right-100 {
  right: 100% !important;
}

@media screen and (min-width: 576px) {
  .sm\:right-auto {
    right: auto !important;
  }
  .sm\:right-0 {
    right: 0px !important;
  }
  .sm\:right-50 {
    right: 50% !important;
  }
  .sm\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:right-auto {
    right: auto !important;
  }
  .md\:right-0 {
    right: 0px !important;
  }
  .md\:right-50 {
    right: 50% !important;
  }
  .md\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:right-auto {
    right: auto !important;
  }
  .lg\:right-0 {
    right: 0px !important;
  }
  .lg\:right-50 {
    right: 50% !important;
  }
  .lg\:right-100 {
    right: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:right-auto {
    right: auto !important;
  }
  .xl\:right-0 {
    right: 0px !important;
  }
  .xl\:right-50 {
    right: 50% !important;
  }
  .xl\:right-100 {
    right: 100% !important;
  }
}
.bottom-auto {
  bottom: auto !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

@media screen and (min-width: 576px) {
  .sm\:bottom-auto {
    bottom: auto !important;
  }
  .sm\:bottom-0 {
    bottom: 0px !important;
  }
  .sm\:bottom-50 {
    bottom: 50% !important;
  }
  .sm\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bottom-auto {
    bottom: auto !important;
  }
  .md\:bottom-0 {
    bottom: 0px !important;
  }
  .md\:bottom-50 {
    bottom: 50% !important;
  }
  .md\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bottom-auto {
    bottom: auto !important;
  }
  .lg\:bottom-0 {
    bottom: 0px !important;
  }
  .lg\:bottom-50 {
    bottom: 50% !important;
  }
  .lg\:bottom-100 {
    bottom: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bottom-auto {
    bottom: auto !important;
  }
  .xl\:bottom-0 {
    bottom: 0px !important;
  }
  .xl\:bottom-50 {
    bottom: 50% !important;
  }
  .xl\:bottom-100 {
    bottom: 100% !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

@media screen and (min-width: 576px) {
  .sm\:overflow-auto {
    overflow: auto !important;
  }
  .sm\:overflow-hidden {
    overflow: hidden !important;
  }
  .sm\:overflow-visible {
    overflow: visible !important;
  }
  .sm\:overflow-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-auto {
    overflow: auto !important;
  }
  .md\:overflow-hidden {
    overflow: hidden !important;
  }
  .md\:overflow-visible {
    overflow: visible !important;
  }
  .md\:overflow-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-auto {
    overflow: auto !important;
  }
  .lg\:overflow-hidden {
    overflow: hidden !important;
  }
  .lg\:overflow-visible {
    overflow: visible !important;
  }
  .lg\:overflow-scroll {
    overflow: scroll !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-auto {
    overflow: auto !important;
  }
  .xl\:overflow-hidden {
    overflow: hidden !important;
  }
  .xl\:overflow-visible {
    overflow: visible !important;
  }
  .xl\:overflow-scroll {
    overflow: scroll !important;
  }
}
.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

@media screen and (min-width: 576px) {
  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }
  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }
  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }
}
.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

@media screen and (min-width: 576px) {
  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }
  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }
  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }
}
.z-auto {
  z-index: auto !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

@media screen and (min-width: 576px) {
  .sm\:z-auto {
    z-index: auto !important;
  }
  .sm\:z-0 {
    z-index: 0 !important;
  }
  .sm\:z-1 {
    z-index: 1 !important;
  }
  .sm\:z-2 {
    z-index: 2 !important;
  }
  .sm\:z-3 {
    z-index: 3 !important;
  }
  .sm\:z-4 {
    z-index: 4 !important;
  }
  .sm\:z-5 {
    z-index: 5 !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:z-auto {
    z-index: auto !important;
  }
  .md\:z-0 {
    z-index: 0 !important;
  }
  .md\:z-1 {
    z-index: 1 !important;
  }
  .md\:z-2 {
    z-index: 2 !important;
  }
  .md\:z-3 {
    z-index: 3 !important;
  }
  .md\:z-4 {
    z-index: 4 !important;
  }
  .md\:z-5 {
    z-index: 5 !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:z-auto {
    z-index: auto !important;
  }
  .lg\:z-0 {
    z-index: 0 !important;
  }
  .lg\:z-1 {
    z-index: 1 !important;
  }
  .lg\:z-2 {
    z-index: 2 !important;
  }
  .lg\:z-3 {
    z-index: 3 !important;
  }
  .lg\:z-4 {
    z-index: 4 !important;
  }
  .lg\:z-5 {
    z-index: 5 !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:z-auto {
    z-index: auto !important;
  }
  .xl\:z-0 {
    z-index: 0 !important;
  }
  .xl\:z-1 {
    z-index: 1 !important;
  }
  .xl\:z-2 {
    z-index: 2 !important;
  }
  .xl\:z-3 {
    z-index: 3 !important;
  }
  .xl\:z-4 {
    z-index: 4 !important;
  }
  .xl\:z-5 {
    z-index: 5 !important;
  }
}
.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

@media screen and (min-width: 576px) {
  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }
  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .sm\:bg-repeat-round {
    background-repeat: round !important;
  }
  .sm\:bg-repeat-space {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-repeat {
    background-repeat: repeat !important;
  }
  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .md\:bg-repeat-round {
    background-repeat: round !important;
  }
  .md\:bg-repeat-space {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }
  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .lg\:bg-repeat-round {
    background-repeat: round !important;
  }
  .lg\:bg-repeat-space {
    background-repeat: space !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-repeat {
    background-repeat: repeat !important;
  }
  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }
  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .xl\:bg-repeat-round {
    background-repeat: round !important;
  }
  .xl\:bg-repeat-space {
    background-repeat: space !important;
  }
}
.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

@media screen and (min-width: 576px) {
  .sm\:bg-auto {
    background-size: auto !important;
  }
  .sm\:bg-cover {
    background-size: cover !important;
  }
  .sm\:bg-contain {
    background-size: contain !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-auto {
    background-size: auto !important;
  }
  .md\:bg-cover {
    background-size: cover !important;
  }
  .md\:bg-contain {
    background-size: contain !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-auto {
    background-size: auto !important;
  }
  .lg\:bg-cover {
    background-size: cover !important;
  }
  .lg\:bg-contain {
    background-size: contain !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-auto {
    background-size: auto !important;
  }
  .xl\:bg-cover {
    background-size: cover !important;
  }
  .xl\:bg-contain {
    background-size: contain !important;
  }
}
.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

@media screen and (min-width: 576px) {
  .sm\:bg-bottom {
    background-position: bottom !important;
  }
  .sm\:bg-center {
    background-position: center !important;
  }
  .sm\:bg-left {
    background-position: left !important;
  }
  .sm\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .sm\:bg-left-top {
    background-position: left top !important;
  }
  .sm\:bg-right {
    background-position: right !important;
  }
  .sm\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .sm\:bg-right-top {
    background-position: right top !important;
  }
  .sm\:bg-top {
    background-position: top !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:bg-bottom {
    background-position: bottom !important;
  }
  .md\:bg-center {
    background-position: center !important;
  }
  .md\:bg-left {
    background-position: left !important;
  }
  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .md\:bg-left-top {
    background-position: left top !important;
  }
  .md\:bg-right {
    background-position: right !important;
  }
  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .md\:bg-right-top {
    background-position: right top !important;
  }
  .md\:bg-top {
    background-position: top !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:bg-bottom {
    background-position: bottom !important;
  }
  .lg\:bg-center {
    background-position: center !important;
  }
  .lg\:bg-left {
    background-position: left !important;
  }
  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .lg\:bg-left-top {
    background-position: left top !important;
  }
  .lg\:bg-right {
    background-position: right !important;
  }
  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .lg\:bg-right-top {
    background-position: right top !important;
  }
  .lg\:bg-top {
    background-position: top !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:bg-bottom {
    background-position: bottom !important;
  }
  .xl\:bg-center {
    background-position: center !important;
  }
  .xl\:bg-left {
    background-position: left !important;
  }
  .xl\:bg-left-bottom {
    background-position: left bottom !important;
  }
  .xl\:bg-left-top {
    background-position: left top !important;
  }
  .xl\:bg-right {
    background-position: right !important;
  }
  .xl\:bg-right-bottom {
    background-position: right bottom !important;
  }
  .xl\:bg-right-top {
    background-position: right top !important;
  }
  .xl\:bg-top {
    background-position: top !important;
  }
}
.select-none {
  user-select: none !important;
}

.select-text {
  user-select: text !important;
}

.select-all {
  user-select: all !important;
}

.select-auto {
  user-select: auto !important;
}

.list-none {
  list-style: none !important;
}

.list-disc {
  list-style: disc !important;
}

.list-decimal {
  list-style: decimal !important;
}

.appearance-none {
  appearance: none !important;
}

.outline-none {
  outline: none !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-move {
  cursor: move !important;
}

.select-none {
  user-select: none !important;
}

.select-text {
  user-select: text !important;
}

.select-all {
  user-select: all !important;
}

.select-auto {
  user-select: auto !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-10 {
  opacity: .1 !important;
}

.opacity-20 {
  opacity: .2 !important;
}

.opacity-30 {
  opacity: .3 !important;
}

.opacity-40 {
  opacity: .4 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-60 {
  opacity: .6 !important;
}

.opacity-70 {
  opacity: .7 !important;
}

.opacity-80 {
  opacity: .8 !important;
}

.opacity-90 {
  opacity: .9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.reset {
  all: unset;
}

.transition-none {
  transition-property: none !important;
}

.transition-all {
  transition-property: all !important;
}

.transition-colors {
  transition-property: background-color,border-color,color !important;
}

.transition-transform {
  transition-property: transform !important;
}

.transition-duration-100 {
  transition-duration: 100ms !important;
}

.transition-duration-150 {
  transition-duration: 150ms !important;
}

.transition-duration-200 {
  transition-duration: 200ms !important;
}

.transition-duration-300 {
  transition-duration: 300ms !important;
}

.transition-duration-400 {
  transition-duration: 400ms !important;
}

.transition-duration-500 {
  transition-duration: 500ms !important;
}

.transition-duration-1000 {
  transition-duration: 1000ms !important;
}

.transition-duration-2000 {
  transition-duration: 2000ms !important;
}

.transition-duration-3000 {
  transition-duration: 3000ms !important;
}

.transition-linear {
  transition-timing-function: linear !important;
}

.transition-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.transition-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.transition-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.transition-delay-100 {
  transition-delay: 100ms !important;
}

.transition-delay-150 {
  transition-delay: 150ms !important;
}

.transition-delay-200 {
  transition-delay: 200ms !important;
}

.transition-delay-300 {
  transition-delay: 300ms !important;
}

.transition-delay-400 {
  transition-delay: 400ms !important;
}

.transition-delay-500 {
  transition-delay: 500ms !important;
}

.transition-delay-1000 {
  transition-delay: 1000ms !important;
}

.translate-x-0 {
  transform: translateX(0%) !important;
}

.translate-x-100 {
  transform: translateX(100%) !important;
}

.-translate-x-100 {
  transform: translateX(-100%) !important;
}

.translate-y-0 {
  transform: translateY(0%) !important;
}

.translate-y-100 {
  transform: translateY(100%) !important;
}

.-translate-y-100 {
  transform: translateY(-100%) !important;
}

@media screen and (min-width: 576px) {
  .sm\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .sm\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .sm\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .sm\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .sm\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .sm\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .md\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .md\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .md\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .md\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .md\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .lg\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .lg\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .lg\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .lg\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .lg\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:translate-x-0 {
    transform: translateX(0%) !important;
  }
  .xl\:translate-x-100 {
    transform: translateX(100%) !important;
  }
  .xl\:-translate-x-100 {
    transform: translateX(-100%) !important;
  }
  .xl\:translate-y-0 {
    transform: translateY(0%) !important;
  }
  .xl\:translate-y-100 {
    transform: translateY(100%) !important;
  }
  .xl\:-translate-y-100 {
    transform: translateY(-100%) !important;
  }
}
.rotate-45 {
  transform: rotate(45deg) !important;
}

.-rotate-45 {
  transform: rotate(-45deg) !important;
}

.rotate-90 {
  transform: rotate(90deg) !important;
}

.-rotate-90 {
  transform: rotate(-90deg) !important;
}

.rotate-180 {
  transform: rotate(180deg) !important;
}

.-rotate-180 {
  transform: rotate(-180deg) !important;
}

@media screen and (min-width: 576px) {
  .sm\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .sm\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .sm\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .sm\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .sm\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .sm\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .md\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .md\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .md\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .md\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .md\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .lg\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .lg\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .lg\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .lg\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .lg\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:rotate-45 {
    transform: rotate(45deg) !important;
  }
  .xl\:-rotate-45 {
    transform: rotate(-45deg) !important;
  }
  .xl\:rotate-90 {
    transform: rotate(90deg) !important;
  }
  .xl\:-rotate-90 {
    transform: rotate(-90deg) !important;
  }
  .xl\:rotate-180 {
    transform: rotate(180deg) !important;
  }
  .xl\:-rotate-180 {
    transform: rotate(-180deg) !important;
  }
}
.origin-center {
  transform-origin: center !important;
}

.origin-top {
  transform-origin: top !important;
}

.origin-top-right {
  transform-origin: top right !important;
}

.origin-right {
  transform-origin: right !important;
}

.origin-bottom-right {
  transform-origin: bottom right !important;
}

.origin-bottom {
  transform-origin: bottom !important;
}

.origin-bottom-left {
  transform-origin: bottom left !important;
}

.origin-left {
  transform-origin: left !important;
}

.origin-top-left {
  transform-origin: top-left !important;
}

@media screen and (min-width: 576px) {
  .sm\:origin-center {
    transform-origin: center !important;
  }
  .sm\:origin-top {
    transform-origin: top !important;
  }
  .sm\:origin-top-right {
    transform-origin: top right !important;
  }
  .sm\:origin-right {
    transform-origin: right !important;
  }
  .sm\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .sm\:origin-bottom {
    transform-origin: bottom !important;
  }
  .sm\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .sm\:origin-left {
    transform-origin: left !important;
  }
  .sm\:origin-top-left {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 768px) {
  .md\:origin-center {
    transform-origin: center !important;
  }
  .md\:origin-top {
    transform-origin: top !important;
  }
  .md\:origin-top-right {
    transform-origin: top right !important;
  }
  .md\:origin-right {
    transform-origin: right !important;
  }
  .md\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .md\:origin-bottom {
    transform-origin: bottom !important;
  }
  .md\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .md\:origin-left {
    transform-origin: left !important;
  }
  .md\:origin-top-left {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 992px) {
  .lg\:origin-center {
    transform-origin: center !important;
  }
  .lg\:origin-top {
    transform-origin: top !important;
  }
  .lg\:origin-top-right {
    transform-origin: top right !important;
  }
  .lg\:origin-right {
    transform-origin: right !important;
  }
  .lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .lg\:origin-bottom {
    transform-origin: bottom !important;
  }
  .lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .lg\:origin-left {
    transform-origin: left !important;
  }
  .lg\:origin-top-left {
    transform-origin: top-left !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl\:origin-center {
    transform-origin: center !important;
  }
  .xl\:origin-top {
    transform-origin: top !important;
  }
  .xl\:origin-top-right {
    transform-origin: top right !important;
  }
  .xl\:origin-right {
    transform-origin: right !important;
  }
  .xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }
  .xl\:origin-bottom {
    transform-origin: bottom !important;
  }
  .xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }
  .xl\:origin-left {
    transform-origin: left !important;
  }
  .xl\:origin-top-left {
    transform-origin: top-left !important;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scalein {
  0% {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes slidedown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: auto;
  }
}
@keyframes slideup {
  0% {
    max-height: 1000px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeoutleft {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeoutup {
  0% {
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes animate-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes flip {
  from {
    transform: perspective(2000px) rotateX(-100deg);
  }
  to {
    transform: perspective(2000px) rotateX(0);
  }
}
@keyframes flipleft {
  from {
    transform: perspective(2000px) rotateY(-100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipright {
  from {
    transform: perspective(2000px) rotateY(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateY(0);
    opacity: 1;
  }
}
@keyframes flipup {
  from {
    transform: perspective(2000px) rotateX(-100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2000px) rotateX(0);
    opacity: 1;
  }
}
@keyframes zoomin {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomindown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoominleft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoominright {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoominup {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
.fadein {
  animation: fadein 0.15s linear;
}

.fadeout {
  animation: fadeout 0.15s linear;
}

.slidedown {
  animation: slidedown 0.45s ease-in-out;
}

.slideup {
  animation: slideup 0.45s cubic-bezier(0, 1, 0, 1);
}

.scalein {
  animation: scalein 0.15s linear;
}

.fadeinleft {
  animation: fadeinleft 0.15s linear;
}

.fadeoutleft {
  animation: fadeoutleft 0.15s linear;
}

.fadeinright {
  animation: fadeinright 0.15s linear;
}

.fadeoutright {
  animation: fadeoutright 0.15s linear;
}

.fadeinup {
  animation: fadeinup 0.15s linear;
}

.fadeoutup {
  animation: fadeoutup 0.15s linear;
}

.fadeindown {
  animation: fadeindown 0.15s linear;
}

.fadeoutdown {
  animation: fadeoutdown 0.15s linear;
}

.animate-width {
  animation: animate-width 1000ms linear;
}

.flip {
  backface-visibility: visible;
  animation: flip 0.15s linear;
}

.flipup {
  backface-visibility: visible;
  animation: flipup 0.15s linear;
}

.flipleft {
  backface-visibility: visible;
  animation: flipleft 0.15s linear;
}

.flipright {
  backface-visibility: visible;
  animation: flipright 0.15s linear;
}

.zoomin {
  animation: zoomin 0.15s linear;
}

.zoomindown {
  animation: zoomindown 0.15s linear;
}

.zoominleft {
  animation: zoominleft 0.15s linear;
}

.zoominright {
  animation: zoominright 0.15s linear;
}

.zoominup {
  animation: zoominup 0.15s linear;
}

.animation-duration-100 {
  animation-duration: 100ms !important;
}

.animation-duration-150 {
  animation-duration: 150ms !important;
}

.animation-duration-200 {
  animation-duration: 200ms !important;
}

.animation-duration-300 {
  animation-duration: 300ms !important;
}

.animation-duration-400 {
  animation-duration: 400ms !important;
}

.animation-duration-500 {
  animation-duration: 500ms !important;
}

.animation-duration-1000 {
  animation-duration: 1000ms !important;
}

.animation-duration-2000 {
  animation-duration: 2000ms !important;
}

.animation-duration-3000 {
  animation-duration: 3000ms !important;
}

.animation-delay-100 {
  animation-delay: 100ms !important;
}

.animation-delay-150 {
  animation-delay: 150ms !important;
}

.animation-delay-200 {
  animation-delay: 200ms !important;
}

.animation-delay-300 {
  animation-delay: 300ms !important;
}

.animation-delay-400 {
  animation-delay: 400ms !important;
}

.animation-delay-500 {
  animation-delay: 500ms !important;
}

.animation-delay-1000 {
  animation-delay: 1000ms !important;
}

.animation-iteration-1 {
  animation-iteration-count: 1 !important;
}

.animation-iteration-2 {
  animation-iteration-count: 2 !important;
}

.animation-iteration-infinite {
  animation-iteration-count: infinite !important;
}

.animation-linear {
  animation-timing-function: linear !important;
}

.animation-ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.animation-ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.animation-ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.animation-fill-none {
  animation-fill-mode: none !important;
}

.animation-fill-forwards {
  animation-fill-mode: forwards !important;
}

.animation-fill-backwards {
  animation-fill-mode: backwards !important;
}

.animation-fill-both {
  animation-fill-mode: both !important;
}
.icon[data-v-9c3d11ff] {
  width: 100%;
  aspect-ratio: 1/1;
}
.alpha-wrapper[data-v-1d67facd] {
	position: relative;
	outline: 5px solid var(--bleu-clair-semactic);
	border: 0px solid transparent;
	border-radius: 16px;
	padding: 2rem;
	/* background-color: var(--bleu-clair-clair-semactic); */
}
.alpha-indicator[data-v-1d67facd] {
	position: absolute;
	top: -15px;
	right: -17px;
}
.alpha-indicator img[data-v-1d67facd] {
	width: 80px;
	height: 80px;
}

.beta-wrapper[data-v-2e9898b2] {
	position: relative;
	outline: 5px solid var(--bleu-clair-semactic);
	border: 0px solid transparent;
	border-radius: 16px;
	padding: 2rem;
	/* background-color: var(--bleu-clair-clair-semactic); */
}
.beta-indicator[data-v-2e9898b2] {
	position: absolute;
	top: -15px;
	right: -17px;
}
.beta-indicator img[data-v-2e9898b2] {
	width: 80px;
	height: 80px;
}
.icon[data-v-eec74fef] {
  width: 100%;
  aspect-ratio: 1/1;
}.icon[data-v-b7011c9f] {
  width: 100%;
  aspect-ratio: 1/1;
}.icon[data-v-b0e409bc] {
  width: 100%;
  aspect-ratio: 1/1;
}.icon[data-v-418b83cf] {
  width: 100%;
  aspect-ratio: 1/1;
}.icon[data-v-88967be7] {
  width: 100%;
  aspect-ratio: 1/1;
}.icon[data-v-50715a93] {
  width: 100%;
  aspect-ratio: 1/1;
}.icon[data-v-e1652edc] {
  width: 100%;
  aspect-ratio: 1/1;
}.icon[data-v-5ca361b9] {
  width: 100%;
  aspect-ratio: 1/1;
}.icon[data-v-eaacdb1c] {
  width: 100%;
  aspect-ratio: 1/1;
}.icon[data-v-1ccf0539] {
  width: 100%;
  aspect-ratio: 1/1;
  width: 1.75rem;
  height: 1.75rem;
}.icon[data-v-f180e36e] {
  width: 100%;
  aspect-ratio: 1/1;
  width: 1.75rem;
  height: 1.75rem;
}.icon[data-v-e8b3ad40] {
  width: 100%;
  aspect-ratio: 1/1;
  fill: currentColor;
}.icon[data-v-f8d31f92] {
  width: 100%;
  aspect-ratio: 1/1;
}.skelet[data-v-91a13c43] {
  border: 1px solid lightgray;
}
.mr[data-v-91a13c43] {
  margin-right: 1.5rem;
}
header[data-v-91a13c43] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.7rem 0 1rem;
}
.flex[data-v-91a13c43] {
  display: flex;
}
.align-center[data-v-91a13c43] {
  align-items: center;
}
#user[data-v-91a13c43] {
  display: flex;
  align-items: center;
}
#user p[data-v-91a13c43] {
  font-weight: 600;
}.dropdown[data-v-806ec64d] {
  min-width: var(--71001146);
  max-width: var(--71001146);
  position: relative;
  cursor: pointer;
  user-select: none;
  margin: 0 1.5rem 0 0;
}
.dropdown-selected[data-v-806ec64d] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background-color: white;
  padding: 8px;
  border: 1px solid black;
  border-radius: 30px;
  color: black;
  font-weight: 500;
  font-size: 0.9rem;
}
.dropdown-filter[data-v-806ec64d] {
  width: 100%;
  padding: 4px 0 4px 1rem;
  border: none;
}
.dropdown-filter[data-v-806ec64d]::placeholder {
  color: black;
  font-weight: 500;
  opacity: 1;
}
.dropdown-filter[data-v-806ec64d]:focus {
  outline: none;
}
.dropdown-icon[data-v-806ec64d] {
  margin-right: 1.2rem;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("https://icons.veryicon.com/png/o/miscellaneous/zol-m-station/icon-arrow-up-2.png");
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  background-size: contain;
  transition: transform 0.2s ease-in-out;
}
.icon-up[data-v-806ec64d] {
  transform: rotate(0deg);
}
.dropdown-options[data-v-806ec64d] {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 260px;
  overflow-y: auto;
  border-radius: 9px;
  width: 100%;
  z-index: 999;
}
.dropdown-option-selected[data-v-806ec64d] {
  background-color: #e6f7ff;
}
.item[data-v-806ec64d] {
  padding: 0.3rem 1rem;
}
.item[data-v-806ec64d]:hover {
  background-color: #e6f7ff;
}
.dropdown-option-highlighted[data-v-806ec64d] {
  background-color: var(--jaune-clair-semactic);
}.icon[data-v-726c2106] {
  width: 100%;
  aspect-ratio: 1/1;
}.icon[data-v-6a58d7ea] {
  width: 100%;
  aspect-ratio: 1/1;
}
.bell-button[data-v-e7cf8239] {
	background: none;
	border: none;
	cursor: pointer;
	position: relative;
	border-radius: 100%;
}
.bell-button[data-v-e7cf8239]:hover {
	background: none;
	/* Annuler le changement de fond */
	/* Annulez également toute autre propriété CSS qui pourrait être modifiée au survol */
}
.notifications-popup[data-v-e7cf8239] {
	position: absolute;
	top: 80px;
	right: 20px;
	border: 1px solid #ccc;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background-color: white;
	width: 400px;
	max-height: 400px;
	overflow: auto;
	z-index: 1000;
	border-radius: 10px;
}
.notification-item[data-v-e7cf8239] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
.notification-content[data-v-e7cf8239] {
	flex-grow: 1;
	/* Permet au contenu de grandir et de remplir l'espace disponible */
}
.notification-title[data-v-e7cf8239] {
	margin: 0;
	margin-bottom: 0.5rem;
	/* Ajoutez un peu d'espace entre le titre et la description */
}
.notification-description[data-v-e7cf8239] {
	margin: 0;
	font-size: 1rem;
	font-weight: 300 !important;
}
.notification-unread-indicator[data-v-e7cf8239] {
	flex-shrink: 0;
	/* Empêche le point rouge de rétrécir */
	height: 15px;
	width: 15px;
	border-color: black;
	border-width: 2px;
	border-style: solid;
	background-color: red;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
}
.view-more-link[data-v-e7cf8239] {
	display: block;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 300 !important;
	text-decoration: none;
	color: #676767;
}
.view-more-link[data-v-e7cf8239]:hover {
	text-decoration: underline;
}
.notification-list[data-v-e7cf8239] {
	max-height: 350px;
	/* Hauteur ajustée pour tenir compte du texte 'View more' */
	overflow-y: auto;
}
.no-notifications-message[data-v-e7cf8239] {
	padding: 25px 0px 25px 0px;
	text-align: center;
	color: #676767;
	font-weight: 300 !important;
}
.notification-link[data-v-e7cf8239] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	text-decoration: none;
	color: inherit;
	/* Conserve la couleur de texte par défaut */
}
.notification-link[data-v-e7cf8239]:hover {
	text-decoration: none;
	/* Pas de changement au survol */
}
.notification-bell[data-v-e7cf8239] {
	position: relative;
	animation-name: col-e7cf8239;
	animation-duration: 25s;
	animation-iteration-count: infinite;
}
.btn-bell[data-v-e7cf8239] {
	animation-name: bell-ring-e7cf8239;
	animation-duration: 25s;
	animation-iteration-count: infinite;
}
.my-btn-border[data-v-e7cf8239] {
	opacity: 0;
	position: absolute;
	border-radius: 50%;
	top: 15%;
	left: 70%;
	width: 100%;
	aspect-ratio: 1/1;
	border: 1px solid #ef7575 !important;
	animation-name: bord-pop;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;
}

/* @keyframes bord-pop {
	0% {
		transform: translate(-50%, -50%);
		opacity: 0;
	}

	0.66% {
		transform: translate(-50%, -50%) scale(1.6);
		opacity: 0.1;
	}

	1.33% {
		transform: translate(-50%, -50%) scale(1.9);
		opacity: 0.4;
	}

	5% {
		opacity: 0;
	}

	100% {
		transform: translate(-50%, -50%);
		opacity: 0;
	}
} */
@keyframes col-e7cf8239 {
0% {
		transform: scale(1) translate(0, 0);
}
0.66% {
		transform: scale(1.1) translate(0, 0);
}
25% {
		transform: scale(1) translate(0, 0);
}
100% {
		transform: scale(1) translate(0, 0);
}
}
@keyframes bell-ring-e7cf8239 {
0% {
		transform: rotate(0deg);
}
0.33%,
	0.99% {
		transform: rotate(25deg);
}
0.66%,
	1.32% {
		transform: rotate(-25deg);
}
1.66% {
		transform: rotate(0deg);
}
100% {
		transform: rotate(0deg);
}
}

.card[data-v-c51d9426] {
	width: 36px;
	aspect-ratio: 1/1;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 0.7rem;
	margin-left: 0.7rem;
}
.card img[data-v-c51d9426] {
	width: 100%;
	aspect-ratio: 1 /1;
	object-fit: cover;
	transition: 0.4s;
}
.icon[data-v-70ab00dd] {
  width: 100%;
  aspect-ratio: 1/1;
}
.help-menu-container[data-v-ff99c9da] {
	margin-right: 25px; /* Adjust this value based on your exact spacing needs */
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.dropdown-menu[data-v-ff99c9da] {
	position: absolute;
	top: 2.5rem;
	left: 0px;
	width: 200px;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 9px;
	z-index: 999;
}
.dropdown-menu li[data-v-ff99c9da] {
	padding: 15px 1rem;
}
.dropdown-menu li[data-v-ff99c9da]:hover {
	background-color: #e6f7ff;
}
.dropdown-menu a[data-v-ff99c9da] {
	text-decoration: none;
	display: block;
	color: inherit;
}
.modal[data-v-fe87e82e] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* Adjusted from center to flex-start */
  /* Add some top padding to position it higher */
  z-index: 1000;
  padding-bottom: 40px;
}
.modal-content[data-v-fe87e82e] {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 800px;
  line-height: 1.5;
  /* Added interline for better readability */
  margin-top: 5vh;
}
.header[data-v-fe87e82e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.header h2[data-v-fe87e82e] {
  margin: 0;
}
.modal-title[data-v-fe87e82e] {
  width: 96%;
  font-size: 1.5em;
  /* Increase size of title */
  margin-bottom: 1em;
  /* Add some space below the title */
}
.modal-body[data-v-fe87e82e] {
  font-size: 1em;
  /* Adjust if necessary */
  line-height: 1.5;
  /* Interline for better readability */
  height: 100%;
  overflow: auto;
}
.close[data-v-fe87e82e] {
  position: absolute;
  top: 35px;
  right: 16px;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  font-size: 33px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  transition: background-color 0.3s;
}
.close[data-v-fe87e82e]:hover {
  background-color: #f3f3f3;
  /* Slight change on hover for feedback */
}
.modal-actions[data-v-fe87e82e] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}
.modal_button[data-v-fe87e82e] {
  margin: 0 2rem;
  border: 2px solid var(--gris-fonce-semactic);
  border-radius: 7px;
  padding: 0.76rem 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  background-color: #c5c5c5;
  float: left;
}
.modal_button[data-v-fe87e82e]:hover {
  background-color: #cbcccc;
}.icon[data-v-5ce4898d] {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  /* Show border only for the first icon */
  /* Hide ::after border for non-first icons */
  /* Hide ::after for non-first icons */
}
.icon img[data-v-5ce4898d] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.icon[data-v-5ce4898d]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid currentColor;
  box-sizing: border-box;
  display: block;
}
.icon.firstIcon[data-v-5ce4898d]::after {
  display: block;
}
.icon[data-v-5ce4898d]:not(.firstIcon)::after {
  display: none;
}
.content-group[data-v-5ce4898d] {
  position: relative;
  padding: 0.5rem 0 1rem 5rem;
  /* Add ::before bar for each content group */
  /* Apply dynamic color to the first content-group */
}
.content-group h4[data-v-5ce4898d] {
  margin: 1rem 0 0 0;
}
.content-group[data-v-5ce4898d]::before {
  content: "";
  position: absolute;
  top: 7.5%;
  left: 1.6rem;
  width: 4px;
  height: 85%;
  background-color: var(--gris-semactic);
  border-radius: 5rem;
}
.content-group ul[data-v-5ce4898d] {
  list-style: disc;
  padding-left: 1rem;
  margin-top: 0.2rem;
  color: var(--gris-fonce-semactic);
}
.content-group.firstContent[data-v-5ce4898d]::before {
  background-color: var(--bar-color);
}
[data-v-5ce4898d] .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  margin-left: -100px;
}#user[data-v-60105f0f] {
  display: flex;
  align-items: center;
}
#user .plans-icon[data-v-60105f0f] {
  cursor: pointer;
  width: 34px;
  height: 34px;
}
#user .plans-icon2[data-v-60105f0f] {
  cursor: pointer;
  width: 44px;
  height: 44px;
}
#user .profile[data-v-60105f0f] {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#user .profile .name[data-v-60105f0f] {
  font-weight: 600;
  margin-right: 0.5rem;
  position: relative;
  display: inline-block;
}
#user .profile .dropdown-menu[data-v-60105f0f] {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 9px;
  z-index: 999;
}
#user .profile .dropdown-menu li[data-v-60105f0f] {
  padding: 6px 1rem;
}
#user .profile .dropdown-menu li[data-v-60105f0f]:first-child {
  border-radius: 9px 9px 0 0;
}
#user .profile .dropdown-menu li[data-v-60105f0f]:last-child {
  border-radius: 0 0 9px 9px;
}
#user .profile .dropdown-menu li[data-v-60105f0f]:hover {
  background-color: #e6f7ff;
}
#user .profile .dropdown-menu li a[data-v-60105f0f] {
  width: 100%;
  list-style: none;
  display: block;
  text-decoration: none;
}header[data-v-0a61a83d] {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: var(--beige-clair-semactic);
  height: 105px;
  transition: all 0.3s ease;
  will-change: height, transform;
}
header.shrink[data-v-0a61a83d] {
  height: 50px;
  padding: 2rem 0;
  width: 100%;
  transform: scaleY(0.9) translateY(-3.5px);
}.notification-content[data-v-08f1e486] {
  position: fixed;
  z-index: 10000;
  bottom: 3%;
  right: 2%;
  opacity: 0;
}
.notification-content .notification[data-v-08f1e486] {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 400px;
  min-height: 80px;
  border-radius: 8px;
  padding: 10px 20px 10px 10px;
  background: #ffffff;
  margin-left: 20px;
}
.notification-content .notification__left-side[data-v-08f1e486] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.notification-content .notification__left-side__color[data-v-08f1e486] {
  background: #f54336;
  width: 6px;
  height: 80px;
  border-radius: 4px;
}
.notification-content .notification__left-side__content .heading[data-v-08f1e486] {
  color: #3a3f4a;
  font-weight: 500;
  font-size: 17px;
}
.notification-content .notification__left-side__content .message[data-v-08f1e486] {
  color: #535457;
  font-weight: 400;
  opacity: 0.7;
  font-size: 17px;
  margin-top: 7px;
  word-wrap: break-word;
  white-space: normal;
}
.notification-content .notification .close-icon[data-v-08f1e486] {
  margin-left: 10px;
  cursor: pointer;
}
.open[data-v-08f1e486] {
  bottom: 3%;
  transition: opacity 400ms;
  visibility: visible;
  opacity: 1;
}
.close[data-v-08f1e486] {
  bottom: -10%;
  transition: 400ms;
  visibility: hidden;
}.container[data-v-15e5b33c] {
  background-color: white;
  width: 800px;
  height: 200px;
  border-radius: 16px;
  border: 3px solid var(--beige-fonce-semactic);
  position: fixed;
  z-index: 9999;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.container .gears[data-v-15e5b33c] {
  position: relative;
  width: 100%;
  height: 100%;
}
.container .gears .animation[data-v-15e5b33c] {
  position: absolute;
  top: 38%;
  left: 45px;
}
.container .gears .animation .one[data-v-15e5b33c],
.container .gears .animation .two[data-v-15e5b33c],
.container .gears .animation .three[data-v-15e5b33c] {
  display: block;
  float: left;
}
.container .gears .one[data-v-15e5b33c] {
  width: 80px;
  height: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -10px;
  margin-right: 8px;
}
.container .gears .two[data-v-15e5b33c] {
  width: 100px;
  height: 100px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.container .gears .three[data-v-15e5b33c] {
  width: 80px;
  height: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -50px;
  margin-left: -10px;
}
@keyframes spin-one-15e5b33c {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
}
}
.container .gears .spin-one[data-v-15e5b33c] {
  -webkit-animation: spin-one-15e5b33c 1.5s infinite linear;
  animation: spin-one-15e5b33c 2.5s infinite linear;
}
@keyframes spin-two-15e5b33c {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(359deg);
}
}
.container .gears .spin-two[data-v-15e5b33c] {
  -webkit-animation: spin-two-15e5b33c 2s infinite linear;
  animation: spin-two-15e5b33c 3s infinite linear;
}
.container .text[data-v-15e5b33c] {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  max-width: 400px;
}
.container .text h1[data-v-15e5b33c] {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.container .text p[data-v-15e5b33c] {
  font-size: 16px;
}
.container .close[data-v-15e5b33c] {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 33px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  transition: background-color 0.3s;
}
.container .close[data-v-15e5b33c]:hover {
  background-color: #f3f3f3;
}#app[data-v-d842032e] {
  display: flex;
  min-width: 98vw;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100%;
  background-color: #f4f3eb;
}
#sideBar[data-v-d842032e] {
  width: 5%;
  min-width: 100px;
  min-height: 100vh;
}
#main[data-v-d842032e] {
  margin-right: 2rem;
  width: 92%;
  min-height: 100vh;
}.no-scroll {
  overflow: hidden;
}.date[data-v-514b8009] {
  min-width: 240px;
}
.dp__menu,
.dp__input_readonly {
	border-radius: 9px;
}
.dp__preset_ranges {
	min-width: 135px;
	padding: 0;
}
.dp__preset_ranges .dp__preset_range {
	padding: 0.45rem 1rem;
}
.dp__preset_ranges .dp__preset_range:first-child {
	border-radius: 9px 0 0 0;
}
.dp__cell_disabled {
	opacity: 0.4;
}
.dp__calendar {
	margin: 0 1rem;
}
.dp__flex_display .dp__instance_calendar:last-child {
	border-left: 1px solid var(--dp-border-color);
}
.dp__action_row {
	border-top: 1px solid var(--dp-border-color);
}
.dp__cell_disabled::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 25%;
	width: 50%;
	height: 1px;
	background-color: #000000;
	opacity: 0.3;
}
.dp__range_start {
	background-color: #05a0cf;
	border-radius: 9px 0 0 9px;
}
.dp__range_between {
	color: #05a0cf;
}
.dp__range_end {
	background-color: #05a0cf;
	border-radius: 0 9px 9px 0;
}
.dp__today {
	border: 1px solid #05a0cf;
	border-radius: 10px;
}
.dp__select {
	margin: 0.5rem 1.2rem;
	background-color: #05a0cf;
	color: white !important;
	padding: 0.5rem 1rem !important;
	border-radius: 0.5rem;
	transition-duration: 0.6s;
}
.dp__select:hover {
	background-color: #098fb8 !important;
	transition-duration: 0.4s;
}
.dp__cancel {
	background-color: #eeeeee !important;
	color: black !important;
	padding: 0.5rem 1rem !important;
	border-radius: 0.5rem;
	transition-duration: 0.6s;
}
.dp__cancel:hover {
	background-color: #e1e1e1 !important;
	transition-duration: 0.4s;
}
.dp__calendar_header_separator,
.dp__arrow_top {
	display: none;
}
.card[data-v-19a89920] {
  border-radius: 1rem;
  padding: 1.5rem 0.5rem 1rem;
  border: 1px solid lightgray;
  flex-grow: 1;
}.icon[data-v-fb25463e] {
  width: 100%;
  aspect-ratio: 1/1;
  fill: currentColor;
}.icon[data-v-565663e1] {
  width: 100%;
  aspect-ratio: 1/1;
  fill: currentColor;
}.icon[data-v-244c43b4] {
  width: 100%;
  aspect-ratio: 1/1;
  fill: currentColor;
}.icon[data-v-58bfeb92] {
  width: 30px;
  aspect-ratio: 1/1;
}.star-container[data-v-c11a276d] {
  max-width: 250px;
  display: flex;
  gap: 0.5rem;
}.card[data-v-847a5851] {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem 0.5rem 1rem;
  border: 1.5px solid #eeede3;
  min-width: 250px;
  flex-grow: 1;
}
.card h2[data-v-847a5851] {
  text-align: center;
  margin: 0.3rem 0 1rem;
}
.card h2 span[data-v-847a5851] {
  margin-left: 1rem;
  position: relative;
  z-index: 2;
}
.card h2 span[data-v-847a5851]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  z-index: -1;
  background-size: cover;
}
.card h2 span.gold[data-v-847a5851]::after {
  background-image: url("/assets/gold-mark-73fa4cb6.svg");
}
.card h2 span.silver[data-v-847a5851]::after {
  background-image: url("/assets/silver-mark-1e373921.svg");
}
.card h2 span.cooper[data-v-847a5851]::after {
  background-image: url("/assets/cooper-mark-4725d000.svg");
}
.card .values[data-v-847a5851],
.card .statistics[data-v-847a5851] {
  gap: 0.7rem;
}
.card .values[data-v-847a5851] {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 600;
}
.card .values[data-v-847a5851] :first-child {
  color: var(--bleu-semactic);
}
.card .values[data-v-847a5851] :last-child {
  font-size: 2.5rem;
}
.card .statistics[data-v-847a5851] {
  justify-content: center;
  font-weight: 500;
  font-size: 0.8rem;
  color: var(--gris-clair-fonce-semactic);
}
.card .statistics span[data-v-847a5851] {
  display: inline-flex;
  margin: 5px 0 0 0;
}
.card .statistics .small[data-v-847a5851] {
  width: 1rem;
  margin: 0 5px 0 5px;
}
.card .statistics[data-v-847a5851] :last-child {
  font-size: 0.7rem;
}
.colorRed[data-v-847a5851] {
  color: var(--rouge-semactic);
  fill: var(--rouge-semactic);
}
.colorGreen[data-v-847a5851] {
  color: var(--vert-semactic);
  fill: var(--vert-semactic);
}.card[data-v-fa6cb85b] {
  border-radius: 1rem;
  padding: 1.5rem 0.5rem 1rem;
  border: 1px solid lightgray;
  min-width: 300px;
  flex-grow: 1;
}.userContainerCard[data-v-c1adc034] {
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 1rem;
}
.userContainerCard[data-v-c1adc034]:hover {
  cursor: pointer;
  border: 2px solid var(--beige-fonce-semactic);
  background-color: var(--beige-clair-semactic);
}
.userProfile[data-v-c1adc034] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nameUser[data-v-c1adc034] {
  font-size: 1.2rem;
  font-weight: 100;
  margin-top: 0.5rem;
}
.progress-bar[data-v-c1adc034] {
  position: relative;
  display: flex;
  height: 0.5rem;
  width: 150px;
  background-color: var(--beige-fonce-fonce-semactic);
  border-radius: 0.5rem;
  margin: 1.5rem auto 0;
  overflow: hidden;
}
.finished-tasks[data-v-c1adc034] {
  background-color: var(--vert-semactic);
  height: 100%;
  border-radius: 0.5rem 0 0 0.5rem;
}
.abandoned-tasks[data-v-c1adc034] {
  background-color: var(--rouge-semactic);
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
}
.active-tasks[data-v-c1adc034] {
  background-color: var(--bleu-semactic);
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
}
.total-tasks[data-v-c1adc034] {
  background-color: var(--jaune-semactic);
  height: 100%;
  border-radius: 0 0.5rem 0.5rem 0;
}
.tooltip[data-v-c1adc034] {
  position: fixed;
  padding: 15px;
  background: var(--jaune-semactic);
  border-radius: 15px;
  pointer-events: none;
  z-index: 1000;
  font-weight: 200;
}
.tooltip[data-v-c1adc034]::after {
  content: "";
  position: absolute;
  top: 65%;
  left: 0;
  border: 15px solid transparent;
  border-top-color: var(--jaune-semactic);
  transform: rotate(-90deg);
}
.tooltip.active[data-v-c1adc034] {
  background-color: var(--bleu-semactic);
}
.tooltip.active[data-v-c1adc034]::after {
  border-top-color: var(--bleu-semactic);
}
.tooltip.abandoned[data-v-c1adc034] {
  background-color: var(--rouge-semactic);
  color: white;
}
.tooltip.abandoned[data-v-c1adc034]::after {
  border-top-color: var(--rouge-semactic);
}
.tooltip.finished[data-v-c1adc034] {
  background-color: var(--vert-semactic);
}
.tooltip.finished[data-v-c1adc034]::after {
  border-top-color: var(--vert-semactic);
}
.tooltip.assigned[data-v-c1adc034] {
  background-color: var(--jaune-semactic);
}
.tooltip.assigned[data-v-c1adc034]::after {
  border-top-color: var(--jaune-semactic);
}.apexcharts-legend-text[data-v-61a750f3] {
  padding-left: 15px;
  margin-left: -15px;
}
.card[data-v-61a750f3] {
  border-radius: 1rem;
  padding: 1.5rem 0.5rem 1rem;
  min-width: 250px;
  flex-grow: 1;
}
.card h2[data-v-61a750f3] {
  margin: 0.3rem 0 1rem;
}
.card h2 span[data-v-61a750f3] {
  margin-left: 1rem;
  position: relative;
  z-index: 2;
}
.card h2 span[data-v-61a750f3]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  z-index: -1;
  background-size: cover;
}
.card h2 span.gold[data-v-61a750f3]::after {
  background-image: url("/assets/gold-mark-73fa4cb6.svg");
}
.card h2 span.silver[data-v-61a750f3]::after {
  background-image: url("/assets/silver-mark-1e373921.svg");
}
.card h2 span.cooper[data-v-61a750f3]::after {
  background-image: url("/assets/cooper-mark-4725d000.svg");
}
.card .values[data-v-61a750f3],
.card .statistics[data-v-61a750f3] {
  gap: 0.7rem;
}
.card .values[data-v-61a750f3] {
  justify-content: left;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 600;
}
.card .values[data-v-61a750f3] :first-child {
  color: var(--bleu-semactic);
}
.card .values[data-v-61a750f3] :last-child {
  font-size: 2.5rem;
}
.card .statistics[data-v-61a750f3] {
  justify-content: center;
  font-weight: 500;
  font-size: 0.8rem;
  color: var(--gris-clair-fonce-semactic);
}
.card .statistics span[data-v-61a750f3] {
  display: inline-flex;
  margin: 5px 0 0 0;
}
.card .statistics .small[data-v-61a750f3] {
  width: 1rem;
  margin: 0 5px 0 5px;
}
.card .statistics[data-v-61a750f3] :last-child {
  font-size: 0.7rem;
}
.taskManagementContainer[data-v-61a750f3] {
  display: flex;
  gap: 3rem;
}
#tableContainer[data-v-61a750f3] {
  display: inline-flex;
  background-color: white;
  border-radius: 15px;
}
#taskTable[data-v-61a750f3] {
  width: 100%;
  padding: 5rem;
}
.teamsContainer[data-v-61a750f3] {
  display: flex;
  gap: 6rem;
  flex-wrap: wrap;
  align-items: center;
  background-color: white;
  border-radius: 15px;
  padding: 3rem;
}
#tasksChart[data-v-61a750f3] {
  width: 100%;
  background-color: white;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.colorRed[data-v-61a750f3] {
  color: #da073a;
  fill: #da073a;
}
.colorGreen[data-v-61a750f3] {
  color: #0fd398;
  fill: #0fd398;
}
.midSection[data-v-61a750f3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.legend[data-v-61a750f3] {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: var(--gris-clair-fonce-semactic);
}
.legend-assigned[data-v-61a750f3],
.legend-inprogress[data-v-61a750f3],
.legend-done[data-v-61a750f3],
.legend-abandoned[data-v-61a750f3] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.legend-circle-assigned[data-v-61a750f3],
.legend-circle-inprogress[data-v-61a750f3],
.legend-circle-done[data-v-61a750f3],
.legend-circle-abandoned[data-v-61a750f3] {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.legend-circle-assigned[data-v-61a750f3] {
  background-color: var(--jaune-semactic);
}
.legend-circle-inprogress[data-v-61a750f3] {
  background-color: var(--bleu-semactic);
}
.legend-circle-done[data-v-61a750f3] {
  background-color: var(--vert-semactic);
}
.legend-circle-abandoned[data-v-61a750f3] {
  background-color: var(--rouge-semactic);
}
@media screen and (max-width: 1300px) {
.taskManagementContainer[data-v-61a750f3] {
    flex-direction: column;
}
}.card[data-v-0f1129fa] {
  border-radius: 1rem;
  padding: 1.5rem 0.5rem 1rem;
  border: 1px solid lightgray;
  flex-grow: 1;
}
.card[data-v-b2e464e0] {
	background-color: #fff;
	border-radius: 1rem;
	padding: 1.5rem 0.5rem 1rem;
	border: 2px solid #eeede3;
	min-width: 250px;
	flex-grow: 1;
}
.button-bg[data-v-b2e464e0] {
	background-color: #faf4d4;
}
.border-clicks[data-v-b2e464e0] {
    border: 3px solid #bd9a5a;
}
.border-sessions[data-v-b2e464e0] {
	border: 3px solid #20016c;
}
.border-revenue[data-v-b2e464e0] {
	border: 3px solid #77d0ba;
}
.border-impressions[data-v-b2e464e0] {
	border: 3px solid #fa5c7c;
}
.border-conversions[data-v-b2e464e0] {
	border: 3px solid #f3d548;
}

/* Add styles for clickable items */
.clickable-item[data-v-b2e464e0] {
	/* background-color: #e0e0e0; */
	/* Default background color */
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: inherit;
}
.clickable-item[data-v-b2e464e0]:hover {
	background-color: #c0c0c0;
	/* Hover background color */
}
.card[data-v-2f227a91] {
  border-radius: 1rem;
  padding: 1.5rem 0.5rem 1rem;
  border: 1px solid lightgray;
  flex-grow: 1;
}
.card[data-v-cecbd9f1] {
	background-color: #fff;
	border-radius: 1rem;
	padding: 1.5rem 0.5rem 1rem;
	border: 2px solid #eeede3;
	min-width: 250px;
	flex-grow: 1;
}
.title[data-v-cecbd9f1] {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
}
h1[data-v-cecbd9f1] {
	font-size: 1.7rem;
	font-weight: 500;
}
h2[data-v-cecbd9f1] {
	margin: 0.7rem 0 0.7rem 0;
	font-size: 1.4rem;
	font-weight: 500;
}
p[data-v-cecbd9f1] {
	font-size: 0.85rem;
	font-weight: 500;
	font-style: italic;
	color: var(--gris-clair-fonce-semactic);
	line-height: 2.3rem;
}
.card[data-v-d706c362] {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem 0.5rem 1rem;
  border: 2px solid #eeede3;
  min-width: 250px;
  flex-grow: 1;
}
h2[data-v-d706c362] {
  margin-bottom: 0.6rem;
}
.horizontal_cards[data-v-d706c362] {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.title[data-v-d706c362] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}
.title h1[data-v-d706c362] {
  font-size: 1.7rem;
  font-weight: 500;
}
.title h2[data-v-d706c362] {
  margin: 0.7rem 0 0.7rem 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.title p[data-v-d706c362] {
  font-size: 0.85rem;
  font-weight: 500;
  font-style: italic;
  color: var(--gris-clair-fonce-semactic);
  line-height: 2.3rem;
}
.p-graph-filter[data-v-d706c362] {
  float: right;
  margin-bottom: 0.3rem;
}
.select-label-box[data-v-d706c362] {
  width: auto;
  display: flex;
  justify-content: space-between;
}
#multiselect-labels[data-v-d706c362] {
  width: 22rem;
}.card[data-v-517cd72d] {
  border-radius: 1rem;
  padding: 1.5rem 0.5rem 1rem;
  border: 1px solid lightgray;
  flex-grow: 1;
}
.card[data-v-b72c0b6f] {
	background-color: #fff;
	border-radius: 1rem;
	padding: 1.5rem 0.5rem 1rem;
	border: 2px solid #eeede3;
	min-width: 250px;
	flex-grow: 1;
}
.select-label-box[data-v-b72c0b6f] {
	width: auto;
	display: flex;
	justify-content: space-between;
}
.title {
&[data-v-b72c0b6f] {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
	}
h1[data-v-b72c0b6f]{
		font-size: 1.7rem !important;
		font-weight: 500 !important;
}
h2[data-v-b72c0b6f]{
		margin: 0.7rem 0 0.7rem 0;
		font-size: 1.4rem;
		font-weight: 500;
}
p[data-v-b72c0b6f] {
		font-size: 0.85rem;
		font-weight: 500;
		font-style: italic;
		color: var(--gris-clair-fonce-semactic);
		line-height: 2.3rem;
}
}
.p-graph-filter[data-v-b72c0b6f] {
	float: right;
	margin-bottom: 0.3rem;
}
.pi-arrow-right-arrow-left {
  padding-left: 4.5px;
}
.tagg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  padding: 0.5rem 0 0.4rem;
  margin-left: 0.3rem;
  width: 2.5rem;
  height: 1.5rem;
  font-size: 0.9rem;
  transform: scale(0.75);
}
.tagg img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  aspect-ratio: 1/1;
}
.tagg.red {
  background-color: var(--rouge-clair-semactic);
}
.tagg.yellow {
  background-color: var(--jaune-semactic);
}
.tagg.green {
  background-color: var(--vert-semactic);
}.card[data-v-3fa97094] {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem 0.5rem 1rem;
  border: 2px solid #eeede3;
  min-width: 250px;
  flex-grow: 1;
}
.title[data-v-3fa97094] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}
.title h1[data-v-3fa97094] {
  font-size: 1.7rem;
  font-weight: 500;
}
.title h2[data-v-3fa97094] {
  margin: 0.7rem 0 0.7rem 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.title p[data-v-3fa97094] {
  font-size: 0.85rem;
  font-weight: 500;
  font-style: italic;
  color: var(--gris-clair-fonce-semactic);
  line-height: 2.3rem;
}
#tableContainer[data-v-3fa97094] {
  display: inline-flex;
}
@media (max-width: 1800px) {
#tableContainer[data-v-3fa97094] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#tableContainer #themeAnalysisTable[data-v-3fa97094] {
    max-width: 70rem !important;
}
.chart[data-v-3fa97094] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
}
}
@media (max-width: 1850px) {
#tableContainer[data-v-3fa97094] {
    width: 100%;
}
#tableContainer #themeAnalysisTable[data-v-3fa97094] {
    max-width: 42rem;
}
.chart[data-v-3fa97094] {
    margin-top: 2rem;
}
}.switch[data-v-1ab8a037] {
  margin-right: 0.4rem;
}
.input-switch[data-v-1ab8a037] {
  display: flex;
  align-items: center;
}
.input-switch p[data-v-1ab8a037] {
  margin: 0;
  text-align: center;
  color: var(--gris-fonce-semactic);
}
.input-switch__slot[data-v-1ab8a037] {
  -webkit-appearance: none;
  margin-right: 0.5rem;
  appearance: none;
  width: 31px;
  height: 18px;
  background-color: var(--gris-fonce-semactic);
  border: none;
  border-radius: 25px;
  transition: background 0.6s;
  cursor: pointer;
  position: relative;
  background-color: #ddd;
}

/* Create the toggle */
.input-switch__slot[data-v-1ab8a037]::after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  transition: left 0.3s;
}

/* Change position on checked */
.input-switch__slot[data-v-1ab8a037]:checked::after {
  left: 70%;
}.title[data-v-0962b33c] {
  padding-top: 1.5rem;
  width: 100%;
  display: flex;
  gap: 1rem;
}
.title h1[data-v-0962b33c] {
  font-size: 1.7rem;
  font-weight: 500;
}
.title h2[data-v-0962b33c] {
  margin: 0.7rem 0 0.7rem 0;
  font-size: 1.4rem;
  font-weight: 500;
}
.title p[data-v-0962b33c] {
  font-size: 0.85rem;
  font-weight: 500;
  font-style: italic;
  color: var(--gris-clair-fonce-semactic);
  line-height: 2.3rem;
}
.dropdown-selected[data-v-0962b33c] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background-color: white;
  padding: 10px;
  border: 1px solid;
  border-radius: 4px;
  color: black;
  font-weight: 500;
  font-size: 0.9rem;
}
.filter[data-v-0962b33c] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  align-items: center;
  margin: 2.5rem 0 0 0;
}
.filter .search[data-v-0962b33c] {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.filter .search input[data-v-0962b33c] {
  width: 20rem;
  height: 2rem;
  border: 1px solid var(--gris-clair-fonce-semactic);
  border-radius: 0.5rem;
  padding: 0 1rem;
  font-size: 0.85rem;
  color: var(--gris-fonce-semactic);
}
.filter .search button[data-v-0962b33c] {
  width: 6rem;
  height: 2rem;
  border: 1px solid var(--gris-clair-fonce-semactic);
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 0.85rem;
  color: var(--gris-clair-fonce-semactic);
  cursor: pointer;
}
.filter .search button.yellow[data-v-0962b33c] {
  background-color: #ffc230;
  color: #000000;
}
.filter .search button.yellow[data-v-0962b33c]:active {
  background-color: #d69706;
  color: #000000;
}
.filter .search button.blue[data-v-0962b33c] {
  background-color: #d2edf5;
  color: #000000;
}
.filter .search button.blue[data-v-0962b33c]:active {
  background-color: #a5d9e5;
  color: #000000;
}
.filter .search button[data-v-0962b33c]:active {
  background-color: var(--gris-clair-fonce-semactic);
  color: #fff;
}
.horizontal_cards[data-v-0962b33c] {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 1400px) {
.search[data-v-0962b33c] {
    margin-top: 3rem;
}
.title[data-v-0962b33c] {
    margin-top: 1rem;
    margin-bottom: -2rem;
}
.calendar[data-v-0962b33c] {
    flex-direction: column;
}
}
@media screen and (max-width: 1370px) {
.title[data-v-0962b33c] {
    margin-top: 1rem;
    margin-bottom: 0rem;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}
.filter[data-v-ed7dad95][data-v-0962b33c] {
    display: flex;
    justify-content: space-between;
}
.filter[data-v-0962b33c] {
    flex-direction: row;
    margin: 0.5rem 0 0 0;
}
.filter .calendar[data-v-0962b33c] {
    flex-direction: row;
    justify-content: end;
    margin: 0 0 0 0;
}
#kpis[data-v-0962b33c] {
    flex-wrap: wrap;
}
#kpis :nth-child(n+1) span[data-v-0962b33c] {
    padding-bottom: 1rem;
}
}
.active-view[data-v-0962b33c] {
  background-color: var(--jaune-semactic);
}
.view-option[data-v-0962b33c] {
  cursor: pointer;
  transition: background-color 0.3s;
}
.view-option[data-v-0962b33c]:not(.active-view):hover {
  background-color: var(--gris-semactic);
}:root {
  --surface-a:#ffffff;
  --surface-b:#fafafa;
  --surface-c:#f4f4f5;
  --surface-d:#e5e7eb;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#3f3f46;
  --text-color-secondary:#71717A;
  --primary-color:#4F46E5;
  --primary-color-text:#ffffff;
  --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F4F4F5;
  --surface-200: #E4E4E7;
  --surface-300: #D4D4D8;
  --surface-400: #A1A1AA;
  --surface-500: #71717A;
  --surface-600: #52525B;
  --surface-700: #3F3F46;
  --surface-800: #27272A;
  --surface-900: #18181B;
  --gray-50: #FAFAFA;
  --gray-100: #F4F4F5;
  --gray-200: #E4E4E7;
  --gray-300: #D4D4D8;
  --gray-400: #A1A1AA;
  --gray-500: #71717A;
  --gray-600: #52525B;
  --gray-700: #3F3F46;
  --gray-800: #27272A;
  --gray-900: #18181B;
  --content-padding:1.25rem;
  --inline-spacing:0.5rem;
  --border-radius:0.375rem;
  --surface-ground:#FAFAFA;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#e5e7eb;
  --surface-hover: #f4f4f5;
  --focus-ring: 0 0 0 1px #6366F1;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #EEF2FF;
  --highlight-text-color: #312E81;
  color-scheme: light;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/assets/Inter-Light-36b86832.woff2") format("woff2"), url("/assets/Inter-Light-4871aed0.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/assets/Inter-Regular-d612f121.woff2") format("woff2"), url("/assets/Inter-Regular-ef1f23c0.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/assets/Inter-Medium-1b498b95.woff2") format("woff2"), url("/assets/Inter-Medium-53deda46.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/assets/Inter-SemiBold-15226129.woff2") format("woff2"), url("/assets/Inter-SemiBold-653fed7a.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/assets/Inter-Bold-c63158ba.woff2") format("woff2"), url("/assets/Inter-Bold-3e242080.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
* {
  box-sizing: border-box;
}

.p-component {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: normal;
}

.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.2s;
}

.p-disabled, .p-component:disabled {
  opacity: 0.6;
}

.p-error {
  color: #e24c4c;
}

.p-text-secondary {
  color: #71717A;
}

.pi {
  font-size: 1rem;
}

.p-link {
  font-size: 1rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 0.375rem;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}

.p-component-overlay-enter {
  animation: p-component-overlay-enter-animation 150ms forwards;
}

.p-component-overlay-leave {
  animation: p-component-overlay-leave-animation 150ms forwards;
}

@keyframes p-component-overlay-enter-animation {
  from {
    background-color: transparent;
  }
  to {
    background-color: var(--maskbg);
  }
}
@keyframes p-component-overlay-leave-animation {
  from {
    background-color: var(--maskbg);
  }
  to {
    background-color: transparent;
  }
}

:root {
  --blue-50:#f5f9ff;
  --blue-100:#d0e1fd;
  --blue-200:#abc9fb;
  --blue-300:#85b2f9;
  --blue-400:#609af8;
  --blue-500:#3b82f6;
  --blue-600:#326fd1;
  --blue-700:#295bac;
  --blue-800:#204887;
  --blue-900:#183462;
  --green-50:#f4fcf7;
  --green-100:#caf1d8;
  --green-200:#a0e6ba;
  --green-300:#76db9b;
  --green-400:#4cd07d;
  --green-500:#22c55e;
  --green-600:#1da750;
  --green-700:#188a42;
  --green-800:#136c34;
  --green-900:#0e4f26;
  --yellow-50:#fefbf3;
  --yellow-100:#faedc4;
  --yellow-200:#f6de95;
  --yellow-300:#f2d066;
  --yellow-400:#eec137;
  --yellow-500:#eab308;
  --yellow-600:#c79807;
  --yellow-700:#a47d06;
  --yellow-800:#816204;
  --yellow-900:#5e4803;
  --cyan-50:#f3fbfd;
  --cyan-100:#c3edf5;
  --cyan-200:#94e0ed;
  --cyan-300:#65d2e4;
  --cyan-400:#35c4dc;
  --cyan-500:#06b6d4;
  --cyan-600:#059bb4;
  --cyan-700:#047f94;
  --cyan-800:#036475;
  --cyan-900:#024955;
  --pink-50:#fef6fa;
  --pink-100:#fad3e7;
  --pink-200:#f7b0d3;
  --pink-300:#f38ec0;
  --pink-400:#f06bac;
  --pink-500:#ec4899;
  --pink-600:#c93d82;
  --pink-700:#a5326b;
  --pink-800:#822854;
  --pink-900:#5e1d3d;
  --indigo-50:#f7f7fe;
  --indigo-100:#dadafc;
  --indigo-200:#bcbdf9;
  --indigo-300:#9ea0f6;
  --indigo-400:#8183f4;
  --indigo-500:#6366f1;
  --indigo-600:#5457cd;
  --indigo-700:#4547a9;
  --indigo-800:#363885;
  --indigo-900:#282960;
  --teal-50:#f3fbfb;
  --teal-100:#c7eeea;
  --teal-200:#9ae0d9;
  --teal-300:#6dd3c8;
  --teal-400:#41c5b7;
  --teal-500:#14b8a6;
  --teal-600:#119c8d;
  --teal-700:#0e8174;
  --teal-800:#0b655b;
  --teal-900:#084a42;
  --orange-50:#fff8f3;
  --orange-100:#feddc7;
  --orange-200:#fcc39b;
  --orange-300:#fba86f;
  --orange-400:#fa8e42;
  --orange-500:#f97316;
  --orange-600:#d46213;
  --orange-700:#ae510f;
  --orange-800:#893f0c;
  --orange-900:#642e09;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dadee3;
  --bluegray-200:#bcc3cd;
  --bluegray-300:#9fa9b7;
  --bluegray-400:#818ea1;
  --bluegray-500:#64748b;
  --bluegray-600:#556376;
  --bluegray-700:#465161;
  --bluegray-800:#37404c;
  --bluegray-900:#282e38;
  --purple-50:#fbf7ff;
  --purple-100:#ead6fd;
  --purple-200:#dab6fc;
  --purple-300:#c996fa;
  --purple-400:#b975f9;
  --purple-500:#a855f7;
  --purple-600:#8f48d2;
  --purple-700:#763cad;
  --purple-800:#5c2f88;
  --purple-900:#432263;
  --red-50:#fef6f6;
  --red-100:#fbd2d2;
  --red-200:#f8afaf;
  --red-300:#f58b8b;
  --red-400:#f26868;
  --red-500:#ef4444;
  --red-600:#cb3a3a;
  --red-700:#a73030;
  --red-800:#832525;
  --red-900:#601b1b;
  --primary-50:#f6f6fe;
  --primary-100:#d5d3f9;
  --primary-200:#b3aff4;
  --primary-300:#928cef;
  --primary-400:#7069ea;
  --primary-500:#4f46e5;
  --primary-600:#433cc3;
  --primary-700:#3731a0;
  --primary-800:#2b277e;
  --primary-900:#201c5c;
}

.p-autocomplete .p-autocomplete-loader {
  right: 0.75rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 3.75rem;
}
.p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
  border-color: #d4d4d8;
}
.p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  border-color: #4F46E5;
}
.p-autocomplete .p-autocomplete-multiple-container {
  padding: 0.375rem 0.75rem;
  gap: 0.5rem;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.375rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  color: #3f3f46;
  padding: 0;
  margin: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.375rem 0.75rem;
  background: #e5e7eb;
  color: #3f3f46;
  border-radius: 16px;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
  background: #d4d4d8;
  color: #3f3f46;
}
.p-autocomplete.p-invalid.p-component > .p-inputtext {
  border-color: #f0a9a7;
}

.p-autocomplete-panel {
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  border-radius: 0.375rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.p-autocomplete-panel .p-autocomplete-items {
  padding: 0.25rem 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.75rem 1rem;
  border: 0 none;
  color: #3f3f46;
  background: transparent;
  transition: none;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #312E81;
  background: #EEF2FF;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
  background: #E0E7FF;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
  color: #18181B;
  background: #e5e7eb;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #3f3f46;
  background: #ffffff;
  font-weight: 600;
}

.p-calendar.p-invalid.p-component > .p-inputtext {
  border-color: #f0a9a7;
}

.p-datepicker {
  padding: 0.5rem;
  background: #ffffff;
  color: #3f3f46;
  border: 1px solid #d4d4d8;
  border-radius: 0.375rem;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #ffffff;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #3f3f46;
  background: #ffffff;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #e5e7eb;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  color: #3f3f46;
  transition: none;
  font-weight: 600;
  padding: 0.5rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
  color: #4F46E5;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: none;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #312E81;
  background: #EEF2FF;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #d4d4d8;
  color: #3f3f46;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #312E81;
  background: #EEF2FF;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 1rem 0;
  border-top: 1px solid #f3f4f6;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #f3f4f6;
  padding: 0.5rem;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.25rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.5rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: none;
  border-radius: 0.375rem;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #312E81;
  background: #EEF2FF;
}
.p-datepicker .p-yearpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-yearpicker .p-yearpicker-year {
  padding: 0.5rem;
  transition: none;
  border-radius: 0.375rem;
}
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
  color: #312E81;
  background: #EEF2FF;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-left: 1px solid #f3f4f6;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
  border-left: 0 none;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: #f4f4f5;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
  background: #f4f4f5;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
  background: #f4f4f5;
}
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}

@media screen and (max-width: 769px) {
  .p-datepicker table th, .p-datepicker table td {
    padding: 0;
  }
}
.p-cascadeselect {
  background: #ffffff;
  border: 1px solid #d4d4d8;
  transition: none;
  border-radius: 0.375rem;
}
.p-cascadeselect:not(.p-disabled):hover {
  border-color: #d4d4d8;
}
.p-cascadeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  border-color: #4F46E5;
}
.p-cascadeselect .p-cascadeselect-label {
  background: transparent;
  border: 0 none;
  padding: 0.75rem 0.75rem;
}
.p-cascadeselect .p-cascadeselect-label.p-placeholder {
  color: #71717A;
}
.p-cascadeselect .p-cascadeselect-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-cascadeselect .p-cascadeselect-trigger {
  background: transparent;
  color: #71717A;
  width: 3rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.p-cascadeselect.p-invalid.p-component {
  border-color: #f0a9a7;
}

.p-cascadeselect-panel {
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  border-radius: 0.375rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.p-cascadeselect-panel .p-cascadeselect-items {
  padding: 0.25rem 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
  margin: 0;
  border: 0 none;
  color: #3f3f46;
  background: transparent;
  transition: none;
  border-radius: 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
  color: #312E81;
  background: #EEF2FF;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
  background: #E0E7FF;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
  color: #18181B;
  background: #e5e7eb;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
  padding: 0.75rem 1rem;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
  font-size: 0.875rem;
}

.p-input-filled .p-cascadeselect {
  background: #fafafa;
}
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
  background-color: #fafafa;
}
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}

.p-checkbox {
  width: 16px;
  height: 16px;
}
.p-checkbox .p-checkbox-box {
  border: 2px solid #d4d4d8;
  background: #ffffff;
  width: 16px;
  height: 16px;
  color: #3f3f46;
  border-radius: 0.375rem;
  transition: none;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.2s;
  color: #ffffff;
  font-size: 10px;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #4F46E5;
  background: #4F46E5;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #d4d4d8;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  border-color: #4F46E5;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #4F46E5;
  background: #4F46E5;
  color: #ffffff;
}
.p-checkbox.p-invalid > .p-checkbox-box {
  border-color: #f0a9a7;
}

.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #fafafa;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #4F46E5;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #fafafa;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #4F46E5;
}

.p-chips:not(.p-disabled):hover .p-chips-multiple-container {
  border-color: #d4d4d8;
}
.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  border-color: #4F46E5;
}
.p-chips .p-chips-multiple-container {
  padding: 0.375rem 0.75rem;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.375rem 0.75rem;
  margin-right: 0.5rem;
  background: #e5e7eb;
  color: #3f3f46;
  border-radius: 16px;
}
.p-chips .p-chips-multiple-container .p-chips-token.p-focus {
  background: #d4d4d8;
  color: #3f3f46;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.375rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  color: #3f3f46;
  padding: 0;
  margin: 0;
}
.p-chips.p-invalid.p-component > .p-inputtext {
  border-color: #f0a9a7;
}

.p-colorpicker-preview {
  width: 2rem;
  height: 2rem;
}

.p-colorpicker-panel {
  background: #27272A;
  border: 1px solid #18181B;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}

.p-colorpicker-overlay-panel {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.p-dropdown {
  background: #ffffff;
  border: 1px solid #d4d4d8;
  transition: none;
  border-radius: 0.375rem;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: #d4d4d8;
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  border-color: #4F46E5;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.75rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: #71717A;
}
.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #71717A;
  width: 3rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.p-dropdown .p-dropdown-clear-icon {
  color: #71717A;
  right: 3rem;
}
.p-dropdown.p-invalid.p-component {
  border-color: #f0a9a7;
}

.p-dropdown-panel {
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  border-radius: 0.375rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.5rem 0.75rem;
  border-bottom: 0 none;
  color: #3f3f46;
  background: #fafafa;
  margin: 0;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.75rem;
  margin-right: -1.75rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.75rem;
  color: #71717A;
}
.p-dropdown-panel .p-dropdown-items {
  padding: 0.25rem 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.75rem 1rem;
  border: 0 none;
  color: #3f3f46;
  background: transparent;
  transition: none;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #312E81;
  background: #EEF2FF;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
  background: #E0E7FF;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
  color: #18181B;
  background: #e5e7eb;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #3f3f46;
  background: #ffffff;
  font-weight: 600;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 0.75rem 1rem;
  color: #3f3f46;
  background: transparent;
}

.p-input-filled .p-dropdown {
  background: #fafafa;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #fafafa;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
  background-color: transparent;
}

.p-editor-container .p-editor-toolbar {
  background: #fafafa;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #e5e7eb;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #71717A;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #71717A;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #71717A;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #3f3f46;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #3f3f46;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #3f3f46;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #3f3f46;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #3f3f46;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #3f3f46;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
  padding: 0.25rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #3f3f46;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.75rem 1rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #e5e7eb;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #3f3f46;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #3f3f46;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #3f3f46;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #3f3f46;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #4F46E5;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #4F46E5;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #4F46E5;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #4F46E5;
}

.p-inputgroup-addon {
  background: #fafafa;
  color: #71717A;
  border-top: 1px solid #d4d4d8;
  border-left: 1px solid #d4d4d8;
  border-bottom: 1px solid #d4d4d8;
  padding: 0.75rem 0.75rem;
  min-width: 3rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid #d4d4d8;
}

.p-inputgroup > .p-component,
.p-inputgroup > .p-inputwrapper > .p-inputtext,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}

.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child,
.p-inputgroup > .p-inputwrapper:first-child,
.p-inputgroup > .p-inputwrapper:first-child > .p-inputtext {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child,
.p-inputgroup > .p-inputwrapper:last-child,
.p-inputgroup > .p-inputwrapper:last-child > .p-inputtext {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 3rem;
}

.p-inputnumber.p-invalid.p-component > .p-inputtext {
  border-color: #f0a9a7;
}

.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}
.p-inputswitch .p-inputswitch-slider {
  background: #d4d4d8;
  transition: none;
  border-radius: 30px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1.25rem);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #bebec4;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #4F46E5;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #ffffff;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #4338CA;
}
.p-inputswitch.p-invalid .p-inputswitch-slider {
  border-color: #f0a9a7;
}

.p-inputtext {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  color: #3f3f46;
  background: #ffffff;
  padding: 0.75rem 0.75rem;
  border: 1px solid #d4d4d8;
  transition: none;
  appearance: none;
  border-radius: 0.375rem;
}
.p-inputtext:enabled:hover {
  border-color: #d4d4d8;
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  border-color: #4F46E5;
}
.p-inputtext.p-invalid.p-component {
  border-color: #f0a9a7;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.65625rem 0.65625rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.9375rem 0.9375rem;
}

.p-float-label > label {
  left: 0.75rem;
  color: #71717A;
  transition-duration: 0.2s;
}

.p-float-label > .p-invalid + label {
  color: #f0a9a7;
}

.p-input-icon-left > i:first-of-type {
  left: 0.75rem;
  color: #71717A;
}

.p-input-icon-left > .p-inputtext {
  padding-left: 2.5rem;
}

.p-input-icon-left.p-float-label > label {
  left: 2.5rem;
}

.p-input-icon-right > i:last-of-type {
  right: 0.75rem;
  color: #71717A;
}

.p-input-icon-right > .p-inputtext {
  padding-right: 2.5rem;
}

::-webkit-input-placeholder {
  color: #71717A;
}

:-moz-placeholder {
  color: #71717A;
}

::-moz-placeholder {
  color: #71717A;
}

:-ms-input-placeholder {
  color: #71717A;
}

.p-input-filled .p-inputtext {
  background-color: #fafafa;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #fafafa;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #ffffff;
}

.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.65625rem 0.65625rem;
}

.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.9375rem 0.9375rem;
}

.p-listbox {
  background: #ffffff;
  color: #3f3f46;
  border: 1px solid #d4d4d8;
  border-radius: 0.375rem;
  transition: none;
}
.p-listbox .p-listbox-header {
  padding: 0.5rem 0.75rem;
  border-bottom: 0 none;
  color: #3f3f46;
  background: #fafafa;
  margin: 0;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.75rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.75rem;
  color: #71717A;
}
.p-listbox .p-listbox-list {
  padding: 0.25rem 0;
  outline: 0 none;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.75rem 1rem;
  border: 0 none;
  color: #3f3f46;
  transition: none;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #312E81;
  background: #EEF2FF;
}
.p-listbox .p-listbox-list .p-listbox-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #3f3f46;
  background: #ffffff;
  font-weight: 600;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
  padding: 0.75rem 1rem;
  color: #3f3f46;
  background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
  background: #E0E7FF;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
  color: #18181B;
  background: #e5e7eb;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-listbox.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  border-color: #4F46E5;
}
.p-listbox.p-invalid {
  border-color: #f0a9a7;
}

.p-multiselect {
  background: #ffffff;
  border: 1px solid #d4d4d8;
  transition: none;
  border-radius: 0.375rem;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #d4d4d8;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  border-color: #4F46E5;
}
.p-multiselect .p-multiselect-label {
  padding: 0.75rem 0.75rem;
  transition: none;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #71717A;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.375rem 0.75rem;
  margin-right: 0.5rem;
  background: #e5e7eb;
  color: #3f3f46;
  border-radius: 16px;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
  margin-left: 0.5rem;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #71717A;
  width: 3rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.p-multiselect.p-invalid.p-component {
  border-color: #f0a9a7;
}

.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.375rem 0.75rem;
}

.p-multiselect-panel {
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  border-radius: 0.375rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.5rem 0.75rem;
  border-bottom: 0 none;
  color: #3f3f46;
  background: #fafafa;
  margin: 0;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.75rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.75rem;
  color: #71717A;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-multiselect-panel .p-multiselect-items {
  padding: 0.25rem 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.75rem 1rem;
  border: 0 none;
  color: #3f3f46;
  background: transparent;
  transition: none;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #312E81;
  background: #EEF2FF;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
  background: #E0E7FF;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
  color: #18181B;
  background: #e5e7eb;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #3f3f46;
  background: #ffffff;
  font-weight: 600;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.75rem 1rem;
  color: #3f3f46;
  background: transparent;
}

.p-input-filled .p-multiselect {
  background: #fafafa;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #fafafa;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}

.p-password.p-invalid.p-component > .p-inputtext {
  border-color: #f0a9a7;
}

.p-password-panel {
  padding: 1.25rem;
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
  background: #e5e7eb;
}
.p-password-panel .p-password-meter .p-password-strength.weak {
  background: #EF4444;
}
.p-password-panel .p-password-meter .p-password-strength.medium {
  background: #F59E0B;
}
.p-password-panel .p-password-meter .p-password-strength.strong {
  background: #22C55E;
}

.p-radiobutton {
  width: 16px;
  height: 16px;
}
.p-radiobutton .p-radiobutton-box {
  border: 2px solid #d4d4d8;
  background: #ffffff;
  width: 16px;
  height: 16px;
  color: #3f3f46;
  border-radius: 50%;
  transition: none;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #d4d4d8;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  border-color: #4F46E5;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 6px;
  height: 6px;
  transition-duration: 0.2s;
  background-color: #ffffff;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #4F46E5;
  background: #4F46E5;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #4F46E5;
  background: #4F46E5;
  color: #ffffff;
}
.p-radiobutton.p-invalid > .p-radiobutton-box {
  border-color: #f0a9a7;
}
.p-radiobutton:focus {
  outline: 0 none;
}

.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #fafafa;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #fafafa;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #4F46E5;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #4F46E5;
}

.p-rating {
  gap: 0.5rem;
}
.p-rating .p-rating-item .p-rating-icon {
  color: #3f3f46;
  transition: none;
  font-size: 1.143rem;
}
.p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
  color: #EF4444;
}
.p-rating .p-rating-item.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  border-color: #4F46E5;
}
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
  color: #4F46E5;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
  color: #4F46E5;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
  color: #DC2626;
}

.p-selectbutton .p-button {
  background: #ffffff;
  border: 1px solid #d4d4d8;
  color: #3f3f46;
  transition: none;
}
.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #71717A;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #f4f4f5;
  border-color: #d4d4d8;
  color: #3f3f46;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #71717A;
}
.p-selectbutton .p-button.p-highlight {
  background: #4F46E5;
  border-color: #4F46E5;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #4338CA;
  border-color: #4338CA;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton.p-invalid > .p-button {
  border-color: #f0a9a7;
}

.p-slider {
  background: #e5e7eb;
  border: 0 none;
  border-radius: 0.375rem;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #ffffff;
  border: 2px solid #4F46E5;
  border-radius: 50%;
  transition: none;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-slider .p-slider-range {
  background: #4F46E5;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: #4F46E5;
  border-color: #4F46E5;
}

.p-treeselect {
  background: #ffffff;
  border: 1px solid #d4d4d8;
  transition: none;
  border-radius: 0.375rem;
}
.p-treeselect:not(.p-disabled):hover {
  border-color: #d4d4d8;
}
.p-treeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  border-color: #4F46E5;
}
.p-treeselect .p-treeselect-label {
  padding: 0.75rem 0.75rem;
  transition: none;
}
.p-treeselect .p-treeselect-label.p-placeholder {
  color: #71717A;
}
.p-treeselect.p-treeselect-chip .p-treeselect-token {
  padding: 0.375rem 0.75rem;
  margin-right: 0.5rem;
  background: #e5e7eb;
  color: #3f3f46;
  border-radius: 16px;
}
.p-treeselect .p-treeselect-trigger {
  background: transparent;
  color: #71717A;
  width: 3rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.p-treeselect.p-invalid.p-component {
  border-color: #f0a9a7;
}

.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label {
  padding: 0.375rem 0.75rem;
}

.p-treeselect-panel {
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  border-radius: 0.375rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
  border: 0 none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
  padding: 0.75rem 1rem;
  color: #3f3f46;
  background: transparent;
}

.p-input-filled .p-treeselect {
  background: #fafafa;
}
.p-input-filled .p-treeselect:not(.p-disabled):hover {
  background-color: #fafafa;
}
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}

.p-togglebutton.p-button {
  background: #ffffff;
  border: 1px solid #d4d4d8;
  color: #3f3f46;
  transition: none;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #71717A;
}
.p-togglebutton.p-button:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  border-color: #4F46E5;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #f4f4f5;
  border-color: #d4d4d8;
  color: #3f3f46;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #71717A;
}
.p-togglebutton.p-button.p-highlight {
  background: #4F46E5;
  border-color: #4F46E5;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #4338CA;
  border-color: #4338CA;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-invalid > .p-button {
  border-color: #f0a9a7;
}

.p-button {
  color: #ffffff;
  background: #4F46E5;
  border: 1px solid #4F46E5;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: none;
  border-radius: 0.375rem;
}
.p-button:enabled:hover {
  background: #4338CA;
  color: #ffffff;
  border-color: #4338CA;
}
.p-button:enabled:active {
  background: #4338CA;
  color: #ffffff;
  border-color: #4338CA;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #4F46E5;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: rgba(79, 70, 229, 0.04);
  color: #4F46E5;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: rgba(79, 70, 229, 0.16);
  color: #4F46E5;
  border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
  color: #71717A;
  border-color: #71717A;
}
.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: #f4f4f5;
  color: #71717A;
}
.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: #e5e7eb;
  color: #71717A;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #4F46E5;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: rgba(79, 70, 229, 0.04);
  color: #4F46E5;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: rgba(79, 70, 229, 0.16);
  color: #4F46E5;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #71717A;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #f4f4f5;
  color: #71717A;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #e5e7eb;
  color: #71717A;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-button .p-button-label {
  transition-duration: 0.2s;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #4F46E5;
  background-color: #ffffff;
}
.p-button.p-button-raised {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 3rem;
  padding: 0.75rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 3rem;
}
.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.65625rem 0.875rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.9375rem 1.25rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-button.p-button-loading-label-only .p-button-label {
  margin-left: 0.5rem;
}
.p-button.p-button-loading-label-only .p-button-loading-icon {
  margin-right: 0;
}

.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 3rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}

.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
  color: #ffffff;
  background: #64748B;
  border: 1px solid #64748B;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #475569;
  color: #ffffff;
  border-color: #475569;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #c0c7d2;
}
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #475569;
  color: #ffffff;
  border-color: #475569;
}
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #64748B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(100, 116, 139, 0.04);
  color: #64748B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(100, 116, 139, 0.16);
  color: #64748B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #64748B;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(100, 116, 139, 0.04);
  border-color: transparent;
  color: #64748B;
}
.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(100, 116, 139, 0.16);
  border-color: transparent;
  color: #64748B;
}

.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #3B82F6;
  border: 1px solid #3B82F6;
}
.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #2563EB;
  color: #ffffff;
  border-color: #2563EB;
}
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #b1cdfb;
}
.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #2563EB;
  color: #ffffff;
  border-color: #2563EB;
}
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #3B82F6;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(59, 130, 246, 0.04);
  color: #3B82F6;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(59, 130, 246, 0.16);
  color: #3B82F6;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #3B82F6;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(59, 130, 246, 0.04);
  border-color: transparent;
  color: #3B82F6;
}
.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(59, 130, 246, 0.16);
  border-color: transparent;
  color: #3B82F6;
}

.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #22C55E;
  border: 1px solid #22C55E;
}
.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #16A34A;
  color: #ffffff;
  border-color: #16A34A;
}
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #a0efbd;
}
.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #16A34A;
  color: #ffffff;
  border-color: #16A34A;
}
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #22C55E;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(34, 197, 94, 0.04);
  color: #22C55E;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(34, 197, 94, 0.16);
  color: #22C55E;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #22C55E;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(34, 197, 94, 0.04);
  border-color: transparent;
  color: #22C55E;
}
.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(34, 197, 94, 0.16);
  border-color: transparent;
  color: #22C55E;
}

.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
  color: #ffffff;
  background: #F59E0B;
  border: 1px solid #F59E0B;
}
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #D97706;
  color: #ffffff;
  border-color: #D97706;
}
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #fbd89d;
}
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #D97706;
  color: #ffffff;
  border-color: #D97706;
}
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #F59E0B;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(245, 158, 11, 0.04);
  color: #F59E0B;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(245, 158, 11, 0.16);
  color: #F59E0B;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #F59E0B;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(245, 158, 11, 0.04);
  border-color: transparent;
  color: #F59E0B;
}
.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(245, 158, 11, 0.16);
  border-color: transparent;
  color: #F59E0B;
}

.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #A855F7;
  border: 1px solid #A855F7;
}
.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #9333EA;
  color: #ffffff;
  border-color: #9333EA;
}
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #dcbbfc;
}
.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #9333EA;
  color: #ffffff;
  border-color: #9333EA;
}
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #A855F7;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(168, 85, 247, 0.04);
  color: #A855F7;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(168, 85, 247, 0.16);
  color: #A855F7;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #A855F7;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(168, 85, 247, 0.04);
  border-color: transparent;
  color: #A855F7;
}
.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(168, 85, 247, 0.16);
  border-color: transparent;
  color: #A855F7;
}

.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #EF4444;
  border: 1px solid #EF4444;
}
.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #DC2626;
  color: #ffffff;
  border-color: #DC2626;
}
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #f9b4b4;
}
.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #DC2626;
  color: #ffffff;
  border-color: #DC2626;
}
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #EF4444;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(239, 68, 68, 0.04);
  color: #EF4444;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(239, 68, 68, 0.16);
  color: #EF4444;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #EF4444;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(239, 68, 68, 0.04);
  border-color: transparent;
  color: #EF4444;
}
.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(239, 68, 68, 0.16);
  border-color: transparent;
  color: #EF4444;
}

.p-button.p-button-link {
  color: #4F46E5;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #4F46E5;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem #6366F1;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #4F46E5;
  border-color: transparent;
}

.p-speeddial-button.p-button.p-button-icon-only {
  width: 4rem;
  height: 4rem;
}
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
  font-size: 1.3rem;
}

.p-speeddial-list {
  outline: 0 none;
}

.p-speeddial-item.p-focus > .p-speeddial-action {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}

.p-speeddial-action {
  width: 3rem;
  height: 3rem;
  background: #3f3f46;
  color: #fff;
}
.p-speeddial-action:hover {
  background: #27272A;
  color: #fff;
}

.p-speeddial-direction-up .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-up .p-speeddial-item:first-child {
  margin-bottom: 0.5rem;
}

.p-speeddial-direction-down .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-down .p-speeddial-item:first-child {
  margin-top: 0.5rem;
}

.p-speeddial-direction-left .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-left .p-speeddial-item:first-child {
  margin-right: 0.5rem;
}

.p-speeddial-direction-right .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-right .p-speeddial-item:first-child {
  margin-left: 0.5rem;
}

.p-speeddial-circle .p-speeddial-item,
.p-speeddial-semi-circle .p-speeddial-item,
.p-speeddial-quarter-circle .p-speeddial-item {
  margin: 0;
}
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
.p-speeddial-semi-circle .p-speeddial-item:first-child,
.p-speeddial-semi-circle .p-speeddial-item:last-child,
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
  margin: 0;
}

.p-speeddial-mask {
  background-color: rgba(0, 0, 0, 0.4);
}

.p-splitbutton {
  border-radius: 0.375rem;
}
.p-splitbutton.p-button-outlined > .p-button {
  background-color: transparent;
  color: #4F46E5;
  border: 1px solid;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(79, 70, 229, 0.04);
  color: #4F46E5;
}
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(79, 70, 229, 0.16);
  color: #4F46E5;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
  color: #71717A;
  border-color: #71717A;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #f4f4f5;
  color: #71717A;
}
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #e5e7eb;
  color: #71717A;
}
.p-splitbutton.p-button-text > .p-button {
  background-color: transparent;
  color: #4F46E5;
  border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(79, 70, 229, 0.04);
  color: #4F46E5;
  border-color: transparent;
}
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(79, 70, 229, 0.16);
  color: #4F46E5;
  border-color: transparent;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button {
  color: #71717A;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: #f4f4f5;
  color: #71717A;
}
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
  background: #e5e7eb;
  color: #71717A;
}
.p-splitbutton.p-button-raised {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.p-splitbutton.p-button-rounded {
  border-radius: 2rem;
}
.p-splitbutton.p-button-rounded > .p-button {
  border-radius: 2rem;
}
.p-splitbutton.p-button-sm > .p-button {
  font-size: 0.875rem;
  padding: 0.65625rem 0.875rem;
}
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
  font-size: 0.875rem;
}
.p-splitbutton.p-button-lg > .p-button {
  font-size: 1.25rem;
  padding: 0.9375rem 1.25rem;
}
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
  font-size: 1.25rem;
}

.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
  background-color: transparent;
  color: #64748B;
  border: 1px solid;
}
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(100, 116, 139, 0.04);
  color: #64748B;
}
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(100, 116, 139, 0.16);
  color: #64748B;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
  background-color: transparent;
  color: #64748B;
  border-color: transparent;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(100, 116, 139, 0.04);
  border-color: transparent;
  color: #64748B;
}
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(100, 116, 139, 0.16);
  border-color: transparent;
  color: #64748B;
}

.p-splitbutton.p-button-info.p-button-outlined > .p-button {
  background-color: transparent;
  color: #3B82F6;
  border: 1px solid;
}
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(59, 130, 246, 0.04);
  color: #3B82F6;
}
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(59, 130, 246, 0.16);
  color: #3B82F6;
}
.p-splitbutton.p-button-info.p-button-text > .p-button {
  background-color: transparent;
  color: #3B82F6;
  border-color: transparent;
}
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(59, 130, 246, 0.04);
  border-color: transparent;
  color: #3B82F6;
}
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(59, 130, 246, 0.16);
  border-color: transparent;
  color: #3B82F6;
}

.p-splitbutton.p-button-success.p-button-outlined > .p-button {
  background-color: transparent;
  color: #22C55E;
  border: 1px solid;
}
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(34, 197, 94, 0.04);
  color: #22C55E;
}
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(34, 197, 94, 0.16);
  color: #22C55E;
}
.p-splitbutton.p-button-success.p-button-text > .p-button {
  background-color: transparent;
  color: #22C55E;
  border-color: transparent;
}
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(34, 197, 94, 0.04);
  border-color: transparent;
  color: #22C55E;
}
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(34, 197, 94, 0.16);
  border-color: transparent;
  color: #22C55E;
}

.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
  background-color: transparent;
  color: #F59E0B;
  border: 1px solid;
}
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(245, 158, 11, 0.04);
  color: #F59E0B;
}
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(245, 158, 11, 0.16);
  color: #F59E0B;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button {
  background-color: transparent;
  color: #F59E0B;
  border-color: transparent;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(245, 158, 11, 0.04);
  border-color: transparent;
  color: #F59E0B;
}
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(245, 158, 11, 0.16);
  border-color: transparent;
  color: #F59E0B;
}

.p-splitbutton.p-button-help.p-button-outlined > .p-button {
  background-color: transparent;
  color: #A855F7;
  border: 1px solid;
}
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(168, 85, 247, 0.04);
  color: #A855F7;
}
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(168, 85, 247, 0.16);
  color: #A855F7;
}
.p-splitbutton.p-button-help.p-button-text > .p-button {
  background-color: transparent;
  color: #A855F7;
  border-color: transparent;
}
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(168, 85, 247, 0.04);
  border-color: transparent;
  color: #A855F7;
}
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(168, 85, 247, 0.16);
  border-color: transparent;
  color: #A855F7;
}

.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
  background-color: transparent;
  color: #EF4444;
  border: 1px solid;
}
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(239, 68, 68, 0.04);
  color: #EF4444;
}
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(239, 68, 68, 0.16);
  color: #EF4444;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button {
  background-color: transparent;
  color: #EF4444;
  border-color: transparent;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
  background: rgba(239, 68, 68, 0.04);
  border-color: transparent;
  color: #EF4444;
}
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
  background: rgba(239, 68, 68, 0.16);
  border-color: transparent;
  color: #EF4444;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #f4f4f5;
  width: 2rem;
  height: 0.5rem;
  transition: none;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #e5e7eb;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #EEF2FF;
  color: #312E81;
}

.p-datatable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  background: #fafafa;
  color: #3f3f46;
  border: 1px solid #f4f4f5;
  border-width: 1px 0 1px 0;
  padding: 1.25rem 1.25rem;
  font-weight: 600;
}
.p-datatable .p-datatable-footer {
  background: #fafafa;
  color: #3f3f46;
  border: 1px solid #f4f4f5;
  border-width: 0 0 1px 0;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 0.75rem 1.5rem;
  border: 1px solid #f4f4f5;
  border-width: 0 0 1px 0;
  font-weight: 500;
  color: #6b7280;
  background: #fafafa;
  transition: none;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #f4f4f5;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #3f3f46;
  background: #fafafa;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #71717A;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #312E81;
  background: #EEF2FF;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #f4f4f5;
  color: #3f3f46;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #71717A;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #fafafa;
  color: #4F46E5;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #4F46E5;
}
.p-datatable .p-sortable-column.p-highlight:hover {
  background: #f4f4f5;
  color: #4F46E5;
}
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  color: #4F46E5;
}
.p-datatable .p-sortable-column:focus {
  box-shadow: inset 0 0 0 0.15rem #6366F1;
  outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: #3f3f46;
  transition: none;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #f4f4f5;
  border-width: 0 0 1px 0;
  padding: 1rem 1.5rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
  font-weight: 500;
}
.p-datatable .p-datatable-tbody > tr:focus {
  outline: 0.15rem solid #6366F1;
  outline-offset: -0.15rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #EEF2FF;
  color: #312E81;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #EEF2FF;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #EEF2FF;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #f4f4f5;
  color: #3f3f46;
}
.p-datatable .p-column-resizer-helper {
  background: #4F46E5;
}
.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #fafafa;
}
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot {
  background-color: #fafafa;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px 0 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
  border-width: 1px 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
  border-width: 1px 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
  border-width: 0 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
  border-width: 0 0 1px 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
  border-width: 0 0 0 1px;
}
.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: #fcfcfc;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #EEF2FF;
  color: #312E81;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #312E81;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #312E81;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.625rem 0.625rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.375rem 0.75rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem 0.75rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.375rem 0.75rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.375rem 0.75rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.5625rem 1.5625rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 0.9375rem 1.875rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 1.25rem 1.875rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 0.9375rem 1.875rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 0.9375rem 1.875rem;
}

.p-dataview .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #fafafa;
  color: #3f3f46;
  border: 1px solid #f4f4f5;
  border-width: 1px 0 1px 0;
  padding: 1.25rem 1.25rem;
  font-weight: 600;
}
.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: solid #f4f4f5;
  border-width: 0 0 1px 0;
}
.p-dataview .p-dataview-footer {
  background: #fafafa;
  color: #3f3f46;
  border: 1px solid #f4f4f5;
  border-width: 0 0 1px 0;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
  margin-left: 0.5rem;
}

.p-column-filter-menu-button {
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
}
.p-column-filter-menu-button:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
  background: #f4f4f5;
  color: #18181B;
}
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  background: #EEF2FF;
  color: #312E81;
}
.p-column-filter-menu-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}

.p-column-filter-clear-button {
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
}
.p-column-filter-clear-button:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.p-column-filter-clear-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}

.p-column-filter-overlay {
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  border-radius: 0.375rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  min-width: 12.5rem;
}
.p-column-filter-overlay .p-column-filter-row-items {
  padding: 0.25rem 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 0.75rem 1rem;
  border: 0 none;
  color: #3f3f46;
  background: transparent;
  transition: none;
  border-radius: 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: #312E81;
  background: #EEF2FF;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #6366F1;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
  border-top: 1px solid #f3f4f6;
  margin: 0.25rem 0;
}

.p-column-filter-overlay-menu .p-column-filter-operator {
  padding: 0.5rem 0.75rem;
  border-bottom: 0 none;
  color: #3f3f46;
  background: #fafafa;
  margin: 0;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint {
  padding: 1.25rem;
  border-bottom: 1px solid #f3f4f6;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
  margin-bottom: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
  margin-top: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
  border-bottom: 0 none;
}
.p-column-filter-overlay-menu .p-column-filter-add-rule {
  padding: 0.75rem 1.25rem;
}
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
  padding: 1.25rem;
}

.fc {
  /* FullCalendar 4 */
  /* FullCalendar 5 */
}
.fc.fc-unthemed .fc-view-container th {
  background: #fafafa;
  border: 1px solid #e5e7eb;
  color: #3f3f46;
}
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
  border: 1px solid #e5e7eb;
  color: #3f3f46;
}
.fc.fc-unthemed .fc-view-container td.fc-head-container {
  border: 1px solid #e5e7eb;
}
.fc.fc-unthemed .fc-view-container .fc-view {
  background: #ffffff;
}
.fc.fc-unthemed .fc-view-container .fc-row {
  border-right: 1px solid #e5e7eb;
}
.fc.fc-unthemed .fc-view-container .fc-event {
  background: #4F46E5;
  border: 1px solid #4F46E5;
  color: #ffffff;
}
.fc.fc-unthemed .fc-view-container .fc-divider {
  background: #fafafa;
  border: 1px solid #e5e7eb;
}
.fc.fc-unthemed .fc-toolbar .fc-button {
  color: #ffffff;
  background: #4F46E5;
  border: 1px solid #4F46E5;
  font-size: 1rem;
  transition: none;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
  background: #4338CA;
  color: #ffffff;
  border-color: #4338CA;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
  background: #4338CA;
  color: #ffffff;
  border-color: #4338CA;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #ffffff;
  border: 1px solid #d4d4d8;
  color: #3f3f46;
  transition: none;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #f4f4f5;
  border-color: #d4d4d8;
  color: #3f3f46;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #4F46E5;
  border-color: #4F46E5;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #4338CA;
  border-color: #4338CA;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  z-index: 1;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
  border-color: #e5e7eb;
}
.fc.fc-theme-standard .fc-view-harness th {
  background: #fafafa;
  border-color: #e5e7eb;
  color: #3f3f46;
}
.fc.fc-theme-standard .fc-view-harness td {
  color: #3f3f46;
  border-color: #e5e7eb;
}
.fc.fc-theme-standard .fc-view-harness .fc-view {
  background: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover {
  background: none;
  border: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
  border: 1px solid #e5e7eb;
  padding: 1.25rem;
  background: #fafafa;
  color: #3f3f46;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: "PrimeIcons" !important;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
  content: "\e90b";
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #3f3f46;
  border-top: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
  color: #ffffff;
  background: #4F46E5;
  border-color: #4F46E5;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
  color: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
  background: #4F46E5;
  border-color: #4F46E5;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
  background: #f4f4f5;
  color: #18181B;
}
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
  background: #fafafa;
}
.fc.fc-theme-standard .fc-toolbar .fc-button {
  color: #ffffff;
  background: #4F46E5;
  border: 1px solid #4F46E5;
  font-size: 1rem;
  transition: none;
  border-radius: 0.375rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
  background: #4338CA;
  color: #ffffff;
  border-color: #4338CA;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
  background: #4338CA;
  color: #ffffff;
  border-color: #4338CA;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
  opacity: 0.6;
  color: #ffffff;
  background: #4F46E5;
  border: 1px solid #4F46E5;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "\e900";
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "\e901";
}
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #ffffff;
  border: 1px solid #d4d4d8;
  color: #3f3f46;
  transition: none;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #f4f4f5;
  border-color: #d4d4d8;
  color: #3f3f46;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #4F46E5;
  border-color: #4F46E5;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #4338CA;
  border-color: #4338CA;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
  z-index: 1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.fc.fc-theme-standard .fc-highlight {
  color: #312E81;
  background: #EEF2FF;
}

.p-orderlist .p-orderlist-controls {
  padding: 1.25rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #fafafa;
  color: #3f3f46;
  border: 1px solid #e5e7eb;
  padding: 1.25rem;
  font-weight: 700;
  border-bottom: 0 none;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #3f3f46;
  padding: 0.25rem 0;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  outline: 0 none;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.75rem 1rem;
  margin: 0;
  border: 0 none;
  color: #3f3f46;
  background: transparent;
  transition: transform 0.2s, none;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
  background: #f4f4f5;
  color: #18181B;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
  color: #18181B;
  background: #e5e7eb;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #312E81;
  background: #EEF2FF;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
  background: #E0E7FF;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
  background: #fcfcfc;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
  background: #f4f4f5;
}

.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: #f4f4f5;
  color: #18181B;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #EEF2FF;
  color: #312E81;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #6f91ff;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #e5e7eb;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #e5e7eb;
  border-color: #e5e7eb;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #e5e7eb;
  border-color: #e5e7eb;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #3f3f46;
  padding: 1.25rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}

.p-paginator {
  background: #ffffff;
  color: #71717A;
  border: solid #f4f4f5;
  border-width: 0;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 1px solid #d4d4d8;
  color: #71717A;
  min-width: 3rem;
  height: 3rem;
  margin: 0 0 0 -1px;
  transition: none;
  border-radius: 0;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #f4f4f5;
  border-color: #d4d4d8;
  color: #3f3f46;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 3rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-page-input {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.p-paginator .p-paginator-page-input .p-inputtext {
  max-width: 3rem;
}
.p-paginator .p-paginator-current {
  background-color: transparent;
  border: 1px solid #d4d4d8;
  color: #71717A;
  min-width: 3rem;
  height: 3rem;
  margin: 0 0 0 -1px;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 1px solid #d4d4d8;
  color: #71717A;
  min-width: 3rem;
  height: 3rem;
  margin: 0 0 0 -1px;
  transition: none;
  border-radius: 0;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #EEF2FF;
  border-color: #EEF2FF;
  color: #312E81;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #f4f4f5;
  border-color: #d4d4d8;
  color: #3f3f46;
}

.p-picklist .p-picklist-buttons {
  padding: 1.25rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #fafafa;
  color: #3f3f46;
  border: 1px solid #e5e7eb;
  padding: 1.25rem;
  font-weight: 700;
  border-bottom: 0 none;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-picklist .p-picklist-list {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #3f3f46;
  padding: 0.25rem 0;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  outline: 0 none;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.75rem 1rem;
  margin: 0;
  border: 0 none;
  color: #3f3f46;
  background: transparent;
  transition: transform 0.2s, none;
}
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
  background: #f4f4f5;
  color: #18181B;
}
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
  color: #18181B;
  background: #e5e7eb;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #312E81;
  background: #EEF2FF;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
  background: #E0E7FF;
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
  background: #fcfcfc;
}
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
  background: #f4f4f5;
}

.p-timeline .p-timeline-event-marker {
  border: 2px solid #4F46E5;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
}
.p-timeline .p-timeline-event-connector {
  background-color: #e5e7eb;
}
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
  padding: 0 1rem;
}
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
  width: 2px;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
  padding: 1rem 0;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
  height: 2px;
}

.p-tree {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #3f3f46;
  padding: 1.25rem;
  border-radius: 0.375rem;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
  outline: 0 none;
}
.p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #6366F1;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 0.375rem;
  transition: none;
  padding: 0;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #71717A;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #3f3f46;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #EEF2FF;
  color: #312E81;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #312E81;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
  color: #312E81;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #f4f4f5;
  color: #18181B;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.75rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.75rem;
  color: #71717A;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}

.p-treetable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #fafafa;
  color: #3f3f46;
  border: 1px solid #f4f4f5;
  border-width: 1px 0 1px 0;
  padding: 1.25rem 1.25rem;
  font-weight: 600;
}
.p-treetable .p-treetable-footer {
  background: #fafafa;
  color: #3f3f46;
  border: 1px solid #f4f4f5;
  border-width: 0 0 1px 0;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 0.75rem 1.5rem;
  border: 1px solid #f4f4f5;
  border-width: 0 0 1px 0;
  font-weight: 500;
  color: #6b7280;
  background: #fafafa;
  transition: none;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #f4f4f5;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #3f3f46;
  background: #fafafa;
}
.p-treetable .p-sortable-column {
  outline-color: #6366F1;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #71717A;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #312E81;
  background: #EEF2FF;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #f4f4f5;
  color: #3f3f46;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #71717A;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #fafafa;
  color: #4F46E5;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #4F46E5;
}
.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #3f3f46;
  transition: none;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid #f4f4f5;
  border-width: 0 0 1px 0;
  padding: 1rem 1.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #3f3f46;
}
.p-treetable .p-treetable-tbody > tr:focus {
  outline: 0.15rem solid #6366F1;
  outline-offset: -0.15rem;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #EEF2FF;
  color: #312E81;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #312E81;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #312E81;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: #f4f4f5;
  color: #3f3f46;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #3f3f46;
}
.p-treetable .p-column-resizer-helper {
  background: #4F46E5;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #fafafa;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 1.09375rem 1.09375rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.375rem 0.75rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.5rem 0.75rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.375rem 0.75rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.375rem 0.75rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.5625rem 1.5625rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 0.9375rem 1.875rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 1.25rem 1.875rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 0.9375rem 1.875rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 0.9375rem 1.875rem;
}

.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  color: #3f3f46;
  background: #fafafa;
  font-weight: 700;
  border-radius: 0.375rem;
  transition: none;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 1px #6366F1;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #f4f4f5;
  border-color: #e5e7eb;
  color: #3f3f46;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #fafafa;
  border-color: #e5e7eb;
  color: #3f3f46;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #e5e7eb;
  background: #f4f4f5;
  color: #3f3f46;
}
.p-accordion .p-accordion-content {
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #3f3f46;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.p-accordion .p-accordion-tab {
  margin-bottom: 0;
}
.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link {
  border-radius: 0;
}
.p-accordion .p-accordion-tab .p-accordion-content {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link {
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.p-accordion .p-accordion-tab:last-child .p-accordion-content {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.p-card {
  background: #ffffff;
  color: #3f3f46;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 0.375rem;
}
.p-card .p-card-body {
  padding: 1.25rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #71717A;
}
.p-card .p-card-content {
  padding: 1.25rem 0;
}
.p-card .p-card-footer {
  padding: 1.25rem 0 0 0;
}

.p-fieldset {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #3f3f46;
  border-radius: 0.375rem;
}
.p-fieldset .p-fieldset-legend {
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  color: #3f3f46;
  background: #fafafa;
  font-weight: 700;
  border-radius: 0.375rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition: none;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 1.25rem;
  color: #3f3f46;
  border-radius: 0.375rem;
  transition: none;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
  color: #18181B;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #f4f4f5;
  border-color: #e5e7eb;
  color: #18181B;
}
.p-fieldset .p-fieldset-content {
  padding: 1.25rem;
}

.p-divider .p-divider-content {
  background-color: #ffffff;
}
.p-divider.p-divider-horizontal {
  margin: 1rem 0;
  padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
  border-top: 1px #e5e7eb;
}
.p-divider.p-divider-horizontal .p-divider-content {
  padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
  margin: 0 1rem;
  padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
  border-left: 1px #e5e7eb;
}
.p-divider.p-divider-vertical .p-divider-content {
  padding: 0.5rem 0;
}

.p-panel .p-panel-header {
  border: 1px solid #e5e7eb;
  padding: 1.25rem;
  background: #fafafa;
  color: #3f3f46;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 700;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.75rem 1.25rem;
}
.p-panel .p-panel-content {
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #3f3f46;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top: 0 none;
}
.p-panel .p-panel-footer {
  padding: 0.75rem 1.25rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #3f3f46;
  border-top: 0 none;
}

.p-scrollpanel .p-scrollpanel-bar {
  background: #fafafa;
  border: 0 none;
  transition: none;
}
.p-scrollpanel .p-scrollpanel-bar:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}

.p-splitter {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 0.375rem;
  color: #3f3f46;
}
.p-splitter .p-splitter-gutter {
  transition: none;
  background: #fafafa;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
  background: #e5e7eb;
  transition: none;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-splitter .p-splitter-gutter-resizing {
  background: #e5e7eb;
}

.p-tabview .p-tabview-nav {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-width: 0 0 2px 0;
}
.p-tabview .p-tabview-nav li {
  margin-right: 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid #e5e7eb;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #e5e7eb transparent;
  background: #ffffff;
  color: #71717A;
  padding: 1.25rem;
  font-weight: 700;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
  transition: none;
  margin: 0 0 -2px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 1px #6366F1;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #ffffff;
  border-color: #71717A;
  color: #71717A;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #ffffff;
  border-color: #4F46E5;
  color: #4F46E5;
}
.p-tabview .p-tabview-nav-btn.p-link {
  background: #ffffff;
  color: #4F46E5;
  width: 3rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0;
}
.p-tabview .p-tabview-nav-btn.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 1px #6366F1;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 1.25rem;
  border: 0 none;
  color: #3f3f46;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.p-toolbar {
  background: #fafafa;
  border: 1px solid #e5e7eb;
  padding: 1.25rem;
  border-radius: 0.375rem;
  gap: 0.5rem;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}

.p-confirm-popup {
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  border-radius: 0.375rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.p-confirm-popup .p-confirm-popup-content {
  padding: 1.25rem;
}
.p-confirm-popup .p-confirm-popup-footer {
  text-align: right;
  padding: 0 1rem 1rem 1rem;
}
.p-confirm-popup .p-confirm-popup-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-confirm-popup .p-confirm-popup-footer button:last-child {
  margin: 0;
}
.p-confirm-popup:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:after {
  border-top-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:before {
  border-top-color: #ffffff;
}
.p-confirm-popup .p-confirm-popup-icon {
  font-size: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-message {
  margin-left: 1rem;
}

.p-dialog {
  border-radius: 0.375rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: 0 none;
}
.p-dialog .p-dialog-header {
  border-bottom: 0 none;
  background: #ffffff;
  color: #3f3f46;
  padding: 1.5rem;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 600;
  font-size: 1.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #3f3f46;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.p-dialog .p-dialog-content:last-of-type {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.p-dialog .p-dialog-footer {
  border-top: 0 none;
  background: #ffffff;
  color: #3f3f46;
  padding: 0 1.5rem 1.5rem 1.5rem;
  text-align: right;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message:not(:first-child) {
  margin-left: 1rem;
}

.p-overlaypanel {
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  border-radius: 0.375rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 1.25rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #4F46E5;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: none;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #4338CA;
  color: #ffffff;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f2f2f2;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: #ffffff;
}

.p-sidebar {
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.p-sidebar .p-sidebar-header {
  padding: 1.25rem;
}
.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2rem;
  height: 2rem;
  color: #71717A;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: none;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
  color: #18181B;
  border-color: transparent;
  background: #f4f4f5;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:focus,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}
.p-sidebar .p-sidebar-content {
  padding: 1.25rem;
}

.p-tooltip .p-tooltip-text {
  background: #3f3f46;
  color: #ffffff;
  padding: 0.75rem 0.75rem;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #3f3f46;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #3f3f46;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #3f3f46;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #3f3f46;
}

.p-fileupload .p-fileupload-buttonbar {
  background: #fafafa;
  padding: 1.25rem;
  border: 1px solid #e5e7eb;
  color: #3f3f46;
  border-bottom: 0 none;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
  gap: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 2rem 1rem;
  border: 1px solid #e5e7eb;
  color: #3f3f46;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.p-fileupload .p-fileupload-file {
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-fileupload .p-fileupload-file:last-child {
  margin-bottom: 0;
}
.p-fileupload .p-fileupload-file-name {
  margin-bottom: 0.5rem;
}
.p-fileupload .p-fileupload-file-size {
  margin-right: 0.5rem;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 1rem 1.5rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}

.p-fileupload-choose:not(.p-disabled):hover {
  background: #4338CA;
  color: #ffffff;
  border-color: #4338CA;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #4338CA;
  color: #ffffff;
  border-color: #4338CA;
}

.p-breadcrumb {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  padding: 1rem;
}
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
  transition: none;
  border-radius: 0.375rem;
}
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
  color: #71717A;
}
.p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
  margin: 0 0.5rem 0 0.5rem;
  color: #3f3f46;
}
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
  color: #3f3f46;
}
.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
  color: #71717A;
}

.p-contextmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
  width: 12.5rem;
}
.p-contextmenu .p-contextmenu-root-list {
  outline: 0 none;
}
.p-contextmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
}
.p-contextmenu .p-menuitem > .p-menuitem-content {
  color: #3f3f46;
  transition: none;
  border-radius: 0;
}
.p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
  color: #3f3f46;
  padding: 0.75rem 1rem;
  user-select: none;
}
.p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
  color: #71717A;
  margin-right: 0.5rem;
}
.p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
  color: #3f3f46;
  background: #f4f4f5;
}
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
  background: #f4f4f5;
}
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
  color: #18181B;
  background: #e5e7eb;
}
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #18181B;
}
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-contextmenu .p-menuitem-separator {
  border-top: 1px solid #f3f4f6;
  margin: 0.25rem 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}

.p-dock .p-dock-list-container {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
}
.p-dock .p-dock-list-container .p-dock-list {
  outline: 0 none;
}
.p-dock .p-dock-item {
  padding: 0.5rem;
  border-radius: 0.375rem;
}
.p-dock .p-dock-item.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #6366F1;
}
.p-dock .p-dock-link {
  width: 4rem;
  height: 4rem;
}
.p-dock.p-dock-top .p-dock-item-second-prev,
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
.p-dock.p-dock-bottom .p-dock-item-second-next {
  margin: 0 0.9rem;
}
.p-dock.p-dock-top .p-dock-item-prev,
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
.p-dock.p-dock-bottom .p-dock-item-next {
  margin: 0 1.3rem;
}
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
  margin: 0 1.5rem;
}
.p-dock.p-dock-left .p-dock-item-second-prev,
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
.p-dock.p-dock-right .p-dock-item-second-next {
  margin: 0.9rem 0;
}
.p-dock.p-dock-left .p-dock-item-prev,
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
.p-dock.p-dock-right .p-dock-item-next {
  margin: 1.3rem 0;
}
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
  margin: 1.5rem 0;
}

@media screen and (max-width: 960px) {
  .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
    overflow-x: auto;
    width: 100%;
  }
  .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
    margin: 0 auto;
  }
  .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
    overflow-y: auto;
    height: 100%;
  }
  .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
    margin: auto 0;
  }
  .p-dock .p-dock-list .p-dock-item {
    transform: none;
    margin: 0;
  }
}
.p-megamenu {
  padding: 1rem;
  background: #fafafa;
  color: #3f3f46;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
}
.p-megamenu .p-megamenu-root-list {
  outline: 0 none;
}
.p-megamenu .p-menuitem > .p-menuitem-content {
  color: #3f3f46;
  transition: none;
  border-radius: 0;
}
.p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
  color: #3f3f46;
  padding: 0.75rem 1rem;
  user-select: none;
}
.p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
  color: #71717A;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
  color: #3f3f46;
  background: #f4f4f5;
}
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
  background: #f4f4f5;
}
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
  color: #18181B;
  background: #e5e7eb;
}
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #18181B;
}
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #3f3f46;
  border: 0 none;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.p-megamenu .p-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #3f3f46;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-megamenu .p-submenu-list {
  padding: 0.25rem 0;
  width: 12.5rem;
}
.p-megamenu .p-submenu-list .p-menuitem-separator {
  border-top: 1px solid #f3f4f6;
  margin: 0.25rem 0;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0.25rem 0;
}
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
  color: #3f3f46;
  transition: none;
  border-radius: 0.375rem;
}
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
  padding: 0.75rem 1rem;
  user-select: none;
}
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
  color: #71717A;
  margin-right: 0.5rem;
}
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
  margin-left: 0.5rem;
}
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}

.p-menu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #3f3f46;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  width: 12.5rem;
}
.p-menu .p-menuitem > .p-menuitem-content {
  color: #3f3f46;
  transition: none;
  border-radius: 0;
}
.p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
  color: #3f3f46;
  padding: 0.75rem 1rem;
  user-select: none;
}
.p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
  color: #71717A;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-menu .p-menuitem.p-highlight > .p-menuitem-content {
  color: #3f3f46;
  background: #f4f4f5;
}
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
  background: #f4f4f5;
}
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
  color: #18181B;
  background: #e5e7eb;
}
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #18181B;
}
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #3f3f46;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.p-menu .p-menuitem-separator {
  border-top: 1px solid #f3f4f6;
  margin: 0.25rem 0;
}

.p-menubar {
  padding: 1rem;
  background: #fafafa;
  color: #3f3f46;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
}
.p-menubar .p-menubar-root-list {
  outline: 0 none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
  color: #3f3f46;
  transition: none;
  border-radius: 0.375rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
  padding: 0.75rem 1rem;
  user-select: none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
  color: #71717A;
  margin-right: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
  margin-left: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-menubar .p-menuitem > .p-menuitem-content {
  color: #3f3f46;
  transition: none;
  border-radius: 0;
}
.p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
  color: #3f3f46;
  padding: 0.75rem 1rem;
  user-select: none;
}
.p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
  color: #71717A;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
  color: #3f3f46;
  background: #f4f4f5;
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
  background: #f4f4f5;
}
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
  color: #18181B;
  background: #e5e7eb;
}
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #18181B;
}
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-menubar .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menuitem-separator {
  border-top: 1px solid #f3f4f6;
  margin: 0.25rem 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}

@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: #71717A;
    border-radius: 50%;
    transition: none;
  }
  .p-menubar .p-menubar-button:hover {
    color: #71717A;
    background: #f4f4f5;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 1px #6366F1;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menuitem-separator {
    border-top: 1px solid #f3f4f6;
    margin: 0.25rem 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.2s;
  }
  .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
    padding-left: 2.25rem;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
    padding-left: 3.75rem;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
    padding-left: 5.25rem;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
    padding-left: 6.75rem;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
    padding-left: 8.25rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header {
  outline: 0 none;
}
.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
  border: 1px solid #e5e7eb;
  color: #3f3f46;
  background: #fafafa;
  border-radius: 0.375rem;
  transition: none;
}
.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
  color: #3f3f46;
  padding: 1.25rem;
  font-weight: 700;
}
.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus .p-panelmenu-header-content {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 1px #6366F1;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
  background: #f4f4f5;
  border-color: #e5e7eb;
  color: #3f3f46;
}
.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
  background: #fafafa;
  border-color: #e5e7eb;
  color: #3f3f46;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
  border-color: #e5e7eb;
  background: #f4f4f5;
  color: #3f3f46;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0.25rem 0;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #3f3f46;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
  outline: 0 none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
  color: #3f3f46;
  transition: none;
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
  color: #3f3f46;
  padding: 0.75rem 1rem;
  user-select: none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
  color: #71717A;
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
  color: #3f3f46;
  background: #f4f4f5;
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
  background: #f4f4f5;
}
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
  color: #18181B;
  background: #e5e7eb;
}
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #18181B;
}
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem-separator {
  border-top: 1px solid #f3f4f6;
  margin: 0.25rem 0;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-content {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header .p-panelmenu-header-content {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header .p-panelmenu-header-content {
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-content {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: none;
  border-radius: 0.375rem;
  background: #ffffff;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #3f3f46;
  border: 1px solid #f4f4f5;
  background: #ffffff;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 50%;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #71717A;
}
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #EEF2FF;
  color: #312E81;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 600;
  color: #3f3f46;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #f3f4f6;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}

.p-tabmenu .p-tabmenu-nav {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-width: 0 0 2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: solid #e5e7eb;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #e5e7eb transparent;
  background: #ffffff;
  color: #71717A;
  padding: 1.25rem;
  font-weight: 700;
  border-top-right-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
  transition: none;
  margin: 0 0 -2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 1px #6366F1;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #ffffff;
  border-color: #71717A;
  color: #71717A;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #ffffff;
  border-color: #4F46E5;
  color: #4F46E5;
}

.p-tieredmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #3f3f46;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  width: 12.5rem;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.p-tieredmenu .p-tieredmenu-root-list {
  outline: 0 none;
}
.p-tieredmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.p-tieredmenu .p-menuitem > .p-menuitem-content {
  color: #3f3f46;
  transition: none;
  border-radius: 0;
}
.p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
  color: #3f3f46;
  padding: 0.75rem 1rem;
  user-select: none;
}
.p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
  color: #71717A;
  margin-right: 0.5rem;
}
.p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
  color: #3f3f46;
  background: #f4f4f5;
}
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #3f3f46;
}
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
  background: #f4f4f5;
}
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
  color: #18181B;
  background: #e5e7eb;
}
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
  color: #18181B;
}
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
  color: #18181B;
  background: #f4f4f5;
}
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
  color: #18181B;
}
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
  color: #71717A;
}
.p-tieredmenu .p-menuitem-separator {
  border-top: 1px solid #f3f4f6;
  margin: 0.25rem 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}

.p-inline-message {
  padding: 0.75rem 0.75rem;
  margin: 0;
  border-radius: 0.375rem;
}
.p-inline-message.p-inline-message-info {
  background: #EFF6FF;
  border: none;
  border-width: 0px;
  color: #2563EB;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #2563EB;
}
.p-inline-message.p-inline-message-success {
  background: #ECFDF5;
  border: none;
  border-width: 0px;
  color: #059669;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #059669;
}
.p-inline-message.p-inline-message-warn {
  background: #FEF3C7;
  border: none;
  border-width: 0px;
  color: #D97706;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #D97706;
}
.p-inline-message.p-inline-message-error {
  background: #FEF3C7;
  border: none;
  border-width: 0px;
  color: #DC2626;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #DC2626;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}

.p-message {
  margin: 1rem 0;
  border-radius: 0.375rem;
}
.p-message .p-message-wrapper {
  padding: 1.25rem 1.75rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: none;
}
.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-message.p-message-info {
  background: #EFF6FF;
  border: none;
  border-width: 0 0 0 6px;
  color: #2563EB;
}
.p-message.p-message-info .p-message-icon {
  color: #2563EB;
}
.p-message.p-message-info .p-message-close {
  color: #2563EB;
}
.p-message.p-message-success {
  background: #ECFDF5;
  border: none;
  border-width: 0 0 0 6px;
  color: #059669;
}
.p-message.p-message-success .p-message-icon {
  color: #059669;
}
.p-message.p-message-success .p-message-close {
  color: #059669;
}
.p-message.p-message-warn {
  background: #FEF3C7;
  border: none;
  border-width: 0 0 0 6px;
  color: #D97706;
}
.p-message.p-message-warn .p-message-icon {
  color: #D97706;
}
.p-message.p-message-warn .p-message-close {
  color: #D97706;
}
.p-message.p-message-error {
  background: #FEF3C7;
  border: none;
  border-width: 0 0 0 6px;
  color: #DC2626;
}
.p-message.p-message-error .p-message-icon {
  color: #DC2626;
}
.p-message.p-message-error .p-message-close {
  color: #DC2626;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 500;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

.p-toast {
  opacity: 0.9;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 0.375rem;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0 0 0 6px;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 1rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: none;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #EFF6FF;
  border: none;
  border-width: 0 0 0 6px;
  color: #2563EB;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #2563EB;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #ECFDF5;
  border: none;
  border-width: 0 0 0 6px;
  color: #059669;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #059669;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #FEF3C7;
  border: none;
  border-width: 0 0 0 6px;
  color: #D97706;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #D97706;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #FEF3C7;
  border: none;
  border-width: 0 0 0 6px;
  color: #DC2626;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #DC2626;
}

.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #fafafa;
  width: 4rem;
  height: 4rem;
  transition: none;
  border-radius: 50%;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fafafa;
}
.p-galleria .p-galleria-item-nav {
  background: transparent;
  color: #fafafa;
  width: 4rem;
  height: 4rem;
  transition: none;
  border-radius: 0.375rem;
  margin: 0 0.5rem;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fafafa;
}
.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #fafafa;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #f4f4f5;
  width: 1rem;
  height: 1rem;
  transition: none;
  border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #e5e7eb;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #EEF2FF;
  color: #312E81;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #EEF2FF;
  color: #312E81;
}
.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #fafafa;
  width: 2rem;
  height: 2rem;
  transition: none;
  border-radius: 50%;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fafafa;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}

.p-galleria-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}

.p-image-mask {
  --maskbg: rgba(0, 0, 0, 0.9);
}

.p-image-preview-indicator {
  background-color: transparent;
  color: #f8f9fa;
  transition: none;
}

.p-image-preview-container:hover > .p-image-preview-indicator {
  background-color: rgba(0, 0, 0, 0.5);
}

.p-image-toolbar {
  padding: 1rem;
}

.p-image-action.p-link {
  color: #f8f9fa;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transition: none;
  margin-right: 0.5rem;
}
.p-image-action.p-link:last-child {
  margin-right: 0;
}
.p-image-action.p-link:hover {
  color: #f8f9fa;
  background-color: rgba(255, 255, 255, 0.1);
}
.p-image-action.p-link i {
  font-size: 1.5rem;
}

.p-avatar {
  background-color: #e5e7eb;
  border-radius: 0.375rem;
}
.p-avatar.p-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
.p-avatar.p-avatar-lg .p-avatar-icon {
  font-size: 1.5rem;
}
.p-avatar.p-avatar-xl {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.p-avatar.p-avatar-xl .p-avatar-icon {
  font-size: 2rem;
}

.p-avatar-group .p-avatar {
  border: 2px solid #ffffff;
}

.p-badge {
  background: #4F46E5;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #64748B;
  color: #ffffff;
}
.p-badge.p-badge-success {
  background-color: #22C55E;
  color: #ffffff;
}
.p-badge.p-badge-info {
  background-color: #3B82F6;
  color: #ffffff;
}
.p-badge.p-badge-warning {
  background-color: #F59E0B;
  color: #ffffff;
}
.p-badge.p-badge-danger {
  background-color: #EF4444;
  color: #ffffff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}

.p-chip {
  background-color: #e5e7eb;
  color: #3f3f46;
  border-radius: 16px;
  padding: 0 0.75rem;
}
.p-chip .p-chip-text {
  line-height: 1.5;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.p-chip .p-chip-icon {
  margin-right: 0.5rem;
}
.p-chip img {
  width: 2.25rem;
  height: 2.25rem;
  margin-left: -0.75rem;
  margin-right: 0.5rem;
}
.p-chip .p-chip-remove-icon {
  margin-left: 0.5rem;
  border-radius: 0.375rem;
  transition: none;
}
.p-chip .p-chip-remove-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}

.p-inplace .p-inplace-display {
  padding: 0.75rem 0.75rem;
  border-radius: 0.375rem;
  transition: none;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #f4f4f5;
  color: #18181B;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 1px #6366F1;
}

.p-progressbar {
  border: 0 none;
  height: 1.5rem;
  background: #e5e7eb;
  border-radius: 0.375rem;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #4F46E5;
}
.p-progressbar .p-progressbar-label {
  color: #ffffff;
  line-height: 1.5rem;
}

.p-progress-spinner-svg {
  animation: p-progress-spinner-rotate 2s linear infinite;
}

.p-progress-spinner-circle {
  stroke-dasharray: 89, 200;
  stroke-dashoffset: 0;
  stroke: #DC2626;
  animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@keyframes p-progress-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes p-progress-spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes p-progress-spinner-color {
  100%, 0% {
    stroke: #DC2626;
  }
  40% {
    stroke: #2563EB;
  }
  66% {
    stroke: #059669;
  }
  80%, 90% {
    stroke: #D97706;
  }
}
.p-scrolltop {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: none;
}
.p-scrolltop.p-link {
  background: rgba(0, 0, 0, 0.7);
}
.p-scrolltop.p-link:hover {
  background: rgba(0, 0, 0, 0.8);
}
.p-scrolltop .p-scrolltop-icon {
  font-size: 1.5rem;
  color: #fafafa;
}

.p-skeleton {
  background-color: #f4f4f5;
  border-radius: 0.375rem;
}
.p-skeleton:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.p-tag {
  background: #4F46E5;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 0.375rem;
}
.p-tag.p-tag-success {
  background-color: #22C55E;
  color: #ffffff;
}
.p-tag.p-tag-info {
  background-color: #3B82F6;
  color: #ffffff;
}
.p-tag.p-tag-warning {
  background-color: #F59E0B;
  color: #ffffff;
}
.p-tag.p-tag-danger {
  background-color: #EF4444;
  color: #ffffff;
}
.p-tag .p-tag-icon {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

.p-terminal {
  background: #ffffff;
  color: #3f3f46;
  border: 1px solid #e5e7eb;
  padding: 1.25rem;
}
.p-terminal .p-terminal-input {
  font-size: 1rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Customizations to the designer theme should be defined here */
.p-inputtext, .p-togglebutton, .p-selectbutton, .p-inputgroup {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.p-inputgroup .p-inputtext, .p-inputgroup .p-togglebutton, .p-inputgroup .p-selectbutton {
  box-shadow: none;
}

.p-inputtext.p-invalid.p-component:enabled:focus {
  box-shadow: 0 0 0 1px #f0a9a7;
}

.p-highlight {
  font-weight: 600;
}

.p-button-label {
  font-weight: 500;
}

.p-inputswitch.p-focus .p-inputswitch-slider {
  box-shadow: 0 0 0 2px #6366F1;
}

.p-paginator .p-paginator-pages .p-paginator-page {
  margin-left: -1px;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  border-color: #4F46E5;
  margin-right: 1px;
}
.p-paginator .p-paginator-current {
  border: 0 none;
}

.p-button:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #6366F1, 0 1px 2px 0 rgba(0, 0, 0, 0);
}
.p-button.p-button-secondary:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #64748B, 0 1px 2px 0 rgba(0, 0, 0, 0);
}
.p-button.p-button-success:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #22C55E, 0 1px 2px 0 rgba(0, 0, 0, 0);
}
.p-button.p-button-info:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #3B82F6, 0 1px 2px 0 rgba(0, 0, 0, 0);
}
.p-button.p-button-warning:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #F59E0B, 0 1px 2px 0 rgba(0, 0, 0, 0);
}
.p-button.p-button-help:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #A855F7, 0 1px 2px 0 rgba(0, 0, 0, 0);
}
.p-button.p-button-danger:enabled:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #EF4444, 0 1px 2px 0 rgba(0, 0, 0, 0);
}

.p-checkbox .p-checkbox-box {
  border-radius: 0.25rem;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #6366F1, 0 1px 2px 0 rgba(0, 0, 0, 0);
}

.p-radiobutton:not(.p-radiobutton-disabled) .p-radiobutton-box.p-focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #6366F1, 0 1px 2px 0 rgba(0, 0, 0, 0);
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background-color: #4F46E5;
}

.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background-color: #4F46E5;
}

.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #4F46E5;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #4F46E5;
}

.p-speeddial-item.p-focus > .p-speeddial-action {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #6366F1, 0 1px 2px 0 rgba(0, 0, 0, 0);
}
.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default !important;pointer-events:none;user-select:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-overflow-hidden{overflow:hidden}.p-unselectable-text{user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@-webkit-keyframes p-fadein{0%{opacity:0}100%{opacity:1}}@keyframes p-fadein{0%{opacity:0}100%{opacity:1}}input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;user-select:none}.p-link:disabled{cursor:default}.p-connected-overlay{opacity:0;transform:scaleY(0.8);transition:transform .12s cubic-bezier(0,0,0.2,1),opacity .12s cubic-bezier(0,0,0.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-connected-overlay-enter-from{opacity:0;transform:scaleY(0.8)}.p-connected-overlay-leave-to{opacity:0}.p-connected-overlay-enter-active{transition:transform .12s cubic-bezier(0,0,0.2,1),opacity .12s cubic-bezier(0,0,0.2,1)}.p-connected-overlay-leave-active{transition:opacity .1s linear}.p-toggleable-content-enter-from,.p-toggleable-content-leave-to{max-height:0}.p-toggleable-content-enter-to,.p-toggleable-content-leave-from{max-height:1000px}.p-toggleable-content-leave-active{overflow:hidden;transition:max-height .45s cubic-bezier(0,1,0,1)}.p-toggleable-content-enter-active{overflow:hidden;transition:max-height 1s ease-in-out}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}.p-button{margin:0;display:inline-flex;cursor:pointer;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default}.p-button-icon-only{justify-content:center}.p-button-icon-only .p-button-label{visibility:hidden;width:0;flex:0 0 auto}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-buttonset .p-button{margin:0}.p-buttonset .p-button:not(:last-child){border-right:0 none}.p-buttonset .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}.p-buttonset .p-button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.p-buttonset .p-button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.p-buttonset .p-button:focus{position:relative;z-index:1}.p-checkbox{display:inline-flex;cursor:pointer;user-select:none;vertical-align:bottom;position:relative}.p-checkbox.p-checkbox-disabled{cursor:default}.p-checkbox-box{display:flex;justify-content:center;align-items:center}.p-colorpicker-panel .p-colorpicker-color{background:transparent url("/assets/color-473bc8ca.png") no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAACWCAIAAAC3uvTNAAAA7ElEQVRYw+2YUQqDQAxEh9GWuqV6Be9/JT88RN0VRUuv0ElBwhKY3yF5m90kLKd+mF/975r6geNyjm9Fy0kgqTJ6nqoIdGKczjmPJU5tZxA8wWPL7YOHKhZAlcmTAVVcxSCrMbfgqY/H6JEOoASPe56tgSrqLR7U2zWojwWjJ3jq47HEiZoGTwJxP1RRXw8y9RZfCMhbhTHOVTxXnUFtPJ5rGjzu35y2KfKGQxWT2K4TQL1d2zz6KAH1kRU8wfOXx+37qY3Hct+aDaqot2u7R/wMuDS3qnj0z0HqK4X/+kRNHdfUwFP2Nisqe/sFuUZiVjC9HCUAAAAASUVORK5CYII=") no-repeat left top}.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputwrapper,.p-fluid .p-inputgroup .p-input{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label textarea ~ label{top:1rem}.p-float-label input:focus ~ label,.p-float-label input.p-filled ~ label,.p-float-label textarea:focus ~ label,.p-float-label textarea.p-filled ~ label,.p-float-label .p-inputwrapper-focus ~ label,.p-float-label .p-inputwrapper-filled ~ label{top:-.75rem;font-size:12px}.p-float-label .input:-webkit-autofill ~ label{top:-20px;font-size:12px}.p-float-label .p-placeholder,.p-float-label input::placeholder,.p-float-label .p-inputtext::placeholder{opacity:0;transition-property:all;transition-timing-function:ease}.p-float-label .p-focus .p-placeholder,.p-float-label input:focus::placeholder,.p-float-label .p-inputtext:focus::placeholder{opacity:1;transition-property:all;transition-timing-function:ease}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-right>i{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}.p-radiobutton{position:relative;display:inline-flex;cursor:pointer;user-select:none;vertical-align:bottom}.p-radiobutton.p-radiobutton-disabled{cursor:default}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1.0,1.0);visibility:visible}.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:rgba(255,255,255,0.5);border-radius:100%;transform:scale(0);pointer-events:none}.p-ink-active{animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none !important}@keyframes ripple{100%{opacity:0;transform:scale(2.5)}}.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line;word-break:break-word}.p-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}@font-face {
    font-family: 'primeicons';
    font-display: block;
    src: url('/assets/primeicons-ce852338.eot');
    src: url('/assets/primeicons-ce852338.eot?#iefix') format('embedded-opentype'), url('/assets/primeicons-3824be50.woff2') format('woff2'), url('/assets/primeicons-90a58d3a.woff') format('woff'), url('/assets/primeicons-131bc3bf.ttf') format('truetype'), url('/assets/primeicons-5e10f102.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi:before {
    --webkit-backface-visibility:hidden;
    backface-visibility: hidden;
}

.pi-fw {
    width: 1.28571429em;
    text-align: center;
}

.pi-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.pi-eraser:before {
    content: "\ea04";
}

.pi-stopwatch:before {
    content: "\ea01";
}

.pi-verified:before {
    content: "\ea02";
}

.pi-delete-left:before {
    content: "\ea03";
}

.pi-hourglass:before {
    content: "\e9fe";
}

.pi-truck:before {
    content: "\ea00";
}

.pi-wrench:before {
    content: "\e9ff";
}

.pi-microphone:before {
    content: "\e9fa";
}

.pi-megaphone:before {
    content: "\e9fb";
}

.pi-arrow-right-arrow-left:before {
    content: "\e9fc";
}

.pi-bitcoin:before {
    content: "\e9fd";
}

.pi-file-edit:before {
    content: "\e9f6";
}

.pi-language:before {
    content: "\e9f7";
}

.pi-file-export:before {
    content: "\e9f8";
}

.pi-file-import:before {
    content: "\e9f9";
}

.pi-file-word:before {
    content: "\e9f1";
}

.pi-gift:before {
    content: "\e9f2";
}

.pi-cart-plus:before {
    content: "\e9f3";
}

.pi-thumbs-down-fill:before {
    content: "\e9f4";
}

.pi-thumbs-up-fill:before {
    content: "\e9f5";
}

.pi-arrows-alt:before {
    content: "\e9f0";
}

.pi-calculator:before {
    content: "\e9ef";
}

.pi-sort-alt-slash:before {
    content: "\e9ee";
}

.pi-arrows-h:before {
    content: "\e9ec";
}

.pi-arrows-v:before {
    content: "\e9ed";
}

.pi-pound:before {
    content: "\e9eb";
}

.pi-prime:before {
    content: "\e9ea";
}

.pi-chart-pie:before {
    content: "\e9e9";
}

.pi-reddit:before {
    content: "\e9e8";
}

.pi-code:before {
    content: "\e9e7";
}

.pi-sync:before {
    content: "\e9e6";
}

.pi-shopping-bag:before {
    content: "\e9e5";
}

.pi-server:before {
    content: "\e9e4";
}

.pi-database:before {
    content: "\e9e3";
}

.pi-hashtag:before {
    content: "\e9e2";
}

.pi-bookmark-fill:before {
    content: "\e9df";
}

.pi-filter-fill:before {
    content: "\e9e0";
}

.pi-heart-fill:before {
    content: "\e9e1";
}

.pi-flag-fill:before {
    content: "\e9de";
}

.pi-circle:before {
    content: "\e9dc";
}

.pi-circle-fill:before {
    content: "\e9dd";
}

.pi-bolt:before {
    content: "\e9db";
}

.pi-history:before {
    content: "\e9da";
}

.pi-box:before {
    content: "\e9d9";
}

.pi-at:before {
    content: "\e9d8";
}

.pi-arrow-up-right:before {
    content: "\e9d4";
}

.pi-arrow-up-left:before {
    content: "\e9d5";
}

.pi-arrow-down-left:before {
    content: "\e9d6";
}

.pi-arrow-down-right:before {
    content: "\e9d7";
}

.pi-telegram:before {
    content: "\e9d3";
}

.pi-stop-circle:before {
    content: "\e9d2";
}

.pi-stop:before {
    content: "\e9d1";
}

.pi-whatsapp:before {
    content: "\e9d0";
}

.pi-building:before {
    content: "\e9cf";
}

.pi-qrcode:before {
    content: "\e9ce";
}

.pi-car:before {
    content: "\e9cd";
}

.pi-instagram:before {
    content: "\e9cc";
}

.pi-linkedin:before {
    content: "\e9cb";
}

.pi-send:before {
    content: "\e9ca";
}

.pi-slack:before {
    content: "\e9c9";
}

.pi-sun:before {
    content: "\e9c8";
}

.pi-moon:before {
    content: "\e9c7";
}

.pi-vimeo:before {
    content: "\e9c6";
}

.pi-youtube:before {
    content: "\e9c5";
}

.pi-flag:before {
    content: "\e9c4";
}

.pi-wallet:before {
    content: "\e9c3";
}

.pi-map:before {
    content: "\e9c2";
}

.pi-link:before {
    content: "\e9c1";
}

.pi-credit-card:before {
    content: "\e9bf";
}

.pi-discord:before {
    content: "\e9c0";
}

.pi-percentage:before {
    content: "\e9be";
}

.pi-euro:before {
    content: "\e9bd";
}

.pi-book:before {
    content: "\e9ba";
}

.pi-shield:before {
    content: "\e9b9";
}

.pi-paypal:before {
    content: "\e9bb";
}

.pi-amazon:before {
    content: "\e9bc";
}

.pi-phone:before {
    content: "\e9b8";
}

.pi-filter-slash:before {
    content: "\e9b7";
}

.pi-facebook:before {
    content: "\e9b4";
}

.pi-github:before {
    content: "\e9b5";
}

.pi-twitter:before {
    content: "\e9b6";
}

.pi-step-backward-alt:before {
    content: "\e9ac";
}

.pi-step-forward-alt:before {
    content: "\e9ad";
}

.pi-forward:before {
    content: "\e9ae";
}

.pi-backward:before {
    content: "\e9af";
}

.pi-fast-backward:before {
    content: "\e9b0";
}

.pi-fast-forward:before {
    content: "\e9b1";
}

.pi-pause:before {
    content: "\e9b2";
}

.pi-play:before {
    content: "\e9b3";
}

.pi-compass:before {
    content: "\e9ab";
}

.pi-id-card:before {
    content: "\e9aa";
}

.pi-ticket:before {
    content: "\e9a9";
}

.pi-file-o:before {
    content: "\e9a8";
}

.pi-reply:before {
    content: "\e9a7";
}

.pi-directions-alt:before {
    content: "\e9a5";
}

.pi-directions:before {
    content: "\e9a6";
}

.pi-thumbs-up:before {
    content: "\e9a3";
}

.pi-thumbs-down:before {
    content: "\e9a4";
}

.pi-sort-numeric-down-alt:before {
    content: "\e996";
}

.pi-sort-numeric-up-alt:before {
    content: "\e997";
}

.pi-sort-alpha-down-alt:before {
    content: "\e998";
}

.pi-sort-alpha-up-alt:before {
    content: "\e999";
}

.pi-sort-numeric-down:before {
    content: "\e99a";
}

.pi-sort-numeric-up:before {
    content: "\e99b";
}

.pi-sort-alpha-down:before {
    content: "\e99c";
}

.pi-sort-alpha-up:before {
    content: "\e99d";
}

.pi-sort-alt:before {
    content: "\e99e";
}

.pi-sort-amount-up:before {
    content: "\e99f";
}

.pi-sort-amount-down:before {
    content: "\e9a0";
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}

.pi-palette:before {
    content: "\e995";
}

.pi-undo:before {
    content: "\e994";
}

.pi-desktop:before {
    content: "\e993";
}

.pi-sliders-v:before {
    content: "\e991";
}

.pi-sliders-h:before {
    content: "\e992";
}

.pi-search-plus:before {
    content: "\e98f";
}

.pi-search-minus:before {
    content: "\e990";
}

.pi-file-excel:before {
    content: "\e98e";
}

.pi-file-pdf:before {
    content: "\e98d";
}

.pi-check-square:before {
    content: "\e98c";
}

.pi-chart-line:before {
    content: "\e98b";
}

.pi-user-edit:before {
    content: "\e98a";
}

.pi-exclamation-circle:before {
    content: "\e989";
}

.pi-android:before {
    content: "\e985";
}

.pi-google:before {
    content: "\e986";
}

.pi-apple:before {
    content: "\e987";
}

.pi-microsoft:before {
    content: "\e988";
}

.pi-heart:before {
    content: "\e984";
}

.pi-mobile:before {
    content: "\e982";
}

.pi-tablet:before {
    content: "\e983";
}

.pi-key:before {
    content: "\e981";
}

.pi-shopping-cart:before {
    content: "\e980";
}

.pi-comments:before {
    content: "\e97e";
}

.pi-comment:before {
    content: "\e97f";
}

.pi-briefcase:before {
    content: "\e97d";
}

.pi-bell:before {
    content: "\e97c";
}

.pi-paperclip:before {
    content: "\e97b";
}

.pi-share-alt:before {
    content: "\e97a";
}

.pi-envelope:before {
    content: "\e979";
}

.pi-volume-down:before {
    content: "\e976";
}

.pi-volume-up:before {
    content: "\e977";
}

.pi-volume-off:before {
    content: "\e978";
}

.pi-eject:before {
    content: "\e975";
}

.pi-money-bill:before {
    content: "\e974";
}

.pi-images:before {
    content: "\e973";
}

.pi-image:before {
    content: "\e972";
}

.pi-sign-in:before {
    content: "\e970";
}

.pi-sign-out:before {
    content: "\e971";
}

.pi-wifi:before {
    content: "\e96f";
}

.pi-sitemap:before {
    content: "\e96e";
}

.pi-chart-bar:before {
    content: "\e96d";
}

.pi-camera:before {
    content: "\e96c";
}

.pi-dollar:before {
    content: "\e96b";
}

.pi-lock-open:before {
    content: "\e96a";
}

.pi-table:before {
    content: "\e969";
}

.pi-map-marker:before {
    content: "\e968";
}

.pi-list:before {
    content: "\e967";
}

.pi-eye-slash:before {
    content: "\e965";
}

.pi-eye:before {
    content: "\e966";
}

.pi-folder-open:before {
    content: "\e964";
}

.pi-folder:before {
    content: "\e963";
}

.pi-video:before {
    content: "\e962";
}

.pi-inbox:before {
    content: "\e961";
}

.pi-lock:before {
    content: "\e95f";
}

.pi-unlock:before {
    content: "\e960";
}

.pi-tags:before {
    content: "\e95d";
}

.pi-tag:before {
    content: "\e95e";
}

.pi-power-off:before {
    content: "\e95c";
}

.pi-save:before {
    content: "\e95b";
}

.pi-question-circle:before {
    content: "\e959";
}

.pi-question:before {
    content: "\e95a";
}

.pi-copy:before {
    content: "\e957";
}

.pi-file:before {
    content: "\e958";
}

.pi-clone:before {
    content: "\e955";
}

.pi-calendar-times:before {
    content: "\e952";
}

.pi-calendar-minus:before {
    content: "\e953";
}

.pi-calendar-plus:before {
    content: "\e954";
}

.pi-ellipsis-v:before {
    content: "\e950";
}

.pi-ellipsis-h:before {
    content: "\e951";
}

.pi-bookmark:before {
    content: "\e94e";
}

.pi-globe:before {
    content: "\e94f";
}

.pi-replay:before {
    content: "\e94d";
}

.pi-filter:before {
    content: "\e94c";
}

.pi-print:before {
    content: "\e94b";
}

.pi-align-right:before {
    content: "\e946";
}

.pi-align-left:before {
    content: "\e947";
}

.pi-align-center:before {
    content: "\e948";
}

.pi-align-justify:before {
    content: "\e949";
}

.pi-cog:before {
    content: "\e94a";
}

.pi-cloud-download:before {
    content: "\e943";
}

.pi-cloud-upload:before {
    content: "\e944";
}

.pi-cloud:before {
    content: "\e945";
}

.pi-pencil:before {
    content: "\e942";
}

.pi-users:before {
    content: "\e941";
}

.pi-clock:before {
    content: "\e940";
}

.pi-user-minus:before {
    content: "\e93e";
}

.pi-user-plus:before {
    content: "\e93f";
}

.pi-trash:before {
    content: "\e93d";
}

.pi-external-link:before {
    content: "\e93c";
}

.pi-window-maximize:before {
    content: "\e93b";
}

.pi-window-minimize:before {
    content: "\e93a";
}

.pi-refresh:before {
    content: "\e938";
}
  
.pi-user:before {
    content: "\e939";
}

.pi-exclamation-triangle:before {
    content: "\e922";
}

.pi-calendar:before {
    content: "\e927";
}

.pi-chevron-circle-left:before {
    content: "\e928";
}

.pi-chevron-circle-down:before {
    content: "\e929";
}

.pi-chevron-circle-right:before {
    content: "\e92a";
}

.pi-chevron-circle-up:before {
    content: "\e92b";
}

.pi-angle-double-down:before {
    content: "\e92c";
}

.pi-angle-double-left:before {
    content: "\e92d";
}

.pi-angle-double-right:before {
    content: "\e92e";
}

.pi-angle-double-up:before {
    content: "\e92f";
}

.pi-angle-down:before {
    content: "\e930";
}

.pi-angle-left:before {
    content: "\e931";
}

.pi-angle-right:before {
    content: "\e932";
}

.pi-angle-up:before {
    content: "\e933";
}

.pi-upload:before {
    content: "\e934";
}

.pi-download:before {
    content: "\e956";
}

.pi-ban:before {
    content: "\e935";
}

.pi-star-fill:before {
    content: "\e936";
}

.pi-star:before {
    content: "\e937";
}

.pi-chevron-left:before {
    content: "\e900";
}

.pi-chevron-right:before {
    content: "\e901";
}

.pi-chevron-down:before {
    content: "\e902";
}

.pi-chevron-up:before {
    content: "\e903";
}

.pi-caret-left:before {
    content: "\e904";
}

.pi-caret-right:before {
    content: "\e905";
}

.pi-caret-down:before {
    content: "\e906";
}

.pi-caret-up:before {
    content: "\e907";
}

.pi-search:before {
    content: "\e908";
}

.pi-check:before {
    content: "\e909";
}

.pi-check-circle:before {
    content: "\e90a";
}

.pi-times:before {
    content: "\e90b";
}

.pi-times-circle:before {
    content: "\e90c";
}

.pi-plus:before {
    content: "\e90d";
}

.pi-plus-circle:before {
    content: "\e90e";
}

.pi-minus:before {
    content: "\e90f";
}

.pi-minus-circle:before {
    content: "\e910";
}

.pi-circle-on:before {
    content: "\e911";
}

.pi-circle-off:before {
    content: "\e912";
}

.pi-sort-down:before {
    content: "\e913";
}

.pi-sort-up:before {
    content: "\e914";
}

.pi-sort:before {
    content: "\e915";
}

.pi-step-backward:before {
    content: "\e916";
}

.pi-step-forward:before {
    content: "\e917";
}

.pi-th-large:before {
    content: "\e918";
}

.pi-arrow-down:before {
    content: "\e919";
}

.pi-arrow-left:before {
    content: "\e91a";
}

.pi-arrow-right:before {
    content: "\e91b";
}

.pi-arrow-up:before {
    content: "\e91c";
}

.pi-bars:before {
    content: "\e91d";
}

.pi-arrow-circle-down:before {
    content: "\e91e";
}

.pi-arrow-circle-left:before {
    content: "\e91f";
}

.pi-arrow-circle-right:before {
    content: "\e920";
}

.pi-arrow-circle-up:before {
    content: "\e921";
}

.pi-info:before {
    content: "\e923";
}

.pi-info-circle:before {
    content: "\e924";
}

.pi-home:before {
    content: "\e925";
}

.pi-spinner:before {
    content: "\e926";
}
.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input{background-color:var(--dp-background-color);border-radius:var(--dp-border-radius, 4px);font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen,ubuntu,cantarell,"Open Sans","Helvetica Neue",sans-serif;border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);width:100%;font-size:1rem;line-height:1.5rem;padding:6px 30px 6px 12px;color:var(--dp-text-color);box-sizing:border-box}.dp__input::placeholder{opacity:.7}.dp__input:hover{border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:rgba(0,0,0,0)}.dp__input_focus{border-color:var(--dp-border-color-hover)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:1rem;height:1rem;stroke-width:0;font-size:1rem;line-height:1.5rem;padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;left:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp__clear_icon{position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color)}.dp__input_icon_pad{padding-left:35px}.dp__input_valid{box-shadow:0 0 var(--dp-border-radius, 4px) var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 var(--dp-border-radius, 4px) var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__menu{position:absolute;background:var(--dp-background-color);border-radius:var(--dp-border-radius, 4px);min-width:260px;font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen,ubuntu,cantarell,"Open Sans","Helvetica Neue",sans-serif;font-size:1rem;user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu::after{box-sizing:border-box}.dp__menu::before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp__menu_index{z-index:99999}.dp__menu_readonly,.dp__menu_disabled{position:absolute;inset:0;z-index:1}.dp__menu_disabled{background:rgba(255,255,255,.5);cursor:not-allowed}.dp__menu_readonly{background:rgba(0,0,0,0);cursor:default}.dp__arrow_top{left:50%;top:-1px;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-left:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%, -50%) rotate(45deg)}.dp__arrow_bottom{left:50%;bottom:-1px;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-right:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%, 50%) rotate(45deg)}.dp__now_wrap{text-align:center;padding:2px 0}.dp__now_button{border:1px solid var(--dp-primary-color);color:var(--dp-primary-color);padding:0 4px;font-weight:bold;border-radius:var(--dp-border-radius, 4px);font-size:1rem;cursor:pointer;background:rgba(0,0,0,0)}.dp__preset_ranges{padding:5px;border-right:1px solid var(--dp-border-color)}.dp__sidebar_left{padding:5px;border-right:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;border-left:1px solid var(--dp-border-color)}.dp__preset_range{padding:5px}.dp__preset_range:hover{background-color:var(--dp-hover-color);cursor:pointer}.dp__menu_content_wrapper{display:flex}.dp__calendar_wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen,ubuntu,cantarell,"Open Sans","Helvetica Neue",sans-serif;flex:0}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:bold}.dp__calendar_header_item{text-align:center;flex-grow:1;height:35px;padding:5px;width:35px;box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:5px 0}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:.5rem}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:var(--dp-border-radius, 4px);height:35px;padding:5px;width:35px;border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-bottom-right-radius:0;border-top-right-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-bottom-left-radius:0;border-top-left-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__cell_auto_range_end,.dp__cell_auto_range_start{border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:var(--dp-hover-color);border-radius:0;border-top:1px solid var(--dp-hover-color);border-bottom:1px solid var(--dp-hover-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-left:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-right:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-left:10px}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translateX(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:var(--dp-border-radius, 4px);background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-right:5px}.dp__arrow_bottom_tp{bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-right:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%, 50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}@media only screen and (max-width: 600px){.dp__flex_display{flex-direction:column}}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:35px;color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:25px;width:25px;color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:20px;width:20px}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__month_year_select{width:50%;text-align:center;cursor:pointer;height:35px;display:flex;align-items:center;justify-content:center;border-radius:var(--dp-border-radius, 4px);box-sizing:border-box}.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__month_year_wrap{display:flex;width:100%}.dp__overlay{position:absolute;width:100%;height:100%;background:var(--dp-background-color);top:0;left:0;transition:opacity 1s ease-out;z-index:99999;font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen,ubuntu,cantarell,"Open Sans","Helvetica Neue",sans-serif;color:var(--dp-text-color);box-sizing:border-box}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-left:auto;margin-right:auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__overlay_container>.dp__overlay_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:3px;white-space:nowrap}.dp__overlay_cell_pad{padding:10px 0}.dp__overlay_cell_active{cursor:pointer;border-radius:var(--dp-border-radius, 4px);text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:var(--dp-border-radius, 4px);text-align:center}.dp__overlay_cell:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__overlay_action{position:sticky;bottom:0}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__month_picker_header{display:flex;width:100%;align-items:center;justify-content:space-between;height:35px}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;user-select:none;font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen,ubuntu,cantarell,"Open Sans","Helvetica Neue",sans-serif;color:var(--dp-text-color)}.dp__time_col_reg{padding:0 20px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{font-size:2rem;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:var(--dp-border-radius, 4px);display:flex;align-items:center;justify-content:center;padding:0 3px}.dp__time_display:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button{padding:5px;margin:0;height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:32px;width:32px}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__inc_dec_button_disabled:hover,.dp__inc_dec_button_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:10px;border-radius:var(--dp-border-radius, 4px);cursor:pointer}.dp__action_row{display:flex;align-items:center;width:100%;padding:10px;box-sizing:border-box;color:var(--dp-text-color)}.dp__action_row svg{height:20px;width:auto}.dp__selection_preview{width:50%;color:var(--dp-text-color);font-size:.8rem}.dp__action_buttons{width:50%;text-align:right}.dp__action{font-weight:bold;cursor:pointer;padding:2px 5px;border-radius:var(--dp-border-radius, 4px);display:inline-flex;align-items:center}.dp__select{color:var(--dp-success-color)}.dp__action_disabled{color:var(--dp-success-color-disabled);cursor:not-allowed}.dp__cancel{color:var(--dp-secondary-color)}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%)}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #f8f5f5;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%)}.dp__main{font-family:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen,ubuntu,cantarell,"Open Sans","Helvetica Neue",sans-serif;user-select:none;box-sizing:border-box;position:relative;width:100%}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);cursor:pointer;display:flex;align-items:center;align-content:center;justify-content:center;padding:10px;box-sizing:border-box;height:35px}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:20px;width:auto}.dp__button_bottom{border-bottom-left-radius:var(--dp-border-radius, 4px);border-bottom-right-radius:var(--dp-border-radius, 4px)}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all .1s ease-out}.calendar-next-enter-from{opacity:0;transform:translateX(22px)}.calendar-next-leave-to{opacity:0;transform:translateX(-22px)}.calendar-prev-enter-from{opacity:0;transform:translateX(-22px)}.calendar-prev-leave-to{opacity:0;transform:translateX(22px)}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all .1s ease-out}.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(22px)}.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(-22px)}.dp-menu-appear-enter-from{opacity:0}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active{transition:opacity .1s ease}.dp-menu-appear-leave-to{opacity:1}/*# sourceMappingURL=main.css.map */
/**
 * Minified by jsDelivr using clean-css v4.2.1.
 * Original file: /npm/reset-css@5.0.1/reset.css
 * 
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
[hidden] {
  display: none;
}
body {
  line-height: 1;
}
menu,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.p-button[aria-label=Apply] {
  background-color: var(--jaune-semactic) !important;
}
.p-button[aria-label=Clear] {
  background-color: white !important;
}
.p-button[aria-label="Add Rule"] {
  background-color: var(--bleu-clair-semactic) !important;
}
.p-button[aria-label=Apply]:hover,
.p-button[aria-label=Clear]:hover,
.p-button[aria-label="Add Rule"]:hover {
  filter: brightness(0.85) !important;
}
.iubenda-tp-btn {
  left: 1.15rem !important;
}
.iubenda-tp-alert-btn[data-tp-float][data-tp-float=bottom-left],
.iubenda-tp-alert-btn[data-tp-float][data-tp-float=top-left],
.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left],
.iubenda-tp-btn[data-tp-float][data-tp-float=top-left],
.iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-left],
.iubenda-uspr-btn[data-tp-float][data-tp-float=top-left] {
  left: 1.15rem !important;
}
button.iubenda-tp-alert-btn[data-tp-float][data-tp-float=bottom-left],
button.iubenda-tp-alert-btn[data-tp-float][data-tp-float=top-left],
button.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left],
button.iubenda-tp-btn[data-tp-float][data-tp-float=top-left],
button.iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-left],
button.iubenda-uspr-btn[data-tp-float][data-tp-float=top-left] {
  left: 1.1rem !important;
}
.row {
  display: flex;
}
.row::before,
.row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .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-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .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-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .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-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
:root {
  --jaune-fonce-semactic: hsl(42, 100%, 44%);
  --jaune-semactic: hsl(42, 100%, 59%);
  --jaune-clair-semactic: hsl(42, 100%, 90%);
  --jaune-clair-fonce-semactic: hsl(42, 100%, 80%);
  --orange-semactic: hsl(27, 100%, 60%);
  --orange-clair-semactic: hsl(27, 100%, 80%);
  --bleu-semactic: hsl(194, 95%, 30%);
  --bleu-clair-semactic: hsl(194, 64%, 85%);
  --bleu-clair-clair-semactic: hsl(194, 64%, 90%);
  --rouge-semactic: hsl(345, 94%, 44%);
  --rouge-clair-semactic: hsl(348, 91%, 65%);
  --rouge-clair-clair-semactic: hsl(348, 91%, 77%);
  --vert-fonce-semactic: hsl(162, 87%, 34%);
  --vert-semactic: hsl(162, 87%, 44%);
  --vert-clair-semactic: hsl(162, 66%, 74%);
  --vert-fonce-semactic: hsl(162, 87%, 27%);
  --violet-fonce-semactic: hsl(241, 76%, 61%);
  --violet-semactic: hsl(241, 100%, 75%);
  --violet-clair-semactic: hsl(241, 100%, 88%);
  --noir-semactic: hsl(240, 20%, 1%);
  --gris-fonce-semactic: hsl(30, 2%, 26%);
  --gris-fonce-clair-semactic: hsl(240, 1%, 45%);
  --gris-clair-fonce-semactic: hsl(240, 1%, 57%);
  --gris-neutre-semactic: hsl(0deg 0% 97%);
  --gris-semactic: hsl(180, 1%, 80%);
  --gris-clair-semactic: hsl(0, 0%, 98%);
  --beige-fonce-semactic: hsl(55, 24%, 91%);
  --beige-fonce-fonce-semactic: hsl(54, 14%, 83%);
  --beige-clair-semactic: hsl(53, 29%, 94%);
}
button {
  padding: 0.5rem 1.5rem;
  margin: 0.5rem 0.4rem;
  border: 0.12rem solid var(--gris-fonce-semactic);
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: var(--noir, #020203) !important;
  font-family: "Work Sans", sans-serif;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  background: var(--jaune-semactic);
}
button:hover:enabled {
  filter: brightness(0.85);
  color: white;
  border-color: var(--gris-fonce-semactic);
  background: var(--jaune-semactic);
  cursor: pointer;
}
button:active:enabled {
  transition: all 0s;
  transform: scale(0.95);
  color: inherit;
}
button:disabled {
  opacity: 0.5;
  color: white;
  border-color: var(--gris-fonce-semactic);
  cursor: not-allowed;
}
button_primary, button_primary:hover, button_primary:active {
  background: var(--jaune-semactic) !important;
}
button_secondary, button_secondary:hover, button_secondary:active {
  background: var(--bleu-clair-semactic) !important;
}
button:focus {
  box-shadow: none !important;
}
button.color-jaune-semactic {
  background: var(--jaune-semactic) !important;
}
button.color-jaune-clair-semactic {
  background: var(--jaune-clair-semactic) !important;
}
button.color-bleu-semactic {
  background: var(--bleu-semactic) !important;
}
button.color-bleu-clair-semactic {
  background: var(--bleu-clair-semactic) !important;
}
button.color-rouge-semactic {
  background: var(--rouge-semactic) !important;
  color: white !important;
}
button.color-rouge-clair-semactic {
  background: var(--rouge-clair-semactic) !important;
  color: white !important;
}
button.color-vert-semactic {
  background: var(--vert-semactic) !important;
}
button.color-vert-clair-semactic {
  background: var(--vert-clair-semactic) !important;
}
button.color-violet-semactic {
  background: var(--violet-semactic) !important;
}
button.color-violet-clair-semactic {
  background: var(--violet-clair-semactic) !important;
}
button.color-noir-semactic {
  background: var(--noir-semactic) !important;
}
button.color-gris-clair-semactic {
  background: var(--gris-clair-semactic) !important;
}
button.color-gris-semactic {
  background: var(--gris-semactic) !important;
}
button.color-gris-fonce-semactic {
  background: var(--gris-fonce-semactic) !important;
  color: white !important;
}
button.color-beige-fonce-semactic {
  background: var(--beige-fonce-semactic) !important;
}
button.color-beige-clair-semactic {
  background: var(--beige-clair-semactic) !important;
}
button.rounded {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
button.border-none {
  border: none;
}
.colorRed {
  color: hsl(345, 94%, 44%);
  fill: hsl(345, 94%, 44%);
}
.colorGreen {
  color: hsl(162, 87%, 40%);
  fill: hsl(162, 87%, 40%);
}
.colorBlue {
  color: hsl(194, 95%, 30%);
  fill: hsl(194, 95%, 30%);
}
input {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-weight: 500 !important;
}
input:focus {
  outline: none;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #d4d4d8 !important;
}
/* width */
::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  padding: 12px;
  background: inherit;
}
/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}
::-webkit-scrollbar-track:hover {
  border-radius: 10px;
  width: 20px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #5b5b5c;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #373737 !important;
  width: 15px !important;
}
table td,
table th,
.p-datatable td,
.p-datatable th {
  vertical-align: middle;
}
table td,
.p-datatable td {
  font-weight: 500;
  color: var(--gris-clair-fonce-semactic);
}
table td img,
.p-datatable td img {
  vertical-align: middle;
}
body,
p {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Karrik", sans-serif !important;
}
.sticky-shrink {
  transform: translateY(0);
  transition: all 0.3s ease;
}
.sticky-shrink h1,
.sticky-shrink h2,
.sticky-shrink .title {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.sticky-shrink .filter,
.sticky-shrink .menu-content {
  padding: 0.5rem 0;
  background-color: var(--beige-clair-semactic, #f5f5f5);
  transition: all 0.3s ease;
}
.title {
  width: 100%;
  display: flex;
  gap: 1rem;
}
.title h1 {
  font-size: 1.7rem;
  font-weight: 600;
}
.title p {
  font-size: 0.85rem;
  font-weight: 500;
  font-style: italic;
  color: var(--gris-clair-fonce-semactic);
  line-height: 2.3rem;
}
.active-link svg {
  color: var(--bleu-semactic);
}
aside {
  position: fixed;
  top: 0;
  left: 1.45rem;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#logo {
  margin: 0 0 1.8vw 0;
  width: 56px;
  min-width: 40px;
  max-width: 60px;
}
.navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 56px;
  max-width: 56px;
  min-height: 85vh;
  padding: 1.5rem 0.9rem;
  background: #020203;
  border-radius: 7px;
  color: #f4f3eb;
}
header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.7rem 0 1rem;
}
.flex {
  display: flex;
}
.align-center {
  align-items: center;
}
#user {
  display: flex;
  align-items: center;
}
#user p {
  font-weight: 600;
}
body {
  background-color: hsl(53, 29%, 94%) !important;
}
::selection {
  background-color: black;
  color: hsl(42, 100%, 59%);
}@font-face {
	font-family: 'karrik';
	src: url('https://storage.googleapis.com/app-semactic-fonts/Karrik-Regular.woff2');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/Karrik-Regular.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'karrik';
	src: url('https://storage.googleapis.com/app-semactic-fonts/Karrik-Italic.woff2');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/Karrik-Italic.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Regular.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Regular.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Italic.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Italic.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-ExtraLight.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-ExtraLight.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-ExtraLight.ttf') format('truetype');
	font-weight: lighter;
	font-style: normal;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-ExtraLightItalic.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-ExtraLightItalic.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-ExtraLightItalic.ttf') format('truetype');
	font-weight: lighter;
	font-style: italic;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Light.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Light.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-LightItalic.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-LightItalic.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Medium.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Medium.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-MediumItalic.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-MediumItalic.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-SemiBold.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-SemiBold.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-SemiBoldItalic.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-SemiBoldItalic.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-SemiBold.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-SemiBold.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-SemiBoldItalic.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-SemiBoldItalic.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Bold.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Bold.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-BoldItalic.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-BoldItalic.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-ExtraBold.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-ExtraBold.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-ExtraBoldItalic.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-ExtraBoldItalic.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-ExtraBoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Black.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Black.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Work Sans';
	src: url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-BlackItalic.otf');
	src:
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-BlackItalic.woff') format('woff'),
		url('https://storage.googleapis.com/app-semactic-fonts/WorkSans-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

body {
	font-family: 'Work Sans';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'karrik';
}

.code-editor .dropdown .list.fade-enter-active,
.code-editor .dropdown .list.fade-leave-active {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.code-editor .dropdown .list.fade-enter-from,
.code-editor .dropdown .list.fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.code-editor .dropdown {
  cursor: pointer;
  position: relative;
}
.code-editor .dropdown:focus {
  outline: none;
}
.code-editor .disabled {
  cursor: default;
}
.code-editor .disabled:hover > .title {
  opacity: 0.5 !important;
}
.code-editor .dropdown:hover > .title {
  opacity: 1;
}
.code-editor .dropdown > .title {
  transition: opacity 0.2s ease;
  opacity: 0.5;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
}
.code-editor .dropdown > .title > div {
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
}
.code-editor .dropdown > .title > svg {
  transition: 0.2s;
  margin-left: 3px;
  margin-top: 1px;
}
.code-editor .dropdown > .list {
  box-sizing: border-box;
  position: absolute;
  padding: 1px;
  border-radius: 6px;
  overflow: hidden;
  top: 24px;
  left: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.code-editor .dropdown > .list:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.2;
}

.code-editor .copy-code {
  transition: 0.2s opacity ease;
  position: relative;
  opacity: 0.5;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.code-editor .copy-code:focus {
  outline: none;
}
.code-editor .copy-code > svg {
  pointer-events: none;
}
.code-editor .copy-code:hover {
  opacity: 1;
}
.code-editor .copy-code:hover > .tooltip {
  display: block;
}
.code-editor .copy-code > .tooltip {
  font-family: sans-serif;
  display: none;
  position: absolute;
  bottom: -10px;
  left: -96px;
  font-size: 12px;
  color: white;
  width: 84px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}

[theme=base16-3024] {
  /*!
    Theme: 3024
    Author: Jan T. Sott (http://github.com/idleberg)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-3024] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-3024] code.hljs {
  padding: 3px 5px;
}
[theme=base16-3024] .hljs {
  color: #a5a2a2;
  background: #090300;
}
[theme=base16-3024] .hljs ::selection, [theme=base16-3024] .hljs::selection {
  background-color: #4a4543;
  color: #a5a2a2;
}
[theme=base16-3024] .hljs-comment {
  color: #5c5855;
}
[theme=base16-3024] .hljs-tag {
  color: #807d7c;
}
[theme=base16-3024] .hljs-operator, [theme=base16-3024] .hljs-punctuation, [theme=base16-3024] .hljs-subst {
  color: #a5a2a2;
}
[theme=base16-3024] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-3024] .hljs-bullet, [theme=base16-3024] .hljs-deletion, [theme=base16-3024] .hljs-name, [theme=base16-3024] .hljs-selector-tag, [theme=base16-3024] .hljs-template-variable, [theme=base16-3024] .hljs-variable {
  color: #db2d20;
}
[theme=base16-3024] .hljs-attr, [theme=base16-3024] .hljs-link, [theme=base16-3024] .hljs-literal, [theme=base16-3024] .hljs-number, [theme=base16-3024] .hljs-symbol, [theme=base16-3024] .hljs-variable.constant_ {
  color: #e8bbd0;
}
[theme=base16-3024] .hljs-class .hljs-title, [theme=base16-3024] .hljs-title, [theme=base16-3024] .hljs-title.class_ {
  color: #fded02;
}
[theme=base16-3024] .hljs-strong {
  font-weight: 700;
  color: #fded02;
}
[theme=base16-3024] .hljs-addition, [theme=base16-3024] .hljs-code, [theme=base16-3024] .hljs-string, [theme=base16-3024] .hljs-title.class_.inherited__ {
  color: #01a252;
}
[theme=base16-3024] .hljs-built_in, [theme=base16-3024] .hljs-doctag, [theme=base16-3024] .hljs-keyword.hljs-atrule, [theme=base16-3024] .hljs-quote, [theme=base16-3024] .hljs-regexp {
  color: #b5e4f4;
}
[theme=base16-3024] .hljs-attribute, [theme=base16-3024] .hljs-function .hljs-title, [theme=base16-3024] .hljs-section, [theme=base16-3024] .hljs-title.function_, [theme=base16-3024] .ruby .hljs-property {
  color: #01a0e4;
}
[theme=base16-3024] .diff .hljs-meta, [theme=base16-3024] .hljs-keyword, [theme=base16-3024] .hljs-template-tag, [theme=base16-3024] .hljs-type {
  color: #a16a94;
}
[theme=base16-3024] .hljs-emphasis {
  color: #a16a94;
  font-style: italic;
}
[theme=base16-3024] .hljs-meta, [theme=base16-3024] .hljs-meta .hljs-keyword, [theme=base16-3024] .hljs-meta .hljs-string {
  color: #cdab53;
}
[theme=base16-3024] .hljs-meta .hljs-keyword, [theme=base16-3024] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-apathy] {
  /*!
    Theme: Apathy
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-apathy] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-apathy] code.hljs {
  padding: 3px 5px;
}
[theme=base16-apathy] .hljs {
  color: #81b5ac;
  background: #031a16;
}
[theme=base16-apathy] .hljs ::selection, [theme=base16-apathy] .hljs::selection {
  background-color: #184e45;
  color: #81b5ac;
}
[theme=base16-apathy] .hljs-comment {
  color: #2b685e;
}
[theme=base16-apathy] .hljs-tag {
  color: #5f9c92;
}
[theme=base16-apathy] .hljs-operator, [theme=base16-apathy] .hljs-punctuation, [theme=base16-apathy] .hljs-subst {
  color: #81b5ac;
}
[theme=base16-apathy] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-apathy] .hljs-bullet, [theme=base16-apathy] .hljs-deletion, [theme=base16-apathy] .hljs-name, [theme=base16-apathy] .hljs-selector-tag, [theme=base16-apathy] .hljs-template-variable, [theme=base16-apathy] .hljs-variable {
  color: #3e9688;
}
[theme=base16-apathy] .hljs-attr, [theme=base16-apathy] .hljs-link, [theme=base16-apathy] .hljs-literal, [theme=base16-apathy] .hljs-number, [theme=base16-apathy] .hljs-symbol, [theme=base16-apathy] .hljs-variable.constant_ {
  color: #3e7996;
}
[theme=base16-apathy] .hljs-class .hljs-title, [theme=base16-apathy] .hljs-title, [theme=base16-apathy] .hljs-title.class_ {
  color: #3e4c96;
}
[theme=base16-apathy] .hljs-strong {
  font-weight: 700;
  color: #3e4c96;
}
[theme=base16-apathy] .hljs-addition, [theme=base16-apathy] .hljs-code, [theme=base16-apathy] .hljs-string, [theme=base16-apathy] .hljs-title.class_.inherited__ {
  color: #883e96;
}
[theme=base16-apathy] .hljs-built_in, [theme=base16-apathy] .hljs-doctag, [theme=base16-apathy] .hljs-keyword.hljs-atrule, [theme=base16-apathy] .hljs-quote, [theme=base16-apathy] .hljs-regexp {
  color: #963e4c;
}
[theme=base16-apathy] .hljs-attribute, [theme=base16-apathy] .hljs-function .hljs-title, [theme=base16-apathy] .hljs-section, [theme=base16-apathy] .hljs-title.function_, [theme=base16-apathy] .ruby .hljs-property {
  color: #96883e;
}
[theme=base16-apathy] .diff .hljs-meta, [theme=base16-apathy] .hljs-keyword, [theme=base16-apathy] .hljs-template-tag, [theme=base16-apathy] .hljs-type {
  color: #4c963e;
}
[theme=base16-apathy] .hljs-emphasis {
  color: #4c963e;
  font-style: italic;
}
[theme=base16-apathy] .hljs-meta, [theme=base16-apathy] .hljs-meta .hljs-keyword, [theme=base16-apathy] .hljs-meta .hljs-string {
  color: #3e965b;
}
[theme=base16-apathy] .hljs-meta .hljs-keyword, [theme=base16-apathy] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-apprentice] {
  /*!
    Theme: Apprentice
    Author: romainl
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-apprentice] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-apprentice] code.hljs {
  padding: 3px 5px;
}
[theme=base16-apprentice] .hljs {
  color: #bcbcbc;
  background: #262626;
}
[theme=base16-apprentice] .hljs ::selection, [theme=base16-apprentice] .hljs::selection {
  background-color: #333;
  color: #bcbcbc;
}
[theme=base16-apprentice] .hljs-comment {
  color: #6c6c6c;
}
[theme=base16-apprentice] .hljs-tag {
  color: #787878;
}
[theme=base16-apprentice] .hljs-operator, [theme=base16-apprentice] .hljs-punctuation, [theme=base16-apprentice] .hljs-subst {
  color: #bcbcbc;
}
[theme=base16-apprentice] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-apprentice] .hljs-bullet, [theme=base16-apprentice] .hljs-deletion, [theme=base16-apprentice] .hljs-name, [theme=base16-apprentice] .hljs-selector-tag, [theme=base16-apprentice] .hljs-template-variable, [theme=base16-apprentice] .hljs-variable {
  color: #5f8787;
}
[theme=base16-apprentice] .hljs-attr, [theme=base16-apprentice] .hljs-link, [theme=base16-apprentice] .hljs-literal, [theme=base16-apprentice] .hljs-number, [theme=base16-apprentice] .hljs-symbol, [theme=base16-apprentice] .hljs-variable.constant_ {
  color: #ff8700;
}
[theme=base16-apprentice] .hljs-class .hljs-title, [theme=base16-apprentice] .hljs-title, [theme=base16-apprentice] .hljs-title.class_ {
  color: #5f8787;
}
[theme=base16-apprentice] .hljs-strong {
  font-weight: 700;
  color: #5f8787;
}
[theme=base16-apprentice] .hljs-addition, [theme=base16-apprentice] .hljs-code, [theme=base16-apprentice] .hljs-string, [theme=base16-apprentice] .hljs-title.class_.inherited__ {
  color: #87af87;
}
[theme=base16-apprentice] .hljs-built_in, [theme=base16-apprentice] .hljs-doctag, [theme=base16-apprentice] .hljs-keyword.hljs-atrule, [theme=base16-apprentice] .hljs-quote, [theme=base16-apprentice] .hljs-regexp {
  color: #5f875f;
}
[theme=base16-apprentice] .hljs-attribute, [theme=base16-apprentice] .hljs-function .hljs-title, [theme=base16-apprentice] .hljs-section, [theme=base16-apprentice] .hljs-title.function_, [theme=base16-apprentice] .ruby .hljs-property {
  color: #ffffaf;
}
[theme=base16-apprentice] .diff .hljs-meta, [theme=base16-apprentice] .hljs-keyword, [theme=base16-apprentice] .hljs-template-tag, [theme=base16-apprentice] .hljs-type {
  color: #87afd7;
}
[theme=base16-apprentice] .hljs-emphasis {
  color: #87afd7;
  font-style: italic;
}
[theme=base16-apprentice] .hljs-meta, [theme=base16-apprentice] .hljs-meta .hljs-keyword, [theme=base16-apprentice] .hljs-meta .hljs-string {
  color: #5f87af;
}
[theme=base16-apprentice] .hljs-meta .hljs-keyword, [theme=base16-apprentice] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ashes] {
  /*!
    Theme: Ashes
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ashes] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ashes] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ashes] .hljs {
  color: #c7ccd1;
  background: #1c2023;
}
[theme=base16-ashes] .hljs ::selection, [theme=base16-ashes] .hljs::selection {
  background-color: #565e65;
  color: #c7ccd1;
}
[theme=base16-ashes] .hljs-comment {
  color: #747c84;
}
[theme=base16-ashes] .hljs-tag {
  color: #adb3ba;
}
[theme=base16-ashes] .hljs-operator, [theme=base16-ashes] .hljs-punctuation, [theme=base16-ashes] .hljs-subst {
  color: #c7ccd1;
}
[theme=base16-ashes] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ashes] .hljs-bullet, [theme=base16-ashes] .hljs-deletion, [theme=base16-ashes] .hljs-name, [theme=base16-ashes] .hljs-selector-tag, [theme=base16-ashes] .hljs-template-variable, [theme=base16-ashes] .hljs-variable {
  color: #c7ae95;
}
[theme=base16-ashes] .hljs-attr, [theme=base16-ashes] .hljs-link, [theme=base16-ashes] .hljs-literal, [theme=base16-ashes] .hljs-number, [theme=base16-ashes] .hljs-symbol, [theme=base16-ashes] .hljs-variable.constant_ {
  color: #c7c795;
}
[theme=base16-ashes] .hljs-class .hljs-title, [theme=base16-ashes] .hljs-title, [theme=base16-ashes] .hljs-title.class_ {
  color: #aec795;
}
[theme=base16-ashes] .hljs-strong {
  font-weight: 700;
  color: #aec795;
}
[theme=base16-ashes] .hljs-addition, [theme=base16-ashes] .hljs-code, [theme=base16-ashes] .hljs-string, [theme=base16-ashes] .hljs-title.class_.inherited__ {
  color: #95c7ae;
}
[theme=base16-ashes] .hljs-built_in, [theme=base16-ashes] .hljs-doctag, [theme=base16-ashes] .hljs-keyword.hljs-atrule, [theme=base16-ashes] .hljs-quote, [theme=base16-ashes] .hljs-regexp {
  color: #95aec7;
}
[theme=base16-ashes] .hljs-attribute, [theme=base16-ashes] .hljs-function .hljs-title, [theme=base16-ashes] .hljs-section, [theme=base16-ashes] .hljs-title.function_, [theme=base16-ashes] .ruby .hljs-property {
  color: #ae95c7;
}
[theme=base16-ashes] .diff .hljs-meta, [theme=base16-ashes] .hljs-keyword, [theme=base16-ashes] .hljs-template-tag, [theme=base16-ashes] .hljs-type {
  color: #c795ae;
}
[theme=base16-ashes] .hljs-emphasis {
  color: #c795ae;
  font-style: italic;
}
[theme=base16-ashes] .hljs-meta, [theme=base16-ashes] .hljs-meta .hljs-keyword, [theme=base16-ashes] .hljs-meta .hljs-string {
  color: #c79595;
}
[theme=base16-ashes] .hljs-meta .hljs-keyword, [theme=base16-ashes] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-cave-light] {
  /*!
    Theme: Atelier Cave Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-cave-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-cave-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-cave-light] .hljs {
  color: #585260;
  background: #efecf4;
}
[theme=base16-atelier-cave-light] .hljs ::selection, [theme=base16-atelier-cave-light] .hljs::selection {
  background-color: #8b8792;
  color: #585260;
}
[theme=base16-atelier-cave-light] .hljs-comment {
  color: #7e7887;
}
[theme=base16-atelier-cave-light] .hljs-tag {
  color: #655f6d;
}
[theme=base16-atelier-cave-light] .hljs-operator, [theme=base16-atelier-cave-light] .hljs-punctuation, [theme=base16-atelier-cave-light] .hljs-subst {
  color: #585260;
}
[theme=base16-atelier-cave-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-cave-light] .hljs-bullet, [theme=base16-atelier-cave-light] .hljs-deletion, [theme=base16-atelier-cave-light] .hljs-name, [theme=base16-atelier-cave-light] .hljs-selector-tag, [theme=base16-atelier-cave-light] .hljs-template-variable, [theme=base16-atelier-cave-light] .hljs-variable {
  color: #be4678;
}
[theme=base16-atelier-cave-light] .hljs-attr, [theme=base16-atelier-cave-light] .hljs-link, [theme=base16-atelier-cave-light] .hljs-literal, [theme=base16-atelier-cave-light] .hljs-number, [theme=base16-atelier-cave-light] .hljs-symbol, [theme=base16-atelier-cave-light] .hljs-variable.constant_ {
  color: #aa573c;
}
[theme=base16-atelier-cave-light] .hljs-class .hljs-title, [theme=base16-atelier-cave-light] .hljs-title, [theme=base16-atelier-cave-light] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-cave-light] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-cave-light] .hljs-addition, [theme=base16-atelier-cave-light] .hljs-code, [theme=base16-atelier-cave-light] .hljs-string, [theme=base16-atelier-cave-light] .hljs-title.class_.inherited__ {
  color: #2a9292;
}
[theme=base16-atelier-cave-light] .hljs-built_in, [theme=base16-atelier-cave-light] .hljs-doctag, [theme=base16-atelier-cave-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-cave-light] .hljs-quote, [theme=base16-atelier-cave-light] .hljs-regexp {
  color: #398bc6;
}
[theme=base16-atelier-cave-light] .hljs-attribute, [theme=base16-atelier-cave-light] .hljs-function .hljs-title, [theme=base16-atelier-cave-light] .hljs-section, [theme=base16-atelier-cave-light] .hljs-title.function_, [theme=base16-atelier-cave-light] .ruby .hljs-property {
  color: #576ddb;
}
[theme=base16-atelier-cave-light] .diff .hljs-meta, [theme=base16-atelier-cave-light] .hljs-keyword, [theme=base16-atelier-cave-light] .hljs-template-tag, [theme=base16-atelier-cave-light] .hljs-type {
  color: #955ae7;
}
[theme=base16-atelier-cave-light] .hljs-emphasis {
  color: #955ae7;
  font-style: italic;
}
[theme=base16-atelier-cave-light] .hljs-meta, [theme=base16-atelier-cave-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave-light] .hljs-meta .hljs-string {
  color: #bf40bf;
}
[theme=base16-atelier-cave-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-cave] {
  /*!
    Theme: Atelier Cave
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-cave] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-cave] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-cave] .hljs {
  color: #8b8792;
  background: #19171c;
}
[theme=base16-atelier-cave] .hljs ::selection, [theme=base16-atelier-cave] .hljs::selection {
  background-color: #585260;
  color: #8b8792;
}
[theme=base16-atelier-cave] .hljs-comment {
  color: #655f6d;
}
[theme=base16-atelier-cave] .hljs-tag {
  color: #7e7887;
}
[theme=base16-atelier-cave] .hljs-operator, [theme=base16-atelier-cave] .hljs-punctuation, [theme=base16-atelier-cave] .hljs-subst {
  color: #8b8792;
}
[theme=base16-atelier-cave] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-cave] .hljs-bullet, [theme=base16-atelier-cave] .hljs-deletion, [theme=base16-atelier-cave] .hljs-name, [theme=base16-atelier-cave] .hljs-selector-tag, [theme=base16-atelier-cave] .hljs-template-variable, [theme=base16-atelier-cave] .hljs-variable {
  color: #be4678;
}
[theme=base16-atelier-cave] .hljs-attr, [theme=base16-atelier-cave] .hljs-link, [theme=base16-atelier-cave] .hljs-literal, [theme=base16-atelier-cave] .hljs-number, [theme=base16-atelier-cave] .hljs-symbol, [theme=base16-atelier-cave] .hljs-variable.constant_ {
  color: #aa573c;
}
[theme=base16-atelier-cave] .hljs-class .hljs-title, [theme=base16-atelier-cave] .hljs-title, [theme=base16-atelier-cave] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-cave] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-cave] .hljs-addition, [theme=base16-atelier-cave] .hljs-code, [theme=base16-atelier-cave] .hljs-string, [theme=base16-atelier-cave] .hljs-title.class_.inherited__ {
  color: #2a9292;
}
[theme=base16-atelier-cave] .hljs-built_in, [theme=base16-atelier-cave] .hljs-doctag, [theme=base16-atelier-cave] .hljs-keyword.hljs-atrule, [theme=base16-atelier-cave] .hljs-quote, [theme=base16-atelier-cave] .hljs-regexp {
  color: #398bc6;
}
[theme=base16-atelier-cave] .hljs-attribute, [theme=base16-atelier-cave] .hljs-function .hljs-title, [theme=base16-atelier-cave] .hljs-section, [theme=base16-atelier-cave] .hljs-title.function_, [theme=base16-atelier-cave] .ruby .hljs-property {
  color: #576ddb;
}
[theme=base16-atelier-cave] .diff .hljs-meta, [theme=base16-atelier-cave] .hljs-keyword, [theme=base16-atelier-cave] .hljs-template-tag, [theme=base16-atelier-cave] .hljs-type {
  color: #955ae7;
}
[theme=base16-atelier-cave] .hljs-emphasis {
  color: #955ae7;
  font-style: italic;
}
[theme=base16-atelier-cave] .hljs-meta, [theme=base16-atelier-cave] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave] .hljs-meta .hljs-string {
  color: #bf40bf;
}
[theme=base16-atelier-cave] .hljs-meta .hljs-keyword, [theme=base16-atelier-cave] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-dune-light] {
  /*!
    Theme: Atelier Dune Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-dune-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-dune-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-dune-light] .hljs {
  color: #6e6b5e;
  background: #fefbec;
}
[theme=base16-atelier-dune-light] .hljs ::selection, [theme=base16-atelier-dune-light] .hljs::selection {
  background-color: #a6a28c;
  color: #6e6b5e;
}
[theme=base16-atelier-dune-light] .hljs-comment {
  color: #999580;
}
[theme=base16-atelier-dune-light] .hljs-tag {
  color: #7d7a68;
}
[theme=base16-atelier-dune-light] .hljs-operator, [theme=base16-atelier-dune-light] .hljs-punctuation, [theme=base16-atelier-dune-light] .hljs-subst {
  color: #6e6b5e;
}
[theme=base16-atelier-dune-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-dune-light] .hljs-bullet, [theme=base16-atelier-dune-light] .hljs-deletion, [theme=base16-atelier-dune-light] .hljs-name, [theme=base16-atelier-dune-light] .hljs-selector-tag, [theme=base16-atelier-dune-light] .hljs-template-variable, [theme=base16-atelier-dune-light] .hljs-variable {
  color: #d73737;
}
[theme=base16-atelier-dune-light] .hljs-attr, [theme=base16-atelier-dune-light] .hljs-link, [theme=base16-atelier-dune-light] .hljs-literal, [theme=base16-atelier-dune-light] .hljs-number, [theme=base16-atelier-dune-light] .hljs-symbol, [theme=base16-atelier-dune-light] .hljs-variable.constant_ {
  color: #b65611;
}
[theme=base16-atelier-dune-light] .hljs-class .hljs-title, [theme=base16-atelier-dune-light] .hljs-title, [theme=base16-atelier-dune-light] .hljs-title.class_ {
  color: #ae9513;
}
[theme=base16-atelier-dune-light] .hljs-strong {
  font-weight: 700;
  color: #ae9513;
}
[theme=base16-atelier-dune-light] .hljs-addition, [theme=base16-atelier-dune-light] .hljs-code, [theme=base16-atelier-dune-light] .hljs-string, [theme=base16-atelier-dune-light] .hljs-title.class_.inherited__ {
  color: #60ac39;
}
[theme=base16-atelier-dune-light] .hljs-built_in, [theme=base16-atelier-dune-light] .hljs-doctag, [theme=base16-atelier-dune-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-dune-light] .hljs-quote, [theme=base16-atelier-dune-light] .hljs-regexp {
  color: #1fad83;
}
[theme=base16-atelier-dune-light] .hljs-attribute, [theme=base16-atelier-dune-light] .hljs-function .hljs-title, [theme=base16-atelier-dune-light] .hljs-section, [theme=base16-atelier-dune-light] .hljs-title.function_, [theme=base16-atelier-dune-light] .ruby .hljs-property {
  color: #6684e1;
}
[theme=base16-atelier-dune-light] .diff .hljs-meta, [theme=base16-atelier-dune-light] .hljs-keyword, [theme=base16-atelier-dune-light] .hljs-template-tag, [theme=base16-atelier-dune-light] .hljs-type {
  color: #b854d4;
}
[theme=base16-atelier-dune-light] .hljs-emphasis {
  color: #b854d4;
  font-style: italic;
}
[theme=base16-atelier-dune-light] .hljs-meta, [theme=base16-atelier-dune-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune-light] .hljs-meta .hljs-string {
  color: #d43552;
}
[theme=base16-atelier-dune-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-dune] {
  /*!
    Theme: Atelier Dune
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-dune] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-dune] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-dune] .hljs {
  color: #a6a28c;
  background: #20201d;
}
[theme=base16-atelier-dune] .hljs ::selection, [theme=base16-atelier-dune] .hljs::selection {
  background-color: #6e6b5e;
  color: #a6a28c;
}
[theme=base16-atelier-dune] .hljs-comment {
  color: #7d7a68;
}
[theme=base16-atelier-dune] .hljs-tag {
  color: #999580;
}
[theme=base16-atelier-dune] .hljs-operator, [theme=base16-atelier-dune] .hljs-punctuation, [theme=base16-atelier-dune] .hljs-subst {
  color: #a6a28c;
}
[theme=base16-atelier-dune] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-dune] .hljs-bullet, [theme=base16-atelier-dune] .hljs-deletion, [theme=base16-atelier-dune] .hljs-name, [theme=base16-atelier-dune] .hljs-selector-tag, [theme=base16-atelier-dune] .hljs-template-variable, [theme=base16-atelier-dune] .hljs-variable {
  color: #d73737;
}
[theme=base16-atelier-dune] .hljs-attr, [theme=base16-atelier-dune] .hljs-link, [theme=base16-atelier-dune] .hljs-literal, [theme=base16-atelier-dune] .hljs-number, [theme=base16-atelier-dune] .hljs-symbol, [theme=base16-atelier-dune] .hljs-variable.constant_ {
  color: #b65611;
}
[theme=base16-atelier-dune] .hljs-class .hljs-title, [theme=base16-atelier-dune] .hljs-title, [theme=base16-atelier-dune] .hljs-title.class_ {
  color: #ae9513;
}
[theme=base16-atelier-dune] .hljs-strong {
  font-weight: 700;
  color: #ae9513;
}
[theme=base16-atelier-dune] .hljs-addition, [theme=base16-atelier-dune] .hljs-code, [theme=base16-atelier-dune] .hljs-string, [theme=base16-atelier-dune] .hljs-title.class_.inherited__ {
  color: #60ac39;
}
[theme=base16-atelier-dune] .hljs-built_in, [theme=base16-atelier-dune] .hljs-doctag, [theme=base16-atelier-dune] .hljs-keyword.hljs-atrule, [theme=base16-atelier-dune] .hljs-quote, [theme=base16-atelier-dune] .hljs-regexp {
  color: #1fad83;
}
[theme=base16-atelier-dune] .hljs-attribute, [theme=base16-atelier-dune] .hljs-function .hljs-title, [theme=base16-atelier-dune] .hljs-section, [theme=base16-atelier-dune] .hljs-title.function_, [theme=base16-atelier-dune] .ruby .hljs-property {
  color: #6684e1;
}
[theme=base16-atelier-dune] .diff .hljs-meta, [theme=base16-atelier-dune] .hljs-keyword, [theme=base16-atelier-dune] .hljs-template-tag, [theme=base16-atelier-dune] .hljs-type {
  color: #b854d4;
}
[theme=base16-atelier-dune] .hljs-emphasis {
  color: #b854d4;
  font-style: italic;
}
[theme=base16-atelier-dune] .hljs-meta, [theme=base16-atelier-dune] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune] .hljs-meta .hljs-string {
  color: #d43552;
}
[theme=base16-atelier-dune] .hljs-meta .hljs-keyword, [theme=base16-atelier-dune] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-estuary-light] {
  /*!
    Theme: Atelier Estuary Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-estuary-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-estuary-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-estuary-light] .hljs {
  color: #5f5e4e;
  background: #f4f3ec;
}
[theme=base16-atelier-estuary-light] .hljs ::selection, [theme=base16-atelier-estuary-light] .hljs::selection {
  background-color: #929181;
  color: #5f5e4e;
}
[theme=base16-atelier-estuary-light] .hljs-comment {
  color: #878573;
}
[theme=base16-atelier-estuary-light] .hljs-tag {
  color: #6c6b5a;
}
[theme=base16-atelier-estuary-light] .hljs-operator, [theme=base16-atelier-estuary-light] .hljs-punctuation, [theme=base16-atelier-estuary-light] .hljs-subst {
  color: #5f5e4e;
}
[theme=base16-atelier-estuary-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-estuary-light] .hljs-bullet, [theme=base16-atelier-estuary-light] .hljs-deletion, [theme=base16-atelier-estuary-light] .hljs-name, [theme=base16-atelier-estuary-light] .hljs-selector-tag, [theme=base16-atelier-estuary-light] .hljs-template-variable, [theme=base16-atelier-estuary-light] .hljs-variable {
  color: #ba6236;
}
[theme=base16-atelier-estuary-light] .hljs-attr, [theme=base16-atelier-estuary-light] .hljs-link, [theme=base16-atelier-estuary-light] .hljs-literal, [theme=base16-atelier-estuary-light] .hljs-number, [theme=base16-atelier-estuary-light] .hljs-symbol, [theme=base16-atelier-estuary-light] .hljs-variable.constant_ {
  color: #ae7313;
}
[theme=base16-atelier-estuary-light] .hljs-class .hljs-title, [theme=base16-atelier-estuary-light] .hljs-title, [theme=base16-atelier-estuary-light] .hljs-title.class_ {
  color: #a5980d;
}
[theme=base16-atelier-estuary-light] .hljs-strong {
  font-weight: 700;
  color: #a5980d;
}
[theme=base16-atelier-estuary-light] .hljs-addition, [theme=base16-atelier-estuary-light] .hljs-code, [theme=base16-atelier-estuary-light] .hljs-string, [theme=base16-atelier-estuary-light] .hljs-title.class_.inherited__ {
  color: #7d9726;
}
[theme=base16-atelier-estuary-light] .hljs-built_in, [theme=base16-atelier-estuary-light] .hljs-doctag, [theme=base16-atelier-estuary-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-estuary-light] .hljs-quote, [theme=base16-atelier-estuary-light] .hljs-regexp {
  color: #5b9d48;
}
[theme=base16-atelier-estuary-light] .hljs-attribute, [theme=base16-atelier-estuary-light] .hljs-function .hljs-title, [theme=base16-atelier-estuary-light] .hljs-section, [theme=base16-atelier-estuary-light] .hljs-title.function_, [theme=base16-atelier-estuary-light] .ruby .hljs-property {
  color: #36a166;
}
[theme=base16-atelier-estuary-light] .diff .hljs-meta, [theme=base16-atelier-estuary-light] .hljs-keyword, [theme=base16-atelier-estuary-light] .hljs-template-tag, [theme=base16-atelier-estuary-light] .hljs-type {
  color: #5f9182;
}
[theme=base16-atelier-estuary-light] .hljs-emphasis {
  color: #5f9182;
  font-style: italic;
}
[theme=base16-atelier-estuary-light] .hljs-meta, [theme=base16-atelier-estuary-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary-light] .hljs-meta .hljs-string {
  color: #9d6c7c;
}
[theme=base16-atelier-estuary-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-estuary] {
  /*!
    Theme: Atelier Estuary
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-estuary] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-estuary] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-estuary] .hljs {
  color: #929181;
  background: #22221b;
}
[theme=base16-atelier-estuary] .hljs ::selection, [theme=base16-atelier-estuary] .hljs::selection {
  background-color: #5f5e4e;
  color: #929181;
}
[theme=base16-atelier-estuary] .hljs-comment {
  color: #6c6b5a;
}
[theme=base16-atelier-estuary] .hljs-tag {
  color: #878573;
}
[theme=base16-atelier-estuary] .hljs-operator, [theme=base16-atelier-estuary] .hljs-punctuation, [theme=base16-atelier-estuary] .hljs-subst {
  color: #929181;
}
[theme=base16-atelier-estuary] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-estuary] .hljs-bullet, [theme=base16-atelier-estuary] .hljs-deletion, [theme=base16-atelier-estuary] .hljs-name, [theme=base16-atelier-estuary] .hljs-selector-tag, [theme=base16-atelier-estuary] .hljs-template-variable, [theme=base16-atelier-estuary] .hljs-variable {
  color: #ba6236;
}
[theme=base16-atelier-estuary] .hljs-attr, [theme=base16-atelier-estuary] .hljs-link, [theme=base16-atelier-estuary] .hljs-literal, [theme=base16-atelier-estuary] .hljs-number, [theme=base16-atelier-estuary] .hljs-symbol, [theme=base16-atelier-estuary] .hljs-variable.constant_ {
  color: #ae7313;
}
[theme=base16-atelier-estuary] .hljs-class .hljs-title, [theme=base16-atelier-estuary] .hljs-title, [theme=base16-atelier-estuary] .hljs-title.class_ {
  color: #a5980d;
}
[theme=base16-atelier-estuary] .hljs-strong {
  font-weight: 700;
  color: #a5980d;
}
[theme=base16-atelier-estuary] .hljs-addition, [theme=base16-atelier-estuary] .hljs-code, [theme=base16-atelier-estuary] .hljs-string, [theme=base16-atelier-estuary] .hljs-title.class_.inherited__ {
  color: #7d9726;
}
[theme=base16-atelier-estuary] .hljs-built_in, [theme=base16-atelier-estuary] .hljs-doctag, [theme=base16-atelier-estuary] .hljs-keyword.hljs-atrule, [theme=base16-atelier-estuary] .hljs-quote, [theme=base16-atelier-estuary] .hljs-regexp {
  color: #5b9d48;
}
[theme=base16-atelier-estuary] .hljs-attribute, [theme=base16-atelier-estuary] .hljs-function .hljs-title, [theme=base16-atelier-estuary] .hljs-section, [theme=base16-atelier-estuary] .hljs-title.function_, [theme=base16-atelier-estuary] .ruby .hljs-property {
  color: #36a166;
}
[theme=base16-atelier-estuary] .diff .hljs-meta, [theme=base16-atelier-estuary] .hljs-keyword, [theme=base16-atelier-estuary] .hljs-template-tag, [theme=base16-atelier-estuary] .hljs-type {
  color: #5f9182;
}
[theme=base16-atelier-estuary] .hljs-emphasis {
  color: #5f9182;
  font-style: italic;
}
[theme=base16-atelier-estuary] .hljs-meta, [theme=base16-atelier-estuary] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary] .hljs-meta .hljs-string {
  color: #9d6c7c;
}
[theme=base16-atelier-estuary] .hljs-meta .hljs-keyword, [theme=base16-atelier-estuary] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-forest-light] {
  /*!
    Theme: Atelier Forest Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-forest-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-forest-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-forest-light] .hljs {
  color: #68615e;
  background: #f1efee;
}
[theme=base16-atelier-forest-light] .hljs ::selection, [theme=base16-atelier-forest-light] .hljs::selection {
  background-color: #a8a19f;
  color: #68615e;
}
[theme=base16-atelier-forest-light] .hljs-comment {
  color: #9c9491;
}
[theme=base16-atelier-forest-light] .hljs-tag {
  color: #766e6b;
}
[theme=base16-atelier-forest-light] .hljs-operator, [theme=base16-atelier-forest-light] .hljs-punctuation, [theme=base16-atelier-forest-light] .hljs-subst {
  color: #68615e;
}
[theme=base16-atelier-forest-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-forest-light] .hljs-bullet, [theme=base16-atelier-forest-light] .hljs-deletion, [theme=base16-atelier-forest-light] .hljs-name, [theme=base16-atelier-forest-light] .hljs-selector-tag, [theme=base16-atelier-forest-light] .hljs-template-variable, [theme=base16-atelier-forest-light] .hljs-variable {
  color: #f22c40;
}
[theme=base16-atelier-forest-light] .hljs-attr, [theme=base16-atelier-forest-light] .hljs-link, [theme=base16-atelier-forest-light] .hljs-literal, [theme=base16-atelier-forest-light] .hljs-number, [theme=base16-atelier-forest-light] .hljs-symbol, [theme=base16-atelier-forest-light] .hljs-variable.constant_ {
  color: #df5320;
}
[theme=base16-atelier-forest-light] .hljs-class .hljs-title, [theme=base16-atelier-forest-light] .hljs-title, [theme=base16-atelier-forest-light] .hljs-title.class_ {
  color: #c38418;
}
[theme=base16-atelier-forest-light] .hljs-strong {
  font-weight: 700;
  color: #c38418;
}
[theme=base16-atelier-forest-light] .hljs-addition, [theme=base16-atelier-forest-light] .hljs-code, [theme=base16-atelier-forest-light] .hljs-string, [theme=base16-atelier-forest-light] .hljs-title.class_.inherited__ {
  color: #7b9726;
}
[theme=base16-atelier-forest-light] .hljs-built_in, [theme=base16-atelier-forest-light] .hljs-doctag, [theme=base16-atelier-forest-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-forest-light] .hljs-quote, [theme=base16-atelier-forest-light] .hljs-regexp {
  color: #3d97b8;
}
[theme=base16-atelier-forest-light] .hljs-attribute, [theme=base16-atelier-forest-light] .hljs-function .hljs-title, [theme=base16-atelier-forest-light] .hljs-section, [theme=base16-atelier-forest-light] .hljs-title.function_, [theme=base16-atelier-forest-light] .ruby .hljs-property {
  color: #407ee7;
}
[theme=base16-atelier-forest-light] .diff .hljs-meta, [theme=base16-atelier-forest-light] .hljs-keyword, [theme=base16-atelier-forest-light] .hljs-template-tag, [theme=base16-atelier-forest-light] .hljs-type {
  color: #6666ea;
}
[theme=base16-atelier-forest-light] .hljs-emphasis {
  color: #6666ea;
  font-style: italic;
}
[theme=base16-atelier-forest-light] .hljs-meta, [theme=base16-atelier-forest-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest-light] .hljs-meta .hljs-string {
  color: #c33ff3;
}
[theme=base16-atelier-forest-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-forest] {
  /*!
    Theme: Atelier Forest
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-forest] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-forest] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-forest] .hljs {
  color: #a8a19f;
  background: #1b1918;
}
[theme=base16-atelier-forest] .hljs ::selection, [theme=base16-atelier-forest] .hljs::selection {
  background-color: #68615e;
  color: #a8a19f;
}
[theme=base16-atelier-forest] .hljs-comment {
  color: #766e6b;
}
[theme=base16-atelier-forest] .hljs-tag {
  color: #9c9491;
}
[theme=base16-atelier-forest] .hljs-operator, [theme=base16-atelier-forest] .hljs-punctuation, [theme=base16-atelier-forest] .hljs-subst {
  color: #a8a19f;
}
[theme=base16-atelier-forest] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-forest] .hljs-bullet, [theme=base16-atelier-forest] .hljs-deletion, [theme=base16-atelier-forest] .hljs-name, [theme=base16-atelier-forest] .hljs-selector-tag, [theme=base16-atelier-forest] .hljs-template-variable, [theme=base16-atelier-forest] .hljs-variable {
  color: #f22c40;
}
[theme=base16-atelier-forest] .hljs-attr, [theme=base16-atelier-forest] .hljs-link, [theme=base16-atelier-forest] .hljs-literal, [theme=base16-atelier-forest] .hljs-number, [theme=base16-atelier-forest] .hljs-symbol, [theme=base16-atelier-forest] .hljs-variable.constant_ {
  color: #df5320;
}
[theme=base16-atelier-forest] .hljs-class .hljs-title, [theme=base16-atelier-forest] .hljs-title, [theme=base16-atelier-forest] .hljs-title.class_ {
  color: #c38418;
}
[theme=base16-atelier-forest] .hljs-strong {
  font-weight: 700;
  color: #c38418;
}
[theme=base16-atelier-forest] .hljs-addition, [theme=base16-atelier-forest] .hljs-code, [theme=base16-atelier-forest] .hljs-string, [theme=base16-atelier-forest] .hljs-title.class_.inherited__ {
  color: #7b9726;
}
[theme=base16-atelier-forest] .hljs-built_in, [theme=base16-atelier-forest] .hljs-doctag, [theme=base16-atelier-forest] .hljs-keyword.hljs-atrule, [theme=base16-atelier-forest] .hljs-quote, [theme=base16-atelier-forest] .hljs-regexp {
  color: #3d97b8;
}
[theme=base16-atelier-forest] .hljs-attribute, [theme=base16-atelier-forest] .hljs-function .hljs-title, [theme=base16-atelier-forest] .hljs-section, [theme=base16-atelier-forest] .hljs-title.function_, [theme=base16-atelier-forest] .ruby .hljs-property {
  color: #407ee7;
}
[theme=base16-atelier-forest] .diff .hljs-meta, [theme=base16-atelier-forest] .hljs-keyword, [theme=base16-atelier-forest] .hljs-template-tag, [theme=base16-atelier-forest] .hljs-type {
  color: #6666ea;
}
[theme=base16-atelier-forest] .hljs-emphasis {
  color: #6666ea;
  font-style: italic;
}
[theme=base16-atelier-forest] .hljs-meta, [theme=base16-atelier-forest] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest] .hljs-meta .hljs-string {
  color: #c33ff3;
}
[theme=base16-atelier-forest] .hljs-meta .hljs-keyword, [theme=base16-atelier-forest] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-heath-light] {
  /*!
    Theme: Atelier Heath Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-heath-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-heath-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-heath-light] .hljs {
  color: #695d69;
  background: #f7f3f7;
}
[theme=base16-atelier-heath-light] .hljs ::selection, [theme=base16-atelier-heath-light] .hljs::selection {
  background-color: #ab9bab;
  color: #695d69;
}
[theme=base16-atelier-heath-light] .hljs-comment {
  color: #9e8f9e;
}
[theme=base16-atelier-heath-light] .hljs-tag {
  color: #776977;
}
[theme=base16-atelier-heath-light] .hljs-operator, [theme=base16-atelier-heath-light] .hljs-punctuation, [theme=base16-atelier-heath-light] .hljs-subst {
  color: #695d69;
}
[theme=base16-atelier-heath-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-heath-light] .hljs-bullet, [theme=base16-atelier-heath-light] .hljs-deletion, [theme=base16-atelier-heath-light] .hljs-name, [theme=base16-atelier-heath-light] .hljs-selector-tag, [theme=base16-atelier-heath-light] .hljs-template-variable, [theme=base16-atelier-heath-light] .hljs-variable {
  color: #ca402b;
}
[theme=base16-atelier-heath-light] .hljs-attr, [theme=base16-atelier-heath-light] .hljs-link, [theme=base16-atelier-heath-light] .hljs-literal, [theme=base16-atelier-heath-light] .hljs-number, [theme=base16-atelier-heath-light] .hljs-symbol, [theme=base16-atelier-heath-light] .hljs-variable.constant_ {
  color: #a65926;
}
[theme=base16-atelier-heath-light] .hljs-class .hljs-title, [theme=base16-atelier-heath-light] .hljs-title, [theme=base16-atelier-heath-light] .hljs-title.class_ {
  color: #bb8a35;
}
[theme=base16-atelier-heath-light] .hljs-strong {
  font-weight: 700;
  color: #bb8a35;
}
[theme=base16-atelier-heath-light] .hljs-addition, [theme=base16-atelier-heath-light] .hljs-code, [theme=base16-atelier-heath-light] .hljs-string, [theme=base16-atelier-heath-light] .hljs-title.class_.inherited__ {
  color: #918b3b;
}
[theme=base16-atelier-heath-light] .hljs-built_in, [theme=base16-atelier-heath-light] .hljs-doctag, [theme=base16-atelier-heath-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-heath-light] .hljs-quote, [theme=base16-atelier-heath-light] .hljs-regexp {
  color: #159393;
}
[theme=base16-atelier-heath-light] .hljs-attribute, [theme=base16-atelier-heath-light] .hljs-function .hljs-title, [theme=base16-atelier-heath-light] .hljs-section, [theme=base16-atelier-heath-light] .hljs-title.function_, [theme=base16-atelier-heath-light] .ruby .hljs-property {
  color: #516aec;
}
[theme=base16-atelier-heath-light] .diff .hljs-meta, [theme=base16-atelier-heath-light] .hljs-keyword, [theme=base16-atelier-heath-light] .hljs-template-tag, [theme=base16-atelier-heath-light] .hljs-type {
  color: #7b59c0;
}
[theme=base16-atelier-heath-light] .hljs-emphasis {
  color: #7b59c0;
  font-style: italic;
}
[theme=base16-atelier-heath-light] .hljs-meta, [theme=base16-atelier-heath-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath-light] .hljs-meta .hljs-string {
  color: #c3c;
}
[theme=base16-atelier-heath-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-heath] {
  /*!
    Theme: Atelier Heath
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-heath] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-heath] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-heath] .hljs {
  color: #ab9bab;
  background: #1b181b;
}
[theme=base16-atelier-heath] .hljs ::selection, [theme=base16-atelier-heath] .hljs::selection {
  background-color: #695d69;
  color: #ab9bab;
}
[theme=base16-atelier-heath] .hljs-comment {
  color: #776977;
}
[theme=base16-atelier-heath] .hljs-tag {
  color: #9e8f9e;
}
[theme=base16-atelier-heath] .hljs-operator, [theme=base16-atelier-heath] .hljs-punctuation, [theme=base16-atelier-heath] .hljs-subst {
  color: #ab9bab;
}
[theme=base16-atelier-heath] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-heath] .hljs-bullet, [theme=base16-atelier-heath] .hljs-deletion, [theme=base16-atelier-heath] .hljs-name, [theme=base16-atelier-heath] .hljs-selector-tag, [theme=base16-atelier-heath] .hljs-template-variable, [theme=base16-atelier-heath] .hljs-variable {
  color: #ca402b;
}
[theme=base16-atelier-heath] .hljs-attr, [theme=base16-atelier-heath] .hljs-link, [theme=base16-atelier-heath] .hljs-literal, [theme=base16-atelier-heath] .hljs-number, [theme=base16-atelier-heath] .hljs-symbol, [theme=base16-atelier-heath] .hljs-variable.constant_ {
  color: #a65926;
}
[theme=base16-atelier-heath] .hljs-class .hljs-title, [theme=base16-atelier-heath] .hljs-title, [theme=base16-atelier-heath] .hljs-title.class_ {
  color: #bb8a35;
}
[theme=base16-atelier-heath] .hljs-strong {
  font-weight: 700;
  color: #bb8a35;
}
[theme=base16-atelier-heath] .hljs-addition, [theme=base16-atelier-heath] .hljs-code, [theme=base16-atelier-heath] .hljs-string, [theme=base16-atelier-heath] .hljs-title.class_.inherited__ {
  color: #918b3b;
}
[theme=base16-atelier-heath] .hljs-built_in, [theme=base16-atelier-heath] .hljs-doctag, [theme=base16-atelier-heath] .hljs-keyword.hljs-atrule, [theme=base16-atelier-heath] .hljs-quote, [theme=base16-atelier-heath] .hljs-regexp {
  color: #159393;
}
[theme=base16-atelier-heath] .hljs-attribute, [theme=base16-atelier-heath] .hljs-function .hljs-title, [theme=base16-atelier-heath] .hljs-section, [theme=base16-atelier-heath] .hljs-title.function_, [theme=base16-atelier-heath] .ruby .hljs-property {
  color: #516aec;
}
[theme=base16-atelier-heath] .diff .hljs-meta, [theme=base16-atelier-heath] .hljs-keyword, [theme=base16-atelier-heath] .hljs-template-tag, [theme=base16-atelier-heath] .hljs-type {
  color: #7b59c0;
}
[theme=base16-atelier-heath] .hljs-emphasis {
  color: #7b59c0;
  font-style: italic;
}
[theme=base16-atelier-heath] .hljs-meta, [theme=base16-atelier-heath] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath] .hljs-meta .hljs-string {
  color: #c3c;
}
[theme=base16-atelier-heath] .hljs-meta .hljs-keyword, [theme=base16-atelier-heath] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-lakeside-light] {
  /*!
    Theme: Atelier Lakeside Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-lakeside-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-lakeside-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-lakeside-light] .hljs {
  color: #516d7b;
  background: #ebf8ff;
}
[theme=base16-atelier-lakeside-light] .hljs ::selection, [theme=base16-atelier-lakeside-light] .hljs::selection {
  background-color: #7ea2b4;
  color: #516d7b;
}
[theme=base16-atelier-lakeside-light] .hljs-comment {
  color: #7195a8;
}
[theme=base16-atelier-lakeside-light] .hljs-tag {
  color: #5a7b8c;
}
[theme=base16-atelier-lakeside-light] .hljs-operator, [theme=base16-atelier-lakeside-light] .hljs-punctuation, [theme=base16-atelier-lakeside-light] .hljs-subst {
  color: #516d7b;
}
[theme=base16-atelier-lakeside-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-lakeside-light] .hljs-bullet, [theme=base16-atelier-lakeside-light] .hljs-deletion, [theme=base16-atelier-lakeside-light] .hljs-name, [theme=base16-atelier-lakeside-light] .hljs-selector-tag, [theme=base16-atelier-lakeside-light] .hljs-template-variable, [theme=base16-atelier-lakeside-light] .hljs-variable {
  color: #d22d72;
}
[theme=base16-atelier-lakeside-light] .hljs-attr, [theme=base16-atelier-lakeside-light] .hljs-link, [theme=base16-atelier-lakeside-light] .hljs-literal, [theme=base16-atelier-lakeside-light] .hljs-number, [theme=base16-atelier-lakeside-light] .hljs-symbol, [theme=base16-atelier-lakeside-light] .hljs-variable.constant_ {
  color: #935c25;
}
[theme=base16-atelier-lakeside-light] .hljs-class .hljs-title, [theme=base16-atelier-lakeside-light] .hljs-title, [theme=base16-atelier-lakeside-light] .hljs-title.class_ {
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside-light] .hljs-strong {
  font-weight: 700;
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside-light] .hljs-addition, [theme=base16-atelier-lakeside-light] .hljs-code, [theme=base16-atelier-lakeside-light] .hljs-string, [theme=base16-atelier-lakeside-light] .hljs-title.class_.inherited__ {
  color: #568c3b;
}
[theme=base16-atelier-lakeside-light] .hljs-built_in, [theme=base16-atelier-lakeside-light] .hljs-doctag, [theme=base16-atelier-lakeside-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-lakeside-light] .hljs-quote, [theme=base16-atelier-lakeside-light] .hljs-regexp {
  color: #2d8f6f;
}
[theme=base16-atelier-lakeside-light] .hljs-attribute, [theme=base16-atelier-lakeside-light] .hljs-function .hljs-title, [theme=base16-atelier-lakeside-light] .hljs-section, [theme=base16-atelier-lakeside-light] .hljs-title.function_, [theme=base16-atelier-lakeside-light] .ruby .hljs-property {
  color: #257fad;
}
[theme=base16-atelier-lakeside-light] .diff .hljs-meta, [theme=base16-atelier-lakeside-light] .hljs-keyword, [theme=base16-atelier-lakeside-light] .hljs-template-tag, [theme=base16-atelier-lakeside-light] .hljs-type {
  color: #6b6bb8;
}
[theme=base16-atelier-lakeside-light] .hljs-emphasis {
  color: #6b6bb8;
  font-style: italic;
}
[theme=base16-atelier-lakeside-light] .hljs-meta, [theme=base16-atelier-lakeside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside-light] .hljs-meta .hljs-string {
  color: #b72dd2;
}
[theme=base16-atelier-lakeside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-lakeside] {
  /*!
    Theme: Atelier Lakeside
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-lakeside] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-lakeside] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-lakeside] .hljs {
  color: #7ea2b4;
  background: #161b1d;
}
[theme=base16-atelier-lakeside] .hljs ::selection, [theme=base16-atelier-lakeside] .hljs::selection {
  background-color: #516d7b;
  color: #7ea2b4;
}
[theme=base16-atelier-lakeside] .hljs-comment {
  color: #5a7b8c;
}
[theme=base16-atelier-lakeside] .hljs-tag {
  color: #7195a8;
}
[theme=base16-atelier-lakeside] .hljs-operator, [theme=base16-atelier-lakeside] .hljs-punctuation, [theme=base16-atelier-lakeside] .hljs-subst {
  color: #7ea2b4;
}
[theme=base16-atelier-lakeside] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-lakeside] .hljs-bullet, [theme=base16-atelier-lakeside] .hljs-deletion, [theme=base16-atelier-lakeside] .hljs-name, [theme=base16-atelier-lakeside] .hljs-selector-tag, [theme=base16-atelier-lakeside] .hljs-template-variable, [theme=base16-atelier-lakeside] .hljs-variable {
  color: #d22d72;
}
[theme=base16-atelier-lakeside] .hljs-attr, [theme=base16-atelier-lakeside] .hljs-link, [theme=base16-atelier-lakeside] .hljs-literal, [theme=base16-atelier-lakeside] .hljs-number, [theme=base16-atelier-lakeside] .hljs-symbol, [theme=base16-atelier-lakeside] .hljs-variable.constant_ {
  color: #935c25;
}
[theme=base16-atelier-lakeside] .hljs-class .hljs-title, [theme=base16-atelier-lakeside] .hljs-title, [theme=base16-atelier-lakeside] .hljs-title.class_ {
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside] .hljs-strong {
  font-weight: 700;
  color: #8a8a0f;
}
[theme=base16-atelier-lakeside] .hljs-addition, [theme=base16-atelier-lakeside] .hljs-code, [theme=base16-atelier-lakeside] .hljs-string, [theme=base16-atelier-lakeside] .hljs-title.class_.inherited__ {
  color: #568c3b;
}
[theme=base16-atelier-lakeside] .hljs-built_in, [theme=base16-atelier-lakeside] .hljs-doctag, [theme=base16-atelier-lakeside] .hljs-keyword.hljs-atrule, [theme=base16-atelier-lakeside] .hljs-quote, [theme=base16-atelier-lakeside] .hljs-regexp {
  color: #2d8f6f;
}
[theme=base16-atelier-lakeside] .hljs-attribute, [theme=base16-atelier-lakeside] .hljs-function .hljs-title, [theme=base16-atelier-lakeside] .hljs-section, [theme=base16-atelier-lakeside] .hljs-title.function_, [theme=base16-atelier-lakeside] .ruby .hljs-property {
  color: #257fad;
}
[theme=base16-atelier-lakeside] .diff .hljs-meta, [theme=base16-atelier-lakeside] .hljs-keyword, [theme=base16-atelier-lakeside] .hljs-template-tag, [theme=base16-atelier-lakeside] .hljs-type {
  color: #6b6bb8;
}
[theme=base16-atelier-lakeside] .hljs-emphasis {
  color: #6b6bb8;
  font-style: italic;
}
[theme=base16-atelier-lakeside] .hljs-meta, [theme=base16-atelier-lakeside] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside] .hljs-meta .hljs-string {
  color: #b72dd2;
}
[theme=base16-atelier-lakeside] .hljs-meta .hljs-keyword, [theme=base16-atelier-lakeside] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-plateau-light] {
  /*!
    Theme: Atelier Plateau Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-plateau-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-plateau-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-plateau-light] .hljs {
  color: #585050;
  background: #f4ecec;
}
[theme=base16-atelier-plateau-light] .hljs ::selection, [theme=base16-atelier-plateau-light] .hljs::selection {
  background-color: #8a8585;
  color: #585050;
}
[theme=base16-atelier-plateau-light] .hljs-comment {
  color: #7e7777;
}
[theme=base16-atelier-plateau-light] .hljs-tag {
  color: #655d5d;
}
[theme=base16-atelier-plateau-light] .hljs-operator, [theme=base16-atelier-plateau-light] .hljs-punctuation, [theme=base16-atelier-plateau-light] .hljs-subst {
  color: #585050;
}
[theme=base16-atelier-plateau-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-plateau-light] .hljs-bullet, [theme=base16-atelier-plateau-light] .hljs-deletion, [theme=base16-atelier-plateau-light] .hljs-name, [theme=base16-atelier-plateau-light] .hljs-selector-tag, [theme=base16-atelier-plateau-light] .hljs-template-variable, [theme=base16-atelier-plateau-light] .hljs-variable {
  color: #ca4949;
}
[theme=base16-atelier-plateau-light] .hljs-attr, [theme=base16-atelier-plateau-light] .hljs-link, [theme=base16-atelier-plateau-light] .hljs-literal, [theme=base16-atelier-plateau-light] .hljs-number, [theme=base16-atelier-plateau-light] .hljs-symbol, [theme=base16-atelier-plateau-light] .hljs-variable.constant_ {
  color: #b45a3c;
}
[theme=base16-atelier-plateau-light] .hljs-class .hljs-title, [theme=base16-atelier-plateau-light] .hljs-title, [theme=base16-atelier-plateau-light] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-plateau-light] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-plateau-light] .hljs-addition, [theme=base16-atelier-plateau-light] .hljs-code, [theme=base16-atelier-plateau-light] .hljs-string, [theme=base16-atelier-plateau-light] .hljs-title.class_.inherited__ {
  color: #4b8b8b;
}
[theme=base16-atelier-plateau-light] .hljs-built_in, [theme=base16-atelier-plateau-light] .hljs-doctag, [theme=base16-atelier-plateau-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-plateau-light] .hljs-quote, [theme=base16-atelier-plateau-light] .hljs-regexp {
  color: #5485b6;
}
[theme=base16-atelier-plateau-light] .hljs-attribute, [theme=base16-atelier-plateau-light] .hljs-function .hljs-title, [theme=base16-atelier-plateau-light] .hljs-section, [theme=base16-atelier-plateau-light] .hljs-title.function_, [theme=base16-atelier-plateau-light] .ruby .hljs-property {
  color: #7272ca;
}
[theme=base16-atelier-plateau-light] .diff .hljs-meta, [theme=base16-atelier-plateau-light] .hljs-keyword, [theme=base16-atelier-plateau-light] .hljs-template-tag, [theme=base16-atelier-plateau-light] .hljs-type {
  color: #8464c4;
}
[theme=base16-atelier-plateau-light] .hljs-emphasis {
  color: #8464c4;
  font-style: italic;
}
[theme=base16-atelier-plateau-light] .hljs-meta, [theme=base16-atelier-plateau-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau-light] .hljs-meta .hljs-string {
  color: #bd5187;
}
[theme=base16-atelier-plateau-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-plateau] {
  /*!
    Theme: Atelier Plateau
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-plateau] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-plateau] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-plateau] .hljs {
  color: #8a8585;
  background: #1b1818;
}
[theme=base16-atelier-plateau] .hljs ::selection, [theme=base16-atelier-plateau] .hljs::selection {
  background-color: #585050;
  color: #8a8585;
}
[theme=base16-atelier-plateau] .hljs-comment {
  color: #655d5d;
}
[theme=base16-atelier-plateau] .hljs-tag {
  color: #7e7777;
}
[theme=base16-atelier-plateau] .hljs-operator, [theme=base16-atelier-plateau] .hljs-punctuation, [theme=base16-atelier-plateau] .hljs-subst {
  color: #8a8585;
}
[theme=base16-atelier-plateau] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-plateau] .hljs-bullet, [theme=base16-atelier-plateau] .hljs-deletion, [theme=base16-atelier-plateau] .hljs-name, [theme=base16-atelier-plateau] .hljs-selector-tag, [theme=base16-atelier-plateau] .hljs-template-variable, [theme=base16-atelier-plateau] .hljs-variable {
  color: #ca4949;
}
[theme=base16-atelier-plateau] .hljs-attr, [theme=base16-atelier-plateau] .hljs-link, [theme=base16-atelier-plateau] .hljs-literal, [theme=base16-atelier-plateau] .hljs-number, [theme=base16-atelier-plateau] .hljs-symbol, [theme=base16-atelier-plateau] .hljs-variable.constant_ {
  color: #b45a3c;
}
[theme=base16-atelier-plateau] .hljs-class .hljs-title, [theme=base16-atelier-plateau] .hljs-title, [theme=base16-atelier-plateau] .hljs-title.class_ {
  color: #a06e3b;
}
[theme=base16-atelier-plateau] .hljs-strong {
  font-weight: 700;
  color: #a06e3b;
}
[theme=base16-atelier-plateau] .hljs-addition, [theme=base16-atelier-plateau] .hljs-code, [theme=base16-atelier-plateau] .hljs-string, [theme=base16-atelier-plateau] .hljs-title.class_.inherited__ {
  color: #4b8b8b;
}
[theme=base16-atelier-plateau] .hljs-built_in, [theme=base16-atelier-plateau] .hljs-doctag, [theme=base16-atelier-plateau] .hljs-keyword.hljs-atrule, [theme=base16-atelier-plateau] .hljs-quote, [theme=base16-atelier-plateau] .hljs-regexp {
  color: #5485b6;
}
[theme=base16-atelier-plateau] .hljs-attribute, [theme=base16-atelier-plateau] .hljs-function .hljs-title, [theme=base16-atelier-plateau] .hljs-section, [theme=base16-atelier-plateau] .hljs-title.function_, [theme=base16-atelier-plateau] .ruby .hljs-property {
  color: #7272ca;
}
[theme=base16-atelier-plateau] .diff .hljs-meta, [theme=base16-atelier-plateau] .hljs-keyword, [theme=base16-atelier-plateau] .hljs-template-tag, [theme=base16-atelier-plateau] .hljs-type {
  color: #8464c4;
}
[theme=base16-atelier-plateau] .hljs-emphasis {
  color: #8464c4;
  font-style: italic;
}
[theme=base16-atelier-plateau] .hljs-meta, [theme=base16-atelier-plateau] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau] .hljs-meta .hljs-string {
  color: #bd5187;
}
[theme=base16-atelier-plateau] .hljs-meta .hljs-keyword, [theme=base16-atelier-plateau] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-savanna-light] {
  /*!
    Theme: Atelier Savanna Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-savanna-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-savanna-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-savanna-light] .hljs {
  color: #526057;
  background: #ecf4ee;
}
[theme=base16-atelier-savanna-light] .hljs ::selection, [theme=base16-atelier-savanna-light] .hljs::selection {
  background-color: #87928a;
  color: #526057;
}
[theme=base16-atelier-savanna-light] .hljs-comment {
  color: #78877d;
}
[theme=base16-atelier-savanna-light] .hljs-tag {
  color: #5f6d64;
}
[theme=base16-atelier-savanna-light] .hljs-operator, [theme=base16-atelier-savanna-light] .hljs-punctuation, [theme=base16-atelier-savanna-light] .hljs-subst {
  color: #526057;
}
[theme=base16-atelier-savanna-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-savanna-light] .hljs-bullet, [theme=base16-atelier-savanna-light] .hljs-deletion, [theme=base16-atelier-savanna-light] .hljs-name, [theme=base16-atelier-savanna-light] .hljs-selector-tag, [theme=base16-atelier-savanna-light] .hljs-template-variable, [theme=base16-atelier-savanna-light] .hljs-variable {
  color: #b16139;
}
[theme=base16-atelier-savanna-light] .hljs-attr, [theme=base16-atelier-savanna-light] .hljs-link, [theme=base16-atelier-savanna-light] .hljs-literal, [theme=base16-atelier-savanna-light] .hljs-number, [theme=base16-atelier-savanna-light] .hljs-symbol, [theme=base16-atelier-savanna-light] .hljs-variable.constant_ {
  color: #9f713c;
}
[theme=base16-atelier-savanna-light] .hljs-class .hljs-title, [theme=base16-atelier-savanna-light] .hljs-title, [theme=base16-atelier-savanna-light] .hljs-title.class_ {
  color: #a07e3b;
}
[theme=base16-atelier-savanna-light] .hljs-strong {
  font-weight: 700;
  color: #a07e3b;
}
[theme=base16-atelier-savanna-light] .hljs-addition, [theme=base16-atelier-savanna-light] .hljs-code, [theme=base16-atelier-savanna-light] .hljs-string, [theme=base16-atelier-savanna-light] .hljs-title.class_.inherited__ {
  color: #489963;
}
[theme=base16-atelier-savanna-light] .hljs-built_in, [theme=base16-atelier-savanna-light] .hljs-doctag, [theme=base16-atelier-savanna-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-savanna-light] .hljs-quote, [theme=base16-atelier-savanna-light] .hljs-regexp {
  color: #1c9aa0;
}
[theme=base16-atelier-savanna-light] .hljs-attribute, [theme=base16-atelier-savanna-light] .hljs-function .hljs-title, [theme=base16-atelier-savanna-light] .hljs-section, [theme=base16-atelier-savanna-light] .hljs-title.function_, [theme=base16-atelier-savanna-light] .ruby .hljs-property {
  color: #478c90;
}
[theme=base16-atelier-savanna-light] .diff .hljs-meta, [theme=base16-atelier-savanna-light] .hljs-keyword, [theme=base16-atelier-savanna-light] .hljs-template-tag, [theme=base16-atelier-savanna-light] .hljs-type {
  color: #55859b;
}
[theme=base16-atelier-savanna-light] .hljs-emphasis {
  color: #55859b;
  font-style: italic;
}
[theme=base16-atelier-savanna-light] .hljs-meta, [theme=base16-atelier-savanna-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna-light] .hljs-meta .hljs-string {
  color: #867469;
}
[theme=base16-atelier-savanna-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-savanna] {
  /*!
    Theme: Atelier Savanna
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-savanna] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-savanna] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-savanna] .hljs {
  color: #87928a;
  background: #171c19;
}
[theme=base16-atelier-savanna] .hljs ::selection, [theme=base16-atelier-savanna] .hljs::selection {
  background-color: #526057;
  color: #87928a;
}
[theme=base16-atelier-savanna] .hljs-comment {
  color: #5f6d64;
}
[theme=base16-atelier-savanna] .hljs-tag {
  color: #78877d;
}
[theme=base16-atelier-savanna] .hljs-operator, [theme=base16-atelier-savanna] .hljs-punctuation, [theme=base16-atelier-savanna] .hljs-subst {
  color: #87928a;
}
[theme=base16-atelier-savanna] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-savanna] .hljs-bullet, [theme=base16-atelier-savanna] .hljs-deletion, [theme=base16-atelier-savanna] .hljs-name, [theme=base16-atelier-savanna] .hljs-selector-tag, [theme=base16-atelier-savanna] .hljs-template-variable, [theme=base16-atelier-savanna] .hljs-variable {
  color: #b16139;
}
[theme=base16-atelier-savanna] .hljs-attr, [theme=base16-atelier-savanna] .hljs-link, [theme=base16-atelier-savanna] .hljs-literal, [theme=base16-atelier-savanna] .hljs-number, [theme=base16-atelier-savanna] .hljs-symbol, [theme=base16-atelier-savanna] .hljs-variable.constant_ {
  color: #9f713c;
}
[theme=base16-atelier-savanna] .hljs-class .hljs-title, [theme=base16-atelier-savanna] .hljs-title, [theme=base16-atelier-savanna] .hljs-title.class_ {
  color: #a07e3b;
}
[theme=base16-atelier-savanna] .hljs-strong {
  font-weight: 700;
  color: #a07e3b;
}
[theme=base16-atelier-savanna] .hljs-addition, [theme=base16-atelier-savanna] .hljs-code, [theme=base16-atelier-savanna] .hljs-string, [theme=base16-atelier-savanna] .hljs-title.class_.inherited__ {
  color: #489963;
}
[theme=base16-atelier-savanna] .hljs-built_in, [theme=base16-atelier-savanna] .hljs-doctag, [theme=base16-atelier-savanna] .hljs-keyword.hljs-atrule, [theme=base16-atelier-savanna] .hljs-quote, [theme=base16-atelier-savanna] .hljs-regexp {
  color: #1c9aa0;
}
[theme=base16-atelier-savanna] .hljs-attribute, [theme=base16-atelier-savanna] .hljs-function .hljs-title, [theme=base16-atelier-savanna] .hljs-section, [theme=base16-atelier-savanna] .hljs-title.function_, [theme=base16-atelier-savanna] .ruby .hljs-property {
  color: #478c90;
}
[theme=base16-atelier-savanna] .diff .hljs-meta, [theme=base16-atelier-savanna] .hljs-keyword, [theme=base16-atelier-savanna] .hljs-template-tag, [theme=base16-atelier-savanna] .hljs-type {
  color: #55859b;
}
[theme=base16-atelier-savanna] .hljs-emphasis {
  color: #55859b;
  font-style: italic;
}
[theme=base16-atelier-savanna] .hljs-meta, [theme=base16-atelier-savanna] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna] .hljs-meta .hljs-string {
  color: #867469;
}
[theme=base16-atelier-savanna] .hljs-meta .hljs-keyword, [theme=base16-atelier-savanna] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-seaside-light] {
  /*!
    Theme: Atelier Seaside Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-seaside-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-seaside-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-seaside-light] .hljs {
  color: #5e6e5e;
  background: #f4fbf4;
}
[theme=base16-atelier-seaside-light] .hljs ::selection, [theme=base16-atelier-seaside-light] .hljs::selection {
  background-color: #8ca68c;
  color: #5e6e5e;
}
[theme=base16-atelier-seaside-light] .hljs-comment {
  color: #809980;
}
[theme=base16-atelier-seaside-light] .hljs-tag {
  color: #687d68;
}
[theme=base16-atelier-seaside-light] .hljs-operator, [theme=base16-atelier-seaside-light] .hljs-punctuation, [theme=base16-atelier-seaside-light] .hljs-subst {
  color: #5e6e5e;
}
[theme=base16-atelier-seaside-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-seaside-light] .hljs-bullet, [theme=base16-atelier-seaside-light] .hljs-deletion, [theme=base16-atelier-seaside-light] .hljs-name, [theme=base16-atelier-seaside-light] .hljs-selector-tag, [theme=base16-atelier-seaside-light] .hljs-template-variable, [theme=base16-atelier-seaside-light] .hljs-variable {
  color: #e6193c;
}
[theme=base16-atelier-seaside-light] .hljs-attr, [theme=base16-atelier-seaside-light] .hljs-link, [theme=base16-atelier-seaside-light] .hljs-literal, [theme=base16-atelier-seaside-light] .hljs-number, [theme=base16-atelier-seaside-light] .hljs-symbol, [theme=base16-atelier-seaside-light] .hljs-variable.constant_ {
  color: #87711d;
}
[theme=base16-atelier-seaside-light] .hljs-class .hljs-title, [theme=base16-atelier-seaside-light] .hljs-title, [theme=base16-atelier-seaside-light] .hljs-title.class_ {
  color: #98981b;
}
[theme=base16-atelier-seaside-light] .hljs-strong {
  font-weight: 700;
  color: #98981b;
}
[theme=base16-atelier-seaside-light] .hljs-addition, [theme=base16-atelier-seaside-light] .hljs-code, [theme=base16-atelier-seaside-light] .hljs-string, [theme=base16-atelier-seaside-light] .hljs-title.class_.inherited__ {
  color: #29a329;
}
[theme=base16-atelier-seaside-light] .hljs-built_in, [theme=base16-atelier-seaside-light] .hljs-doctag, [theme=base16-atelier-seaside-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-seaside-light] .hljs-quote, [theme=base16-atelier-seaside-light] .hljs-regexp {
  color: #1999b3;
}
[theme=base16-atelier-seaside-light] .hljs-attribute, [theme=base16-atelier-seaside-light] .hljs-function .hljs-title, [theme=base16-atelier-seaside-light] .hljs-section, [theme=base16-atelier-seaside-light] .hljs-title.function_, [theme=base16-atelier-seaside-light] .ruby .hljs-property {
  color: #3d62f5;
}
[theme=base16-atelier-seaside-light] .diff .hljs-meta, [theme=base16-atelier-seaside-light] .hljs-keyword, [theme=base16-atelier-seaside-light] .hljs-template-tag, [theme=base16-atelier-seaside-light] .hljs-type {
  color: #ad2bee;
}
[theme=base16-atelier-seaside-light] .hljs-emphasis {
  color: #ad2bee;
  font-style: italic;
}
[theme=base16-atelier-seaside-light] .hljs-meta, [theme=base16-atelier-seaside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside-light] .hljs-meta .hljs-string {
  color: #e619c3;
}
[theme=base16-atelier-seaside-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-seaside] {
  /*!
    Theme: Atelier Seaside
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-seaside] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-seaside] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-seaside] .hljs {
  color: #8ca68c;
  background: #131513;
}
[theme=base16-atelier-seaside] .hljs ::selection, [theme=base16-atelier-seaside] .hljs::selection {
  background-color: #5e6e5e;
  color: #8ca68c;
}
[theme=base16-atelier-seaside] .hljs-comment {
  color: #687d68;
}
[theme=base16-atelier-seaside] .hljs-tag {
  color: #809980;
}
[theme=base16-atelier-seaside] .hljs-operator, [theme=base16-atelier-seaside] .hljs-punctuation, [theme=base16-atelier-seaside] .hljs-subst {
  color: #8ca68c;
}
[theme=base16-atelier-seaside] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-seaside] .hljs-bullet, [theme=base16-atelier-seaside] .hljs-deletion, [theme=base16-atelier-seaside] .hljs-name, [theme=base16-atelier-seaside] .hljs-selector-tag, [theme=base16-atelier-seaside] .hljs-template-variable, [theme=base16-atelier-seaside] .hljs-variable {
  color: #e6193c;
}
[theme=base16-atelier-seaside] .hljs-attr, [theme=base16-atelier-seaside] .hljs-link, [theme=base16-atelier-seaside] .hljs-literal, [theme=base16-atelier-seaside] .hljs-number, [theme=base16-atelier-seaside] .hljs-symbol, [theme=base16-atelier-seaside] .hljs-variable.constant_ {
  color: #87711d;
}
[theme=base16-atelier-seaside] .hljs-class .hljs-title, [theme=base16-atelier-seaside] .hljs-title, [theme=base16-atelier-seaside] .hljs-title.class_ {
  color: #98981b;
}
[theme=base16-atelier-seaside] .hljs-strong {
  font-weight: 700;
  color: #98981b;
}
[theme=base16-atelier-seaside] .hljs-addition, [theme=base16-atelier-seaside] .hljs-code, [theme=base16-atelier-seaside] .hljs-string, [theme=base16-atelier-seaside] .hljs-title.class_.inherited__ {
  color: #29a329;
}
[theme=base16-atelier-seaside] .hljs-built_in, [theme=base16-atelier-seaside] .hljs-doctag, [theme=base16-atelier-seaside] .hljs-keyword.hljs-atrule, [theme=base16-atelier-seaside] .hljs-quote, [theme=base16-atelier-seaside] .hljs-regexp {
  color: #1999b3;
}
[theme=base16-atelier-seaside] .hljs-attribute, [theme=base16-atelier-seaside] .hljs-function .hljs-title, [theme=base16-atelier-seaside] .hljs-section, [theme=base16-atelier-seaside] .hljs-title.function_, [theme=base16-atelier-seaside] .ruby .hljs-property {
  color: #3d62f5;
}
[theme=base16-atelier-seaside] .diff .hljs-meta, [theme=base16-atelier-seaside] .hljs-keyword, [theme=base16-atelier-seaside] .hljs-template-tag, [theme=base16-atelier-seaside] .hljs-type {
  color: #ad2bee;
}
[theme=base16-atelier-seaside] .hljs-emphasis {
  color: #ad2bee;
  font-style: italic;
}
[theme=base16-atelier-seaside] .hljs-meta, [theme=base16-atelier-seaside] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside] .hljs-meta .hljs-string {
  color: #e619c3;
}
[theme=base16-atelier-seaside] .hljs-meta .hljs-keyword, [theme=base16-atelier-seaside] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-sulphurpool-light] {
  /*!
    Theme: Atelier Sulphurpool Light
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-sulphurpool-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-sulphurpool-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-sulphurpool-light] .hljs {
  color: #5e6687;
  background: #f5f7ff;
}
[theme=base16-atelier-sulphurpool-light] .hljs ::selection, [theme=base16-atelier-sulphurpool-light] .hljs::selection {
  background-color: #979db4;
  color: #5e6687;
}
[theme=base16-atelier-sulphurpool-light] .hljs-comment {
  color: #898ea4;
}
[theme=base16-atelier-sulphurpool-light] .hljs-tag {
  color: #6b7394;
}
[theme=base16-atelier-sulphurpool-light] .hljs-operator, [theme=base16-atelier-sulphurpool-light] .hljs-punctuation, [theme=base16-atelier-sulphurpool-light] .hljs-subst {
  color: #5e6687;
}
[theme=base16-atelier-sulphurpool-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-sulphurpool-light] .hljs-bullet, [theme=base16-atelier-sulphurpool-light] .hljs-deletion, [theme=base16-atelier-sulphurpool-light] .hljs-name, [theme=base16-atelier-sulphurpool-light] .hljs-selector-tag, [theme=base16-atelier-sulphurpool-light] .hljs-template-variable, [theme=base16-atelier-sulphurpool-light] .hljs-variable {
  color: #c94922;
}
[theme=base16-atelier-sulphurpool-light] .hljs-attr, [theme=base16-atelier-sulphurpool-light] .hljs-link, [theme=base16-atelier-sulphurpool-light] .hljs-literal, [theme=base16-atelier-sulphurpool-light] .hljs-number, [theme=base16-atelier-sulphurpool-light] .hljs-symbol, [theme=base16-atelier-sulphurpool-light] .hljs-variable.constant_ {
  color: #c76b29;
}
[theme=base16-atelier-sulphurpool-light] .hljs-class .hljs-title, [theme=base16-atelier-sulphurpool-light] .hljs-title, [theme=base16-atelier-sulphurpool-light] .hljs-title.class_ {
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool-light] .hljs-strong {
  font-weight: 700;
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool-light] .hljs-addition, [theme=base16-atelier-sulphurpool-light] .hljs-code, [theme=base16-atelier-sulphurpool-light] .hljs-string, [theme=base16-atelier-sulphurpool-light] .hljs-title.class_.inherited__ {
  color: #ac9739;
}
[theme=base16-atelier-sulphurpool-light] .hljs-built_in, [theme=base16-atelier-sulphurpool-light] .hljs-doctag, [theme=base16-atelier-sulphurpool-light] .hljs-keyword.hljs-atrule, [theme=base16-atelier-sulphurpool-light] .hljs-quote, [theme=base16-atelier-sulphurpool-light] .hljs-regexp {
  color: #22a2c9;
}
[theme=base16-atelier-sulphurpool-light] .hljs-attribute, [theme=base16-atelier-sulphurpool-light] .hljs-function .hljs-title, [theme=base16-atelier-sulphurpool-light] .hljs-section, [theme=base16-atelier-sulphurpool-light] .hljs-title.function_, [theme=base16-atelier-sulphurpool-light] .ruby .hljs-property {
  color: #3d8fd1;
}
[theme=base16-atelier-sulphurpool-light] .diff .hljs-meta, [theme=base16-atelier-sulphurpool-light] .hljs-keyword, [theme=base16-atelier-sulphurpool-light] .hljs-template-tag, [theme=base16-atelier-sulphurpool-light] .hljs-type {
  color: #6679cc;
}
[theme=base16-atelier-sulphurpool-light] .hljs-emphasis {
  color: #6679cc;
  font-style: italic;
}
[theme=base16-atelier-sulphurpool-light] .hljs-meta, [theme=base16-atelier-sulphurpool-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool-light] .hljs-meta .hljs-string {
  color: #9c637a;
}
[theme=base16-atelier-sulphurpool-light] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atelier-sulphurpool] {
  /*!
    Theme: Atelier Sulphurpool
    Author: Bram de Haan (http://atelierbramdehaan.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atelier-sulphurpool] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atelier-sulphurpool] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atelier-sulphurpool] .hljs {
  color: #979db4;
  background: #202746;
}
[theme=base16-atelier-sulphurpool] .hljs ::selection, [theme=base16-atelier-sulphurpool] .hljs::selection {
  background-color: #5e6687;
  color: #979db4;
}
[theme=base16-atelier-sulphurpool] .hljs-comment {
  color: #6b7394;
}
[theme=base16-atelier-sulphurpool] .hljs-tag {
  color: #898ea4;
}
[theme=base16-atelier-sulphurpool] .hljs-operator, [theme=base16-atelier-sulphurpool] .hljs-punctuation, [theme=base16-atelier-sulphurpool] .hljs-subst {
  color: #979db4;
}
[theme=base16-atelier-sulphurpool] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atelier-sulphurpool] .hljs-bullet, [theme=base16-atelier-sulphurpool] .hljs-deletion, [theme=base16-atelier-sulphurpool] .hljs-name, [theme=base16-atelier-sulphurpool] .hljs-selector-tag, [theme=base16-atelier-sulphurpool] .hljs-template-variable, [theme=base16-atelier-sulphurpool] .hljs-variable {
  color: #c94922;
}
[theme=base16-atelier-sulphurpool] .hljs-attr, [theme=base16-atelier-sulphurpool] .hljs-link, [theme=base16-atelier-sulphurpool] .hljs-literal, [theme=base16-atelier-sulphurpool] .hljs-number, [theme=base16-atelier-sulphurpool] .hljs-symbol, [theme=base16-atelier-sulphurpool] .hljs-variable.constant_ {
  color: #c76b29;
}
[theme=base16-atelier-sulphurpool] .hljs-class .hljs-title, [theme=base16-atelier-sulphurpool] .hljs-title, [theme=base16-atelier-sulphurpool] .hljs-title.class_ {
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool] .hljs-strong {
  font-weight: 700;
  color: #c08b30;
}
[theme=base16-atelier-sulphurpool] .hljs-addition, [theme=base16-atelier-sulphurpool] .hljs-code, [theme=base16-atelier-sulphurpool] .hljs-string, [theme=base16-atelier-sulphurpool] .hljs-title.class_.inherited__ {
  color: #ac9739;
}
[theme=base16-atelier-sulphurpool] .hljs-built_in, [theme=base16-atelier-sulphurpool] .hljs-doctag, [theme=base16-atelier-sulphurpool] .hljs-keyword.hljs-atrule, [theme=base16-atelier-sulphurpool] .hljs-quote, [theme=base16-atelier-sulphurpool] .hljs-regexp {
  color: #22a2c9;
}
[theme=base16-atelier-sulphurpool] .hljs-attribute, [theme=base16-atelier-sulphurpool] .hljs-function .hljs-title, [theme=base16-atelier-sulphurpool] .hljs-section, [theme=base16-atelier-sulphurpool] .hljs-title.function_, [theme=base16-atelier-sulphurpool] .ruby .hljs-property {
  color: #3d8fd1;
}
[theme=base16-atelier-sulphurpool] .diff .hljs-meta, [theme=base16-atelier-sulphurpool] .hljs-keyword, [theme=base16-atelier-sulphurpool] .hljs-template-tag, [theme=base16-atelier-sulphurpool] .hljs-type {
  color: #6679cc;
}
[theme=base16-atelier-sulphurpool] .hljs-emphasis {
  color: #6679cc;
  font-style: italic;
}
[theme=base16-atelier-sulphurpool] .hljs-meta, [theme=base16-atelier-sulphurpool] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool] .hljs-meta .hljs-string {
  color: #9c637a;
}
[theme=base16-atelier-sulphurpool] .hljs-meta .hljs-keyword, [theme=base16-atelier-sulphurpool] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-atlas] {
  /*!
    Theme: Atlas
    Author: Alex Lende (https://ajlende.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-atlas] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-atlas] code.hljs {
  padding: 3px 5px;
}
[theme=base16-atlas] .hljs {
  color: #a1a19a;
  background: #002635;
}
[theme=base16-atlas] .hljs ::selection, [theme=base16-atlas] .hljs::selection {
  background-color: #517f8d;
  color: #a1a19a;
}
[theme=base16-atlas] .hljs-comment {
  color: #6c8b91;
}
[theme=base16-atlas] .hljs-tag {
  color: #869696;
}
[theme=base16-atlas] .hljs-operator, [theme=base16-atlas] .hljs-punctuation, [theme=base16-atlas] .hljs-subst {
  color: #a1a19a;
}
[theme=base16-atlas] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-atlas] .hljs-bullet, [theme=base16-atlas] .hljs-deletion, [theme=base16-atlas] .hljs-name, [theme=base16-atlas] .hljs-selector-tag, [theme=base16-atlas] .hljs-template-variable, [theme=base16-atlas] .hljs-variable {
  color: #ff5a67;
}
[theme=base16-atlas] .hljs-attr, [theme=base16-atlas] .hljs-link, [theme=base16-atlas] .hljs-literal, [theme=base16-atlas] .hljs-number, [theme=base16-atlas] .hljs-symbol, [theme=base16-atlas] .hljs-variable.constant_ {
  color: #f08e48;
}
[theme=base16-atlas] .hljs-class .hljs-title, [theme=base16-atlas] .hljs-title, [theme=base16-atlas] .hljs-title.class_ {
  color: #ffcc1b;
}
[theme=base16-atlas] .hljs-strong {
  font-weight: 700;
  color: #ffcc1b;
}
[theme=base16-atlas] .hljs-addition, [theme=base16-atlas] .hljs-code, [theme=base16-atlas] .hljs-string, [theme=base16-atlas] .hljs-title.class_.inherited__ {
  color: #7fc06e;
}
[theme=base16-atlas] .hljs-built_in, [theme=base16-atlas] .hljs-doctag, [theme=base16-atlas] .hljs-keyword.hljs-atrule, [theme=base16-atlas] .hljs-quote, [theme=base16-atlas] .hljs-regexp {
  color: #14747e;
}
[theme=base16-atlas] .hljs-attribute, [theme=base16-atlas] .hljs-function .hljs-title, [theme=base16-atlas] .hljs-section, [theme=base16-atlas] .hljs-title.function_, [theme=base16-atlas] .ruby .hljs-property {
  color: #5dd7b9;
}
[theme=base16-atlas] .diff .hljs-meta, [theme=base16-atlas] .hljs-keyword, [theme=base16-atlas] .hljs-template-tag, [theme=base16-atlas] .hljs-type {
  color: #9a70a4;
}
[theme=base16-atlas] .hljs-emphasis {
  color: #9a70a4;
  font-style: italic;
}
[theme=base16-atlas] .hljs-meta, [theme=base16-atlas] .hljs-meta .hljs-keyword, [theme=base16-atlas] .hljs-meta .hljs-string {
  color: #c43060;
}
[theme=base16-atlas] .hljs-meta .hljs-keyword, [theme=base16-atlas] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-bespin] {
  /*!
    Theme: Bespin
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-bespin] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-bespin] code.hljs {
  padding: 3px 5px;
}
[theme=base16-bespin] .hljs {
  color: #8a8986;
  background: #28211c;
}
[theme=base16-bespin] .hljs ::selection, [theme=base16-bespin] .hljs::selection {
  background-color: #5e5d5c;
  color: #8a8986;
}
[theme=base16-bespin] .hljs-comment {
  color: #666;
}
[theme=base16-bespin] .hljs-tag {
  color: #797977;
}
[theme=base16-bespin] .hljs-operator, [theme=base16-bespin] .hljs-punctuation, [theme=base16-bespin] .hljs-subst {
  color: #8a8986;
}
[theme=base16-bespin] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-bespin] .hljs-bullet, [theme=base16-bespin] .hljs-deletion, [theme=base16-bespin] .hljs-name, [theme=base16-bespin] .hljs-selector-tag, [theme=base16-bespin] .hljs-template-variable, [theme=base16-bespin] .hljs-variable {
  color: #cf6a4c;
}
[theme=base16-bespin] .hljs-attr, [theme=base16-bespin] .hljs-link, [theme=base16-bespin] .hljs-literal, [theme=base16-bespin] .hljs-number, [theme=base16-bespin] .hljs-symbol, [theme=base16-bespin] .hljs-variable.constant_ {
  color: #cf7d34;
}
[theme=base16-bespin] .hljs-class .hljs-title, [theme=base16-bespin] .hljs-title, [theme=base16-bespin] .hljs-title.class_ {
  color: #f9ee98;
}
[theme=base16-bespin] .hljs-strong {
  font-weight: 700;
  color: #f9ee98;
}
[theme=base16-bespin] .hljs-addition, [theme=base16-bespin] .hljs-code, [theme=base16-bespin] .hljs-string, [theme=base16-bespin] .hljs-title.class_.inherited__ {
  color: #54be0d;
}
[theme=base16-bespin] .hljs-built_in, [theme=base16-bespin] .hljs-doctag, [theme=base16-bespin] .hljs-keyword.hljs-atrule, [theme=base16-bespin] .hljs-quote, [theme=base16-bespin] .hljs-regexp {
  color: #afc4db;
}
[theme=base16-bespin] .hljs-attribute, [theme=base16-bespin] .hljs-function .hljs-title, [theme=base16-bespin] .hljs-section, [theme=base16-bespin] .hljs-title.function_, [theme=base16-bespin] .ruby .hljs-property {
  color: #5ea6ea;
}
[theme=base16-bespin] .diff .hljs-meta, [theme=base16-bespin] .hljs-keyword, [theme=base16-bespin] .hljs-template-tag, [theme=base16-bespin] .hljs-type {
  color: #9b859d;
}
[theme=base16-bespin] .hljs-emphasis {
  color: #9b859d;
  font-style: italic;
}
[theme=base16-bespin] .hljs-meta, [theme=base16-bespin] .hljs-meta .hljs-keyword, [theme=base16-bespin] .hljs-meta .hljs-string {
  color: #937121;
}
[theme=base16-bespin] .hljs-meta .hljs-keyword, [theme=base16-bespin] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-bathory] {
  /*!
    Theme: Black Metal (Bathory)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-bathory] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-bathory] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-bathory] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-bathory] .hljs ::selection, [theme=base16-black-metal-bathory] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-bathory] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-bathory] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-bathory] .hljs-operator, [theme=base16-black-metal-bathory] .hljs-punctuation, [theme=base16-black-metal-bathory] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-bathory] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-bathory] .hljs-bullet, [theme=base16-black-metal-bathory] .hljs-deletion, [theme=base16-black-metal-bathory] .hljs-name, [theme=base16-black-metal-bathory] .hljs-selector-tag, [theme=base16-black-metal-bathory] .hljs-template-variable, [theme=base16-black-metal-bathory] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-bathory] .hljs-attr, [theme=base16-black-metal-bathory] .hljs-link, [theme=base16-black-metal-bathory] .hljs-literal, [theme=base16-black-metal-bathory] .hljs-number, [theme=base16-black-metal-bathory] .hljs-symbol, [theme=base16-black-metal-bathory] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-bathory] .hljs-class .hljs-title, [theme=base16-black-metal-bathory] .hljs-title, [theme=base16-black-metal-bathory] .hljs-title.class_ {
  color: #e78a53;
}
[theme=base16-black-metal-bathory] .hljs-strong {
  font-weight: 700;
  color: #e78a53;
}
[theme=base16-black-metal-bathory] .hljs-addition, [theme=base16-black-metal-bathory] .hljs-code, [theme=base16-black-metal-bathory] .hljs-string, [theme=base16-black-metal-bathory] .hljs-title.class_.inherited__ {
  color: #fbcb97;
}
[theme=base16-black-metal-bathory] .hljs-built_in, [theme=base16-black-metal-bathory] .hljs-doctag, [theme=base16-black-metal-bathory] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-bathory] .hljs-quote, [theme=base16-black-metal-bathory] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-bathory] .hljs-attribute, [theme=base16-black-metal-bathory] .hljs-function .hljs-title, [theme=base16-black-metal-bathory] .hljs-section, [theme=base16-black-metal-bathory] .hljs-title.function_, [theme=base16-black-metal-bathory] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-bathory] .diff .hljs-meta, [theme=base16-black-metal-bathory] .hljs-keyword, [theme=base16-black-metal-bathory] .hljs-template-tag, [theme=base16-black-metal-bathory] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-bathory] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-bathory] .hljs-meta, [theme=base16-black-metal-bathory] .hljs-meta .hljs-keyword, [theme=base16-black-metal-bathory] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-bathory] .hljs-meta .hljs-keyword, [theme=base16-black-metal-bathory] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-burzum] {
  /*!
    Theme: Black Metal (Burzum)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-burzum] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-burzum] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-burzum] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-burzum] .hljs ::selection, [theme=base16-black-metal-burzum] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-burzum] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-burzum] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-burzum] .hljs-operator, [theme=base16-black-metal-burzum] .hljs-punctuation, [theme=base16-black-metal-burzum] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-burzum] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-burzum] .hljs-bullet, [theme=base16-black-metal-burzum] .hljs-deletion, [theme=base16-black-metal-burzum] .hljs-name, [theme=base16-black-metal-burzum] .hljs-selector-tag, [theme=base16-black-metal-burzum] .hljs-template-variable, [theme=base16-black-metal-burzum] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-burzum] .hljs-attr, [theme=base16-black-metal-burzum] .hljs-link, [theme=base16-black-metal-burzum] .hljs-literal, [theme=base16-black-metal-burzum] .hljs-number, [theme=base16-black-metal-burzum] .hljs-symbol, [theme=base16-black-metal-burzum] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-burzum] .hljs-class .hljs-title, [theme=base16-black-metal-burzum] .hljs-title, [theme=base16-black-metal-burzum] .hljs-title.class_ {
  color: #9ba;
}
[theme=base16-black-metal-burzum] .hljs-strong {
  font-weight: 700;
  color: #9ba;
}
[theme=base16-black-metal-burzum] .hljs-addition, [theme=base16-black-metal-burzum] .hljs-code, [theme=base16-black-metal-burzum] .hljs-string, [theme=base16-black-metal-burzum] .hljs-title.class_.inherited__ {
  color: #dec;
}
[theme=base16-black-metal-burzum] .hljs-built_in, [theme=base16-black-metal-burzum] .hljs-doctag, [theme=base16-black-metal-burzum] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-burzum] .hljs-quote, [theme=base16-black-metal-burzum] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-burzum] .hljs-attribute, [theme=base16-black-metal-burzum] .hljs-function .hljs-title, [theme=base16-black-metal-burzum] .hljs-section, [theme=base16-black-metal-burzum] .hljs-title.function_, [theme=base16-black-metal-burzum] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-burzum] .diff .hljs-meta, [theme=base16-black-metal-burzum] .hljs-keyword, [theme=base16-black-metal-burzum] .hljs-template-tag, [theme=base16-black-metal-burzum] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-burzum] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-burzum] .hljs-meta, [theme=base16-black-metal-burzum] .hljs-meta .hljs-keyword, [theme=base16-black-metal-burzum] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-burzum] .hljs-meta .hljs-keyword, [theme=base16-black-metal-burzum] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-dark-funeral] {
  /*!
    Theme: Black Metal (Dark Funeral)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-dark-funeral] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-dark-funeral] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-dark-funeral] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-dark-funeral] .hljs ::selection, [theme=base16-black-metal-dark-funeral] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-dark-funeral] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-dark-funeral] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-dark-funeral] .hljs-operator, [theme=base16-black-metal-dark-funeral] .hljs-punctuation, [theme=base16-black-metal-dark-funeral] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-dark-funeral] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-dark-funeral] .hljs-bullet, [theme=base16-black-metal-dark-funeral] .hljs-deletion, [theme=base16-black-metal-dark-funeral] .hljs-name, [theme=base16-black-metal-dark-funeral] .hljs-selector-tag, [theme=base16-black-metal-dark-funeral] .hljs-template-variable, [theme=base16-black-metal-dark-funeral] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-dark-funeral] .hljs-attr, [theme=base16-black-metal-dark-funeral] .hljs-link, [theme=base16-black-metal-dark-funeral] .hljs-literal, [theme=base16-black-metal-dark-funeral] .hljs-number, [theme=base16-black-metal-dark-funeral] .hljs-symbol, [theme=base16-black-metal-dark-funeral] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-dark-funeral] .hljs-class .hljs-title, [theme=base16-black-metal-dark-funeral] .hljs-title, [theme=base16-black-metal-dark-funeral] .hljs-title.class_ {
  color: #5f81a5;
}
[theme=base16-black-metal-dark-funeral] .hljs-strong {
  font-weight: 700;
  color: #5f81a5;
}
[theme=base16-black-metal-dark-funeral] .hljs-addition, [theme=base16-black-metal-dark-funeral] .hljs-code, [theme=base16-black-metal-dark-funeral] .hljs-string, [theme=base16-black-metal-dark-funeral] .hljs-title.class_.inherited__ {
  color: #d0dfee;
}
[theme=base16-black-metal-dark-funeral] .hljs-built_in, [theme=base16-black-metal-dark-funeral] .hljs-doctag, [theme=base16-black-metal-dark-funeral] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-dark-funeral] .hljs-quote, [theme=base16-black-metal-dark-funeral] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-dark-funeral] .hljs-attribute, [theme=base16-black-metal-dark-funeral] .hljs-function .hljs-title, [theme=base16-black-metal-dark-funeral] .hljs-section, [theme=base16-black-metal-dark-funeral] .hljs-title.function_, [theme=base16-black-metal-dark-funeral] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-dark-funeral] .diff .hljs-meta, [theme=base16-black-metal-dark-funeral] .hljs-keyword, [theme=base16-black-metal-dark-funeral] .hljs-template-tag, [theme=base16-black-metal-dark-funeral] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-dark-funeral] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-dark-funeral] .hljs-meta, [theme=base16-black-metal-dark-funeral] .hljs-meta .hljs-keyword, [theme=base16-black-metal-dark-funeral] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-dark-funeral] .hljs-meta .hljs-keyword, [theme=base16-black-metal-dark-funeral] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-gorgoroth] {
  /*!
    Theme: Black Metal (Gorgoroth)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-gorgoroth] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-gorgoroth] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-gorgoroth] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-gorgoroth] .hljs ::selection, [theme=base16-black-metal-gorgoroth] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-gorgoroth] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-gorgoroth] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-gorgoroth] .hljs-operator, [theme=base16-black-metal-gorgoroth] .hljs-punctuation, [theme=base16-black-metal-gorgoroth] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-gorgoroth] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-gorgoroth] .hljs-bullet, [theme=base16-black-metal-gorgoroth] .hljs-deletion, [theme=base16-black-metal-gorgoroth] .hljs-name, [theme=base16-black-metal-gorgoroth] .hljs-selector-tag, [theme=base16-black-metal-gorgoroth] .hljs-template-variable, [theme=base16-black-metal-gorgoroth] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-gorgoroth] .hljs-attr, [theme=base16-black-metal-gorgoroth] .hljs-link, [theme=base16-black-metal-gorgoroth] .hljs-literal, [theme=base16-black-metal-gorgoroth] .hljs-number, [theme=base16-black-metal-gorgoroth] .hljs-symbol, [theme=base16-black-metal-gorgoroth] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-gorgoroth] .hljs-class .hljs-title, [theme=base16-black-metal-gorgoroth] .hljs-title, [theme=base16-black-metal-gorgoroth] .hljs-title.class_ {
  color: #8c7f70;
}
[theme=base16-black-metal-gorgoroth] .hljs-strong {
  font-weight: 700;
  color: #8c7f70;
}
[theme=base16-black-metal-gorgoroth] .hljs-addition, [theme=base16-black-metal-gorgoroth] .hljs-code, [theme=base16-black-metal-gorgoroth] .hljs-string, [theme=base16-black-metal-gorgoroth] .hljs-title.class_.inherited__ {
  color: #9b8d7f;
}
[theme=base16-black-metal-gorgoroth] .hljs-built_in, [theme=base16-black-metal-gorgoroth] .hljs-doctag, [theme=base16-black-metal-gorgoroth] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-gorgoroth] .hljs-quote, [theme=base16-black-metal-gorgoroth] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-gorgoroth] .hljs-attribute, [theme=base16-black-metal-gorgoroth] .hljs-function .hljs-title, [theme=base16-black-metal-gorgoroth] .hljs-section, [theme=base16-black-metal-gorgoroth] .hljs-title.function_, [theme=base16-black-metal-gorgoroth] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-gorgoroth] .diff .hljs-meta, [theme=base16-black-metal-gorgoroth] .hljs-keyword, [theme=base16-black-metal-gorgoroth] .hljs-template-tag, [theme=base16-black-metal-gorgoroth] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-gorgoroth] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-gorgoroth] .hljs-meta, [theme=base16-black-metal-gorgoroth] .hljs-meta .hljs-keyword, [theme=base16-black-metal-gorgoroth] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-gorgoroth] .hljs-meta .hljs-keyword, [theme=base16-black-metal-gorgoroth] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-immortal] {
  /*!
    Theme: Black Metal (Immortal)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-immortal] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-immortal] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-immortal] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-immortal] .hljs ::selection, [theme=base16-black-metal-immortal] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-immortal] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-immortal] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-immortal] .hljs-operator, [theme=base16-black-metal-immortal] .hljs-punctuation, [theme=base16-black-metal-immortal] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-immortal] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-immortal] .hljs-bullet, [theme=base16-black-metal-immortal] .hljs-deletion, [theme=base16-black-metal-immortal] .hljs-name, [theme=base16-black-metal-immortal] .hljs-selector-tag, [theme=base16-black-metal-immortal] .hljs-template-variable, [theme=base16-black-metal-immortal] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-immortal] .hljs-attr, [theme=base16-black-metal-immortal] .hljs-link, [theme=base16-black-metal-immortal] .hljs-literal, [theme=base16-black-metal-immortal] .hljs-number, [theme=base16-black-metal-immortal] .hljs-symbol, [theme=base16-black-metal-immortal] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-immortal] .hljs-class .hljs-title, [theme=base16-black-metal-immortal] .hljs-title, [theme=base16-black-metal-immortal] .hljs-title.class_ {
  color: #567;
}
[theme=base16-black-metal-immortal] .hljs-strong {
  font-weight: 700;
  color: #567;
}
[theme=base16-black-metal-immortal] .hljs-addition, [theme=base16-black-metal-immortal] .hljs-code, [theme=base16-black-metal-immortal] .hljs-string, [theme=base16-black-metal-immortal] .hljs-title.class_.inherited__ {
  color: #79b;
}
[theme=base16-black-metal-immortal] .hljs-built_in, [theme=base16-black-metal-immortal] .hljs-doctag, [theme=base16-black-metal-immortal] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-immortal] .hljs-quote, [theme=base16-black-metal-immortal] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-immortal] .hljs-attribute, [theme=base16-black-metal-immortal] .hljs-function .hljs-title, [theme=base16-black-metal-immortal] .hljs-section, [theme=base16-black-metal-immortal] .hljs-title.function_, [theme=base16-black-metal-immortal] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-immortal] .diff .hljs-meta, [theme=base16-black-metal-immortal] .hljs-keyword, [theme=base16-black-metal-immortal] .hljs-template-tag, [theme=base16-black-metal-immortal] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-immortal] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-immortal] .hljs-meta, [theme=base16-black-metal-immortal] .hljs-meta .hljs-keyword, [theme=base16-black-metal-immortal] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-immortal] .hljs-meta .hljs-keyword, [theme=base16-black-metal-immortal] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-khold] {
  /*!
    Theme: Black Metal (Khold)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-khold] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-khold] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-khold] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-khold] .hljs ::selection, [theme=base16-black-metal-khold] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-khold] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-khold] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-khold] .hljs-operator, [theme=base16-black-metal-khold] .hljs-punctuation, [theme=base16-black-metal-khold] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-khold] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-khold] .hljs-bullet, [theme=base16-black-metal-khold] .hljs-deletion, [theme=base16-black-metal-khold] .hljs-name, [theme=base16-black-metal-khold] .hljs-selector-tag, [theme=base16-black-metal-khold] .hljs-template-variable, [theme=base16-black-metal-khold] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-khold] .hljs-attr, [theme=base16-black-metal-khold] .hljs-link, [theme=base16-black-metal-khold] .hljs-literal, [theme=base16-black-metal-khold] .hljs-number, [theme=base16-black-metal-khold] .hljs-symbol, [theme=base16-black-metal-khold] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-khold] .hljs-class .hljs-title, [theme=base16-black-metal-khold] .hljs-title, [theme=base16-black-metal-khold] .hljs-title.class_ {
  color: #974b46;
}
[theme=base16-black-metal-khold] .hljs-strong {
  font-weight: 700;
  color: #974b46;
}
[theme=base16-black-metal-khold] .hljs-addition, [theme=base16-black-metal-khold] .hljs-code, [theme=base16-black-metal-khold] .hljs-string, [theme=base16-black-metal-khold] .hljs-title.class_.inherited__ {
  color: #eceee3;
}
[theme=base16-black-metal-khold] .hljs-built_in, [theme=base16-black-metal-khold] .hljs-doctag, [theme=base16-black-metal-khold] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-khold] .hljs-quote, [theme=base16-black-metal-khold] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-khold] .hljs-attribute, [theme=base16-black-metal-khold] .hljs-function .hljs-title, [theme=base16-black-metal-khold] .hljs-section, [theme=base16-black-metal-khold] .hljs-title.function_, [theme=base16-black-metal-khold] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-khold] .diff .hljs-meta, [theme=base16-black-metal-khold] .hljs-keyword, [theme=base16-black-metal-khold] .hljs-template-tag, [theme=base16-black-metal-khold] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-khold] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-khold] .hljs-meta, [theme=base16-black-metal-khold] .hljs-meta .hljs-keyword, [theme=base16-black-metal-khold] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-khold] .hljs-meta .hljs-keyword, [theme=base16-black-metal-khold] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-marduk] {
  /*!
    Theme: Black Metal (Marduk)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-marduk] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-marduk] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-marduk] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-marduk] .hljs ::selection, [theme=base16-black-metal-marduk] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-marduk] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-marduk] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-marduk] .hljs-operator, [theme=base16-black-metal-marduk] .hljs-punctuation, [theme=base16-black-metal-marduk] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-marduk] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-marduk] .hljs-bullet, [theme=base16-black-metal-marduk] .hljs-deletion, [theme=base16-black-metal-marduk] .hljs-name, [theme=base16-black-metal-marduk] .hljs-selector-tag, [theme=base16-black-metal-marduk] .hljs-template-variable, [theme=base16-black-metal-marduk] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-marduk] .hljs-attr, [theme=base16-black-metal-marduk] .hljs-link, [theme=base16-black-metal-marduk] .hljs-literal, [theme=base16-black-metal-marduk] .hljs-number, [theme=base16-black-metal-marduk] .hljs-symbol, [theme=base16-black-metal-marduk] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-marduk] .hljs-class .hljs-title, [theme=base16-black-metal-marduk] .hljs-title, [theme=base16-black-metal-marduk] .hljs-title.class_ {
  color: #626b67;
}
[theme=base16-black-metal-marduk] .hljs-strong {
  font-weight: 700;
  color: #626b67;
}
[theme=base16-black-metal-marduk] .hljs-addition, [theme=base16-black-metal-marduk] .hljs-code, [theme=base16-black-metal-marduk] .hljs-string, [theme=base16-black-metal-marduk] .hljs-title.class_.inherited__ {
  color: #a5aaa7;
}
[theme=base16-black-metal-marduk] .hljs-built_in, [theme=base16-black-metal-marduk] .hljs-doctag, [theme=base16-black-metal-marduk] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-marduk] .hljs-quote, [theme=base16-black-metal-marduk] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-marduk] .hljs-attribute, [theme=base16-black-metal-marduk] .hljs-function .hljs-title, [theme=base16-black-metal-marduk] .hljs-section, [theme=base16-black-metal-marduk] .hljs-title.function_, [theme=base16-black-metal-marduk] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-marduk] .diff .hljs-meta, [theme=base16-black-metal-marduk] .hljs-keyword, [theme=base16-black-metal-marduk] .hljs-template-tag, [theme=base16-black-metal-marduk] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-marduk] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-marduk] .hljs-meta, [theme=base16-black-metal-marduk] .hljs-meta .hljs-keyword, [theme=base16-black-metal-marduk] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-marduk] .hljs-meta .hljs-keyword, [theme=base16-black-metal-marduk] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-mayhem] {
  /*!
    Theme: Black Metal (Mayhem)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-mayhem] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-mayhem] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-mayhem] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-mayhem] .hljs ::selection, [theme=base16-black-metal-mayhem] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-mayhem] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-mayhem] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-mayhem] .hljs-operator, [theme=base16-black-metal-mayhem] .hljs-punctuation, [theme=base16-black-metal-mayhem] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-mayhem] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-mayhem] .hljs-bullet, [theme=base16-black-metal-mayhem] .hljs-deletion, [theme=base16-black-metal-mayhem] .hljs-name, [theme=base16-black-metal-mayhem] .hljs-selector-tag, [theme=base16-black-metal-mayhem] .hljs-template-variable, [theme=base16-black-metal-mayhem] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-mayhem] .hljs-attr, [theme=base16-black-metal-mayhem] .hljs-link, [theme=base16-black-metal-mayhem] .hljs-literal, [theme=base16-black-metal-mayhem] .hljs-number, [theme=base16-black-metal-mayhem] .hljs-symbol, [theme=base16-black-metal-mayhem] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-mayhem] .hljs-class .hljs-title, [theme=base16-black-metal-mayhem] .hljs-title, [theme=base16-black-metal-mayhem] .hljs-title.class_ {
  color: #eecc6c;
}
[theme=base16-black-metal-mayhem] .hljs-strong {
  font-weight: 700;
  color: #eecc6c;
}
[theme=base16-black-metal-mayhem] .hljs-addition, [theme=base16-black-metal-mayhem] .hljs-code, [theme=base16-black-metal-mayhem] .hljs-string, [theme=base16-black-metal-mayhem] .hljs-title.class_.inherited__ {
  color: #f3ecd4;
}
[theme=base16-black-metal-mayhem] .hljs-built_in, [theme=base16-black-metal-mayhem] .hljs-doctag, [theme=base16-black-metal-mayhem] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-mayhem] .hljs-quote, [theme=base16-black-metal-mayhem] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-mayhem] .hljs-attribute, [theme=base16-black-metal-mayhem] .hljs-function .hljs-title, [theme=base16-black-metal-mayhem] .hljs-section, [theme=base16-black-metal-mayhem] .hljs-title.function_, [theme=base16-black-metal-mayhem] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-mayhem] .diff .hljs-meta, [theme=base16-black-metal-mayhem] .hljs-keyword, [theme=base16-black-metal-mayhem] .hljs-template-tag, [theme=base16-black-metal-mayhem] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-mayhem] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-mayhem] .hljs-meta, [theme=base16-black-metal-mayhem] .hljs-meta .hljs-keyword, [theme=base16-black-metal-mayhem] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-mayhem] .hljs-meta .hljs-keyword, [theme=base16-black-metal-mayhem] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-nile] {
  /*!
    Theme: Black Metal (Nile)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-nile] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-nile] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-nile] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-nile] .hljs ::selection, [theme=base16-black-metal-nile] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-nile] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-nile] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-nile] .hljs-operator, [theme=base16-black-metal-nile] .hljs-punctuation, [theme=base16-black-metal-nile] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-nile] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-nile] .hljs-bullet, [theme=base16-black-metal-nile] .hljs-deletion, [theme=base16-black-metal-nile] .hljs-name, [theme=base16-black-metal-nile] .hljs-selector-tag, [theme=base16-black-metal-nile] .hljs-template-variable, [theme=base16-black-metal-nile] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-nile] .hljs-attr, [theme=base16-black-metal-nile] .hljs-link, [theme=base16-black-metal-nile] .hljs-literal, [theme=base16-black-metal-nile] .hljs-number, [theme=base16-black-metal-nile] .hljs-symbol, [theme=base16-black-metal-nile] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-nile] .hljs-class .hljs-title, [theme=base16-black-metal-nile] .hljs-title, [theme=base16-black-metal-nile] .hljs-title.class_ {
  color: #775;
}
[theme=base16-black-metal-nile] .hljs-strong {
  font-weight: 700;
  color: #775;
}
[theme=base16-black-metal-nile] .hljs-addition, [theme=base16-black-metal-nile] .hljs-code, [theme=base16-black-metal-nile] .hljs-string, [theme=base16-black-metal-nile] .hljs-title.class_.inherited__ {
  color: #a98;
}
[theme=base16-black-metal-nile] .hljs-built_in, [theme=base16-black-metal-nile] .hljs-doctag, [theme=base16-black-metal-nile] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-nile] .hljs-quote, [theme=base16-black-metal-nile] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-nile] .hljs-attribute, [theme=base16-black-metal-nile] .hljs-function .hljs-title, [theme=base16-black-metal-nile] .hljs-section, [theme=base16-black-metal-nile] .hljs-title.function_, [theme=base16-black-metal-nile] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-nile] .diff .hljs-meta, [theme=base16-black-metal-nile] .hljs-keyword, [theme=base16-black-metal-nile] .hljs-template-tag, [theme=base16-black-metal-nile] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-nile] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-nile] .hljs-meta, [theme=base16-black-metal-nile] .hljs-meta .hljs-keyword, [theme=base16-black-metal-nile] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-nile] .hljs-meta .hljs-keyword, [theme=base16-black-metal-nile] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal-venom] {
  /*!
    Theme: Black Metal (Venom)
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal-venom] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal-venom] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal-venom] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal-venom] .hljs ::selection, [theme=base16-black-metal-venom] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal-venom] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal-venom] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal-venom] .hljs-operator, [theme=base16-black-metal-venom] .hljs-punctuation, [theme=base16-black-metal-venom] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal-venom] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal-venom] .hljs-bullet, [theme=base16-black-metal-venom] .hljs-deletion, [theme=base16-black-metal-venom] .hljs-name, [theme=base16-black-metal-venom] .hljs-selector-tag, [theme=base16-black-metal-venom] .hljs-template-variable, [theme=base16-black-metal-venom] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal-venom] .hljs-attr, [theme=base16-black-metal-venom] .hljs-link, [theme=base16-black-metal-venom] .hljs-literal, [theme=base16-black-metal-venom] .hljs-number, [theme=base16-black-metal-venom] .hljs-symbol, [theme=base16-black-metal-venom] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal-venom] .hljs-class .hljs-title, [theme=base16-black-metal-venom] .hljs-title, [theme=base16-black-metal-venom] .hljs-title.class_ {
  color: #79241f;
}
[theme=base16-black-metal-venom] .hljs-strong {
  font-weight: 700;
  color: #79241f;
}
[theme=base16-black-metal-venom] .hljs-addition, [theme=base16-black-metal-venom] .hljs-code, [theme=base16-black-metal-venom] .hljs-string, [theme=base16-black-metal-venom] .hljs-title.class_.inherited__ {
  color: #f8f7f2;
}
[theme=base16-black-metal-venom] .hljs-built_in, [theme=base16-black-metal-venom] .hljs-doctag, [theme=base16-black-metal-venom] .hljs-keyword.hljs-atrule, [theme=base16-black-metal-venom] .hljs-quote, [theme=base16-black-metal-venom] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal-venom] .hljs-attribute, [theme=base16-black-metal-venom] .hljs-function .hljs-title, [theme=base16-black-metal-venom] .hljs-section, [theme=base16-black-metal-venom] .hljs-title.function_, [theme=base16-black-metal-venom] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal-venom] .diff .hljs-meta, [theme=base16-black-metal-venom] .hljs-keyword, [theme=base16-black-metal-venom] .hljs-template-tag, [theme=base16-black-metal-venom] .hljs-type {
  color: #999;
}
[theme=base16-black-metal-venom] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal-venom] .hljs-meta, [theme=base16-black-metal-venom] .hljs-meta .hljs-keyword, [theme=base16-black-metal-venom] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal-venom] .hljs-meta .hljs-keyword, [theme=base16-black-metal-venom] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-black-metal] {
  /*!
    Theme: Black Metal
    Author: metalelf0 (https://github.com/metalelf0)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-black-metal] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-black-metal] code.hljs {
  padding: 3px 5px;
}
[theme=base16-black-metal] .hljs {
  color: #c1c1c1;
  background: #000;
}
[theme=base16-black-metal] .hljs ::selection, [theme=base16-black-metal] .hljs::selection {
  background-color: #222;
  color: #c1c1c1;
}
[theme=base16-black-metal] .hljs-comment {
  color: #333;
}
[theme=base16-black-metal] .hljs-tag {
  color: #999;
}
[theme=base16-black-metal] .hljs-operator, [theme=base16-black-metal] .hljs-punctuation, [theme=base16-black-metal] .hljs-subst {
  color: #c1c1c1;
}
[theme=base16-black-metal] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-black-metal] .hljs-bullet, [theme=base16-black-metal] .hljs-deletion, [theme=base16-black-metal] .hljs-name, [theme=base16-black-metal] .hljs-selector-tag, [theme=base16-black-metal] .hljs-template-variable, [theme=base16-black-metal] .hljs-variable {
  color: #5f8787;
}
[theme=base16-black-metal] .hljs-attr, [theme=base16-black-metal] .hljs-link, [theme=base16-black-metal] .hljs-literal, [theme=base16-black-metal] .hljs-number, [theme=base16-black-metal] .hljs-symbol, [theme=base16-black-metal] .hljs-variable.constant_ {
  color: #aaa;
}
[theme=base16-black-metal] .hljs-class .hljs-title, [theme=base16-black-metal] .hljs-title, [theme=base16-black-metal] .hljs-title.class_ {
  color: #a06666;
}
[theme=base16-black-metal] .hljs-strong {
  font-weight: 700;
  color: #a06666;
}
[theme=base16-black-metal] .hljs-addition, [theme=base16-black-metal] .hljs-code, [theme=base16-black-metal] .hljs-string, [theme=base16-black-metal] .hljs-title.class_.inherited__ {
  color: #d99;
}
[theme=base16-black-metal] .hljs-built_in, [theme=base16-black-metal] .hljs-doctag, [theme=base16-black-metal] .hljs-keyword.hljs-atrule, [theme=base16-black-metal] .hljs-quote, [theme=base16-black-metal] .hljs-regexp {
  color: #aaa;
}
[theme=base16-black-metal] .hljs-attribute, [theme=base16-black-metal] .hljs-function .hljs-title, [theme=base16-black-metal] .hljs-section, [theme=base16-black-metal] .hljs-title.function_, [theme=base16-black-metal] .ruby .hljs-property {
  color: #888;
}
[theme=base16-black-metal] .diff .hljs-meta, [theme=base16-black-metal] .hljs-keyword, [theme=base16-black-metal] .hljs-template-tag, [theme=base16-black-metal] .hljs-type {
  color: #999;
}
[theme=base16-black-metal] .hljs-emphasis {
  color: #999;
  font-style: italic;
}
[theme=base16-black-metal] .hljs-meta, [theme=base16-black-metal] .hljs-meta .hljs-keyword, [theme=base16-black-metal] .hljs-meta .hljs-string {
  color: #444;
}
[theme=base16-black-metal] .hljs-meta .hljs-keyword, [theme=base16-black-metal] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brewer] {
  /*!
    Theme: Brewer
    Author: Timothée Poisot (http://github.com/tpoisot)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brewer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brewer] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brewer] .hljs {
  color: #b7b8b9;
  background: #0c0d0e;
}
[theme=base16-brewer] .hljs ::selection, [theme=base16-brewer] .hljs::selection {
  background-color: #515253;
  color: #b7b8b9;
}
[theme=base16-brewer] .hljs-comment {
  color: #737475;
}
[theme=base16-brewer] .hljs-tag {
  color: #959697;
}
[theme=base16-brewer] .hljs-operator, [theme=base16-brewer] .hljs-punctuation, [theme=base16-brewer] .hljs-subst {
  color: #b7b8b9;
}
[theme=base16-brewer] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brewer] .hljs-bullet, [theme=base16-brewer] .hljs-deletion, [theme=base16-brewer] .hljs-name, [theme=base16-brewer] .hljs-selector-tag, [theme=base16-brewer] .hljs-template-variable, [theme=base16-brewer] .hljs-variable {
  color: #e31a1c;
}
[theme=base16-brewer] .hljs-attr, [theme=base16-brewer] .hljs-link, [theme=base16-brewer] .hljs-literal, [theme=base16-brewer] .hljs-number, [theme=base16-brewer] .hljs-symbol, [theme=base16-brewer] .hljs-variable.constant_ {
  color: #e6550d;
}
[theme=base16-brewer] .hljs-class .hljs-title, [theme=base16-brewer] .hljs-title, [theme=base16-brewer] .hljs-title.class_ {
  color: #dca060;
}
[theme=base16-brewer] .hljs-strong {
  font-weight: 700;
  color: #dca060;
}
[theme=base16-brewer] .hljs-addition, [theme=base16-brewer] .hljs-code, [theme=base16-brewer] .hljs-string, [theme=base16-brewer] .hljs-title.class_.inherited__ {
  color: #31a354;
}
[theme=base16-brewer] .hljs-built_in, [theme=base16-brewer] .hljs-doctag, [theme=base16-brewer] .hljs-keyword.hljs-atrule, [theme=base16-brewer] .hljs-quote, [theme=base16-brewer] .hljs-regexp {
  color: #80b1d3;
}
[theme=base16-brewer] .hljs-attribute, [theme=base16-brewer] .hljs-function .hljs-title, [theme=base16-brewer] .hljs-section, [theme=base16-brewer] .hljs-title.function_, [theme=base16-brewer] .ruby .hljs-property {
  color: #3182bd;
}
[theme=base16-brewer] .diff .hljs-meta, [theme=base16-brewer] .hljs-keyword, [theme=base16-brewer] .hljs-template-tag, [theme=base16-brewer] .hljs-type {
  color: #756bb1;
}
[theme=base16-brewer] .hljs-emphasis {
  color: #756bb1;
  font-style: italic;
}
[theme=base16-brewer] .hljs-meta, [theme=base16-brewer] .hljs-meta .hljs-keyword, [theme=base16-brewer] .hljs-meta .hljs-string {
  color: #b15928;
}
[theme=base16-brewer] .hljs-meta .hljs-keyword, [theme=base16-brewer] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-bright] {
  /*!
    Theme: Bright
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-bright] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-bright] code.hljs {
  padding: 3px 5px;
}
[theme=base16-bright] .hljs {
  color: #e0e0e0;
  background: #000;
}
[theme=base16-bright] .hljs ::selection, [theme=base16-bright] .hljs::selection {
  background-color: #505050;
  color: #e0e0e0;
}
[theme=base16-bright] .hljs-comment {
  color: #b0b0b0;
}
[theme=base16-bright] .hljs-tag {
  color: #d0d0d0;
}
[theme=base16-bright] .hljs-operator, [theme=base16-bright] .hljs-punctuation, [theme=base16-bright] .hljs-subst {
  color: #e0e0e0;
}
[theme=base16-bright] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-bright] .hljs-bullet, [theme=base16-bright] .hljs-deletion, [theme=base16-bright] .hljs-name, [theme=base16-bright] .hljs-selector-tag, [theme=base16-bright] .hljs-template-variable, [theme=base16-bright] .hljs-variable {
  color: #fb0120;
}
[theme=base16-bright] .hljs-attr, [theme=base16-bright] .hljs-link, [theme=base16-bright] .hljs-literal, [theme=base16-bright] .hljs-number, [theme=base16-bright] .hljs-symbol, [theme=base16-bright] .hljs-variable.constant_ {
  color: #fc6d24;
}
[theme=base16-bright] .hljs-class .hljs-title, [theme=base16-bright] .hljs-title, [theme=base16-bright] .hljs-title.class_ {
  color: #fda331;
}
[theme=base16-bright] .hljs-strong {
  font-weight: 700;
  color: #fda331;
}
[theme=base16-bright] .hljs-addition, [theme=base16-bright] .hljs-code, [theme=base16-bright] .hljs-string, [theme=base16-bright] .hljs-title.class_.inherited__ {
  color: #a1c659;
}
[theme=base16-bright] .hljs-built_in, [theme=base16-bright] .hljs-doctag, [theme=base16-bright] .hljs-keyword.hljs-atrule, [theme=base16-bright] .hljs-quote, [theme=base16-bright] .hljs-regexp {
  color: #76c7b7;
}
[theme=base16-bright] .hljs-attribute, [theme=base16-bright] .hljs-function .hljs-title, [theme=base16-bright] .hljs-section, [theme=base16-bright] .hljs-title.function_, [theme=base16-bright] .ruby .hljs-property {
  color: #6fb3d2;
}
[theme=base16-bright] .diff .hljs-meta, [theme=base16-bright] .hljs-keyword, [theme=base16-bright] .hljs-template-tag, [theme=base16-bright] .hljs-type {
  color: #d381c3;
}
[theme=base16-bright] .hljs-emphasis {
  color: #d381c3;
  font-style: italic;
}
[theme=base16-bright] .hljs-meta, [theme=base16-bright] .hljs-meta .hljs-keyword, [theme=base16-bright] .hljs-meta .hljs-string {
  color: #be643c;
}
[theme=base16-bright] .hljs-meta .hljs-keyword, [theme=base16-bright] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brogrammer] {
  /*!
    Theme: Brogrammer
    Author: Vik Ramanujam (http://github.com/piggyslasher)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brogrammer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brogrammer] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brogrammer] .hljs {
  color: #4e5ab7;
  background: #1f1f1f;
}
[theme=base16-brogrammer] .hljs ::selection, [theme=base16-brogrammer] .hljs::selection {
  background-color: #2dc55e;
  color: #4e5ab7;
}
[theme=base16-brogrammer] .hljs-comment {
  color: #ecba0f;
}
[theme=base16-brogrammer] .hljs-tag {
  color: #2a84d2;
}
[theme=base16-brogrammer] .hljs-operator, [theme=base16-brogrammer] .hljs-punctuation, [theme=base16-brogrammer] .hljs-subst {
  color: #4e5ab7;
}
[theme=base16-brogrammer] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brogrammer] .hljs-bullet, [theme=base16-brogrammer] .hljs-deletion, [theme=base16-brogrammer] .hljs-name, [theme=base16-brogrammer] .hljs-selector-tag, [theme=base16-brogrammer] .hljs-template-variable, [theme=base16-brogrammer] .hljs-variable {
  color: #d6dbe5;
}
[theme=base16-brogrammer] .hljs-attr, [theme=base16-brogrammer] .hljs-link, [theme=base16-brogrammer] .hljs-literal, [theme=base16-brogrammer] .hljs-number, [theme=base16-brogrammer] .hljs-symbol, [theme=base16-brogrammer] .hljs-variable.constant_ {
  color: #de352e;
}
[theme=base16-brogrammer] .hljs-class .hljs-title, [theme=base16-brogrammer] .hljs-title, [theme=base16-brogrammer] .hljs-title.class_ {
  color: #1dd361;
}
[theme=base16-brogrammer] .hljs-strong {
  font-weight: 700;
  color: #1dd361;
}
[theme=base16-brogrammer] .hljs-addition, [theme=base16-brogrammer] .hljs-code, [theme=base16-brogrammer] .hljs-string, [theme=base16-brogrammer] .hljs-title.class_.inherited__ {
  color: #f3bd09;
}
[theme=base16-brogrammer] .hljs-built_in, [theme=base16-brogrammer] .hljs-doctag, [theme=base16-brogrammer] .hljs-keyword.hljs-atrule, [theme=base16-brogrammer] .hljs-quote, [theme=base16-brogrammer] .hljs-regexp {
  color: #1081d6;
}
[theme=base16-brogrammer] .hljs-attribute, [theme=base16-brogrammer] .hljs-function .hljs-title, [theme=base16-brogrammer] .hljs-section, [theme=base16-brogrammer] .hljs-title.function_, [theme=base16-brogrammer] .ruby .hljs-property {
  color: #5350b9;
}
[theme=base16-brogrammer] .diff .hljs-meta, [theme=base16-brogrammer] .hljs-keyword, [theme=base16-brogrammer] .hljs-template-tag, [theme=base16-brogrammer] .hljs-type {
  color: #0f7ddb;
}
[theme=base16-brogrammer] .hljs-emphasis {
  color: #0f7ddb;
  font-style: italic;
}
[theme=base16-brogrammer] .hljs-meta, [theme=base16-brogrammer] .hljs-meta .hljs-keyword, [theme=base16-brogrammer] .hljs-meta .hljs-string {
  color: #fff;
}
[theme=base16-brogrammer] .hljs-meta .hljs-keyword, [theme=base16-brogrammer] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brush-trees-dark] {
  /*!
    Theme: Brush Trees Dark
    Author: Abraham White <abelincoln.white@gmail.com>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brush-trees-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brush-trees-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brush-trees-dark] .hljs {
  color: #b0c5c8;
  background: #485867;
}
[theme=base16-brush-trees-dark] .hljs ::selection, [theme=base16-brush-trees-dark] .hljs::selection {
  background-color: #6d828e;
  color: #b0c5c8;
}
[theme=base16-brush-trees-dark] .hljs-comment {
  color: #8299a1;
}
[theme=base16-brush-trees-dark] .hljs-tag {
  color: #98afb5;
}
[theme=base16-brush-trees-dark] .hljs-operator, [theme=base16-brush-trees-dark] .hljs-punctuation, [theme=base16-brush-trees-dark] .hljs-subst {
  color: #b0c5c8;
}
[theme=base16-brush-trees-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brush-trees-dark] .hljs-bullet, [theme=base16-brush-trees-dark] .hljs-deletion, [theme=base16-brush-trees-dark] .hljs-name, [theme=base16-brush-trees-dark] .hljs-selector-tag, [theme=base16-brush-trees-dark] .hljs-template-variable, [theme=base16-brush-trees-dark] .hljs-variable {
  color: #b38686;
}
[theme=base16-brush-trees-dark] .hljs-attr, [theme=base16-brush-trees-dark] .hljs-link, [theme=base16-brush-trees-dark] .hljs-literal, [theme=base16-brush-trees-dark] .hljs-number, [theme=base16-brush-trees-dark] .hljs-symbol, [theme=base16-brush-trees-dark] .hljs-variable.constant_ {
  color: #d8bba2;
}
[theme=base16-brush-trees-dark] .hljs-class .hljs-title, [theme=base16-brush-trees-dark] .hljs-title, [theme=base16-brush-trees-dark] .hljs-title.class_ {
  color: #aab386;
}
[theme=base16-brush-trees-dark] .hljs-strong {
  font-weight: 700;
  color: #aab386;
}
[theme=base16-brush-trees-dark] .hljs-addition, [theme=base16-brush-trees-dark] .hljs-code, [theme=base16-brush-trees-dark] .hljs-string, [theme=base16-brush-trees-dark] .hljs-title.class_.inherited__ {
  color: #87b386;
}
[theme=base16-brush-trees-dark] .hljs-built_in, [theme=base16-brush-trees-dark] .hljs-doctag, [theme=base16-brush-trees-dark] .hljs-keyword.hljs-atrule, [theme=base16-brush-trees-dark] .hljs-quote, [theme=base16-brush-trees-dark] .hljs-regexp {
  color: #86b3b3;
}
[theme=base16-brush-trees-dark] .hljs-attribute, [theme=base16-brush-trees-dark] .hljs-function .hljs-title, [theme=base16-brush-trees-dark] .hljs-section, [theme=base16-brush-trees-dark] .hljs-title.function_, [theme=base16-brush-trees-dark] .ruby .hljs-property {
  color: #868cb3;
}
[theme=base16-brush-trees-dark] .diff .hljs-meta, [theme=base16-brush-trees-dark] .hljs-keyword, [theme=base16-brush-trees-dark] .hljs-template-tag, [theme=base16-brush-trees-dark] .hljs-type {
  color: #b386b2;
}
[theme=base16-brush-trees-dark] .hljs-emphasis {
  color: #b386b2;
  font-style: italic;
}
[theme=base16-brush-trees-dark] .hljs-meta, [theme=base16-brush-trees-dark] .hljs-meta .hljs-keyword, [theme=base16-brush-trees-dark] .hljs-meta .hljs-string {
  color: #b39f9f;
}
[theme=base16-brush-trees-dark] .hljs-meta .hljs-keyword, [theme=base16-brush-trees-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-brush-trees] {
  /*!
    Theme: Brush Trees
    Author: Abraham White <abelincoln.white@gmail.com>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-brush-trees] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-brush-trees] code.hljs {
  padding: 3px 5px;
}
[theme=base16-brush-trees] .hljs {
  color: #6d828e;
  background: #e3efef;
}
[theme=base16-brush-trees] .hljs ::selection, [theme=base16-brush-trees] .hljs::selection {
  background-color: #b0c5c8;
  color: #6d828e;
}
[theme=base16-brush-trees] .hljs-comment {
  color: #98afb5;
}
[theme=base16-brush-trees] .hljs-tag {
  color: #8299a1;
}
[theme=base16-brush-trees] .hljs-operator, [theme=base16-brush-trees] .hljs-punctuation, [theme=base16-brush-trees] .hljs-subst {
  color: #6d828e;
}
[theme=base16-brush-trees] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-brush-trees] .hljs-bullet, [theme=base16-brush-trees] .hljs-deletion, [theme=base16-brush-trees] .hljs-name, [theme=base16-brush-trees] .hljs-selector-tag, [theme=base16-brush-trees] .hljs-template-variable, [theme=base16-brush-trees] .hljs-variable {
  color: #b38686;
}
[theme=base16-brush-trees] .hljs-attr, [theme=base16-brush-trees] .hljs-link, [theme=base16-brush-trees] .hljs-literal, [theme=base16-brush-trees] .hljs-number, [theme=base16-brush-trees] .hljs-symbol, [theme=base16-brush-trees] .hljs-variable.constant_ {
  color: #d8bba2;
}
[theme=base16-brush-trees] .hljs-class .hljs-title, [theme=base16-brush-trees] .hljs-title, [theme=base16-brush-trees] .hljs-title.class_ {
  color: #aab386;
}
[theme=base16-brush-trees] .hljs-strong {
  font-weight: 700;
  color: #aab386;
}
[theme=base16-brush-trees] .hljs-addition, [theme=base16-brush-trees] .hljs-code, [theme=base16-brush-trees] .hljs-string, [theme=base16-brush-trees] .hljs-title.class_.inherited__ {
  color: #87b386;
}
[theme=base16-brush-trees] .hljs-built_in, [theme=base16-brush-trees] .hljs-doctag, [theme=base16-brush-trees] .hljs-keyword.hljs-atrule, [theme=base16-brush-trees] .hljs-quote, [theme=base16-brush-trees] .hljs-regexp {
  color: #86b3b3;
}
[theme=base16-brush-trees] .hljs-attribute, [theme=base16-brush-trees] .hljs-function .hljs-title, [theme=base16-brush-trees] .hljs-section, [theme=base16-brush-trees] .hljs-title.function_, [theme=base16-brush-trees] .ruby .hljs-property {
  color: #868cb3;
}
[theme=base16-brush-trees] .diff .hljs-meta, [theme=base16-brush-trees] .hljs-keyword, [theme=base16-brush-trees] .hljs-template-tag, [theme=base16-brush-trees] .hljs-type {
  color: #b386b2;
}
[theme=base16-brush-trees] .hljs-emphasis {
  color: #b386b2;
  font-style: italic;
}
[theme=base16-brush-trees] .hljs-meta, [theme=base16-brush-trees] .hljs-meta .hljs-keyword, [theme=base16-brush-trees] .hljs-meta .hljs-string {
  color: #b39f9f;
}
[theme=base16-brush-trees] .hljs-meta .hljs-keyword, [theme=base16-brush-trees] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-chalk] {
  /*!
    Theme: Chalk
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-chalk] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-chalk] code.hljs {
  padding: 3px 5px;
}
[theme=base16-chalk] .hljs {
  color: #d0d0d0;
  background: #151515;
}
[theme=base16-chalk] .hljs ::selection, [theme=base16-chalk] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-chalk] .hljs-comment {
  color: #505050;
}
[theme=base16-chalk] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-chalk] .hljs-operator, [theme=base16-chalk] .hljs-punctuation, [theme=base16-chalk] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-chalk] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-chalk] .hljs-bullet, [theme=base16-chalk] .hljs-deletion, [theme=base16-chalk] .hljs-name, [theme=base16-chalk] .hljs-selector-tag, [theme=base16-chalk] .hljs-template-variable, [theme=base16-chalk] .hljs-variable {
  color: #fb9fb1;
}
[theme=base16-chalk] .hljs-attr, [theme=base16-chalk] .hljs-link, [theme=base16-chalk] .hljs-literal, [theme=base16-chalk] .hljs-number, [theme=base16-chalk] .hljs-symbol, [theme=base16-chalk] .hljs-variable.constant_ {
  color: #eda987;
}
[theme=base16-chalk] .hljs-class .hljs-title, [theme=base16-chalk] .hljs-title, [theme=base16-chalk] .hljs-title.class_ {
  color: #ddb26f;
}
[theme=base16-chalk] .hljs-strong {
  font-weight: 700;
  color: #ddb26f;
}
[theme=base16-chalk] .hljs-addition, [theme=base16-chalk] .hljs-code, [theme=base16-chalk] .hljs-string, [theme=base16-chalk] .hljs-title.class_.inherited__ {
  color: #acc267;
}
[theme=base16-chalk] .hljs-built_in, [theme=base16-chalk] .hljs-doctag, [theme=base16-chalk] .hljs-keyword.hljs-atrule, [theme=base16-chalk] .hljs-quote, [theme=base16-chalk] .hljs-regexp {
  color: #12cfc0;
}
[theme=base16-chalk] .hljs-attribute, [theme=base16-chalk] .hljs-function .hljs-title, [theme=base16-chalk] .hljs-section, [theme=base16-chalk] .hljs-title.function_, [theme=base16-chalk] .ruby .hljs-property {
  color: #6fc2ef;
}
[theme=base16-chalk] .diff .hljs-meta, [theme=base16-chalk] .hljs-keyword, [theme=base16-chalk] .hljs-template-tag, [theme=base16-chalk] .hljs-type {
  color: #e1a3ee;
}
[theme=base16-chalk] .hljs-emphasis {
  color: #e1a3ee;
  font-style: italic;
}
[theme=base16-chalk] .hljs-meta, [theme=base16-chalk] .hljs-meta .hljs-keyword, [theme=base16-chalk] .hljs-meta .hljs-string {
  color: #deaf8f;
}
[theme=base16-chalk] .hljs-meta .hljs-keyword, [theme=base16-chalk] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-circus] {
  /*!
    Theme: Circus
    Author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-circus] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-circus] code.hljs {
  padding: 3px 5px;
}
[theme=base16-circus] .hljs {
  color: #a7a7a7;
  background: #191919;
}
[theme=base16-circus] .hljs ::selection, [theme=base16-circus] .hljs::selection {
  background-color: #303030;
  color: #a7a7a7;
}
[theme=base16-circus] .hljs-comment {
  color: #5f5a60;
}
[theme=base16-circus] .hljs-tag {
  color: #505050;
}
[theme=base16-circus] .hljs-operator, [theme=base16-circus] .hljs-punctuation, [theme=base16-circus] .hljs-subst {
  color: #a7a7a7;
}
[theme=base16-circus] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-circus] .hljs-bullet, [theme=base16-circus] .hljs-deletion, [theme=base16-circus] .hljs-name, [theme=base16-circus] .hljs-selector-tag, [theme=base16-circus] .hljs-template-variable, [theme=base16-circus] .hljs-variable {
  color: #dc657d;
}
[theme=base16-circus] .hljs-attr, [theme=base16-circus] .hljs-link, [theme=base16-circus] .hljs-literal, [theme=base16-circus] .hljs-number, [theme=base16-circus] .hljs-symbol, [theme=base16-circus] .hljs-variable.constant_ {
  color: #4bb1a7;
}
[theme=base16-circus] .hljs-class .hljs-title, [theme=base16-circus] .hljs-title, [theme=base16-circus] .hljs-title.class_ {
  color: #c3ba63;
}
[theme=base16-circus] .hljs-strong {
  font-weight: 700;
  color: #c3ba63;
}
[theme=base16-circus] .hljs-addition, [theme=base16-circus] .hljs-code, [theme=base16-circus] .hljs-string, [theme=base16-circus] .hljs-title.class_.inherited__ {
  color: #84b97c;
}
[theme=base16-circus] .hljs-built_in, [theme=base16-circus] .hljs-doctag, [theme=base16-circus] .hljs-keyword.hljs-atrule, [theme=base16-circus] .hljs-quote, [theme=base16-circus] .hljs-regexp {
  color: #4bb1a7;
}
[theme=base16-circus] .hljs-attribute, [theme=base16-circus] .hljs-function .hljs-title, [theme=base16-circus] .hljs-section, [theme=base16-circus] .hljs-title.function_, [theme=base16-circus] .ruby .hljs-property {
  color: #639ee4;
}
[theme=base16-circus] .diff .hljs-meta, [theme=base16-circus] .hljs-keyword, [theme=base16-circus] .hljs-template-tag, [theme=base16-circus] .hljs-type {
  color: #b888e2;
}
[theme=base16-circus] .hljs-emphasis {
  color: #b888e2;
  font-style: italic;
}
[theme=base16-circus] .hljs-meta, [theme=base16-circus] .hljs-meta .hljs-keyword, [theme=base16-circus] .hljs-meta .hljs-string {
  color: #b888e2;
}
[theme=base16-circus] .hljs-meta .hljs-keyword, [theme=base16-circus] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-classic-dark] {
  /*!
    Theme: Classic Dark
    Author: Jason Heeris (http://heeris.id.au)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-classic-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-classic-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-classic-dark] .hljs {
  color: #d0d0d0;
  background: #151515;
}
[theme=base16-classic-dark] .hljs ::selection, [theme=base16-classic-dark] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-classic-dark] .hljs-comment {
  color: #505050;
}
[theme=base16-classic-dark] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-classic-dark] .hljs-operator, [theme=base16-classic-dark] .hljs-punctuation, [theme=base16-classic-dark] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-classic-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-classic-dark] .hljs-bullet, [theme=base16-classic-dark] .hljs-deletion, [theme=base16-classic-dark] .hljs-name, [theme=base16-classic-dark] .hljs-selector-tag, [theme=base16-classic-dark] .hljs-template-variable, [theme=base16-classic-dark] .hljs-variable {
  color: #ac4142;
}
[theme=base16-classic-dark] .hljs-attr, [theme=base16-classic-dark] .hljs-link, [theme=base16-classic-dark] .hljs-literal, [theme=base16-classic-dark] .hljs-number, [theme=base16-classic-dark] .hljs-symbol, [theme=base16-classic-dark] .hljs-variable.constant_ {
  color: #d28445;
}
[theme=base16-classic-dark] .hljs-class .hljs-title, [theme=base16-classic-dark] .hljs-title, [theme=base16-classic-dark] .hljs-title.class_ {
  color: #f4bf75;
}
[theme=base16-classic-dark] .hljs-strong {
  font-weight: 700;
  color: #f4bf75;
}
[theme=base16-classic-dark] .hljs-addition, [theme=base16-classic-dark] .hljs-code, [theme=base16-classic-dark] .hljs-string, [theme=base16-classic-dark] .hljs-title.class_.inherited__ {
  color: #90a959;
}
[theme=base16-classic-dark] .hljs-built_in, [theme=base16-classic-dark] .hljs-doctag, [theme=base16-classic-dark] .hljs-keyword.hljs-atrule, [theme=base16-classic-dark] .hljs-quote, [theme=base16-classic-dark] .hljs-regexp {
  color: #75b5aa;
}
[theme=base16-classic-dark] .hljs-attribute, [theme=base16-classic-dark] .hljs-function .hljs-title, [theme=base16-classic-dark] .hljs-section, [theme=base16-classic-dark] .hljs-title.function_, [theme=base16-classic-dark] .ruby .hljs-property {
  color: #6a9fb5;
}
[theme=base16-classic-dark] .diff .hljs-meta, [theme=base16-classic-dark] .hljs-keyword, [theme=base16-classic-dark] .hljs-template-tag, [theme=base16-classic-dark] .hljs-type {
  color: #aa759f;
}
[theme=base16-classic-dark] .hljs-emphasis {
  color: #aa759f;
  font-style: italic;
}
[theme=base16-classic-dark] .hljs-meta, [theme=base16-classic-dark] .hljs-meta .hljs-keyword, [theme=base16-classic-dark] .hljs-meta .hljs-string {
  color: #8f5536;
}
[theme=base16-classic-dark] .hljs-meta .hljs-keyword, [theme=base16-classic-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-classic-light] {
  /*!
    Theme: Classic Light
    Author: Jason Heeris (http://heeris.id.au)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-classic-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-classic-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-classic-light] .hljs {
  color: #303030;
  background: #f5f5f5;
}
[theme=base16-classic-light] .hljs ::selection, [theme=base16-classic-light] .hljs::selection {
  background-color: #d0d0d0;
  color: #303030;
}
[theme=base16-classic-light] .hljs-comment {
  color: #b0b0b0;
}
[theme=base16-classic-light] .hljs-tag {
  color: #505050;
}
[theme=base16-classic-light] .hljs-operator, [theme=base16-classic-light] .hljs-punctuation, [theme=base16-classic-light] .hljs-subst {
  color: #303030;
}
[theme=base16-classic-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-classic-light] .hljs-bullet, [theme=base16-classic-light] .hljs-deletion, [theme=base16-classic-light] .hljs-name, [theme=base16-classic-light] .hljs-selector-tag, [theme=base16-classic-light] .hljs-template-variable, [theme=base16-classic-light] .hljs-variable {
  color: #ac4142;
}
[theme=base16-classic-light] .hljs-attr, [theme=base16-classic-light] .hljs-link, [theme=base16-classic-light] .hljs-literal, [theme=base16-classic-light] .hljs-number, [theme=base16-classic-light] .hljs-symbol, [theme=base16-classic-light] .hljs-variable.constant_ {
  color: #d28445;
}
[theme=base16-classic-light] .hljs-class .hljs-title, [theme=base16-classic-light] .hljs-title, [theme=base16-classic-light] .hljs-title.class_ {
  color: #f4bf75;
}
[theme=base16-classic-light] .hljs-strong {
  font-weight: 700;
  color: #f4bf75;
}
[theme=base16-classic-light] .hljs-addition, [theme=base16-classic-light] .hljs-code, [theme=base16-classic-light] .hljs-string, [theme=base16-classic-light] .hljs-title.class_.inherited__ {
  color: #90a959;
}
[theme=base16-classic-light] .hljs-built_in, [theme=base16-classic-light] .hljs-doctag, [theme=base16-classic-light] .hljs-keyword.hljs-atrule, [theme=base16-classic-light] .hljs-quote, [theme=base16-classic-light] .hljs-regexp {
  color: #75b5aa;
}
[theme=base16-classic-light] .hljs-attribute, [theme=base16-classic-light] .hljs-function .hljs-title, [theme=base16-classic-light] .hljs-section, [theme=base16-classic-light] .hljs-title.function_, [theme=base16-classic-light] .ruby .hljs-property {
  color: #6a9fb5;
}
[theme=base16-classic-light] .diff .hljs-meta, [theme=base16-classic-light] .hljs-keyword, [theme=base16-classic-light] .hljs-template-tag, [theme=base16-classic-light] .hljs-type {
  color: #aa759f;
}
[theme=base16-classic-light] .hljs-emphasis {
  color: #aa759f;
  font-style: italic;
}
[theme=base16-classic-light] .hljs-meta, [theme=base16-classic-light] .hljs-meta .hljs-keyword, [theme=base16-classic-light] .hljs-meta .hljs-string {
  color: #8f5536;
}
[theme=base16-classic-light] .hljs-meta .hljs-keyword, [theme=base16-classic-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-codeschool] {
  /*!
    Theme: Codeschool
    Author: blockloop
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-codeschool] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-codeschool] code.hljs {
  padding: 3px 5px;
}
[theme=base16-codeschool] .hljs {
  color: #9ea7a6;
  background: #232c31;
}
[theme=base16-codeschool] .hljs ::selection, [theme=base16-codeschool] .hljs::selection {
  background-color: #2a343a;
  color: #9ea7a6;
}
[theme=base16-codeschool] .hljs-comment {
  color: #3f4944;
}
[theme=base16-codeschool] .hljs-tag {
  color: #84898c;
}
[theme=base16-codeschool] .hljs-operator, [theme=base16-codeschool] .hljs-punctuation, [theme=base16-codeschool] .hljs-subst {
  color: #9ea7a6;
}
[theme=base16-codeschool] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-codeschool] .hljs-bullet, [theme=base16-codeschool] .hljs-deletion, [theme=base16-codeschool] .hljs-name, [theme=base16-codeschool] .hljs-selector-tag, [theme=base16-codeschool] .hljs-template-variable, [theme=base16-codeschool] .hljs-variable {
  color: #2a5491;
}
[theme=base16-codeschool] .hljs-attr, [theme=base16-codeschool] .hljs-link, [theme=base16-codeschool] .hljs-literal, [theme=base16-codeschool] .hljs-number, [theme=base16-codeschool] .hljs-symbol, [theme=base16-codeschool] .hljs-variable.constant_ {
  color: #43820d;
}
[theme=base16-codeschool] .hljs-class .hljs-title, [theme=base16-codeschool] .hljs-title, [theme=base16-codeschool] .hljs-title.class_ {
  color: #a03b1e;
}
[theme=base16-codeschool] .hljs-strong {
  font-weight: 700;
  color: #a03b1e;
}
[theme=base16-codeschool] .hljs-addition, [theme=base16-codeschool] .hljs-code, [theme=base16-codeschool] .hljs-string, [theme=base16-codeschool] .hljs-title.class_.inherited__ {
  color: #237986;
}
[theme=base16-codeschool] .hljs-built_in, [theme=base16-codeschool] .hljs-doctag, [theme=base16-codeschool] .hljs-keyword.hljs-atrule, [theme=base16-codeschool] .hljs-quote, [theme=base16-codeschool] .hljs-regexp {
  color: #b02f30;
}
[theme=base16-codeschool] .hljs-attribute, [theme=base16-codeschool] .hljs-function .hljs-title, [theme=base16-codeschool] .hljs-section, [theme=base16-codeschool] .hljs-title.function_, [theme=base16-codeschool] .ruby .hljs-property {
  color: #484d79;
}
[theme=base16-codeschool] .diff .hljs-meta, [theme=base16-codeschool] .hljs-keyword, [theme=base16-codeschool] .hljs-template-tag, [theme=base16-codeschool] .hljs-type {
  color: #c59820;
}
[theme=base16-codeschool] .hljs-emphasis {
  color: #c59820;
  font-style: italic;
}
[theme=base16-codeschool] .hljs-meta, [theme=base16-codeschool] .hljs-meta .hljs-keyword, [theme=base16-codeschool] .hljs-meta .hljs-string {
  color: #c98344;
}
[theme=base16-codeschool] .hljs-meta .hljs-keyword, [theme=base16-codeschool] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-colors] {
  /*!
    Theme: Colors
    Author: mrmrs (http://clrs.cc)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-colors] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-colors] code.hljs {
  padding: 3px 5px;
}
[theme=base16-colors] .hljs {
  color: #bbb;
  background: #111;
}
[theme=base16-colors] .hljs ::selection, [theme=base16-colors] .hljs::selection {
  background-color: #555;
  color: #bbb;
}
[theme=base16-colors] .hljs-comment {
  color: #777;
}
[theme=base16-colors] .hljs-tag {
  color: #999;
}
[theme=base16-colors] .hljs-operator, [theme=base16-colors] .hljs-punctuation, [theme=base16-colors] .hljs-subst {
  color: #bbb;
}
[theme=base16-colors] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-colors] .hljs-bullet, [theme=base16-colors] .hljs-deletion, [theme=base16-colors] .hljs-name, [theme=base16-colors] .hljs-selector-tag, [theme=base16-colors] .hljs-template-variable, [theme=base16-colors] .hljs-variable {
  color: #ff4136;
}
[theme=base16-colors] .hljs-attr, [theme=base16-colors] .hljs-link, [theme=base16-colors] .hljs-literal, [theme=base16-colors] .hljs-number, [theme=base16-colors] .hljs-symbol, [theme=base16-colors] .hljs-variable.constant_ {
  color: #ff851b;
}
[theme=base16-colors] .hljs-class .hljs-title, [theme=base16-colors] .hljs-title, [theme=base16-colors] .hljs-title.class_ {
  color: #ffdc00;
}
[theme=base16-colors] .hljs-strong {
  font-weight: 700;
  color: #ffdc00;
}
[theme=base16-colors] .hljs-addition, [theme=base16-colors] .hljs-code, [theme=base16-colors] .hljs-string, [theme=base16-colors] .hljs-title.class_.inherited__ {
  color: #2ecc40;
}
[theme=base16-colors] .hljs-built_in, [theme=base16-colors] .hljs-doctag, [theme=base16-colors] .hljs-keyword.hljs-atrule, [theme=base16-colors] .hljs-quote, [theme=base16-colors] .hljs-regexp {
  color: #7fdbff;
}
[theme=base16-colors] .hljs-attribute, [theme=base16-colors] .hljs-function .hljs-title, [theme=base16-colors] .hljs-section, [theme=base16-colors] .hljs-title.function_, [theme=base16-colors] .ruby .hljs-property {
  color: #0074d9;
}
[theme=base16-colors] .diff .hljs-meta, [theme=base16-colors] .hljs-keyword, [theme=base16-colors] .hljs-template-tag, [theme=base16-colors] .hljs-type {
  color: #b10dc9;
}
[theme=base16-colors] .hljs-emphasis {
  color: #b10dc9;
  font-style: italic;
}
[theme=base16-colors] .hljs-meta, [theme=base16-colors] .hljs-meta .hljs-keyword, [theme=base16-colors] .hljs-meta .hljs-string {
  color: #85144b;
}
[theme=base16-colors] .hljs-meta .hljs-keyword, [theme=base16-colors] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-cupcake] {
  /*!
    Theme: Cupcake
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-cupcake] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-cupcake] code.hljs {
  padding: 3px 5px;
}
[theme=base16-cupcake] .hljs {
  color: #8b8198;
  background: #fbf1f2;
}
[theme=base16-cupcake] .hljs ::selection, [theme=base16-cupcake] .hljs::selection {
  background-color: #d8d5dd;
  color: #8b8198;
}
[theme=base16-cupcake] .hljs-comment {
  color: #bfb9c6;
}
[theme=base16-cupcake] .hljs-tag {
  color: #a59daf;
}
[theme=base16-cupcake] .hljs-operator, [theme=base16-cupcake] .hljs-punctuation, [theme=base16-cupcake] .hljs-subst {
  color: #8b8198;
}
[theme=base16-cupcake] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-cupcake] .hljs-bullet, [theme=base16-cupcake] .hljs-deletion, [theme=base16-cupcake] .hljs-name, [theme=base16-cupcake] .hljs-selector-tag, [theme=base16-cupcake] .hljs-template-variable, [theme=base16-cupcake] .hljs-variable {
  color: #d57e85;
}
[theme=base16-cupcake] .hljs-attr, [theme=base16-cupcake] .hljs-link, [theme=base16-cupcake] .hljs-literal, [theme=base16-cupcake] .hljs-number, [theme=base16-cupcake] .hljs-symbol, [theme=base16-cupcake] .hljs-variable.constant_ {
  color: #ebb790;
}
[theme=base16-cupcake] .hljs-class .hljs-title, [theme=base16-cupcake] .hljs-title, [theme=base16-cupcake] .hljs-title.class_ {
  color: #dcb16c;
}
[theme=base16-cupcake] .hljs-strong {
  font-weight: 700;
  color: #dcb16c;
}
[theme=base16-cupcake] .hljs-addition, [theme=base16-cupcake] .hljs-code, [theme=base16-cupcake] .hljs-string, [theme=base16-cupcake] .hljs-title.class_.inherited__ {
  color: #a3b367;
}
[theme=base16-cupcake] .hljs-built_in, [theme=base16-cupcake] .hljs-doctag, [theme=base16-cupcake] .hljs-keyword.hljs-atrule, [theme=base16-cupcake] .hljs-quote, [theme=base16-cupcake] .hljs-regexp {
  color: #69a9a7;
}
[theme=base16-cupcake] .hljs-attribute, [theme=base16-cupcake] .hljs-function .hljs-title, [theme=base16-cupcake] .hljs-section, [theme=base16-cupcake] .hljs-title.function_, [theme=base16-cupcake] .ruby .hljs-property {
  color: #7297b9;
}
[theme=base16-cupcake] .diff .hljs-meta, [theme=base16-cupcake] .hljs-keyword, [theme=base16-cupcake] .hljs-template-tag, [theme=base16-cupcake] .hljs-type {
  color: #bb99b4;
}
[theme=base16-cupcake] .hljs-emphasis {
  color: #bb99b4;
  font-style: italic;
}
[theme=base16-cupcake] .hljs-meta, [theme=base16-cupcake] .hljs-meta .hljs-keyword, [theme=base16-cupcake] .hljs-meta .hljs-string {
  color: #baa58c;
}
[theme=base16-cupcake] .hljs-meta .hljs-keyword, [theme=base16-cupcake] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-cupertino] {
  /*!
    Theme: Cupertino
    Author: Defman21
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-cupertino] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-cupertino] code.hljs {
  padding: 3px 5px;
}
[theme=base16-cupertino] .hljs {
  color: #404040;
  background: #fff;
}
[theme=base16-cupertino] .hljs ::selection, [theme=base16-cupertino] .hljs::selection {
  background-color: silver;
  color: #404040;
}
[theme=base16-cupertino] .hljs-comment, [theme=base16-cupertino] .hljs-tag {
  color: grey;
}
[theme=base16-cupertino] .hljs-operator, [theme=base16-cupertino] .hljs-punctuation, [theme=base16-cupertino] .hljs-subst {
  color: #404040;
}
[theme=base16-cupertino] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-cupertino] .hljs-bullet, [theme=base16-cupertino] .hljs-deletion, [theme=base16-cupertino] .hljs-name, [theme=base16-cupertino] .hljs-selector-tag, [theme=base16-cupertino] .hljs-template-variable, [theme=base16-cupertino] .hljs-variable {
  color: #c41a15;
}
[theme=base16-cupertino] .hljs-attr, [theme=base16-cupertino] .hljs-link, [theme=base16-cupertino] .hljs-literal, [theme=base16-cupertino] .hljs-number, [theme=base16-cupertino] .hljs-symbol, [theme=base16-cupertino] .hljs-variable.constant_ {
  color: #eb8500;
}
[theme=base16-cupertino] .hljs-class .hljs-title, [theme=base16-cupertino] .hljs-title, [theme=base16-cupertino] .hljs-title.class_ {
  color: #826b28;
}
[theme=base16-cupertino] .hljs-strong {
  font-weight: 700;
  color: #826b28;
}
[theme=base16-cupertino] .hljs-addition, [theme=base16-cupertino] .hljs-code, [theme=base16-cupertino] .hljs-string, [theme=base16-cupertino] .hljs-title.class_.inherited__ {
  color: #007400;
}
[theme=base16-cupertino] .hljs-built_in, [theme=base16-cupertino] .hljs-doctag, [theme=base16-cupertino] .hljs-keyword.hljs-atrule, [theme=base16-cupertino] .hljs-quote, [theme=base16-cupertino] .hljs-regexp {
  color: #318495;
}
[theme=base16-cupertino] .hljs-attribute, [theme=base16-cupertino] .hljs-function .hljs-title, [theme=base16-cupertino] .hljs-section, [theme=base16-cupertino] .hljs-title.function_, [theme=base16-cupertino] .ruby .hljs-property {
  color: #00f;
}
[theme=base16-cupertino] .diff .hljs-meta, [theme=base16-cupertino] .hljs-keyword, [theme=base16-cupertino] .hljs-template-tag, [theme=base16-cupertino] .hljs-type {
  color: #a90d91;
}
[theme=base16-cupertino] .hljs-emphasis {
  color: #a90d91;
  font-style: italic;
}
[theme=base16-cupertino] .hljs-meta, [theme=base16-cupertino] .hljs-meta .hljs-keyword, [theme=base16-cupertino] .hljs-meta .hljs-string {
  color: #826b28;
}
[theme=base16-cupertino] .hljs-meta .hljs-keyword, [theme=base16-cupertino] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-danqing] {
  /*!
    Theme: DanQing
    Author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-danqing] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-danqing] code.hljs {
  padding: 3px 5px;
}
[theme=base16-danqing] .hljs {
  color: #e0f0ef;
  background: #2d302f;
}
[theme=base16-danqing] .hljs ::selection, [theme=base16-danqing] .hljs::selection {
  background-color: #5a605d;
  color: #e0f0ef;
}
[theme=base16-danqing] .hljs-comment {
  color: #9da8a3;
}
[theme=base16-danqing] .hljs-tag {
  color: #cad8d2;
}
[theme=base16-danqing] .hljs-operator, [theme=base16-danqing] .hljs-punctuation, [theme=base16-danqing] .hljs-subst {
  color: #e0f0ef;
}
[theme=base16-danqing] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-danqing] .hljs-bullet, [theme=base16-danqing] .hljs-deletion, [theme=base16-danqing] .hljs-name, [theme=base16-danqing] .hljs-selector-tag, [theme=base16-danqing] .hljs-template-variable, [theme=base16-danqing] .hljs-variable {
  color: #f9906f;
}
[theme=base16-danqing] .hljs-attr, [theme=base16-danqing] .hljs-link, [theme=base16-danqing] .hljs-literal, [theme=base16-danqing] .hljs-number, [theme=base16-danqing] .hljs-symbol, [theme=base16-danqing] .hljs-variable.constant_ {
  color: #b38a61;
}
[theme=base16-danqing] .hljs-class .hljs-title, [theme=base16-danqing] .hljs-title, [theme=base16-danqing] .hljs-title.class_ {
  color: #f0c239;
}
[theme=base16-danqing] .hljs-strong {
  font-weight: 700;
  color: #f0c239;
}
[theme=base16-danqing] .hljs-addition, [theme=base16-danqing] .hljs-code, [theme=base16-danqing] .hljs-string, [theme=base16-danqing] .hljs-title.class_.inherited__ {
  color: #8ab361;
}
[theme=base16-danqing] .hljs-built_in, [theme=base16-danqing] .hljs-doctag, [theme=base16-danqing] .hljs-keyword.hljs-atrule, [theme=base16-danqing] .hljs-quote, [theme=base16-danqing] .hljs-regexp {
  color: #30dff3;
}
[theme=base16-danqing] .hljs-attribute, [theme=base16-danqing] .hljs-function .hljs-title, [theme=base16-danqing] .hljs-section, [theme=base16-danqing] .hljs-title.function_, [theme=base16-danqing] .ruby .hljs-property {
  color: #b0a4e3;
}
[theme=base16-danqing] .diff .hljs-meta, [theme=base16-danqing] .hljs-keyword, [theme=base16-danqing] .hljs-template-tag, [theme=base16-danqing] .hljs-type {
  color: #cca4e3;
}
[theme=base16-danqing] .hljs-emphasis {
  color: #cca4e3;
  font-style: italic;
}
[theme=base16-danqing] .hljs-meta, [theme=base16-danqing] .hljs-meta .hljs-keyword, [theme=base16-danqing] .hljs-meta .hljs-string {
  color: #ca6924;
}
[theme=base16-danqing] .hljs-meta .hljs-keyword, [theme=base16-danqing] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-darcula] {
  /*!
    Theme: Darcula
    Author: jetbrains
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-darcula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-darcula] code.hljs {
  padding: 3px 5px;
}
[theme=base16-darcula] .hljs {
  color: #a9b7c6;
  background: #2b2b2b;
}
[theme=base16-darcula] .hljs ::selection, [theme=base16-darcula] .hljs::selection {
  background-color: #323232;
  color: #a9b7c6;
}
[theme=base16-darcula] .hljs-comment {
  color: #606366;
}
[theme=base16-darcula] .hljs-tag {
  color: #a4a3a3;
}
[theme=base16-darcula] .hljs-operator, [theme=base16-darcula] .hljs-punctuation, [theme=base16-darcula] .hljs-subst {
  color: #a9b7c6;
}
[theme=base16-darcula] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-darcula] .hljs-bullet, [theme=base16-darcula] .hljs-deletion, [theme=base16-darcula] .hljs-name, [theme=base16-darcula] .hljs-selector-tag, [theme=base16-darcula] .hljs-template-variable, [theme=base16-darcula] .hljs-variable {
  color: #4eade5;
}
[theme=base16-darcula] .hljs-attr, [theme=base16-darcula] .hljs-link, [theme=base16-darcula] .hljs-literal, [theme=base16-darcula] .hljs-number, [theme=base16-darcula] .hljs-symbol, [theme=base16-darcula] .hljs-variable.constant_ {
  color: #689757;
}
[theme=base16-darcula] .hljs-class .hljs-title, [theme=base16-darcula] .hljs-title, [theme=base16-darcula] .hljs-title.class_ {
  color: #bbb529;
}
[theme=base16-darcula] .hljs-strong {
  font-weight: 700;
  color: #bbb529;
}
[theme=base16-darcula] .hljs-addition, [theme=base16-darcula] .hljs-code, [theme=base16-darcula] .hljs-string, [theme=base16-darcula] .hljs-title.class_.inherited__ {
  color: #6a8759;
}
[theme=base16-darcula] .hljs-built_in, [theme=base16-darcula] .hljs-doctag, [theme=base16-darcula] .hljs-keyword.hljs-atrule, [theme=base16-darcula] .hljs-quote, [theme=base16-darcula] .hljs-regexp {
  color: #629755;
}
[theme=base16-darcula] .hljs-attribute, [theme=base16-darcula] .hljs-function .hljs-title, [theme=base16-darcula] .hljs-section, [theme=base16-darcula] .hljs-title.function_, [theme=base16-darcula] .ruby .hljs-property {
  color: #9876aa;
}
[theme=base16-darcula] .diff .hljs-meta, [theme=base16-darcula] .hljs-keyword, [theme=base16-darcula] .hljs-template-tag, [theme=base16-darcula] .hljs-type {
  color: #cc7832;
}
[theme=base16-darcula] .hljs-emphasis {
  color: #cc7832;
  font-style: italic;
}
[theme=base16-darcula] .hljs-meta, [theme=base16-darcula] .hljs-meta .hljs-keyword, [theme=base16-darcula] .hljs-meta .hljs-string {
  color: grey;
}
[theme=base16-darcula] .hljs-meta .hljs-keyword, [theme=base16-darcula] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-dark-violet] {
  /*!
    Theme: Dark Violet
    Author: ruler501 (https://github.com/ruler501/base16-darkviolet)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-dark-violet] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-dark-violet] code.hljs {
  padding: 3px 5px;
}
[theme=base16-dark-violet] .hljs {
  color: #b08ae6;
  background: #000;
}
[theme=base16-dark-violet] .hljs ::selection, [theme=base16-dark-violet] .hljs::selection {
  background-color: #432d59;
  color: #b08ae6;
}
[theme=base16-dark-violet] .hljs-comment {
  color: #593380;
}
[theme=base16-dark-violet] .hljs-tag {
  color: #0f0;
}
[theme=base16-dark-violet] .hljs-operator, [theme=base16-dark-violet] .hljs-punctuation, [theme=base16-dark-violet] .hljs-subst {
  color: #b08ae6;
}
[theme=base16-dark-violet] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-dark-violet] .hljs-bullet, [theme=base16-dark-violet] .hljs-deletion, [theme=base16-dark-violet] .hljs-name, [theme=base16-dark-violet] .hljs-selector-tag, [theme=base16-dark-violet] .hljs-template-variable, [theme=base16-dark-violet] .hljs-variable {
  color: #a82ee6;
}
[theme=base16-dark-violet] .hljs-attr, [theme=base16-dark-violet] .hljs-link, [theme=base16-dark-violet] .hljs-literal, [theme=base16-dark-violet] .hljs-number, [theme=base16-dark-violet] .hljs-symbol, [theme=base16-dark-violet] .hljs-variable.constant_ {
  color: #b6c;
}
[theme=base16-dark-violet] .hljs-class .hljs-title, [theme=base16-dark-violet] .hljs-title, [theme=base16-dark-violet] .hljs-title.class_ {
  color: #f29df2;
}
[theme=base16-dark-violet] .hljs-strong {
  font-weight: 700;
  color: #f29df2;
}
[theme=base16-dark-violet] .hljs-addition, [theme=base16-dark-violet] .hljs-code, [theme=base16-dark-violet] .hljs-string, [theme=base16-dark-violet] .hljs-title.class_.inherited__ {
  color: #4595e6;
}
[theme=base16-dark-violet] .hljs-built_in, [theme=base16-dark-violet] .hljs-doctag, [theme=base16-dark-violet] .hljs-keyword.hljs-atrule, [theme=base16-dark-violet] .hljs-quote, [theme=base16-dark-violet] .hljs-regexp {
  color: #40dfff;
}
[theme=base16-dark-violet] .hljs-attribute, [theme=base16-dark-violet] .hljs-function .hljs-title, [theme=base16-dark-violet] .hljs-section, [theme=base16-dark-violet] .hljs-title.function_, [theme=base16-dark-violet] .ruby .hljs-property {
  color: #4136d9;
}
[theme=base16-dark-violet] .diff .hljs-meta, [theme=base16-dark-violet] .hljs-keyword, [theme=base16-dark-violet] .hljs-template-tag, [theme=base16-dark-violet] .hljs-type {
  color: #7e5ce6;
}
[theme=base16-dark-violet] .hljs-emphasis {
  color: #7e5ce6;
  font-style: italic;
}
[theme=base16-dark-violet] .hljs-meta, [theme=base16-dark-violet] .hljs-meta .hljs-keyword, [theme=base16-dark-violet] .hljs-meta .hljs-string {
  color: #a886bf;
}
[theme=base16-dark-violet] .hljs-meta .hljs-keyword, [theme=base16-dark-violet] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-darkmoss] {
  /*!
    Theme: darkmoss
    Author: Gabriel Avanzi (https://github.com/avanzzzi)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-darkmoss] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-darkmoss] code.hljs {
  padding: 3px 5px;
}
[theme=base16-darkmoss] .hljs {
  color: #c7c7a5;
  background: #171e1f;
}
[theme=base16-darkmoss] .hljs ::selection, [theme=base16-darkmoss] .hljs::selection {
  background-color: #373c3d;
  color: #c7c7a5;
}
[theme=base16-darkmoss] .hljs-comment {
  color: #555e5f;
}
[theme=base16-darkmoss] .hljs-tag {
  color: #818f80;
}
[theme=base16-darkmoss] .hljs-operator, [theme=base16-darkmoss] .hljs-punctuation, [theme=base16-darkmoss] .hljs-subst {
  color: #c7c7a5;
}
[theme=base16-darkmoss] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-darkmoss] .hljs-bullet, [theme=base16-darkmoss] .hljs-deletion, [theme=base16-darkmoss] .hljs-name, [theme=base16-darkmoss] .hljs-selector-tag, [theme=base16-darkmoss] .hljs-template-variable, [theme=base16-darkmoss] .hljs-variable {
  color: #ff4658;
}
[theme=base16-darkmoss] .hljs-attr, [theme=base16-darkmoss] .hljs-link, [theme=base16-darkmoss] .hljs-literal, [theme=base16-darkmoss] .hljs-number, [theme=base16-darkmoss] .hljs-symbol, [theme=base16-darkmoss] .hljs-variable.constant_ {
  color: #e6db74;
}
[theme=base16-darkmoss] .hljs-class .hljs-title, [theme=base16-darkmoss] .hljs-title, [theme=base16-darkmoss] .hljs-title.class_ {
  color: #fdb11f;
}
[theme=base16-darkmoss] .hljs-strong {
  font-weight: 700;
  color: #fdb11f;
}
[theme=base16-darkmoss] .hljs-addition, [theme=base16-darkmoss] .hljs-code, [theme=base16-darkmoss] .hljs-string, [theme=base16-darkmoss] .hljs-title.class_.inherited__ {
  color: #499180;
}
[theme=base16-darkmoss] .hljs-built_in, [theme=base16-darkmoss] .hljs-doctag, [theme=base16-darkmoss] .hljs-keyword.hljs-atrule, [theme=base16-darkmoss] .hljs-quote, [theme=base16-darkmoss] .hljs-regexp {
  color: #66d9ef;
}
[theme=base16-darkmoss] .hljs-attribute, [theme=base16-darkmoss] .hljs-function .hljs-title, [theme=base16-darkmoss] .hljs-section, [theme=base16-darkmoss] .hljs-title.function_, [theme=base16-darkmoss] .ruby .hljs-property {
  color: #498091;
}
[theme=base16-darkmoss] .diff .hljs-meta, [theme=base16-darkmoss] .hljs-keyword, [theme=base16-darkmoss] .hljs-template-tag, [theme=base16-darkmoss] .hljs-type {
  color: #9bc0c8;
}
[theme=base16-darkmoss] .hljs-emphasis {
  color: #9bc0c8;
  font-style: italic;
}
[theme=base16-darkmoss] .hljs-meta, [theme=base16-darkmoss] .hljs-meta .hljs-keyword, [theme=base16-darkmoss] .hljs-meta .hljs-string {
  color: #d27b53;
}
[theme=base16-darkmoss] .hljs-meta .hljs-keyword, [theme=base16-darkmoss] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-darktooth] {
  /*!
    Theme: Darktooth
    Author: Jason Milkins (https://github.com/jasonm23)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-darktooth] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-darktooth] code.hljs {
  padding: 3px 5px;
}
[theme=base16-darktooth] .hljs {
  color: #a89984;
  background: #1d2021;
}
[theme=base16-darktooth] .hljs ::selection, [theme=base16-darktooth] .hljs::selection {
  background-color: #504945;
  color: #a89984;
}
[theme=base16-darktooth] .hljs-comment {
  color: #665c54;
}
[theme=base16-darktooth] .hljs-tag {
  color: #928374;
}
[theme=base16-darktooth] .hljs-operator, [theme=base16-darktooth] .hljs-punctuation, [theme=base16-darktooth] .hljs-subst {
  color: #a89984;
}
[theme=base16-darktooth] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-darktooth] .hljs-bullet, [theme=base16-darktooth] .hljs-deletion, [theme=base16-darktooth] .hljs-name, [theme=base16-darktooth] .hljs-selector-tag, [theme=base16-darktooth] .hljs-template-variable, [theme=base16-darktooth] .hljs-variable {
  color: #fb543f;
}
[theme=base16-darktooth] .hljs-attr, [theme=base16-darktooth] .hljs-link, [theme=base16-darktooth] .hljs-literal, [theme=base16-darktooth] .hljs-number, [theme=base16-darktooth] .hljs-symbol, [theme=base16-darktooth] .hljs-variable.constant_ {
  color: #fe8625;
}
[theme=base16-darktooth] .hljs-class .hljs-title, [theme=base16-darktooth] .hljs-title, [theme=base16-darktooth] .hljs-title.class_ {
  color: #fac03b;
}
[theme=base16-darktooth] .hljs-strong {
  font-weight: 700;
  color: #fac03b;
}
[theme=base16-darktooth] .hljs-addition, [theme=base16-darktooth] .hljs-code, [theme=base16-darktooth] .hljs-string, [theme=base16-darktooth] .hljs-title.class_.inherited__ {
  color: #95c085;
}
[theme=base16-darktooth] .hljs-built_in, [theme=base16-darktooth] .hljs-doctag, [theme=base16-darktooth] .hljs-keyword.hljs-atrule, [theme=base16-darktooth] .hljs-quote, [theme=base16-darktooth] .hljs-regexp {
  color: #8ba59b;
}
[theme=base16-darktooth] .hljs-attribute, [theme=base16-darktooth] .hljs-function .hljs-title, [theme=base16-darktooth] .hljs-section, [theme=base16-darktooth] .hljs-title.function_, [theme=base16-darktooth] .ruby .hljs-property {
  color: #0d6678;
}
[theme=base16-darktooth] .diff .hljs-meta, [theme=base16-darktooth] .hljs-keyword, [theme=base16-darktooth] .hljs-template-tag, [theme=base16-darktooth] .hljs-type {
  color: #8f4673;
}
[theme=base16-darktooth] .hljs-emphasis {
  color: #8f4673;
  font-style: italic;
}
[theme=base16-darktooth] .hljs-meta, [theme=base16-darktooth] .hljs-meta .hljs-keyword, [theme=base16-darktooth] .hljs-meta .hljs-string {
  color: #a87322;
}
[theme=base16-darktooth] .hljs-meta .hljs-keyword, [theme=base16-darktooth] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-decaf] {
  /*!
    Theme: Decaf
    Author: Alex Mirrington (https://github.com/alexmirrington)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-decaf] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-decaf] code.hljs {
  padding: 3px 5px;
}
[theme=base16-decaf] .hljs {
  color: #ccc;
  background: #2d2d2d;
}
[theme=base16-decaf] .hljs ::selection, [theme=base16-decaf] .hljs::selection {
  background-color: #515151;
  color: #ccc;
}
[theme=base16-decaf] .hljs-comment {
  color: #777;
}
[theme=base16-decaf] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-decaf] .hljs-operator, [theme=base16-decaf] .hljs-punctuation, [theme=base16-decaf] .hljs-subst {
  color: #ccc;
}
[theme=base16-decaf] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-decaf] .hljs-bullet, [theme=base16-decaf] .hljs-deletion, [theme=base16-decaf] .hljs-name, [theme=base16-decaf] .hljs-selector-tag, [theme=base16-decaf] .hljs-template-variable, [theme=base16-decaf] .hljs-variable {
  color: #ff7f7b;
}
[theme=base16-decaf] .hljs-attr, [theme=base16-decaf] .hljs-link, [theme=base16-decaf] .hljs-literal, [theme=base16-decaf] .hljs-number, [theme=base16-decaf] .hljs-symbol, [theme=base16-decaf] .hljs-variable.constant_ {
  color: #ffbf70;
}
[theme=base16-decaf] .hljs-class .hljs-title, [theme=base16-decaf] .hljs-title, [theme=base16-decaf] .hljs-title.class_ {
  color: #ffd67c;
}
[theme=base16-decaf] .hljs-strong {
  font-weight: 700;
  color: #ffd67c;
}
[theme=base16-decaf] .hljs-addition, [theme=base16-decaf] .hljs-code, [theme=base16-decaf] .hljs-string, [theme=base16-decaf] .hljs-title.class_.inherited__ {
  color: #beda78;
}
[theme=base16-decaf] .hljs-built_in, [theme=base16-decaf] .hljs-doctag, [theme=base16-decaf] .hljs-keyword.hljs-atrule, [theme=base16-decaf] .hljs-quote, [theme=base16-decaf] .hljs-regexp {
  color: #bed6ff;
}
[theme=base16-decaf] .hljs-attribute, [theme=base16-decaf] .hljs-function .hljs-title, [theme=base16-decaf] .hljs-section, [theme=base16-decaf] .hljs-title.function_, [theme=base16-decaf] .ruby .hljs-property {
  color: #90bee1;
}
[theme=base16-decaf] .diff .hljs-meta, [theme=base16-decaf] .hljs-keyword, [theme=base16-decaf] .hljs-template-tag, [theme=base16-decaf] .hljs-type {
  color: #efb3f7;
}
[theme=base16-decaf] .hljs-emphasis {
  color: #efb3f7;
  font-style: italic;
}
[theme=base16-decaf] .hljs-meta, [theme=base16-decaf] .hljs-meta .hljs-keyword, [theme=base16-decaf] .hljs-meta .hljs-string {
  color: #ff93b3;
}
[theme=base16-decaf] .hljs-meta .hljs-keyword, [theme=base16-decaf] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-default-dark] {
  /*!
    Theme: Default Dark
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-default-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-default-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-default-dark] .hljs {
  color: #d8d8d8;
  background: #181818;
}
[theme=base16-default-dark] .hljs ::selection, [theme=base16-default-dark] .hljs::selection {
  background-color: #383838;
  color: #d8d8d8;
}
[theme=base16-default-dark] .hljs-comment {
  color: #585858;
}
[theme=base16-default-dark] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-default-dark] .hljs-operator, [theme=base16-default-dark] .hljs-punctuation, [theme=base16-default-dark] .hljs-subst {
  color: #d8d8d8;
}
[theme=base16-default-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-default-dark] .hljs-bullet, [theme=base16-default-dark] .hljs-deletion, [theme=base16-default-dark] .hljs-name, [theme=base16-default-dark] .hljs-selector-tag, [theme=base16-default-dark] .hljs-template-variable, [theme=base16-default-dark] .hljs-variable {
  color: #ab4642;
}
[theme=base16-default-dark] .hljs-attr, [theme=base16-default-dark] .hljs-link, [theme=base16-default-dark] .hljs-literal, [theme=base16-default-dark] .hljs-number, [theme=base16-default-dark] .hljs-symbol, [theme=base16-default-dark] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-default-dark] .hljs-class .hljs-title, [theme=base16-default-dark] .hljs-title, [theme=base16-default-dark] .hljs-title.class_ {
  color: #f7ca88;
}
[theme=base16-default-dark] .hljs-strong {
  font-weight: 700;
  color: #f7ca88;
}
[theme=base16-default-dark] .hljs-addition, [theme=base16-default-dark] .hljs-code, [theme=base16-default-dark] .hljs-string, [theme=base16-default-dark] .hljs-title.class_.inherited__ {
  color: #a1b56c;
}
[theme=base16-default-dark] .hljs-built_in, [theme=base16-default-dark] .hljs-doctag, [theme=base16-default-dark] .hljs-keyword.hljs-atrule, [theme=base16-default-dark] .hljs-quote, [theme=base16-default-dark] .hljs-regexp {
  color: #86c1b9;
}
[theme=base16-default-dark] .hljs-attribute, [theme=base16-default-dark] .hljs-function .hljs-title, [theme=base16-default-dark] .hljs-section, [theme=base16-default-dark] .hljs-title.function_, [theme=base16-default-dark] .ruby .hljs-property {
  color: #7cafc2;
}
[theme=base16-default-dark] .diff .hljs-meta, [theme=base16-default-dark] .hljs-keyword, [theme=base16-default-dark] .hljs-template-tag, [theme=base16-default-dark] .hljs-type {
  color: #ba8baf;
}
[theme=base16-default-dark] .hljs-emphasis {
  color: #ba8baf;
  font-style: italic;
}
[theme=base16-default-dark] .hljs-meta, [theme=base16-default-dark] .hljs-meta .hljs-keyword, [theme=base16-default-dark] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-default-dark] .hljs-meta .hljs-keyword, [theme=base16-default-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-default-light] {
  /*!
    Theme: Default Light
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-default-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-default-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-default-light] .hljs {
  color: #383838;
  background: #f8f8f8;
}
[theme=base16-default-light] .hljs ::selection, [theme=base16-default-light] .hljs::selection {
  background-color: #d8d8d8;
  color: #383838;
}
[theme=base16-default-light] .hljs-comment {
  color: #b8b8b8;
}
[theme=base16-default-light] .hljs-tag {
  color: #585858;
}
[theme=base16-default-light] .hljs-operator, [theme=base16-default-light] .hljs-punctuation, [theme=base16-default-light] .hljs-subst {
  color: #383838;
}
[theme=base16-default-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-default-light] .hljs-bullet, [theme=base16-default-light] .hljs-deletion, [theme=base16-default-light] .hljs-name, [theme=base16-default-light] .hljs-selector-tag, [theme=base16-default-light] .hljs-template-variable, [theme=base16-default-light] .hljs-variable {
  color: #ab4642;
}
[theme=base16-default-light] .hljs-attr, [theme=base16-default-light] .hljs-link, [theme=base16-default-light] .hljs-literal, [theme=base16-default-light] .hljs-number, [theme=base16-default-light] .hljs-symbol, [theme=base16-default-light] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-default-light] .hljs-class .hljs-title, [theme=base16-default-light] .hljs-title, [theme=base16-default-light] .hljs-title.class_ {
  color: #f7ca88;
}
[theme=base16-default-light] .hljs-strong {
  font-weight: 700;
  color: #f7ca88;
}
[theme=base16-default-light] .hljs-addition, [theme=base16-default-light] .hljs-code, [theme=base16-default-light] .hljs-string, [theme=base16-default-light] .hljs-title.class_.inherited__ {
  color: #a1b56c;
}
[theme=base16-default-light] .hljs-built_in, [theme=base16-default-light] .hljs-doctag, [theme=base16-default-light] .hljs-keyword.hljs-atrule, [theme=base16-default-light] .hljs-quote, [theme=base16-default-light] .hljs-regexp {
  color: #86c1b9;
}
[theme=base16-default-light] .hljs-attribute, [theme=base16-default-light] .hljs-function .hljs-title, [theme=base16-default-light] .hljs-section, [theme=base16-default-light] .hljs-title.function_, [theme=base16-default-light] .ruby .hljs-property {
  color: #7cafc2;
}
[theme=base16-default-light] .diff .hljs-meta, [theme=base16-default-light] .hljs-keyword, [theme=base16-default-light] .hljs-template-tag, [theme=base16-default-light] .hljs-type {
  color: #ba8baf;
}
[theme=base16-default-light] .hljs-emphasis {
  color: #ba8baf;
  font-style: italic;
}
[theme=base16-default-light] .hljs-meta, [theme=base16-default-light] .hljs-meta .hljs-keyword, [theme=base16-default-light] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-default-light] .hljs-meta .hljs-keyword, [theme=base16-default-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-dirtysea] {
  /*!
    Theme: dirtysea
    Author: Kahlil (Kal) Hodgson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-dirtysea] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-dirtysea] code.hljs {
  padding: 3px 5px;
}
[theme=base16-dirtysea] .hljs {
  color: #000;
  background: #e0e0e0;
}
[theme=base16-dirtysea] .hljs ::selection, [theme=base16-dirtysea] .hljs::selection {
  background-color: #d0d0d0;
  color: #000;
}
[theme=base16-dirtysea] .hljs-comment {
  color: #707070;
}
[theme=base16-dirtysea] .hljs-tag {
  color: #202020;
}
[theme=base16-dirtysea] .hljs-operator, [theme=base16-dirtysea] .hljs-punctuation, [theme=base16-dirtysea] .hljs-subst {
  color: #000;
}
[theme=base16-dirtysea] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-dirtysea] .hljs-bullet, [theme=base16-dirtysea] .hljs-deletion, [theme=base16-dirtysea] .hljs-name, [theme=base16-dirtysea] .hljs-selector-tag, [theme=base16-dirtysea] .hljs-template-variable, [theme=base16-dirtysea] .hljs-variable {
  color: #840000;
}
[theme=base16-dirtysea] .hljs-attr, [theme=base16-dirtysea] .hljs-link, [theme=base16-dirtysea] .hljs-literal, [theme=base16-dirtysea] .hljs-number, [theme=base16-dirtysea] .hljs-symbol, [theme=base16-dirtysea] .hljs-variable.constant_ {
  color: #006565;
}
[theme=base16-dirtysea] .hljs-class .hljs-title, [theme=base16-dirtysea] .hljs-title, [theme=base16-dirtysea] .hljs-title.class_ {
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-strong {
  font-weight: 700;
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-addition, [theme=base16-dirtysea] .hljs-code, [theme=base16-dirtysea] .hljs-string, [theme=base16-dirtysea] .hljs-title.class_.inherited__ {
  color: #730073;
}
[theme=base16-dirtysea] .hljs-built_in, [theme=base16-dirtysea] .hljs-doctag, [theme=base16-dirtysea] .hljs-keyword.hljs-atrule, [theme=base16-dirtysea] .hljs-quote, [theme=base16-dirtysea] .hljs-regexp {
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-attribute, [theme=base16-dirtysea] .hljs-function .hljs-title, [theme=base16-dirtysea] .hljs-section, [theme=base16-dirtysea] .hljs-title.function_, [theme=base16-dirtysea] .ruby .hljs-property {
  color: #007300;
}
[theme=base16-dirtysea] .diff .hljs-meta, [theme=base16-dirtysea] .hljs-keyword, [theme=base16-dirtysea] .hljs-template-tag, [theme=base16-dirtysea] .hljs-type {
  color: #000090;
}
[theme=base16-dirtysea] .hljs-emphasis {
  color: #000090;
  font-style: italic;
}
[theme=base16-dirtysea] .hljs-meta, [theme=base16-dirtysea] .hljs-meta .hljs-keyword, [theme=base16-dirtysea] .hljs-meta .hljs-string {
  color: #755b00;
}
[theme=base16-dirtysea] .hljs-meta .hljs-keyword, [theme=base16-dirtysea] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-dracula] {
  /*!
    Theme: Dracula
    Author: Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-dracula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-dracula] code.hljs {
  padding: 3px 5px;
}
[theme=base16-dracula] .hljs {
  color: #e9e9f4;
  background: #282936;
}
[theme=base16-dracula] .hljs ::selection, [theme=base16-dracula] .hljs::selection {
  background-color: #4d4f68;
  color: #e9e9f4;
}
[theme=base16-dracula] .hljs-comment {
  color: #626483;
}
[theme=base16-dracula] .hljs-tag {
  color: #62d6e8;
}
[theme=base16-dracula] .hljs-operator, [theme=base16-dracula] .hljs-punctuation, [theme=base16-dracula] .hljs-subst {
  color: #e9e9f4;
}
[theme=base16-dracula] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-dracula] .hljs-bullet, [theme=base16-dracula] .hljs-deletion, [theme=base16-dracula] .hljs-name, [theme=base16-dracula] .hljs-selector-tag, [theme=base16-dracula] .hljs-template-variable, [theme=base16-dracula] .hljs-variable {
  color: #ea51b2;
}
[theme=base16-dracula] .hljs-attr, [theme=base16-dracula] .hljs-link, [theme=base16-dracula] .hljs-literal, [theme=base16-dracula] .hljs-number, [theme=base16-dracula] .hljs-symbol, [theme=base16-dracula] .hljs-variable.constant_ {
  color: #b45bcf;
}
[theme=base16-dracula] .hljs-class .hljs-title, [theme=base16-dracula] .hljs-title, [theme=base16-dracula] .hljs-title.class_ {
  color: #00f769;
}
[theme=base16-dracula] .hljs-strong {
  font-weight: 700;
  color: #00f769;
}
[theme=base16-dracula] .hljs-addition, [theme=base16-dracula] .hljs-code, [theme=base16-dracula] .hljs-string, [theme=base16-dracula] .hljs-title.class_.inherited__ {
  color: #ebff87;
}
[theme=base16-dracula] .hljs-built_in, [theme=base16-dracula] .hljs-doctag, [theme=base16-dracula] .hljs-keyword.hljs-atrule, [theme=base16-dracula] .hljs-quote, [theme=base16-dracula] .hljs-regexp {
  color: #a1efe4;
}
[theme=base16-dracula] .hljs-attribute, [theme=base16-dracula] .hljs-function .hljs-title, [theme=base16-dracula] .hljs-section, [theme=base16-dracula] .hljs-title.function_, [theme=base16-dracula] .ruby .hljs-property {
  color: #62d6e8;
}
[theme=base16-dracula] .diff .hljs-meta, [theme=base16-dracula] .hljs-keyword, [theme=base16-dracula] .hljs-template-tag, [theme=base16-dracula] .hljs-type {
  color: #b45bcf;
}
[theme=base16-dracula] .hljs-emphasis {
  color: #b45bcf;
  font-style: italic;
}
[theme=base16-dracula] .hljs-meta, [theme=base16-dracula] .hljs-meta .hljs-keyword, [theme=base16-dracula] .hljs-meta .hljs-string {
  color: #00f769;
}
[theme=base16-dracula] .hljs-meta .hljs-keyword, [theme=base16-dracula] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-edge-dark] {
  /*!
    Theme: Edge Dark
    Author: cjayross (https://github.com/cjayross)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-edge-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-edge-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-edge-dark] .hljs {
  color: #b7bec9;
  background: #262729;
}
[theme=base16-edge-dark] .hljs ::selection, [theme=base16-edge-dark] .hljs::selection {
  background-color: #b7bec9;
  color: #b7bec9;
}
[theme=base16-edge-dark] .hljs-comment {
  color: #3e4249;
}
[theme=base16-edge-dark] .hljs-tag {
  color: #73b3e7;
}
[theme=base16-edge-dark] .hljs-operator, [theme=base16-edge-dark] .hljs-punctuation, [theme=base16-edge-dark] .hljs-subst {
  color: #b7bec9;
}
[theme=base16-edge-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-edge-dark] .hljs-attr, [theme=base16-edge-dark] .hljs-bullet, [theme=base16-edge-dark] .hljs-deletion, [theme=base16-edge-dark] .hljs-link, [theme=base16-edge-dark] .hljs-literal, [theme=base16-edge-dark] .hljs-name, [theme=base16-edge-dark] .hljs-number, [theme=base16-edge-dark] .hljs-selector-tag, [theme=base16-edge-dark] .hljs-symbol, [theme=base16-edge-dark] .hljs-template-variable, [theme=base16-edge-dark] .hljs-variable, [theme=base16-edge-dark] .hljs-variable.constant_ {
  color: #e77171;
}
[theme=base16-edge-dark] .hljs-class .hljs-title, [theme=base16-edge-dark] .hljs-title, [theme=base16-edge-dark] .hljs-title.class_ {
  color: #dbb774;
}
[theme=base16-edge-dark] .hljs-strong {
  font-weight: 700;
  color: #dbb774;
}
[theme=base16-edge-dark] .hljs-addition, [theme=base16-edge-dark] .hljs-code, [theme=base16-edge-dark] .hljs-string, [theme=base16-edge-dark] .hljs-title.class_.inherited__ {
  color: #a1bf78;
}
[theme=base16-edge-dark] .hljs-built_in, [theme=base16-edge-dark] .hljs-doctag, [theme=base16-edge-dark] .hljs-keyword.hljs-atrule, [theme=base16-edge-dark] .hljs-quote, [theme=base16-edge-dark] .hljs-regexp {
  color: #5ebaa5;
}
[theme=base16-edge-dark] .hljs-attribute, [theme=base16-edge-dark] .hljs-function .hljs-title, [theme=base16-edge-dark] .hljs-section, [theme=base16-edge-dark] .hljs-title.function_, [theme=base16-edge-dark] .ruby .hljs-property {
  color: #73b3e7;
}
[theme=base16-edge-dark] .diff .hljs-meta, [theme=base16-edge-dark] .hljs-keyword, [theme=base16-edge-dark] .hljs-template-tag, [theme=base16-edge-dark] .hljs-type {
  color: #d390e7;
}
[theme=base16-edge-dark] .hljs-emphasis {
  color: #d390e7;
  font-style: italic;
}
[theme=base16-edge-dark] .hljs-meta, [theme=base16-edge-dark] .hljs-meta .hljs-keyword, [theme=base16-edge-dark] .hljs-meta .hljs-string {
  color: #5ebaa5;
}
[theme=base16-edge-dark] .hljs-meta .hljs-keyword, [theme=base16-edge-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-edge-light] {
  /*!
    Theme: Edge Light
    Author: cjayross (https://github.com/cjayross)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-edge-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-edge-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-edge-light] .hljs {
  color: #5e646f;
  background: #fafafa;
}
[theme=base16-edge-light] .hljs ::selection, [theme=base16-edge-light] .hljs::selection {
  background-color: #d69822;
  color: #5e646f;
}
[theme=base16-edge-light] .hljs-comment {
  color: #5e646f;
}
[theme=base16-edge-light] .hljs-tag {
  color: #6587bf;
}
[theme=base16-edge-light] .hljs-operator, [theme=base16-edge-light] .hljs-punctuation, [theme=base16-edge-light] .hljs-subst {
  color: #5e646f;
}
[theme=base16-edge-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-edge-light] .hljs-attr, [theme=base16-edge-light] .hljs-bullet, [theme=base16-edge-light] .hljs-deletion, [theme=base16-edge-light] .hljs-link, [theme=base16-edge-light] .hljs-literal, [theme=base16-edge-light] .hljs-name, [theme=base16-edge-light] .hljs-number, [theme=base16-edge-light] .hljs-selector-tag, [theme=base16-edge-light] .hljs-symbol, [theme=base16-edge-light] .hljs-template-variable, [theme=base16-edge-light] .hljs-variable, [theme=base16-edge-light] .hljs-variable.constant_ {
  color: #db7070;
}
[theme=base16-edge-light] .hljs-class .hljs-title, [theme=base16-edge-light] .hljs-title, [theme=base16-edge-light] .hljs-title.class_ {
  color: #d69822;
}
[theme=base16-edge-light] .hljs-strong {
  font-weight: 700;
  color: #d69822;
}
[theme=base16-edge-light] .hljs-addition, [theme=base16-edge-light] .hljs-code, [theme=base16-edge-light] .hljs-string, [theme=base16-edge-light] .hljs-title.class_.inherited__ {
  color: #7c9f4b;
}
[theme=base16-edge-light] .hljs-built_in, [theme=base16-edge-light] .hljs-doctag, [theme=base16-edge-light] .hljs-keyword.hljs-atrule, [theme=base16-edge-light] .hljs-quote, [theme=base16-edge-light] .hljs-regexp {
  color: #509c93;
}
[theme=base16-edge-light] .hljs-attribute, [theme=base16-edge-light] .hljs-function .hljs-title, [theme=base16-edge-light] .hljs-section, [theme=base16-edge-light] .hljs-title.function_, [theme=base16-edge-light] .ruby .hljs-property {
  color: #6587bf;
}
[theme=base16-edge-light] .diff .hljs-meta, [theme=base16-edge-light] .hljs-keyword, [theme=base16-edge-light] .hljs-template-tag, [theme=base16-edge-light] .hljs-type {
  color: #b870ce;
}
[theme=base16-edge-light] .hljs-emphasis {
  color: #b870ce;
  font-style: italic;
}
[theme=base16-edge-light] .hljs-meta, [theme=base16-edge-light] .hljs-meta .hljs-keyword, [theme=base16-edge-light] .hljs-meta .hljs-string {
  color: #509c93;
}
[theme=base16-edge-light] .hljs-meta .hljs-keyword, [theme=base16-edge-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-eighties] {
  /*!
    Theme: Eighties
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-eighties] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-eighties] code.hljs {
  padding: 3px 5px;
}
[theme=base16-eighties] .hljs {
  color: #d3d0c8;
  background: #2d2d2d;
}
[theme=base16-eighties] .hljs ::selection, [theme=base16-eighties] .hljs::selection {
  background-color: #515151;
  color: #d3d0c8;
}
[theme=base16-eighties] .hljs-comment {
  color: #747369;
}
[theme=base16-eighties] .hljs-tag {
  color: #a09f93;
}
[theme=base16-eighties] .hljs-operator, [theme=base16-eighties] .hljs-punctuation, [theme=base16-eighties] .hljs-subst {
  color: #d3d0c8;
}
[theme=base16-eighties] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-eighties] .hljs-bullet, [theme=base16-eighties] .hljs-deletion, [theme=base16-eighties] .hljs-name, [theme=base16-eighties] .hljs-selector-tag, [theme=base16-eighties] .hljs-template-variable, [theme=base16-eighties] .hljs-variable {
  color: #f2777a;
}
[theme=base16-eighties] .hljs-attr, [theme=base16-eighties] .hljs-link, [theme=base16-eighties] .hljs-literal, [theme=base16-eighties] .hljs-number, [theme=base16-eighties] .hljs-symbol, [theme=base16-eighties] .hljs-variable.constant_ {
  color: #f99157;
}
[theme=base16-eighties] .hljs-class .hljs-title, [theme=base16-eighties] .hljs-title, [theme=base16-eighties] .hljs-title.class_ {
  color: #fc6;
}
[theme=base16-eighties] .hljs-strong {
  font-weight: 700;
  color: #fc6;
}
[theme=base16-eighties] .hljs-addition, [theme=base16-eighties] .hljs-code, [theme=base16-eighties] .hljs-string, [theme=base16-eighties] .hljs-title.class_.inherited__ {
  color: #9c9;
}
[theme=base16-eighties] .hljs-built_in, [theme=base16-eighties] .hljs-doctag, [theme=base16-eighties] .hljs-keyword.hljs-atrule, [theme=base16-eighties] .hljs-quote, [theme=base16-eighties] .hljs-regexp {
  color: #6cc;
}
[theme=base16-eighties] .hljs-attribute, [theme=base16-eighties] .hljs-function .hljs-title, [theme=base16-eighties] .hljs-section, [theme=base16-eighties] .hljs-title.function_, [theme=base16-eighties] .ruby .hljs-property {
  color: #69c;
}
[theme=base16-eighties] .diff .hljs-meta, [theme=base16-eighties] .hljs-keyword, [theme=base16-eighties] .hljs-template-tag, [theme=base16-eighties] .hljs-type {
  color: #c9c;
}
[theme=base16-eighties] .hljs-emphasis {
  color: #c9c;
  font-style: italic;
}
[theme=base16-eighties] .hljs-meta, [theme=base16-eighties] .hljs-meta .hljs-keyword, [theme=base16-eighties] .hljs-meta .hljs-string {
  color: #d27b53;
}
[theme=base16-eighties] .hljs-meta .hljs-keyword, [theme=base16-eighties] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-embers] {
  /*!
    Theme: Embers
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-embers] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-embers] code.hljs {
  padding: 3px 5px;
}
[theme=base16-embers] .hljs {
  color: #a39a90;
  background: #16130f;
}
[theme=base16-embers] .hljs ::selection, [theme=base16-embers] .hljs::selection {
  background-color: #433b32;
  color: #a39a90;
}
[theme=base16-embers] .hljs-comment {
  color: #5a5047;
}
[theme=base16-embers] .hljs-tag {
  color: #8a8075;
}
[theme=base16-embers] .hljs-operator, [theme=base16-embers] .hljs-punctuation, [theme=base16-embers] .hljs-subst {
  color: #a39a90;
}
[theme=base16-embers] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-embers] .hljs-bullet, [theme=base16-embers] .hljs-deletion, [theme=base16-embers] .hljs-name, [theme=base16-embers] .hljs-selector-tag, [theme=base16-embers] .hljs-template-variable, [theme=base16-embers] .hljs-variable {
  color: #826d57;
}
[theme=base16-embers] .hljs-attr, [theme=base16-embers] .hljs-link, [theme=base16-embers] .hljs-literal, [theme=base16-embers] .hljs-number, [theme=base16-embers] .hljs-symbol, [theme=base16-embers] .hljs-variable.constant_ {
  color: #828257;
}
[theme=base16-embers] .hljs-class .hljs-title, [theme=base16-embers] .hljs-title, [theme=base16-embers] .hljs-title.class_ {
  color: #6d8257;
}
[theme=base16-embers] .hljs-strong {
  font-weight: 700;
  color: #6d8257;
}
[theme=base16-embers] .hljs-addition, [theme=base16-embers] .hljs-code, [theme=base16-embers] .hljs-string, [theme=base16-embers] .hljs-title.class_.inherited__ {
  color: #57826d;
}
[theme=base16-embers] .hljs-built_in, [theme=base16-embers] .hljs-doctag, [theme=base16-embers] .hljs-keyword.hljs-atrule, [theme=base16-embers] .hljs-quote, [theme=base16-embers] .hljs-regexp {
  color: #576d82;
}
[theme=base16-embers] .hljs-attribute, [theme=base16-embers] .hljs-function .hljs-title, [theme=base16-embers] .hljs-section, [theme=base16-embers] .hljs-title.function_, [theme=base16-embers] .ruby .hljs-property {
  color: #6d5782;
}
[theme=base16-embers] .diff .hljs-meta, [theme=base16-embers] .hljs-keyword, [theme=base16-embers] .hljs-template-tag, [theme=base16-embers] .hljs-type {
  color: #82576d;
}
[theme=base16-embers] .hljs-emphasis {
  color: #82576d;
  font-style: italic;
}
[theme=base16-embers] .hljs-meta, [theme=base16-embers] .hljs-meta .hljs-keyword, [theme=base16-embers] .hljs-meta .hljs-string {
  color: #825757;
}
[theme=base16-embers] .hljs-meta .hljs-keyword, [theme=base16-embers] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-dark] {
  /*!
    Theme: Equilibrium Dark
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-dark] .hljs {
  color: #afaba2;
  background: #0c1118;
}
[theme=base16-equilibrium-dark] .hljs ::selection, [theme=base16-equilibrium-dark] .hljs::selection {
  background-color: #22262d;
  color: #afaba2;
}
[theme=base16-equilibrium-dark] .hljs-comment {
  color: #7b776e;
}
[theme=base16-equilibrium-dark] .hljs-tag {
  color: #949088;
}
[theme=base16-equilibrium-dark] .hljs-operator, [theme=base16-equilibrium-dark] .hljs-punctuation, [theme=base16-equilibrium-dark] .hljs-subst {
  color: #afaba2;
}
[theme=base16-equilibrium-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-dark] .hljs-bullet, [theme=base16-equilibrium-dark] .hljs-deletion, [theme=base16-equilibrium-dark] .hljs-name, [theme=base16-equilibrium-dark] .hljs-selector-tag, [theme=base16-equilibrium-dark] .hljs-template-variable, [theme=base16-equilibrium-dark] .hljs-variable {
  color: #f04339;
}
[theme=base16-equilibrium-dark] .hljs-attr, [theme=base16-equilibrium-dark] .hljs-link, [theme=base16-equilibrium-dark] .hljs-literal, [theme=base16-equilibrium-dark] .hljs-number, [theme=base16-equilibrium-dark] .hljs-symbol, [theme=base16-equilibrium-dark] .hljs-variable.constant_ {
  color: #df5923;
}
[theme=base16-equilibrium-dark] .hljs-class .hljs-title, [theme=base16-equilibrium-dark] .hljs-title, [theme=base16-equilibrium-dark] .hljs-title.class_ {
  color: #bb8801;
}
[theme=base16-equilibrium-dark] .hljs-strong {
  font-weight: 700;
  color: #bb8801;
}
[theme=base16-equilibrium-dark] .hljs-addition, [theme=base16-equilibrium-dark] .hljs-code, [theme=base16-equilibrium-dark] .hljs-string, [theme=base16-equilibrium-dark] .hljs-title.class_.inherited__ {
  color: #7f8b00;
}
[theme=base16-equilibrium-dark] .hljs-built_in, [theme=base16-equilibrium-dark] .hljs-doctag, [theme=base16-equilibrium-dark] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-dark] .hljs-quote, [theme=base16-equilibrium-dark] .hljs-regexp {
  color: #00948b;
}
[theme=base16-equilibrium-dark] .hljs-attribute, [theme=base16-equilibrium-dark] .hljs-function .hljs-title, [theme=base16-equilibrium-dark] .hljs-section, [theme=base16-equilibrium-dark] .hljs-title.function_, [theme=base16-equilibrium-dark] .ruby .hljs-property {
  color: #008dd1;
}
[theme=base16-equilibrium-dark] .diff .hljs-meta, [theme=base16-equilibrium-dark] .hljs-keyword, [theme=base16-equilibrium-dark] .hljs-template-tag, [theme=base16-equilibrium-dark] .hljs-type {
  color: #6a7fd2;
}
[theme=base16-equilibrium-dark] .hljs-emphasis {
  color: #6a7fd2;
  font-style: italic;
}
[theme=base16-equilibrium-dark] .hljs-meta, [theme=base16-equilibrium-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-dark] .hljs-meta .hljs-string {
  color: #e3488e;
}
[theme=base16-equilibrium-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-gray-dark] {
  /*!
    Theme: Equilibrium Gray Dark
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-gray-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-gray-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-gray-dark] .hljs {
  color: #ababab;
  background: #111;
}
[theme=base16-equilibrium-gray-dark] .hljs ::selection, [theme=base16-equilibrium-gray-dark] .hljs::selection {
  background-color: #262626;
  color: #ababab;
}
[theme=base16-equilibrium-gray-dark] .hljs-comment {
  color: #777;
}
[theme=base16-equilibrium-gray-dark] .hljs-tag {
  color: #919191;
}
[theme=base16-equilibrium-gray-dark] .hljs-operator, [theme=base16-equilibrium-gray-dark] .hljs-punctuation, [theme=base16-equilibrium-gray-dark] .hljs-subst {
  color: #ababab;
}
[theme=base16-equilibrium-gray-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-gray-dark] .hljs-bullet, [theme=base16-equilibrium-gray-dark] .hljs-deletion, [theme=base16-equilibrium-gray-dark] .hljs-name, [theme=base16-equilibrium-gray-dark] .hljs-selector-tag, [theme=base16-equilibrium-gray-dark] .hljs-template-variable, [theme=base16-equilibrium-gray-dark] .hljs-variable {
  color: #f04339;
}
[theme=base16-equilibrium-gray-dark] .hljs-attr, [theme=base16-equilibrium-gray-dark] .hljs-link, [theme=base16-equilibrium-gray-dark] .hljs-literal, [theme=base16-equilibrium-gray-dark] .hljs-number, [theme=base16-equilibrium-gray-dark] .hljs-symbol, [theme=base16-equilibrium-gray-dark] .hljs-variable.constant_ {
  color: #df5923;
}
[theme=base16-equilibrium-gray-dark] .hljs-class .hljs-title, [theme=base16-equilibrium-gray-dark] .hljs-title, [theme=base16-equilibrium-gray-dark] .hljs-title.class_ {
  color: #bb8801;
}
[theme=base16-equilibrium-gray-dark] .hljs-strong {
  font-weight: 700;
  color: #bb8801;
}
[theme=base16-equilibrium-gray-dark] .hljs-addition, [theme=base16-equilibrium-gray-dark] .hljs-code, [theme=base16-equilibrium-gray-dark] .hljs-string, [theme=base16-equilibrium-gray-dark] .hljs-title.class_.inherited__ {
  color: #7f8b00;
}
[theme=base16-equilibrium-gray-dark] .hljs-built_in, [theme=base16-equilibrium-gray-dark] .hljs-doctag, [theme=base16-equilibrium-gray-dark] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-gray-dark] .hljs-quote, [theme=base16-equilibrium-gray-dark] .hljs-regexp {
  color: #00948b;
}
[theme=base16-equilibrium-gray-dark] .hljs-attribute, [theme=base16-equilibrium-gray-dark] .hljs-function .hljs-title, [theme=base16-equilibrium-gray-dark] .hljs-section, [theme=base16-equilibrium-gray-dark] .hljs-title.function_, [theme=base16-equilibrium-gray-dark] .ruby .hljs-property {
  color: #008dd1;
}
[theme=base16-equilibrium-gray-dark] .diff .hljs-meta, [theme=base16-equilibrium-gray-dark] .hljs-keyword, [theme=base16-equilibrium-gray-dark] .hljs-template-tag, [theme=base16-equilibrium-gray-dark] .hljs-type {
  color: #6a7fd2;
}
[theme=base16-equilibrium-gray-dark] .hljs-emphasis {
  color: #6a7fd2;
  font-style: italic;
}
[theme=base16-equilibrium-gray-dark] .hljs-meta, [theme=base16-equilibrium-gray-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-dark] .hljs-meta .hljs-string {
  color: #e3488e;
}
[theme=base16-equilibrium-gray-dark] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-gray-light] {
  /*!
    Theme: Equilibrium Gray Light
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-gray-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-gray-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-gray-light] .hljs {
  color: #474747;
  background: #f1f1f1;
}
[theme=base16-equilibrium-gray-light] .hljs ::selection, [theme=base16-equilibrium-gray-light] .hljs::selection {
  background-color: #d4d4d4;
  color: #474747;
}
[theme=base16-equilibrium-gray-light] .hljs-comment {
  color: #777;
}
[theme=base16-equilibrium-gray-light] .hljs-tag {
  color: #5e5e5e;
}
[theme=base16-equilibrium-gray-light] .hljs-operator, [theme=base16-equilibrium-gray-light] .hljs-punctuation, [theme=base16-equilibrium-gray-light] .hljs-subst {
  color: #474747;
}
[theme=base16-equilibrium-gray-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-gray-light] .hljs-bullet, [theme=base16-equilibrium-gray-light] .hljs-deletion, [theme=base16-equilibrium-gray-light] .hljs-name, [theme=base16-equilibrium-gray-light] .hljs-selector-tag, [theme=base16-equilibrium-gray-light] .hljs-template-variable, [theme=base16-equilibrium-gray-light] .hljs-variable {
  color: #d02023;
}
[theme=base16-equilibrium-gray-light] .hljs-attr, [theme=base16-equilibrium-gray-light] .hljs-link, [theme=base16-equilibrium-gray-light] .hljs-literal, [theme=base16-equilibrium-gray-light] .hljs-number, [theme=base16-equilibrium-gray-light] .hljs-symbol, [theme=base16-equilibrium-gray-light] .hljs-variable.constant_ {
  color: #bf3e05;
}
[theme=base16-equilibrium-gray-light] .hljs-class .hljs-title, [theme=base16-equilibrium-gray-light] .hljs-title, [theme=base16-equilibrium-gray-light] .hljs-title.class_ {
  color: #9d6f00;
}
[theme=base16-equilibrium-gray-light] .hljs-strong {
  font-weight: 700;
  color: #9d6f00;
}
[theme=base16-equilibrium-gray-light] .hljs-addition, [theme=base16-equilibrium-gray-light] .hljs-code, [theme=base16-equilibrium-gray-light] .hljs-string, [theme=base16-equilibrium-gray-light] .hljs-title.class_.inherited__ {
  color: #637200;
}
[theme=base16-equilibrium-gray-light] .hljs-built_in, [theme=base16-equilibrium-gray-light] .hljs-doctag, [theme=base16-equilibrium-gray-light] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-gray-light] .hljs-quote, [theme=base16-equilibrium-gray-light] .hljs-regexp {
  color: #007a72;
}
[theme=base16-equilibrium-gray-light] .hljs-attribute, [theme=base16-equilibrium-gray-light] .hljs-function .hljs-title, [theme=base16-equilibrium-gray-light] .hljs-section, [theme=base16-equilibrium-gray-light] .hljs-title.function_, [theme=base16-equilibrium-gray-light] .ruby .hljs-property {
  color: #0073b5;
}
[theme=base16-equilibrium-gray-light] .diff .hljs-meta, [theme=base16-equilibrium-gray-light] .hljs-keyword, [theme=base16-equilibrium-gray-light] .hljs-template-tag, [theme=base16-equilibrium-gray-light] .hljs-type {
  color: #4e66b6;
}
[theme=base16-equilibrium-gray-light] .hljs-emphasis {
  color: #4e66b6;
  font-style: italic;
}
[theme=base16-equilibrium-gray-light] .hljs-meta, [theme=base16-equilibrium-gray-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-light] .hljs-meta .hljs-string {
  color: #c42775;
}
[theme=base16-equilibrium-gray-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-gray-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-equilibrium-light] {
  /*!
    Theme: Equilibrium Light
    Author: Carlo Abelli
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-equilibrium-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-equilibrium-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-equilibrium-light] .hljs {
  color: #43474e;
  background: #f5f0e7;
}
[theme=base16-equilibrium-light] .hljs ::selection, [theme=base16-equilibrium-light] .hljs::selection {
  background-color: #d8d4cb;
  color: #43474e;
}
[theme=base16-equilibrium-light] .hljs-comment {
  color: #73777f;
}
[theme=base16-equilibrium-light] .hljs-tag {
  color: #5a5f66;
}
[theme=base16-equilibrium-light] .hljs-operator, [theme=base16-equilibrium-light] .hljs-punctuation, [theme=base16-equilibrium-light] .hljs-subst {
  color: #43474e;
}
[theme=base16-equilibrium-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-equilibrium-light] .hljs-bullet, [theme=base16-equilibrium-light] .hljs-deletion, [theme=base16-equilibrium-light] .hljs-name, [theme=base16-equilibrium-light] .hljs-selector-tag, [theme=base16-equilibrium-light] .hljs-template-variable, [theme=base16-equilibrium-light] .hljs-variable {
  color: #d02023;
}
[theme=base16-equilibrium-light] .hljs-attr, [theme=base16-equilibrium-light] .hljs-link, [theme=base16-equilibrium-light] .hljs-literal, [theme=base16-equilibrium-light] .hljs-number, [theme=base16-equilibrium-light] .hljs-symbol, [theme=base16-equilibrium-light] .hljs-variable.constant_ {
  color: #bf3e05;
}
[theme=base16-equilibrium-light] .hljs-class .hljs-title, [theme=base16-equilibrium-light] .hljs-title, [theme=base16-equilibrium-light] .hljs-title.class_ {
  color: #9d6f00;
}
[theme=base16-equilibrium-light] .hljs-strong {
  font-weight: 700;
  color: #9d6f00;
}
[theme=base16-equilibrium-light] .hljs-addition, [theme=base16-equilibrium-light] .hljs-code, [theme=base16-equilibrium-light] .hljs-string, [theme=base16-equilibrium-light] .hljs-title.class_.inherited__ {
  color: #637200;
}
[theme=base16-equilibrium-light] .hljs-built_in, [theme=base16-equilibrium-light] .hljs-doctag, [theme=base16-equilibrium-light] .hljs-keyword.hljs-atrule, [theme=base16-equilibrium-light] .hljs-quote, [theme=base16-equilibrium-light] .hljs-regexp {
  color: #007a72;
}
[theme=base16-equilibrium-light] .hljs-attribute, [theme=base16-equilibrium-light] .hljs-function .hljs-title, [theme=base16-equilibrium-light] .hljs-section, [theme=base16-equilibrium-light] .hljs-title.function_, [theme=base16-equilibrium-light] .ruby .hljs-property {
  color: #0073b5;
}
[theme=base16-equilibrium-light] .diff .hljs-meta, [theme=base16-equilibrium-light] .hljs-keyword, [theme=base16-equilibrium-light] .hljs-template-tag, [theme=base16-equilibrium-light] .hljs-type {
  color: #4e66b6;
}
[theme=base16-equilibrium-light] .hljs-emphasis {
  color: #4e66b6;
  font-style: italic;
}
[theme=base16-equilibrium-light] .hljs-meta, [theme=base16-equilibrium-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-light] .hljs-meta .hljs-string {
  color: #c42775;
}
[theme=base16-equilibrium-light] .hljs-meta .hljs-keyword, [theme=base16-equilibrium-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-espresso] {
  /*!
    Theme: Espresso
    Author: Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-espresso] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-espresso] code.hljs {
  padding: 3px 5px;
}
[theme=base16-espresso] .hljs {
  color: #ccc;
  background: #2d2d2d;
}
[theme=base16-espresso] .hljs ::selection, [theme=base16-espresso] .hljs::selection {
  background-color: #515151;
  color: #ccc;
}
[theme=base16-espresso] .hljs-comment {
  color: #777;
}
[theme=base16-espresso] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-espresso] .hljs-operator, [theme=base16-espresso] .hljs-punctuation, [theme=base16-espresso] .hljs-subst {
  color: #ccc;
}
[theme=base16-espresso] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-espresso] .hljs-bullet, [theme=base16-espresso] .hljs-deletion, [theme=base16-espresso] .hljs-name, [theme=base16-espresso] .hljs-selector-tag, [theme=base16-espresso] .hljs-template-variable, [theme=base16-espresso] .hljs-variable {
  color: #d25252;
}
[theme=base16-espresso] .hljs-attr, [theme=base16-espresso] .hljs-link, [theme=base16-espresso] .hljs-literal, [theme=base16-espresso] .hljs-number, [theme=base16-espresso] .hljs-symbol, [theme=base16-espresso] .hljs-variable.constant_ {
  color: #f9a959;
}
[theme=base16-espresso] .hljs-class .hljs-title, [theme=base16-espresso] .hljs-title, [theme=base16-espresso] .hljs-title.class_ {
  color: #ffc66d;
}
[theme=base16-espresso] .hljs-strong {
  font-weight: 700;
  color: #ffc66d;
}
[theme=base16-espresso] .hljs-addition, [theme=base16-espresso] .hljs-code, [theme=base16-espresso] .hljs-string, [theme=base16-espresso] .hljs-title.class_.inherited__ {
  color: #a5c261;
}
[theme=base16-espresso] .hljs-built_in, [theme=base16-espresso] .hljs-doctag, [theme=base16-espresso] .hljs-keyword.hljs-atrule, [theme=base16-espresso] .hljs-quote, [theme=base16-espresso] .hljs-regexp {
  color: #bed6ff;
}
[theme=base16-espresso] .hljs-attribute, [theme=base16-espresso] .hljs-function .hljs-title, [theme=base16-espresso] .hljs-section, [theme=base16-espresso] .hljs-title.function_, [theme=base16-espresso] .ruby .hljs-property {
  color: #6c99bb;
}
[theme=base16-espresso] .diff .hljs-meta, [theme=base16-espresso] .hljs-keyword, [theme=base16-espresso] .hljs-template-tag, [theme=base16-espresso] .hljs-type {
  color: #d197d9;
}
[theme=base16-espresso] .hljs-emphasis {
  color: #d197d9;
  font-style: italic;
}
[theme=base16-espresso] .hljs-meta, [theme=base16-espresso] .hljs-meta .hljs-keyword, [theme=base16-espresso] .hljs-meta .hljs-string {
  color: #f97394;
}
[theme=base16-espresso] .hljs-meta .hljs-keyword, [theme=base16-espresso] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-eva-dim] {
  /*!
    Theme: Eva Dim
    Author: kjakapat (https://github.com/kjakapat)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-eva-dim] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-eva-dim] code.hljs {
  padding: 3px 5px;
}
[theme=base16-eva-dim] .hljs {
  color: #9fa2a6;
  background: #2a3b4d;
}
[theme=base16-eva-dim] .hljs ::selection, [theme=base16-eva-dim] .hljs::selection {
  background-color: #4b6988;
  color: #9fa2a6;
}
[theme=base16-eva-dim] .hljs-comment {
  color: #55799c;
}
[theme=base16-eva-dim] .hljs-tag {
  color: #7e90a3;
}
[theme=base16-eva-dim] .hljs-operator, [theme=base16-eva-dim] .hljs-punctuation, [theme=base16-eva-dim] .hljs-subst {
  color: #9fa2a6;
}
[theme=base16-eva-dim] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-eva-dim] .hljs-bullet, [theme=base16-eva-dim] .hljs-deletion, [theme=base16-eva-dim] .hljs-name, [theme=base16-eva-dim] .hljs-selector-tag, [theme=base16-eva-dim] .hljs-template-variable, [theme=base16-eva-dim] .hljs-variable {
  color: #c4676c;
}
[theme=base16-eva-dim] .hljs-attr, [theme=base16-eva-dim] .hljs-link, [theme=base16-eva-dim] .hljs-literal, [theme=base16-eva-dim] .hljs-number, [theme=base16-eva-dim] .hljs-symbol, [theme=base16-eva-dim] .hljs-variable.constant_ {
  color: #f96;
}
[theme=base16-eva-dim] .hljs-class .hljs-title, [theme=base16-eva-dim] .hljs-title, [theme=base16-eva-dim] .hljs-title.class_ {
  color: #cfd05d;
}
[theme=base16-eva-dim] .hljs-strong {
  font-weight: 700;
  color: #cfd05d;
}
[theme=base16-eva-dim] .hljs-addition, [theme=base16-eva-dim] .hljs-code, [theme=base16-eva-dim] .hljs-string, [theme=base16-eva-dim] .hljs-title.class_.inherited__ {
  color: #5de561;
}
[theme=base16-eva-dim] .hljs-built_in, [theme=base16-eva-dim] .hljs-doctag, [theme=base16-eva-dim] .hljs-keyword.hljs-atrule, [theme=base16-eva-dim] .hljs-quote, [theme=base16-eva-dim] .hljs-regexp {
  color: #4b8f77;
}
[theme=base16-eva-dim] .hljs-attribute, [theme=base16-eva-dim] .hljs-function .hljs-title, [theme=base16-eva-dim] .hljs-section, [theme=base16-eva-dim] .hljs-title.function_, [theme=base16-eva-dim] .ruby .hljs-property {
  color: #1ae1dc;
}
[theme=base16-eva-dim] .diff .hljs-meta, [theme=base16-eva-dim] .hljs-keyword, [theme=base16-eva-dim] .hljs-template-tag, [theme=base16-eva-dim] .hljs-type {
  color: #9c6cd3;
}
[theme=base16-eva-dim] .hljs-emphasis {
  color: #9c6cd3;
  font-style: italic;
}
[theme=base16-eva-dim] .hljs-meta, [theme=base16-eva-dim] .hljs-meta .hljs-keyword, [theme=base16-eva-dim] .hljs-meta .hljs-string {
  color: #bb64a9;
}
[theme=base16-eva-dim] .hljs-meta .hljs-keyword, [theme=base16-eva-dim] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-eva] {
  /*!
    Theme: Eva
    Author: kjakapat (https://github.com/kjakapat)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-eva] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-eva] code.hljs {
  padding: 3px 5px;
}
[theme=base16-eva] .hljs {
  color: #9fa2a6;
  background: #2a3b4d;
}
[theme=base16-eva] .hljs ::selection, [theme=base16-eva] .hljs::selection {
  background-color: #4b6988;
  color: #9fa2a6;
}
[theme=base16-eva] .hljs-comment {
  color: #55799c;
}
[theme=base16-eva] .hljs-tag {
  color: #7e90a3;
}
[theme=base16-eva] .hljs-operator, [theme=base16-eva] .hljs-punctuation, [theme=base16-eva] .hljs-subst {
  color: #9fa2a6;
}
[theme=base16-eva] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-eva] .hljs-bullet, [theme=base16-eva] .hljs-deletion, [theme=base16-eva] .hljs-name, [theme=base16-eva] .hljs-selector-tag, [theme=base16-eva] .hljs-template-variable, [theme=base16-eva] .hljs-variable {
  color: #c4676c;
}
[theme=base16-eva] .hljs-attr, [theme=base16-eva] .hljs-link, [theme=base16-eva] .hljs-literal, [theme=base16-eva] .hljs-number, [theme=base16-eva] .hljs-symbol, [theme=base16-eva] .hljs-variable.constant_ {
  color: #f96;
}
[theme=base16-eva] .hljs-class .hljs-title, [theme=base16-eva] .hljs-title, [theme=base16-eva] .hljs-title.class_ {
  color: #ff6;
}
[theme=base16-eva] .hljs-strong {
  font-weight: 700;
  color: #ff6;
}
[theme=base16-eva] .hljs-addition, [theme=base16-eva] .hljs-code, [theme=base16-eva] .hljs-string, [theme=base16-eva] .hljs-title.class_.inherited__ {
  color: #6f6;
}
[theme=base16-eva] .hljs-built_in, [theme=base16-eva] .hljs-doctag, [theme=base16-eva] .hljs-keyword.hljs-atrule, [theme=base16-eva] .hljs-quote, [theme=base16-eva] .hljs-regexp {
  color: #4b8f77;
}
[theme=base16-eva] .hljs-attribute, [theme=base16-eva] .hljs-function .hljs-title, [theme=base16-eva] .hljs-section, [theme=base16-eva] .hljs-title.function_, [theme=base16-eva] .ruby .hljs-property {
  color: #15f4ee;
}
[theme=base16-eva] .diff .hljs-meta, [theme=base16-eva] .hljs-keyword, [theme=base16-eva] .hljs-template-tag, [theme=base16-eva] .hljs-type {
  color: #9c6cd3;
}
[theme=base16-eva] .hljs-emphasis {
  color: #9c6cd3;
  font-style: italic;
}
[theme=base16-eva] .hljs-meta, [theme=base16-eva] .hljs-meta .hljs-keyword, [theme=base16-eva] .hljs-meta .hljs-string {
  color: #bb64a9;
}
[theme=base16-eva] .hljs-meta .hljs-keyword, [theme=base16-eva] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-flat] {
  /*!
    Theme: Flat
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-flat] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-flat] code.hljs {
  padding: 3px 5px;
}
[theme=base16-flat] .hljs {
  color: #e0e0e0;
  background: #2c3e50;
}
[theme=base16-flat] .hljs ::selection, [theme=base16-flat] .hljs::selection {
  background-color: #7f8c8d;
  color: #e0e0e0;
}
[theme=base16-flat] .hljs-comment {
  color: #95a5a6;
}
[theme=base16-flat] .hljs-tag {
  color: #bdc3c7;
}
[theme=base16-flat] .hljs-operator, [theme=base16-flat] .hljs-punctuation, [theme=base16-flat] .hljs-subst {
  color: #e0e0e0;
}
[theme=base16-flat] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-flat] .hljs-bullet, [theme=base16-flat] .hljs-deletion, [theme=base16-flat] .hljs-name, [theme=base16-flat] .hljs-selector-tag, [theme=base16-flat] .hljs-template-variable, [theme=base16-flat] .hljs-variable {
  color: #e74c3c;
}
[theme=base16-flat] .hljs-attr, [theme=base16-flat] .hljs-link, [theme=base16-flat] .hljs-literal, [theme=base16-flat] .hljs-number, [theme=base16-flat] .hljs-symbol, [theme=base16-flat] .hljs-variable.constant_ {
  color: #e67e22;
}
[theme=base16-flat] .hljs-class .hljs-title, [theme=base16-flat] .hljs-title, [theme=base16-flat] .hljs-title.class_ {
  color: #f1c40f;
}
[theme=base16-flat] .hljs-strong {
  font-weight: 700;
  color: #f1c40f;
}
[theme=base16-flat] .hljs-addition, [theme=base16-flat] .hljs-code, [theme=base16-flat] .hljs-string, [theme=base16-flat] .hljs-title.class_.inherited__ {
  color: #2ecc71;
}
[theme=base16-flat] .hljs-built_in, [theme=base16-flat] .hljs-doctag, [theme=base16-flat] .hljs-keyword.hljs-atrule, [theme=base16-flat] .hljs-quote, [theme=base16-flat] .hljs-regexp {
  color: #1abc9c;
}
[theme=base16-flat] .hljs-attribute, [theme=base16-flat] .hljs-function .hljs-title, [theme=base16-flat] .hljs-section, [theme=base16-flat] .hljs-title.function_, [theme=base16-flat] .ruby .hljs-property {
  color: #3498db;
}
[theme=base16-flat] .diff .hljs-meta, [theme=base16-flat] .hljs-keyword, [theme=base16-flat] .hljs-template-tag, [theme=base16-flat] .hljs-type {
  color: #9b59b6;
}
[theme=base16-flat] .hljs-emphasis {
  color: #9b59b6;
  font-style: italic;
}
[theme=base16-flat] .hljs-meta, [theme=base16-flat] .hljs-meta .hljs-keyword, [theme=base16-flat] .hljs-meta .hljs-string {
  color: #be643c;
}
[theme=base16-flat] .hljs-meta .hljs-keyword, [theme=base16-flat] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-framer] {
  /*!
    Theme: Framer
    Author: Framer (Maintained by Jesse Hoyos)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-framer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-framer] code.hljs {
  padding: 3px 5px;
}
[theme=base16-framer] .hljs {
  color: #d0d0d0;
  background: #181818;
}
[theme=base16-framer] .hljs ::selection, [theme=base16-framer] .hljs::selection {
  background-color: #464646;
  color: #d0d0d0;
}
[theme=base16-framer] .hljs-comment {
  color: #747474;
}
[theme=base16-framer] .hljs-tag {
  color: #b9b9b9;
}
[theme=base16-framer] .hljs-operator, [theme=base16-framer] .hljs-punctuation, [theme=base16-framer] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-framer] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-framer] .hljs-bullet, [theme=base16-framer] .hljs-deletion, [theme=base16-framer] .hljs-name, [theme=base16-framer] .hljs-selector-tag, [theme=base16-framer] .hljs-template-variable, [theme=base16-framer] .hljs-variable {
  color: #fd886b;
}
[theme=base16-framer] .hljs-attr, [theme=base16-framer] .hljs-link, [theme=base16-framer] .hljs-literal, [theme=base16-framer] .hljs-number, [theme=base16-framer] .hljs-symbol, [theme=base16-framer] .hljs-variable.constant_ {
  color: #fc4769;
}
[theme=base16-framer] .hljs-class .hljs-title, [theme=base16-framer] .hljs-title, [theme=base16-framer] .hljs-title.class_ {
  color: #fecb6e;
}
[theme=base16-framer] .hljs-strong {
  font-weight: 700;
  color: #fecb6e;
}
[theme=base16-framer] .hljs-addition, [theme=base16-framer] .hljs-code, [theme=base16-framer] .hljs-string, [theme=base16-framer] .hljs-title.class_.inherited__ {
  color: #32ccdc;
}
[theme=base16-framer] .hljs-built_in, [theme=base16-framer] .hljs-doctag, [theme=base16-framer] .hljs-keyword.hljs-atrule, [theme=base16-framer] .hljs-quote, [theme=base16-framer] .hljs-regexp {
  color: #acddfd;
}
[theme=base16-framer] .hljs-attribute, [theme=base16-framer] .hljs-function .hljs-title, [theme=base16-framer] .hljs-section, [theme=base16-framer] .hljs-title.function_, [theme=base16-framer] .ruby .hljs-property {
  color: #20bcfc;
}
[theme=base16-framer] .diff .hljs-meta, [theme=base16-framer] .hljs-keyword, [theme=base16-framer] .hljs-template-tag, [theme=base16-framer] .hljs-type {
  color: #ba8cfc;
}
[theme=base16-framer] .hljs-emphasis {
  color: #ba8cfc;
  font-style: italic;
}
[theme=base16-framer] .hljs-meta, [theme=base16-framer] .hljs-meta .hljs-keyword, [theme=base16-framer] .hljs-meta .hljs-string {
  color: #b15f4a;
}
[theme=base16-framer] .hljs-meta .hljs-keyword, [theme=base16-framer] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-fruit-soda] {
  /*!
    Theme: Fruit Soda
    Author: jozip
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-fruit-soda] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-fruit-soda] code.hljs {
  padding: 3px 5px;
}
[theme=base16-fruit-soda] .hljs {
  color: #515151;
  background: #f1ecf1;
}
[theme=base16-fruit-soda] .hljs ::selection, [theme=base16-fruit-soda] .hljs::selection {
  background-color: #d8d5d5;
  color: #515151;
}
[theme=base16-fruit-soda] .hljs-comment {
  color: #b5b4b6;
}
[theme=base16-fruit-soda] .hljs-tag {
  color: #979598;
}
[theme=base16-fruit-soda] .hljs-operator, [theme=base16-fruit-soda] .hljs-punctuation, [theme=base16-fruit-soda] .hljs-subst {
  color: #515151;
}
[theme=base16-fruit-soda] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-fruit-soda] .hljs-bullet, [theme=base16-fruit-soda] .hljs-deletion, [theme=base16-fruit-soda] .hljs-name, [theme=base16-fruit-soda] .hljs-selector-tag, [theme=base16-fruit-soda] .hljs-template-variable, [theme=base16-fruit-soda] .hljs-variable {
  color: #fe3e31;
}
[theme=base16-fruit-soda] .hljs-attr, [theme=base16-fruit-soda] .hljs-link, [theme=base16-fruit-soda] .hljs-literal, [theme=base16-fruit-soda] .hljs-number, [theme=base16-fruit-soda] .hljs-symbol, [theme=base16-fruit-soda] .hljs-variable.constant_ {
  color: #fe6d08;
}
[theme=base16-fruit-soda] .hljs-class .hljs-title, [theme=base16-fruit-soda] .hljs-title, [theme=base16-fruit-soda] .hljs-title.class_ {
  color: #f7e203;
}
[theme=base16-fruit-soda] .hljs-strong {
  font-weight: 700;
  color: #f7e203;
}
[theme=base16-fruit-soda] .hljs-addition, [theme=base16-fruit-soda] .hljs-code, [theme=base16-fruit-soda] .hljs-string, [theme=base16-fruit-soda] .hljs-title.class_.inherited__ {
  color: #47f74c;
}
[theme=base16-fruit-soda] .hljs-built_in, [theme=base16-fruit-soda] .hljs-doctag, [theme=base16-fruit-soda] .hljs-keyword.hljs-atrule, [theme=base16-fruit-soda] .hljs-quote, [theme=base16-fruit-soda] .hljs-regexp {
  color: #0f9cfd;
}
[theme=base16-fruit-soda] .hljs-attribute, [theme=base16-fruit-soda] .hljs-function .hljs-title, [theme=base16-fruit-soda] .hljs-section, [theme=base16-fruit-soda] .hljs-title.function_, [theme=base16-fruit-soda] .ruby .hljs-property {
  color: #2931df;
}
[theme=base16-fruit-soda] .diff .hljs-meta, [theme=base16-fruit-soda] .hljs-keyword, [theme=base16-fruit-soda] .hljs-template-tag, [theme=base16-fruit-soda] .hljs-type {
  color: #611fce;
}
[theme=base16-fruit-soda] .hljs-emphasis {
  color: #611fce;
  font-style: italic;
}
[theme=base16-fruit-soda] .hljs-meta, [theme=base16-fruit-soda] .hljs-meta .hljs-keyword, [theme=base16-fruit-soda] .hljs-meta .hljs-string {
  color: #b16f40;
}
[theme=base16-fruit-soda] .hljs-meta .hljs-keyword, [theme=base16-fruit-soda] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gigavolt] {
  /*!
    Theme: Gigavolt
    Author: Aidan Swope (http://github.com/Whillikers)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gigavolt] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gigavolt] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gigavolt] .hljs {
  color: #e9e7e1;
  background: #202126;
}
[theme=base16-gigavolt] .hljs ::selection, [theme=base16-gigavolt] .hljs::selection {
  background-color: #5a576e;
  color: #e9e7e1;
}
[theme=base16-gigavolt] .hljs-comment {
  color: #a1d2e6;
}
[theme=base16-gigavolt] .hljs-tag {
  color: #cad3ff;
}
[theme=base16-gigavolt] .hljs-operator, [theme=base16-gigavolt] .hljs-punctuation, [theme=base16-gigavolt] .hljs-subst {
  color: #e9e7e1;
}
[theme=base16-gigavolt] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gigavolt] .hljs-bullet, [theme=base16-gigavolt] .hljs-deletion, [theme=base16-gigavolt] .hljs-name, [theme=base16-gigavolt] .hljs-selector-tag, [theme=base16-gigavolt] .hljs-template-variable, [theme=base16-gigavolt] .hljs-variable {
  color: #ff661a;
}
[theme=base16-gigavolt] .hljs-attr, [theme=base16-gigavolt] .hljs-link, [theme=base16-gigavolt] .hljs-literal, [theme=base16-gigavolt] .hljs-number, [theme=base16-gigavolt] .hljs-symbol, [theme=base16-gigavolt] .hljs-variable.constant_ {
  color: #19f988;
}
[theme=base16-gigavolt] .hljs-class .hljs-title, [theme=base16-gigavolt] .hljs-title, [theme=base16-gigavolt] .hljs-title.class_ {
  color: #ffdc2d;
}
[theme=base16-gigavolt] .hljs-strong {
  font-weight: 700;
  color: #ffdc2d;
}
[theme=base16-gigavolt] .hljs-addition, [theme=base16-gigavolt] .hljs-code, [theme=base16-gigavolt] .hljs-string, [theme=base16-gigavolt] .hljs-title.class_.inherited__ {
  color: #f2e6a9;
}
[theme=base16-gigavolt] .hljs-built_in, [theme=base16-gigavolt] .hljs-doctag, [theme=base16-gigavolt] .hljs-keyword.hljs-atrule, [theme=base16-gigavolt] .hljs-quote, [theme=base16-gigavolt] .hljs-regexp {
  color: #fb6acb;
}
[theme=base16-gigavolt] .hljs-attribute, [theme=base16-gigavolt] .hljs-function .hljs-title, [theme=base16-gigavolt] .hljs-section, [theme=base16-gigavolt] .hljs-title.function_, [theme=base16-gigavolt] .ruby .hljs-property {
  color: #40bfff;
}
[theme=base16-gigavolt] .diff .hljs-meta, [theme=base16-gigavolt] .hljs-keyword, [theme=base16-gigavolt] .hljs-template-tag, [theme=base16-gigavolt] .hljs-type {
  color: #ae94f9;
}
[theme=base16-gigavolt] .hljs-emphasis {
  color: #ae94f9;
  font-style: italic;
}
[theme=base16-gigavolt] .hljs-meta, [theme=base16-gigavolt] .hljs-meta .hljs-keyword, [theme=base16-gigavolt] .hljs-meta .hljs-string {
  color: #6187ff;
}
[theme=base16-gigavolt] .hljs-meta .hljs-keyword, [theme=base16-gigavolt] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-github] {
  /*!
    Theme: Github
    Author: Defman21
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-github] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-github] code.hljs {
  padding: 3px 5px;
}
[theme=base16-github] .hljs {
  color: #333;
  background: #fff;
}
[theme=base16-github] .hljs ::selection, [theme=base16-github] .hljs::selection {
  background-color: #c8c8fa;
  color: #333;
}
[theme=base16-github] .hljs-comment {
  color: #969896;
}
[theme=base16-github] .hljs-tag {
  color: #e8e8e8;
}
[theme=base16-github] .hljs-operator, [theme=base16-github] .hljs-punctuation, [theme=base16-github] .hljs-subst {
  color: #333;
}
[theme=base16-github] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-github] .hljs-bullet, [theme=base16-github] .hljs-deletion, [theme=base16-github] .hljs-name, [theme=base16-github] .hljs-selector-tag, [theme=base16-github] .hljs-template-variable, [theme=base16-github] .hljs-variable {
  color: #ed6a43;
}
[theme=base16-github] .hljs-attr, [theme=base16-github] .hljs-link, [theme=base16-github] .hljs-literal, [theme=base16-github] .hljs-number, [theme=base16-github] .hljs-symbol, [theme=base16-github] .hljs-variable.constant_ {
  color: #0086b3;
}
[theme=base16-github] .hljs-class .hljs-title, [theme=base16-github] .hljs-title, [theme=base16-github] .hljs-title.class_ {
  color: #795da3;
}
[theme=base16-github] .hljs-strong {
  font-weight: 700;
  color: #795da3;
}
[theme=base16-github] .hljs-addition, [theme=base16-github] .hljs-built_in, [theme=base16-github] .hljs-code, [theme=base16-github] .hljs-doctag, [theme=base16-github] .hljs-keyword.hljs-atrule, [theme=base16-github] .hljs-quote, [theme=base16-github] .hljs-regexp, [theme=base16-github] .hljs-string, [theme=base16-github] .hljs-title.class_.inherited__ {
  color: #183691;
}
[theme=base16-github] .hljs-attribute, [theme=base16-github] .hljs-function .hljs-title, [theme=base16-github] .hljs-section, [theme=base16-github] .hljs-title.function_, [theme=base16-github] .ruby .hljs-property {
  color: #795da3;
}
[theme=base16-github] .diff .hljs-meta, [theme=base16-github] .hljs-keyword, [theme=base16-github] .hljs-template-tag, [theme=base16-github] .hljs-type {
  color: #a71d5d;
}
[theme=base16-github] .hljs-emphasis {
  color: #a71d5d;
  font-style: italic;
}
[theme=base16-github] .hljs-meta, [theme=base16-github] .hljs-meta .hljs-keyword, [theme=base16-github] .hljs-meta .hljs-string {
  color: #333;
}
[theme=base16-github] .hljs-meta .hljs-keyword, [theme=base16-github] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-google-dark] {
  /*!
    Theme: Google Dark
    Author: Seth Wright (http://sethawright.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-google-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-google-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-google-dark] .hljs {
  color: #c5c8c6;
  background: #1d1f21;
}
[theme=base16-google-dark] .hljs ::selection, [theme=base16-google-dark] .hljs::selection {
  background-color: #373b41;
  color: #c5c8c6;
}
[theme=base16-google-dark] .hljs-comment {
  color: #969896;
}
[theme=base16-google-dark] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-google-dark] .hljs-operator, [theme=base16-google-dark] .hljs-punctuation, [theme=base16-google-dark] .hljs-subst {
  color: #c5c8c6;
}
[theme=base16-google-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-google-dark] .hljs-bullet, [theme=base16-google-dark] .hljs-deletion, [theme=base16-google-dark] .hljs-name, [theme=base16-google-dark] .hljs-selector-tag, [theme=base16-google-dark] .hljs-template-variable, [theme=base16-google-dark] .hljs-variable {
  color: #cc342b;
}
[theme=base16-google-dark] .hljs-attr, [theme=base16-google-dark] .hljs-link, [theme=base16-google-dark] .hljs-literal, [theme=base16-google-dark] .hljs-number, [theme=base16-google-dark] .hljs-symbol, [theme=base16-google-dark] .hljs-variable.constant_ {
  color: #f96a38;
}
[theme=base16-google-dark] .hljs-class .hljs-title, [theme=base16-google-dark] .hljs-title, [theme=base16-google-dark] .hljs-title.class_ {
  color: #fba922;
}
[theme=base16-google-dark] .hljs-strong {
  font-weight: 700;
  color: #fba922;
}
[theme=base16-google-dark] .hljs-addition, [theme=base16-google-dark] .hljs-code, [theme=base16-google-dark] .hljs-string, [theme=base16-google-dark] .hljs-title.class_.inherited__ {
  color: #198844;
}
[theme=base16-google-dark] .hljs-attribute, [theme=base16-google-dark] .hljs-built_in, [theme=base16-google-dark] .hljs-doctag, [theme=base16-google-dark] .hljs-function .hljs-title, [theme=base16-google-dark] .hljs-keyword.hljs-atrule, [theme=base16-google-dark] .hljs-quote, [theme=base16-google-dark] .hljs-regexp, [theme=base16-google-dark] .hljs-section, [theme=base16-google-dark] .hljs-title.function_, [theme=base16-google-dark] .ruby .hljs-property {
  color: #3971ed;
}
[theme=base16-google-dark] .diff .hljs-meta, [theme=base16-google-dark] .hljs-keyword, [theme=base16-google-dark] .hljs-template-tag, [theme=base16-google-dark] .hljs-type {
  color: #a36ac7;
}
[theme=base16-google-dark] .hljs-emphasis {
  color: #a36ac7;
  font-style: italic;
}
[theme=base16-google-dark] .hljs-meta, [theme=base16-google-dark] .hljs-meta .hljs-keyword, [theme=base16-google-dark] .hljs-meta .hljs-string {
  color: #3971ed;
}
[theme=base16-google-dark] .hljs-meta .hljs-keyword, [theme=base16-google-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-google-light] {
  /*!
    Theme: Google Light
    Author: Seth Wright (http://sethawright.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-google-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-google-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-google-light] .hljs {
  color: #373b41;
  background: #fff;
}
[theme=base16-google-light] .hljs ::selection, [theme=base16-google-light] .hljs::selection {
  background-color: #c5c8c6;
  color: #373b41;
}
[theme=base16-google-light] .hljs-comment {
  color: #b4b7b4;
}
[theme=base16-google-light] .hljs-tag {
  color: #969896;
}
[theme=base16-google-light] .hljs-operator, [theme=base16-google-light] .hljs-punctuation, [theme=base16-google-light] .hljs-subst {
  color: #373b41;
}
[theme=base16-google-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-google-light] .hljs-bullet, [theme=base16-google-light] .hljs-deletion, [theme=base16-google-light] .hljs-name, [theme=base16-google-light] .hljs-selector-tag, [theme=base16-google-light] .hljs-template-variable, [theme=base16-google-light] .hljs-variable {
  color: #cc342b;
}
[theme=base16-google-light] .hljs-attr, [theme=base16-google-light] .hljs-link, [theme=base16-google-light] .hljs-literal, [theme=base16-google-light] .hljs-number, [theme=base16-google-light] .hljs-symbol, [theme=base16-google-light] .hljs-variable.constant_ {
  color: #f96a38;
}
[theme=base16-google-light] .hljs-class .hljs-title, [theme=base16-google-light] .hljs-title, [theme=base16-google-light] .hljs-title.class_ {
  color: #fba922;
}
[theme=base16-google-light] .hljs-strong {
  font-weight: 700;
  color: #fba922;
}
[theme=base16-google-light] .hljs-addition, [theme=base16-google-light] .hljs-code, [theme=base16-google-light] .hljs-string, [theme=base16-google-light] .hljs-title.class_.inherited__ {
  color: #198844;
}
[theme=base16-google-light] .hljs-attribute, [theme=base16-google-light] .hljs-built_in, [theme=base16-google-light] .hljs-doctag, [theme=base16-google-light] .hljs-function .hljs-title, [theme=base16-google-light] .hljs-keyword.hljs-atrule, [theme=base16-google-light] .hljs-quote, [theme=base16-google-light] .hljs-regexp, [theme=base16-google-light] .hljs-section, [theme=base16-google-light] .hljs-title.function_, [theme=base16-google-light] .ruby .hljs-property {
  color: #3971ed;
}
[theme=base16-google-light] .diff .hljs-meta, [theme=base16-google-light] .hljs-keyword, [theme=base16-google-light] .hljs-template-tag, [theme=base16-google-light] .hljs-type {
  color: #a36ac7;
}
[theme=base16-google-light] .hljs-emphasis {
  color: #a36ac7;
  font-style: italic;
}
[theme=base16-google-light] .hljs-meta, [theme=base16-google-light] .hljs-meta .hljs-keyword, [theme=base16-google-light] .hljs-meta .hljs-string {
  color: #3971ed;
}
[theme=base16-google-light] .hljs-meta .hljs-keyword, [theme=base16-google-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-grayscale-dark] {
  /*!
    Theme: Grayscale Dark
    Author: Alexandre Gavioli (https://github.com/Alexx2/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-grayscale-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-grayscale-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-grayscale-dark] .hljs {
  color: #b9b9b9;
  background: #101010;
}
[theme=base16-grayscale-dark] .hljs ::selection, [theme=base16-grayscale-dark] .hljs::selection {
  background-color: #464646;
  color: #b9b9b9;
}
[theme=base16-grayscale-dark] .hljs-comment {
  color: #525252;
}
[theme=base16-grayscale-dark] .hljs-tag {
  color: #ababab;
}
[theme=base16-grayscale-dark] .hljs-operator, [theme=base16-grayscale-dark] .hljs-punctuation, [theme=base16-grayscale-dark] .hljs-subst {
  color: #b9b9b9;
}
[theme=base16-grayscale-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-grayscale-dark] .hljs-bullet, [theme=base16-grayscale-dark] .hljs-deletion, [theme=base16-grayscale-dark] .hljs-name, [theme=base16-grayscale-dark] .hljs-selector-tag, [theme=base16-grayscale-dark] .hljs-template-variable, [theme=base16-grayscale-dark] .hljs-variable {
  color: #7c7c7c;
}
[theme=base16-grayscale-dark] .hljs-attr, [theme=base16-grayscale-dark] .hljs-link, [theme=base16-grayscale-dark] .hljs-literal, [theme=base16-grayscale-dark] .hljs-number, [theme=base16-grayscale-dark] .hljs-symbol, [theme=base16-grayscale-dark] .hljs-variable.constant_ {
  color: #999;
}
[theme=base16-grayscale-dark] .hljs-class .hljs-title, [theme=base16-grayscale-dark] .hljs-title, [theme=base16-grayscale-dark] .hljs-title.class_ {
  color: #a0a0a0;
}
[theme=base16-grayscale-dark] .hljs-strong {
  font-weight: 700;
  color: #a0a0a0;
}
[theme=base16-grayscale-dark] .hljs-addition, [theme=base16-grayscale-dark] .hljs-code, [theme=base16-grayscale-dark] .hljs-string, [theme=base16-grayscale-dark] .hljs-title.class_.inherited__ {
  color: #8e8e8e;
}
[theme=base16-grayscale-dark] .hljs-built_in, [theme=base16-grayscale-dark] .hljs-doctag, [theme=base16-grayscale-dark] .hljs-keyword.hljs-atrule, [theme=base16-grayscale-dark] .hljs-quote, [theme=base16-grayscale-dark] .hljs-regexp {
  color: #868686;
}
[theme=base16-grayscale-dark] .hljs-attribute, [theme=base16-grayscale-dark] .hljs-function .hljs-title, [theme=base16-grayscale-dark] .hljs-section, [theme=base16-grayscale-dark] .hljs-title.function_, [theme=base16-grayscale-dark] .ruby .hljs-property {
  color: #686868;
}
[theme=base16-grayscale-dark] .diff .hljs-meta, [theme=base16-grayscale-dark] .hljs-keyword, [theme=base16-grayscale-dark] .hljs-template-tag, [theme=base16-grayscale-dark] .hljs-type {
  color: #747474;
}
[theme=base16-grayscale-dark] .hljs-emphasis {
  color: #747474;
  font-style: italic;
}
[theme=base16-grayscale-dark] .hljs-meta, [theme=base16-grayscale-dark] .hljs-meta .hljs-keyword, [theme=base16-grayscale-dark] .hljs-meta .hljs-string {
  color: #5e5e5e;
}
[theme=base16-grayscale-dark] .hljs-meta .hljs-keyword, [theme=base16-grayscale-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-grayscale-light] {
  /*!
    Theme: Grayscale Light
    Author: Alexandre Gavioli (https://github.com/Alexx2/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-grayscale-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-grayscale-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-grayscale-light] .hljs {
  color: #464646;
  background: #f7f7f7;
}
[theme=base16-grayscale-light] .hljs ::selection, [theme=base16-grayscale-light] .hljs::selection {
  background-color: #b9b9b9;
  color: #464646;
}
[theme=base16-grayscale-light] .hljs-comment {
  color: #ababab;
}
[theme=base16-grayscale-light] .hljs-tag {
  color: #525252;
}
[theme=base16-grayscale-light] .hljs-operator, [theme=base16-grayscale-light] .hljs-punctuation, [theme=base16-grayscale-light] .hljs-subst {
  color: #464646;
}
[theme=base16-grayscale-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-grayscale-light] .hljs-bullet, [theme=base16-grayscale-light] .hljs-deletion, [theme=base16-grayscale-light] .hljs-name, [theme=base16-grayscale-light] .hljs-selector-tag, [theme=base16-grayscale-light] .hljs-template-variable, [theme=base16-grayscale-light] .hljs-variable {
  color: #7c7c7c;
}
[theme=base16-grayscale-light] .hljs-attr, [theme=base16-grayscale-light] .hljs-link, [theme=base16-grayscale-light] .hljs-literal, [theme=base16-grayscale-light] .hljs-number, [theme=base16-grayscale-light] .hljs-symbol, [theme=base16-grayscale-light] .hljs-variable.constant_ {
  color: #999;
}
[theme=base16-grayscale-light] .hljs-class .hljs-title, [theme=base16-grayscale-light] .hljs-title, [theme=base16-grayscale-light] .hljs-title.class_ {
  color: #a0a0a0;
}
[theme=base16-grayscale-light] .hljs-strong {
  font-weight: 700;
  color: #a0a0a0;
}
[theme=base16-grayscale-light] .hljs-addition, [theme=base16-grayscale-light] .hljs-code, [theme=base16-grayscale-light] .hljs-string, [theme=base16-grayscale-light] .hljs-title.class_.inherited__ {
  color: #8e8e8e;
}
[theme=base16-grayscale-light] .hljs-built_in, [theme=base16-grayscale-light] .hljs-doctag, [theme=base16-grayscale-light] .hljs-keyword.hljs-atrule, [theme=base16-grayscale-light] .hljs-quote, [theme=base16-grayscale-light] .hljs-regexp {
  color: #868686;
}
[theme=base16-grayscale-light] .hljs-attribute, [theme=base16-grayscale-light] .hljs-function .hljs-title, [theme=base16-grayscale-light] .hljs-section, [theme=base16-grayscale-light] .hljs-title.function_, [theme=base16-grayscale-light] .ruby .hljs-property {
  color: #686868;
}
[theme=base16-grayscale-light] .diff .hljs-meta, [theme=base16-grayscale-light] .hljs-keyword, [theme=base16-grayscale-light] .hljs-template-tag, [theme=base16-grayscale-light] .hljs-type {
  color: #747474;
}
[theme=base16-grayscale-light] .hljs-emphasis {
  color: #747474;
  font-style: italic;
}
[theme=base16-grayscale-light] .hljs-meta, [theme=base16-grayscale-light] .hljs-meta .hljs-keyword, [theme=base16-grayscale-light] .hljs-meta .hljs-string {
  color: #5e5e5e;
}
[theme=base16-grayscale-light] .hljs-meta .hljs-keyword, [theme=base16-grayscale-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-green-screen] {
  /*!
    Theme: Green Screen
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-green-screen] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-green-screen] code.hljs {
  padding: 3px 5px;
}
[theme=base16-green-screen] .hljs {
  color: #0b0;
  background: #010;
}
[theme=base16-green-screen] .hljs ::selection, [theme=base16-green-screen] .hljs::selection {
  background-color: #050;
  color: #0b0;
}
[theme=base16-green-screen] .hljs-comment {
  color: #070;
}
[theme=base16-green-screen] .hljs-tag {
  color: #090;
}
[theme=base16-green-screen] .hljs-operator, [theme=base16-green-screen] .hljs-punctuation, [theme=base16-green-screen] .hljs-subst {
  color: #0b0;
}
[theme=base16-green-screen] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-green-screen] .hljs-bullet, [theme=base16-green-screen] .hljs-deletion, [theme=base16-green-screen] .hljs-name, [theme=base16-green-screen] .hljs-selector-tag, [theme=base16-green-screen] .hljs-template-variable, [theme=base16-green-screen] .hljs-variable {
  color: #070;
}
[theme=base16-green-screen] .hljs-attr, [theme=base16-green-screen] .hljs-link, [theme=base16-green-screen] .hljs-literal, [theme=base16-green-screen] .hljs-number, [theme=base16-green-screen] .hljs-symbol, [theme=base16-green-screen] .hljs-variable.constant_ {
  color: #090;
}
[theme=base16-green-screen] .hljs-class .hljs-title, [theme=base16-green-screen] .hljs-title, [theme=base16-green-screen] .hljs-title.class_ {
  color: #070;
}
[theme=base16-green-screen] .hljs-strong {
  font-weight: 700;
  color: #070;
}
[theme=base16-green-screen] .hljs-addition, [theme=base16-green-screen] .hljs-code, [theme=base16-green-screen] .hljs-string, [theme=base16-green-screen] .hljs-title.class_.inherited__ {
  color: #0b0;
}
[theme=base16-green-screen] .hljs-built_in, [theme=base16-green-screen] .hljs-doctag, [theme=base16-green-screen] .hljs-keyword.hljs-atrule, [theme=base16-green-screen] .hljs-quote, [theme=base16-green-screen] .hljs-regexp {
  color: #050;
}
[theme=base16-green-screen] .hljs-attribute, [theme=base16-green-screen] .hljs-function .hljs-title, [theme=base16-green-screen] .hljs-section, [theme=base16-green-screen] .hljs-title.function_, [theme=base16-green-screen] .ruby .hljs-property {
  color: #090;
}
[theme=base16-green-screen] .diff .hljs-meta, [theme=base16-green-screen] .hljs-keyword, [theme=base16-green-screen] .hljs-template-tag, [theme=base16-green-screen] .hljs-type {
  color: #0b0;
}
[theme=base16-green-screen] .hljs-emphasis {
  color: #0b0;
  font-style: italic;
}
[theme=base16-green-screen] .hljs-meta, [theme=base16-green-screen] .hljs-meta .hljs-keyword, [theme=base16-green-screen] .hljs-meta .hljs-string {
  color: #050;
}
[theme=base16-green-screen] .hljs-meta .hljs-keyword, [theme=base16-green-screen] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-hard] {
  /*!
    Theme: Gruvbox dark, hard
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-hard] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-hard] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-hard] .hljs {
  color: #d5c4a1;
  background: #1d2021;
}
[theme=base16-gruvbox-dark-hard] .hljs ::selection, [theme=base16-gruvbox-dark-hard] .hljs::selection {
  background-color: #504945;
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-hard] .hljs-comment {
  color: #665c54;
}
[theme=base16-gruvbox-dark-hard] .hljs-tag {
  color: #bdae93;
}
[theme=base16-gruvbox-dark-hard] .hljs-operator, [theme=base16-gruvbox-dark-hard] .hljs-punctuation, [theme=base16-gruvbox-dark-hard] .hljs-subst {
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-hard] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-hard] .hljs-bullet, [theme=base16-gruvbox-dark-hard] .hljs-deletion, [theme=base16-gruvbox-dark-hard] .hljs-name, [theme=base16-gruvbox-dark-hard] .hljs-selector-tag, [theme=base16-gruvbox-dark-hard] .hljs-template-variable, [theme=base16-gruvbox-dark-hard] .hljs-variable {
  color: #fb4934;
}
[theme=base16-gruvbox-dark-hard] .hljs-attr, [theme=base16-gruvbox-dark-hard] .hljs-link, [theme=base16-gruvbox-dark-hard] .hljs-literal, [theme=base16-gruvbox-dark-hard] .hljs-number, [theme=base16-gruvbox-dark-hard] .hljs-symbol, [theme=base16-gruvbox-dark-hard] .hljs-variable.constant_ {
  color: #fe8019;
}
[theme=base16-gruvbox-dark-hard] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-hard] .hljs-title, [theme=base16-gruvbox-dark-hard] .hljs-title.class_ {
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-hard] .hljs-strong {
  font-weight: 700;
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-hard] .hljs-addition, [theme=base16-gruvbox-dark-hard] .hljs-code, [theme=base16-gruvbox-dark-hard] .hljs-string, [theme=base16-gruvbox-dark-hard] .hljs-title.class_.inherited__ {
  color: #b8bb26;
}
[theme=base16-gruvbox-dark-hard] .hljs-built_in, [theme=base16-gruvbox-dark-hard] .hljs-doctag, [theme=base16-gruvbox-dark-hard] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-hard] .hljs-quote, [theme=base16-gruvbox-dark-hard] .hljs-regexp {
  color: #8ec07c;
}
[theme=base16-gruvbox-dark-hard] .hljs-attribute, [theme=base16-gruvbox-dark-hard] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-hard] .hljs-section, [theme=base16-gruvbox-dark-hard] .hljs-title.function_, [theme=base16-gruvbox-dark-hard] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-gruvbox-dark-hard] .diff .hljs-meta, [theme=base16-gruvbox-dark-hard] .hljs-keyword, [theme=base16-gruvbox-dark-hard] .hljs-template-tag, [theme=base16-gruvbox-dark-hard] .hljs-type {
  color: #d3869b;
}
[theme=base16-gruvbox-dark-hard] .hljs-emphasis {
  color: #d3869b;
  font-style: italic;
}
[theme=base16-gruvbox-dark-hard] .hljs-meta, [theme=base16-gruvbox-dark-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-hard] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-hard] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-medium] {
  /*!
    Theme: Gruvbox dark, medium
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-medium] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-medium] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-medium] .hljs {
  color: #d5c4a1;
  background: #282828;
}
[theme=base16-gruvbox-dark-medium] .hljs ::selection, [theme=base16-gruvbox-dark-medium] .hljs::selection {
  background-color: #504945;
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-medium] .hljs-comment {
  color: #665c54;
}
[theme=base16-gruvbox-dark-medium] .hljs-tag {
  color: #bdae93;
}
[theme=base16-gruvbox-dark-medium] .hljs-operator, [theme=base16-gruvbox-dark-medium] .hljs-punctuation, [theme=base16-gruvbox-dark-medium] .hljs-subst {
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-medium] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-medium] .hljs-bullet, [theme=base16-gruvbox-dark-medium] .hljs-deletion, [theme=base16-gruvbox-dark-medium] .hljs-name, [theme=base16-gruvbox-dark-medium] .hljs-selector-tag, [theme=base16-gruvbox-dark-medium] .hljs-template-variable, [theme=base16-gruvbox-dark-medium] .hljs-variable {
  color: #fb4934;
}
[theme=base16-gruvbox-dark-medium] .hljs-attr, [theme=base16-gruvbox-dark-medium] .hljs-link, [theme=base16-gruvbox-dark-medium] .hljs-literal, [theme=base16-gruvbox-dark-medium] .hljs-number, [theme=base16-gruvbox-dark-medium] .hljs-symbol, [theme=base16-gruvbox-dark-medium] .hljs-variable.constant_ {
  color: #fe8019;
}
[theme=base16-gruvbox-dark-medium] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-medium] .hljs-title, [theme=base16-gruvbox-dark-medium] .hljs-title.class_ {
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-medium] .hljs-strong {
  font-weight: 700;
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-medium] .hljs-addition, [theme=base16-gruvbox-dark-medium] .hljs-code, [theme=base16-gruvbox-dark-medium] .hljs-string, [theme=base16-gruvbox-dark-medium] .hljs-title.class_.inherited__ {
  color: #b8bb26;
}
[theme=base16-gruvbox-dark-medium] .hljs-built_in, [theme=base16-gruvbox-dark-medium] .hljs-doctag, [theme=base16-gruvbox-dark-medium] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-medium] .hljs-quote, [theme=base16-gruvbox-dark-medium] .hljs-regexp {
  color: #8ec07c;
}
[theme=base16-gruvbox-dark-medium] .hljs-attribute, [theme=base16-gruvbox-dark-medium] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-medium] .hljs-section, [theme=base16-gruvbox-dark-medium] .hljs-title.function_, [theme=base16-gruvbox-dark-medium] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-gruvbox-dark-medium] .diff .hljs-meta, [theme=base16-gruvbox-dark-medium] .hljs-keyword, [theme=base16-gruvbox-dark-medium] .hljs-template-tag, [theme=base16-gruvbox-dark-medium] .hljs-type {
  color: #d3869b;
}
[theme=base16-gruvbox-dark-medium] .hljs-emphasis {
  color: #d3869b;
  font-style: italic;
}
[theme=base16-gruvbox-dark-medium] .hljs-meta, [theme=base16-gruvbox-dark-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-medium] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-medium] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-pale] {
  /*!
    Theme: Gruvbox dark, pale
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-pale] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-pale] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-pale] .hljs {
  color: #dab997;
  background: #262626;
}
[theme=base16-gruvbox-dark-pale] .hljs ::selection, [theme=base16-gruvbox-dark-pale] .hljs::selection {
  background-color: #4e4e4e;
  color: #dab997;
}
[theme=base16-gruvbox-dark-pale] .hljs-comment {
  color: #8a8a8a;
}
[theme=base16-gruvbox-dark-pale] .hljs-tag {
  color: #949494;
}
[theme=base16-gruvbox-dark-pale] .hljs-operator, [theme=base16-gruvbox-dark-pale] .hljs-punctuation, [theme=base16-gruvbox-dark-pale] .hljs-subst {
  color: #dab997;
}
[theme=base16-gruvbox-dark-pale] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-pale] .hljs-bullet, [theme=base16-gruvbox-dark-pale] .hljs-deletion, [theme=base16-gruvbox-dark-pale] .hljs-name, [theme=base16-gruvbox-dark-pale] .hljs-selector-tag, [theme=base16-gruvbox-dark-pale] .hljs-template-variable, [theme=base16-gruvbox-dark-pale] .hljs-variable {
  color: #d75f5f;
}
[theme=base16-gruvbox-dark-pale] .hljs-attr, [theme=base16-gruvbox-dark-pale] .hljs-link, [theme=base16-gruvbox-dark-pale] .hljs-literal, [theme=base16-gruvbox-dark-pale] .hljs-number, [theme=base16-gruvbox-dark-pale] .hljs-symbol, [theme=base16-gruvbox-dark-pale] .hljs-variable.constant_ {
  color: #ff8700;
}
[theme=base16-gruvbox-dark-pale] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-pale] .hljs-title, [theme=base16-gruvbox-dark-pale] .hljs-title.class_ {
  color: #ffaf00;
}
[theme=base16-gruvbox-dark-pale] .hljs-strong {
  font-weight: 700;
  color: #ffaf00;
}
[theme=base16-gruvbox-dark-pale] .hljs-addition, [theme=base16-gruvbox-dark-pale] .hljs-code, [theme=base16-gruvbox-dark-pale] .hljs-string, [theme=base16-gruvbox-dark-pale] .hljs-title.class_.inherited__ {
  color: #afaf00;
}
[theme=base16-gruvbox-dark-pale] .hljs-built_in, [theme=base16-gruvbox-dark-pale] .hljs-doctag, [theme=base16-gruvbox-dark-pale] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-pale] .hljs-quote, [theme=base16-gruvbox-dark-pale] .hljs-regexp {
  color: #85ad85;
}
[theme=base16-gruvbox-dark-pale] .hljs-attribute, [theme=base16-gruvbox-dark-pale] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-pale] .hljs-section, [theme=base16-gruvbox-dark-pale] .hljs-title.function_, [theme=base16-gruvbox-dark-pale] .ruby .hljs-property {
  color: #83adad;
}
[theme=base16-gruvbox-dark-pale] .diff .hljs-meta, [theme=base16-gruvbox-dark-pale] .hljs-keyword, [theme=base16-gruvbox-dark-pale] .hljs-template-tag, [theme=base16-gruvbox-dark-pale] .hljs-type {
  color: #d485ad;
}
[theme=base16-gruvbox-dark-pale] .hljs-emphasis {
  color: #d485ad;
  font-style: italic;
}
[theme=base16-gruvbox-dark-pale] .hljs-meta, [theme=base16-gruvbox-dark-pale] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-pale] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-pale] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-pale] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-dark-soft] {
  /*!
    Theme: Gruvbox dark, soft
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-dark-soft] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-dark-soft] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-dark-soft] .hljs {
  color: #d5c4a1;
  background: #32302f;
}
[theme=base16-gruvbox-dark-soft] .hljs ::selection, [theme=base16-gruvbox-dark-soft] .hljs::selection {
  background-color: #504945;
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-soft] .hljs-comment {
  color: #665c54;
}
[theme=base16-gruvbox-dark-soft] .hljs-tag {
  color: #bdae93;
}
[theme=base16-gruvbox-dark-soft] .hljs-operator, [theme=base16-gruvbox-dark-soft] .hljs-punctuation, [theme=base16-gruvbox-dark-soft] .hljs-subst {
  color: #d5c4a1;
}
[theme=base16-gruvbox-dark-soft] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-dark-soft] .hljs-bullet, [theme=base16-gruvbox-dark-soft] .hljs-deletion, [theme=base16-gruvbox-dark-soft] .hljs-name, [theme=base16-gruvbox-dark-soft] .hljs-selector-tag, [theme=base16-gruvbox-dark-soft] .hljs-template-variable, [theme=base16-gruvbox-dark-soft] .hljs-variable {
  color: #fb4934;
}
[theme=base16-gruvbox-dark-soft] .hljs-attr, [theme=base16-gruvbox-dark-soft] .hljs-link, [theme=base16-gruvbox-dark-soft] .hljs-literal, [theme=base16-gruvbox-dark-soft] .hljs-number, [theme=base16-gruvbox-dark-soft] .hljs-symbol, [theme=base16-gruvbox-dark-soft] .hljs-variable.constant_ {
  color: #fe8019;
}
[theme=base16-gruvbox-dark-soft] .hljs-class .hljs-title, [theme=base16-gruvbox-dark-soft] .hljs-title, [theme=base16-gruvbox-dark-soft] .hljs-title.class_ {
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-soft] .hljs-strong {
  font-weight: 700;
  color: #fabd2f;
}
[theme=base16-gruvbox-dark-soft] .hljs-addition, [theme=base16-gruvbox-dark-soft] .hljs-code, [theme=base16-gruvbox-dark-soft] .hljs-string, [theme=base16-gruvbox-dark-soft] .hljs-title.class_.inherited__ {
  color: #b8bb26;
}
[theme=base16-gruvbox-dark-soft] .hljs-built_in, [theme=base16-gruvbox-dark-soft] .hljs-doctag, [theme=base16-gruvbox-dark-soft] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-dark-soft] .hljs-quote, [theme=base16-gruvbox-dark-soft] .hljs-regexp {
  color: #8ec07c;
}
[theme=base16-gruvbox-dark-soft] .hljs-attribute, [theme=base16-gruvbox-dark-soft] .hljs-function .hljs-title, [theme=base16-gruvbox-dark-soft] .hljs-section, [theme=base16-gruvbox-dark-soft] .hljs-title.function_, [theme=base16-gruvbox-dark-soft] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-gruvbox-dark-soft] .diff .hljs-meta, [theme=base16-gruvbox-dark-soft] .hljs-keyword, [theme=base16-gruvbox-dark-soft] .hljs-template-tag, [theme=base16-gruvbox-dark-soft] .hljs-type {
  color: #d3869b;
}
[theme=base16-gruvbox-dark-soft] .hljs-emphasis {
  color: #d3869b;
  font-style: italic;
}
[theme=base16-gruvbox-dark-soft] .hljs-meta, [theme=base16-gruvbox-dark-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-soft] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-dark-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-dark-soft] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-light-hard] {
  /*!
    Theme: Gruvbox light, hard
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-light-hard] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-light-hard] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-light-hard] .hljs {
  color: #504945;
  background: #f9f5d7;
}
[theme=base16-gruvbox-light-hard] .hljs ::selection, [theme=base16-gruvbox-light-hard] .hljs::selection {
  background-color: #d5c4a1;
  color: #504945;
}
[theme=base16-gruvbox-light-hard] .hljs-comment {
  color: #bdae93;
}
[theme=base16-gruvbox-light-hard] .hljs-tag {
  color: #665c54;
}
[theme=base16-gruvbox-light-hard] .hljs-operator, [theme=base16-gruvbox-light-hard] .hljs-punctuation, [theme=base16-gruvbox-light-hard] .hljs-subst {
  color: #504945;
}
[theme=base16-gruvbox-light-hard] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-light-hard] .hljs-bullet, [theme=base16-gruvbox-light-hard] .hljs-deletion, [theme=base16-gruvbox-light-hard] .hljs-name, [theme=base16-gruvbox-light-hard] .hljs-selector-tag, [theme=base16-gruvbox-light-hard] .hljs-template-variable, [theme=base16-gruvbox-light-hard] .hljs-variable {
  color: #9d0006;
}
[theme=base16-gruvbox-light-hard] .hljs-attr, [theme=base16-gruvbox-light-hard] .hljs-link, [theme=base16-gruvbox-light-hard] .hljs-literal, [theme=base16-gruvbox-light-hard] .hljs-number, [theme=base16-gruvbox-light-hard] .hljs-symbol, [theme=base16-gruvbox-light-hard] .hljs-variable.constant_ {
  color: #af3a03;
}
[theme=base16-gruvbox-light-hard] .hljs-class .hljs-title, [theme=base16-gruvbox-light-hard] .hljs-title, [theme=base16-gruvbox-light-hard] .hljs-title.class_ {
  color: #b57614;
}
[theme=base16-gruvbox-light-hard] .hljs-strong {
  font-weight: 700;
  color: #b57614;
}
[theme=base16-gruvbox-light-hard] .hljs-addition, [theme=base16-gruvbox-light-hard] .hljs-code, [theme=base16-gruvbox-light-hard] .hljs-string, [theme=base16-gruvbox-light-hard] .hljs-title.class_.inherited__ {
  color: #79740e;
}
[theme=base16-gruvbox-light-hard] .hljs-built_in, [theme=base16-gruvbox-light-hard] .hljs-doctag, [theme=base16-gruvbox-light-hard] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-light-hard] .hljs-quote, [theme=base16-gruvbox-light-hard] .hljs-regexp {
  color: #427b58;
}
[theme=base16-gruvbox-light-hard] .hljs-attribute, [theme=base16-gruvbox-light-hard] .hljs-function .hljs-title, [theme=base16-gruvbox-light-hard] .hljs-section, [theme=base16-gruvbox-light-hard] .hljs-title.function_, [theme=base16-gruvbox-light-hard] .ruby .hljs-property {
  color: #076678;
}
[theme=base16-gruvbox-light-hard] .diff .hljs-meta, [theme=base16-gruvbox-light-hard] .hljs-keyword, [theme=base16-gruvbox-light-hard] .hljs-template-tag, [theme=base16-gruvbox-light-hard] .hljs-type {
  color: #8f3f71;
}
[theme=base16-gruvbox-light-hard] .hljs-emphasis {
  color: #8f3f71;
  font-style: italic;
}
[theme=base16-gruvbox-light-hard] .hljs-meta, [theme=base16-gruvbox-light-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-hard] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-light-hard] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-hard] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-light-medium] {
  /*!
    Theme: Gruvbox light, medium
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-light-medium] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-light-medium] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-light-medium] .hljs {
  color: #504945;
  background: #fbf1c7;
}
[theme=base16-gruvbox-light-medium] .hljs ::selection, [theme=base16-gruvbox-light-medium] .hljs::selection {
  background-color: #d5c4a1;
  color: #504945;
}
[theme=base16-gruvbox-light-medium] .hljs-comment {
  color: #bdae93;
}
[theme=base16-gruvbox-light-medium] .hljs-tag {
  color: #665c54;
}
[theme=base16-gruvbox-light-medium] .hljs-operator, [theme=base16-gruvbox-light-medium] .hljs-punctuation, [theme=base16-gruvbox-light-medium] .hljs-subst {
  color: #504945;
}
[theme=base16-gruvbox-light-medium] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-light-medium] .hljs-bullet, [theme=base16-gruvbox-light-medium] .hljs-deletion, [theme=base16-gruvbox-light-medium] .hljs-name, [theme=base16-gruvbox-light-medium] .hljs-selector-tag, [theme=base16-gruvbox-light-medium] .hljs-template-variable, [theme=base16-gruvbox-light-medium] .hljs-variable {
  color: #9d0006;
}
[theme=base16-gruvbox-light-medium] .hljs-attr, [theme=base16-gruvbox-light-medium] .hljs-link, [theme=base16-gruvbox-light-medium] .hljs-literal, [theme=base16-gruvbox-light-medium] .hljs-number, [theme=base16-gruvbox-light-medium] .hljs-symbol, [theme=base16-gruvbox-light-medium] .hljs-variable.constant_ {
  color: #af3a03;
}
[theme=base16-gruvbox-light-medium] .hljs-class .hljs-title, [theme=base16-gruvbox-light-medium] .hljs-title, [theme=base16-gruvbox-light-medium] .hljs-title.class_ {
  color: #b57614;
}
[theme=base16-gruvbox-light-medium] .hljs-strong {
  font-weight: 700;
  color: #b57614;
}
[theme=base16-gruvbox-light-medium] .hljs-addition, [theme=base16-gruvbox-light-medium] .hljs-code, [theme=base16-gruvbox-light-medium] .hljs-string, [theme=base16-gruvbox-light-medium] .hljs-title.class_.inherited__ {
  color: #79740e;
}
[theme=base16-gruvbox-light-medium] .hljs-built_in, [theme=base16-gruvbox-light-medium] .hljs-doctag, [theme=base16-gruvbox-light-medium] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-light-medium] .hljs-quote, [theme=base16-gruvbox-light-medium] .hljs-regexp {
  color: #427b58;
}
[theme=base16-gruvbox-light-medium] .hljs-attribute, [theme=base16-gruvbox-light-medium] .hljs-function .hljs-title, [theme=base16-gruvbox-light-medium] .hljs-section, [theme=base16-gruvbox-light-medium] .hljs-title.function_, [theme=base16-gruvbox-light-medium] .ruby .hljs-property {
  color: #076678;
}
[theme=base16-gruvbox-light-medium] .diff .hljs-meta, [theme=base16-gruvbox-light-medium] .hljs-keyword, [theme=base16-gruvbox-light-medium] .hljs-template-tag, [theme=base16-gruvbox-light-medium] .hljs-type {
  color: #8f3f71;
}
[theme=base16-gruvbox-light-medium] .hljs-emphasis {
  color: #8f3f71;
  font-style: italic;
}
[theme=base16-gruvbox-light-medium] .hljs-meta, [theme=base16-gruvbox-light-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-medium] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-light-medium] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-medium] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-gruvbox-light-soft] {
  /*!
    Theme: Gruvbox light, soft
    Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-gruvbox-light-soft] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-gruvbox-light-soft] code.hljs {
  padding: 3px 5px;
}
[theme=base16-gruvbox-light-soft] .hljs {
  color: #504945;
  background: #f2e5bc;
}
[theme=base16-gruvbox-light-soft] .hljs ::selection, [theme=base16-gruvbox-light-soft] .hljs::selection {
  background-color: #d5c4a1;
  color: #504945;
}
[theme=base16-gruvbox-light-soft] .hljs-comment {
  color: #bdae93;
}
[theme=base16-gruvbox-light-soft] .hljs-tag {
  color: #665c54;
}
[theme=base16-gruvbox-light-soft] .hljs-operator, [theme=base16-gruvbox-light-soft] .hljs-punctuation, [theme=base16-gruvbox-light-soft] .hljs-subst {
  color: #504945;
}
[theme=base16-gruvbox-light-soft] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-gruvbox-light-soft] .hljs-bullet, [theme=base16-gruvbox-light-soft] .hljs-deletion, [theme=base16-gruvbox-light-soft] .hljs-name, [theme=base16-gruvbox-light-soft] .hljs-selector-tag, [theme=base16-gruvbox-light-soft] .hljs-template-variable, [theme=base16-gruvbox-light-soft] .hljs-variable {
  color: #9d0006;
}
[theme=base16-gruvbox-light-soft] .hljs-attr, [theme=base16-gruvbox-light-soft] .hljs-link, [theme=base16-gruvbox-light-soft] .hljs-literal, [theme=base16-gruvbox-light-soft] .hljs-number, [theme=base16-gruvbox-light-soft] .hljs-symbol, [theme=base16-gruvbox-light-soft] .hljs-variable.constant_ {
  color: #af3a03;
}
[theme=base16-gruvbox-light-soft] .hljs-class .hljs-title, [theme=base16-gruvbox-light-soft] .hljs-title, [theme=base16-gruvbox-light-soft] .hljs-title.class_ {
  color: #b57614;
}
[theme=base16-gruvbox-light-soft] .hljs-strong {
  font-weight: 700;
  color: #b57614;
}
[theme=base16-gruvbox-light-soft] .hljs-addition, [theme=base16-gruvbox-light-soft] .hljs-code, [theme=base16-gruvbox-light-soft] .hljs-string, [theme=base16-gruvbox-light-soft] .hljs-title.class_.inherited__ {
  color: #79740e;
}
[theme=base16-gruvbox-light-soft] .hljs-built_in, [theme=base16-gruvbox-light-soft] .hljs-doctag, [theme=base16-gruvbox-light-soft] .hljs-keyword.hljs-atrule, [theme=base16-gruvbox-light-soft] .hljs-quote, [theme=base16-gruvbox-light-soft] .hljs-regexp {
  color: #427b58;
}
[theme=base16-gruvbox-light-soft] .hljs-attribute, [theme=base16-gruvbox-light-soft] .hljs-function .hljs-title, [theme=base16-gruvbox-light-soft] .hljs-section, [theme=base16-gruvbox-light-soft] .hljs-title.function_, [theme=base16-gruvbox-light-soft] .ruby .hljs-property {
  color: #076678;
}
[theme=base16-gruvbox-light-soft] .diff .hljs-meta, [theme=base16-gruvbox-light-soft] .hljs-keyword, [theme=base16-gruvbox-light-soft] .hljs-template-tag, [theme=base16-gruvbox-light-soft] .hljs-type {
  color: #8f3f71;
}
[theme=base16-gruvbox-light-soft] .hljs-emphasis {
  color: #8f3f71;
  font-style: italic;
}
[theme=base16-gruvbox-light-soft] .hljs-meta, [theme=base16-gruvbox-light-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-soft] .hljs-meta .hljs-string {
  color: #d65d0e;
}
[theme=base16-gruvbox-light-soft] .hljs-meta .hljs-keyword, [theme=base16-gruvbox-light-soft] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-hardcore] {
  /*!
    Theme: Hardcore
    Author: Chris Caller
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-hardcore] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-hardcore] code.hljs {
  padding: 3px 5px;
}
[theme=base16-hardcore] .hljs {
  color: #cdcdcd;
  background: #212121;
}
[theme=base16-hardcore] .hljs ::selection, [theme=base16-hardcore] .hljs::selection {
  background-color: #353535;
  color: #cdcdcd;
}
[theme=base16-hardcore] .hljs-comment {
  color: #4a4a4a;
}
[theme=base16-hardcore] .hljs-tag {
  color: #707070;
}
[theme=base16-hardcore] .hljs-operator, [theme=base16-hardcore] .hljs-punctuation, [theme=base16-hardcore] .hljs-subst {
  color: #cdcdcd;
}
[theme=base16-hardcore] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-hardcore] .hljs-bullet, [theme=base16-hardcore] .hljs-deletion, [theme=base16-hardcore] .hljs-name, [theme=base16-hardcore] .hljs-selector-tag, [theme=base16-hardcore] .hljs-template-variable, [theme=base16-hardcore] .hljs-variable {
  color: #f92672;
}
[theme=base16-hardcore] .hljs-attr, [theme=base16-hardcore] .hljs-link, [theme=base16-hardcore] .hljs-literal, [theme=base16-hardcore] .hljs-number, [theme=base16-hardcore] .hljs-symbol, [theme=base16-hardcore] .hljs-variable.constant_ {
  color: #fd971f;
}
[theme=base16-hardcore] .hljs-class .hljs-title, [theme=base16-hardcore] .hljs-title, [theme=base16-hardcore] .hljs-title.class_ {
  color: #e6db74;
}
[theme=base16-hardcore] .hljs-strong {
  font-weight: 700;
  color: #e6db74;
}
[theme=base16-hardcore] .hljs-addition, [theme=base16-hardcore] .hljs-code, [theme=base16-hardcore] .hljs-string, [theme=base16-hardcore] .hljs-title.class_.inherited__ {
  color: #a6e22e;
}
[theme=base16-hardcore] .hljs-built_in, [theme=base16-hardcore] .hljs-doctag, [theme=base16-hardcore] .hljs-keyword.hljs-atrule, [theme=base16-hardcore] .hljs-quote, [theme=base16-hardcore] .hljs-regexp {
  color: #708387;
}
[theme=base16-hardcore] .hljs-attribute, [theme=base16-hardcore] .hljs-function .hljs-title, [theme=base16-hardcore] .hljs-section, [theme=base16-hardcore] .hljs-title.function_, [theme=base16-hardcore] .ruby .hljs-property {
  color: #66d9ef;
}
[theme=base16-hardcore] .diff .hljs-meta, [theme=base16-hardcore] .hljs-keyword, [theme=base16-hardcore] .hljs-template-tag, [theme=base16-hardcore] .hljs-type {
  color: #9e6ffe;
}
[theme=base16-hardcore] .hljs-emphasis {
  color: #9e6ffe;
  font-style: italic;
}
[theme=base16-hardcore] .hljs-meta, [theme=base16-hardcore] .hljs-meta .hljs-keyword, [theme=base16-hardcore] .hljs-meta .hljs-string {
  color: #e8b882;
}
[theme=base16-hardcore] .hljs-meta .hljs-keyword, [theme=base16-hardcore] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-harmonic16-dark] {
  /*!
    Theme: Harmonic16 Dark
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-harmonic16-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-harmonic16-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-harmonic16-dark] .hljs {
  color: #cbd6e2;
  background: #0b1c2c;
}
[theme=base16-harmonic16-dark] .hljs ::selection, [theme=base16-harmonic16-dark] .hljs::selection {
  background-color: #405c79;
  color: #cbd6e2;
}
[theme=base16-harmonic16-dark] .hljs-comment {
  color: #627e99;
}
[theme=base16-harmonic16-dark] .hljs-tag {
  color: #aabcce;
}
[theme=base16-harmonic16-dark] .hljs-operator, [theme=base16-harmonic16-dark] .hljs-punctuation, [theme=base16-harmonic16-dark] .hljs-subst {
  color: #cbd6e2;
}
[theme=base16-harmonic16-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-harmonic16-dark] .hljs-bullet, [theme=base16-harmonic16-dark] .hljs-deletion, [theme=base16-harmonic16-dark] .hljs-name, [theme=base16-harmonic16-dark] .hljs-selector-tag, [theme=base16-harmonic16-dark] .hljs-template-variable, [theme=base16-harmonic16-dark] .hljs-variable {
  color: #bf8b56;
}
[theme=base16-harmonic16-dark] .hljs-attr, [theme=base16-harmonic16-dark] .hljs-link, [theme=base16-harmonic16-dark] .hljs-literal, [theme=base16-harmonic16-dark] .hljs-number, [theme=base16-harmonic16-dark] .hljs-symbol, [theme=base16-harmonic16-dark] .hljs-variable.constant_ {
  color: #bfbf56;
}
[theme=base16-harmonic16-dark] .hljs-class .hljs-title, [theme=base16-harmonic16-dark] .hljs-title, [theme=base16-harmonic16-dark] .hljs-title.class_ {
  color: #8bbf56;
}
[theme=base16-harmonic16-dark] .hljs-strong {
  font-weight: 700;
  color: #8bbf56;
}
[theme=base16-harmonic16-dark] .hljs-addition, [theme=base16-harmonic16-dark] .hljs-code, [theme=base16-harmonic16-dark] .hljs-string, [theme=base16-harmonic16-dark] .hljs-title.class_.inherited__ {
  color: #56bf8b;
}
[theme=base16-harmonic16-dark] .hljs-built_in, [theme=base16-harmonic16-dark] .hljs-doctag, [theme=base16-harmonic16-dark] .hljs-keyword.hljs-atrule, [theme=base16-harmonic16-dark] .hljs-quote, [theme=base16-harmonic16-dark] .hljs-regexp {
  color: #568bbf;
}
[theme=base16-harmonic16-dark] .hljs-attribute, [theme=base16-harmonic16-dark] .hljs-function .hljs-title, [theme=base16-harmonic16-dark] .hljs-section, [theme=base16-harmonic16-dark] .hljs-title.function_, [theme=base16-harmonic16-dark] .ruby .hljs-property {
  color: #8b56bf;
}
[theme=base16-harmonic16-dark] .diff .hljs-meta, [theme=base16-harmonic16-dark] .hljs-keyword, [theme=base16-harmonic16-dark] .hljs-template-tag, [theme=base16-harmonic16-dark] .hljs-type {
  color: #bf568b;
}
[theme=base16-harmonic16-dark] .hljs-emphasis {
  color: #bf568b;
  font-style: italic;
}
[theme=base16-harmonic16-dark] .hljs-meta, [theme=base16-harmonic16-dark] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-dark] .hljs-meta .hljs-string {
  color: #bf5656;
}
[theme=base16-harmonic16-dark] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-harmonic16-light] {
  /*!
    Theme: Harmonic16 Light
    Author: Jannik Siebert (https://github.com/janniks)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-harmonic16-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-harmonic16-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-harmonic16-light] .hljs {
  color: #405c79;
  background: #f7f9fb;
}
[theme=base16-harmonic16-light] .hljs ::selection, [theme=base16-harmonic16-light] .hljs::selection {
  background-color: #cbd6e2;
  color: #405c79;
}
[theme=base16-harmonic16-light] .hljs-comment {
  color: #aabcce;
}
[theme=base16-harmonic16-light] .hljs-tag {
  color: #627e99;
}
[theme=base16-harmonic16-light] .hljs-operator, [theme=base16-harmonic16-light] .hljs-punctuation, [theme=base16-harmonic16-light] .hljs-subst {
  color: #405c79;
}
[theme=base16-harmonic16-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-harmonic16-light] .hljs-bullet, [theme=base16-harmonic16-light] .hljs-deletion, [theme=base16-harmonic16-light] .hljs-name, [theme=base16-harmonic16-light] .hljs-selector-tag, [theme=base16-harmonic16-light] .hljs-template-variable, [theme=base16-harmonic16-light] .hljs-variable {
  color: #bf8b56;
}
[theme=base16-harmonic16-light] .hljs-attr, [theme=base16-harmonic16-light] .hljs-link, [theme=base16-harmonic16-light] .hljs-literal, [theme=base16-harmonic16-light] .hljs-number, [theme=base16-harmonic16-light] .hljs-symbol, [theme=base16-harmonic16-light] .hljs-variable.constant_ {
  color: #bfbf56;
}
[theme=base16-harmonic16-light] .hljs-class .hljs-title, [theme=base16-harmonic16-light] .hljs-title, [theme=base16-harmonic16-light] .hljs-title.class_ {
  color: #8bbf56;
}
[theme=base16-harmonic16-light] .hljs-strong {
  font-weight: 700;
  color: #8bbf56;
}
[theme=base16-harmonic16-light] .hljs-addition, [theme=base16-harmonic16-light] .hljs-code, [theme=base16-harmonic16-light] .hljs-string, [theme=base16-harmonic16-light] .hljs-title.class_.inherited__ {
  color: #56bf8b;
}
[theme=base16-harmonic16-light] .hljs-built_in, [theme=base16-harmonic16-light] .hljs-doctag, [theme=base16-harmonic16-light] .hljs-keyword.hljs-atrule, [theme=base16-harmonic16-light] .hljs-quote, [theme=base16-harmonic16-light] .hljs-regexp {
  color: #568bbf;
}
[theme=base16-harmonic16-light] .hljs-attribute, [theme=base16-harmonic16-light] .hljs-function .hljs-title, [theme=base16-harmonic16-light] .hljs-section, [theme=base16-harmonic16-light] .hljs-title.function_, [theme=base16-harmonic16-light] .ruby .hljs-property {
  color: #8b56bf;
}
[theme=base16-harmonic16-light] .diff .hljs-meta, [theme=base16-harmonic16-light] .hljs-keyword, [theme=base16-harmonic16-light] .hljs-template-tag, [theme=base16-harmonic16-light] .hljs-type {
  color: #bf568b;
}
[theme=base16-harmonic16-light] .hljs-emphasis {
  color: #bf568b;
  font-style: italic;
}
[theme=base16-harmonic16-light] .hljs-meta, [theme=base16-harmonic16-light] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-light] .hljs-meta .hljs-string {
  color: #bf5656;
}
[theme=base16-harmonic16-light] .hljs-meta .hljs-keyword, [theme=base16-harmonic16-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-heetch-dark] {
  /*!
    Theme: Heetch Dark
    Author: Geoffrey Teale (tealeg@gmail.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-heetch-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-heetch-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-heetch-dark] .hljs {
  color: #bdb6c5;
  background: #190134;
}
[theme=base16-heetch-dark] .hljs ::selection, [theme=base16-heetch-dark] .hljs::selection {
  background-color: #5a496e;
  color: #bdb6c5;
}
[theme=base16-heetch-dark] .hljs-comment {
  color: #7b6d8b;
}
[theme=base16-heetch-dark] .hljs-tag {
  color: #9c92a8;
}
[theme=base16-heetch-dark] .hljs-operator, [theme=base16-heetch-dark] .hljs-punctuation, [theme=base16-heetch-dark] .hljs-subst {
  color: #bdb6c5;
}
[theme=base16-heetch-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-heetch-dark] .hljs-bullet, [theme=base16-heetch-dark] .hljs-deletion, [theme=base16-heetch-dark] .hljs-name, [theme=base16-heetch-dark] .hljs-selector-tag, [theme=base16-heetch-dark] .hljs-template-variable, [theme=base16-heetch-dark] .hljs-variable {
  color: #27d9d5;
}
[theme=base16-heetch-dark] .hljs-attr, [theme=base16-heetch-dark] .hljs-link, [theme=base16-heetch-dark] .hljs-literal, [theme=base16-heetch-dark] .hljs-number, [theme=base16-heetch-dark] .hljs-symbol, [theme=base16-heetch-dark] .hljs-variable.constant_ {
  color: #5ba2b6;
}
[theme=base16-heetch-dark] .hljs-class .hljs-title, [theme=base16-heetch-dark] .hljs-title, [theme=base16-heetch-dark] .hljs-title.class_ {
  color: #8f6c97;
}
[theme=base16-heetch-dark] .hljs-strong {
  font-weight: 700;
  color: #8f6c97;
}
[theme=base16-heetch-dark] .hljs-addition, [theme=base16-heetch-dark] .hljs-code, [theme=base16-heetch-dark] .hljs-string, [theme=base16-heetch-dark] .hljs-title.class_.inherited__ {
  color: #c33678;
}
[theme=base16-heetch-dark] .hljs-built_in, [theme=base16-heetch-dark] .hljs-doctag, [theme=base16-heetch-dark] .hljs-keyword.hljs-atrule, [theme=base16-heetch-dark] .hljs-quote, [theme=base16-heetch-dark] .hljs-regexp {
  color: #f80059;
}
[theme=base16-heetch-dark] .hljs-attribute, [theme=base16-heetch-dark] .hljs-function .hljs-title, [theme=base16-heetch-dark] .hljs-section, [theme=base16-heetch-dark] .hljs-title.function_, [theme=base16-heetch-dark] .ruby .hljs-property {
  color: #bd0152;
}
[theme=base16-heetch-dark] .diff .hljs-meta, [theme=base16-heetch-dark] .hljs-keyword, [theme=base16-heetch-dark] .hljs-template-tag, [theme=base16-heetch-dark] .hljs-type {
  color: #82034c;
}
[theme=base16-heetch-dark] .hljs-emphasis {
  color: #82034c;
  font-style: italic;
}
[theme=base16-heetch-dark] .hljs-meta, [theme=base16-heetch-dark] .hljs-meta .hljs-keyword, [theme=base16-heetch-dark] .hljs-meta .hljs-string {
  color: #470546;
}
[theme=base16-heetch-dark] .hljs-meta .hljs-keyword, [theme=base16-heetch-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-heetch-light] {
  /*!
    Theme: Heetch Light
    Author: Geoffrey Teale (tealeg@gmail.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-heetch-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-heetch-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-heetch-light] .hljs {
  color: #5a496e;
  background: #feffff;
}
[theme=base16-heetch-light] .hljs ::selection, [theme=base16-heetch-light] .hljs::selection {
  background-color: #7b6d8b;
  color: #5a496e;
}
[theme=base16-heetch-light] .hljs-comment {
  color: #9c92a8;
}
[theme=base16-heetch-light] .hljs-tag {
  color: #ddd6e5;
}
[theme=base16-heetch-light] .hljs-operator, [theme=base16-heetch-light] .hljs-punctuation, [theme=base16-heetch-light] .hljs-subst {
  color: #5a496e;
}
[theme=base16-heetch-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-heetch-light] .hljs-bullet, [theme=base16-heetch-light] .hljs-deletion, [theme=base16-heetch-light] .hljs-name, [theme=base16-heetch-light] .hljs-selector-tag, [theme=base16-heetch-light] .hljs-template-variable, [theme=base16-heetch-light] .hljs-variable {
  color: #27d9d5;
}
[theme=base16-heetch-light] .hljs-attr, [theme=base16-heetch-light] .hljs-link, [theme=base16-heetch-light] .hljs-literal, [theme=base16-heetch-light] .hljs-number, [theme=base16-heetch-light] .hljs-symbol, [theme=base16-heetch-light] .hljs-variable.constant_ {
  color: #bdb6c5;
}
[theme=base16-heetch-light] .hljs-class .hljs-title, [theme=base16-heetch-light] .hljs-title, [theme=base16-heetch-light] .hljs-title.class_ {
  color: #5ba2b6;
}
[theme=base16-heetch-light] .hljs-strong {
  font-weight: 700;
  color: #5ba2b6;
}
[theme=base16-heetch-light] .hljs-addition, [theme=base16-heetch-light] .hljs-code, [theme=base16-heetch-light] .hljs-string, [theme=base16-heetch-light] .hljs-title.class_.inherited__ {
  color: #f80059;
}
[theme=base16-heetch-light] .hljs-built_in, [theme=base16-heetch-light] .hljs-doctag, [theme=base16-heetch-light] .hljs-keyword.hljs-atrule, [theme=base16-heetch-light] .hljs-quote, [theme=base16-heetch-light] .hljs-regexp {
  color: #c33678;
}
[theme=base16-heetch-light] .hljs-attribute, [theme=base16-heetch-light] .hljs-function .hljs-title, [theme=base16-heetch-light] .hljs-section, [theme=base16-heetch-light] .hljs-title.function_, [theme=base16-heetch-light] .ruby .hljs-property {
  color: #47f9f5;
}
[theme=base16-heetch-light] .diff .hljs-meta, [theme=base16-heetch-light] .hljs-keyword, [theme=base16-heetch-light] .hljs-template-tag, [theme=base16-heetch-light] .hljs-type {
  color: #bd0152;
}
[theme=base16-heetch-light] .hljs-emphasis {
  color: #bd0152;
  font-style: italic;
}
[theme=base16-heetch-light] .hljs-meta, [theme=base16-heetch-light] .hljs-meta .hljs-keyword, [theme=base16-heetch-light] .hljs-meta .hljs-string {
  color: #dedae2;
}
[theme=base16-heetch-light] .hljs-meta .hljs-keyword, [theme=base16-heetch-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-helios] {
  /*!
    Theme: Helios
    Author: Alex Meyer (https://github.com/reyemxela)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-helios] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-helios] code.hljs {
  padding: 3px 5px;
}
[theme=base16-helios] .hljs {
  color: #d5d5d5;
  background: #1d2021;
}
[theme=base16-helios] .hljs ::selection, [theme=base16-helios] .hljs::selection {
  background-color: #53585b;
  color: #d5d5d5;
}
[theme=base16-helios] .hljs-comment {
  color: #6f7579;
}
[theme=base16-helios] .hljs-tag {
  color: #cdcdcd;
}
[theme=base16-helios] .hljs-operator, [theme=base16-helios] .hljs-punctuation, [theme=base16-helios] .hljs-subst {
  color: #d5d5d5;
}
[theme=base16-helios] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-helios] .hljs-bullet, [theme=base16-helios] .hljs-deletion, [theme=base16-helios] .hljs-name, [theme=base16-helios] .hljs-selector-tag, [theme=base16-helios] .hljs-template-variable, [theme=base16-helios] .hljs-variable {
  color: #d72638;
}
[theme=base16-helios] .hljs-attr, [theme=base16-helios] .hljs-link, [theme=base16-helios] .hljs-literal, [theme=base16-helios] .hljs-number, [theme=base16-helios] .hljs-symbol, [theme=base16-helios] .hljs-variable.constant_ {
  color: #eb8413;
}
[theme=base16-helios] .hljs-class .hljs-title, [theme=base16-helios] .hljs-title, [theme=base16-helios] .hljs-title.class_ {
  color: #f19d1a;
}
[theme=base16-helios] .hljs-strong {
  font-weight: 700;
  color: #f19d1a;
}
[theme=base16-helios] .hljs-addition, [theme=base16-helios] .hljs-code, [theme=base16-helios] .hljs-string, [theme=base16-helios] .hljs-title.class_.inherited__ {
  color: #88b92d;
}
[theme=base16-helios] .hljs-built_in, [theme=base16-helios] .hljs-doctag, [theme=base16-helios] .hljs-keyword.hljs-atrule, [theme=base16-helios] .hljs-quote, [theme=base16-helios] .hljs-regexp {
  color: #1ba595;
}
[theme=base16-helios] .hljs-attribute, [theme=base16-helios] .hljs-function .hljs-title, [theme=base16-helios] .hljs-section, [theme=base16-helios] .hljs-title.function_, [theme=base16-helios] .ruby .hljs-property {
  color: #1e8bac;
}
[theme=base16-helios] .diff .hljs-meta, [theme=base16-helios] .hljs-keyword, [theme=base16-helios] .hljs-template-tag, [theme=base16-helios] .hljs-type {
  color: #be4264;
}
[theme=base16-helios] .hljs-emphasis {
  color: #be4264;
  font-style: italic;
}
[theme=base16-helios] .hljs-meta, [theme=base16-helios] .hljs-meta .hljs-keyword, [theme=base16-helios] .hljs-meta .hljs-string {
  color: #c85e0d;
}
[theme=base16-helios] .hljs-meta .hljs-keyword, [theme=base16-helios] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-hopscotch] {
  /*!
    Theme: Hopscotch
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-hopscotch] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-hopscotch] code.hljs {
  padding: 3px 5px;
}
[theme=base16-hopscotch] .hljs {
  color: #b9b5b8;
  background: #322931;
}
[theme=base16-hopscotch] .hljs ::selection, [theme=base16-hopscotch] .hljs::selection {
  background-color: #5c545b;
  color: #b9b5b8;
}
[theme=base16-hopscotch] .hljs-comment {
  color: #797379;
}
[theme=base16-hopscotch] .hljs-tag {
  color: #989498;
}
[theme=base16-hopscotch] .hljs-operator, [theme=base16-hopscotch] .hljs-punctuation, [theme=base16-hopscotch] .hljs-subst {
  color: #b9b5b8;
}
[theme=base16-hopscotch] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-hopscotch] .hljs-bullet, [theme=base16-hopscotch] .hljs-deletion, [theme=base16-hopscotch] .hljs-name, [theme=base16-hopscotch] .hljs-selector-tag, [theme=base16-hopscotch] .hljs-template-variable, [theme=base16-hopscotch] .hljs-variable {
  color: #dd464c;
}
[theme=base16-hopscotch] .hljs-attr, [theme=base16-hopscotch] .hljs-link, [theme=base16-hopscotch] .hljs-literal, [theme=base16-hopscotch] .hljs-number, [theme=base16-hopscotch] .hljs-symbol, [theme=base16-hopscotch] .hljs-variable.constant_ {
  color: #fd8b19;
}
[theme=base16-hopscotch] .hljs-class .hljs-title, [theme=base16-hopscotch] .hljs-title, [theme=base16-hopscotch] .hljs-title.class_ {
  color: #fdcc59;
}
[theme=base16-hopscotch] .hljs-strong {
  font-weight: 700;
  color: #fdcc59;
}
[theme=base16-hopscotch] .hljs-addition, [theme=base16-hopscotch] .hljs-code, [theme=base16-hopscotch] .hljs-string, [theme=base16-hopscotch] .hljs-title.class_.inherited__ {
  color: #8fc13e;
}
[theme=base16-hopscotch] .hljs-built_in, [theme=base16-hopscotch] .hljs-doctag, [theme=base16-hopscotch] .hljs-keyword.hljs-atrule, [theme=base16-hopscotch] .hljs-quote, [theme=base16-hopscotch] .hljs-regexp {
  color: #149b93;
}
[theme=base16-hopscotch] .hljs-attribute, [theme=base16-hopscotch] .hljs-function .hljs-title, [theme=base16-hopscotch] .hljs-section, [theme=base16-hopscotch] .hljs-title.function_, [theme=base16-hopscotch] .ruby .hljs-property {
  color: #1290bf;
}
[theme=base16-hopscotch] .diff .hljs-meta, [theme=base16-hopscotch] .hljs-keyword, [theme=base16-hopscotch] .hljs-template-tag, [theme=base16-hopscotch] .hljs-type {
  color: #c85e7c;
}
[theme=base16-hopscotch] .hljs-emphasis {
  color: #c85e7c;
  font-style: italic;
}
[theme=base16-hopscotch] .hljs-meta, [theme=base16-hopscotch] .hljs-meta .hljs-keyword, [theme=base16-hopscotch] .hljs-meta .hljs-string {
  color: #b33508;
}
[theme=base16-hopscotch] .hljs-meta .hljs-keyword, [theme=base16-hopscotch] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-horizon-dark] {
  /*!
    Theme: Horizon Dark
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-horizon-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-horizon-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-horizon-dark] .hljs {
  color: #cbced0;
  background: #1c1e26;
}
[theme=base16-horizon-dark] .hljs ::selection, [theme=base16-horizon-dark] .hljs::selection {
  background-color: #2e303e;
  color: #cbced0;
}
[theme=base16-horizon-dark] .hljs-comment {
  color: #6f6f70;
}
[theme=base16-horizon-dark] .hljs-tag {
  color: #9da0a2;
}
[theme=base16-horizon-dark] .hljs-operator, [theme=base16-horizon-dark] .hljs-punctuation, [theme=base16-horizon-dark] .hljs-subst {
  color: #cbced0;
}
[theme=base16-horizon-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-horizon-dark] .hljs-bullet, [theme=base16-horizon-dark] .hljs-deletion, [theme=base16-horizon-dark] .hljs-name, [theme=base16-horizon-dark] .hljs-selector-tag, [theme=base16-horizon-dark] .hljs-template-variable, [theme=base16-horizon-dark] .hljs-variable {
  color: #e93c58;
}
[theme=base16-horizon-dark] .hljs-attr, [theme=base16-horizon-dark] .hljs-link, [theme=base16-horizon-dark] .hljs-literal, [theme=base16-horizon-dark] .hljs-number, [theme=base16-horizon-dark] .hljs-symbol, [theme=base16-horizon-dark] .hljs-variable.constant_ {
  color: #e58d7d;
}
[theme=base16-horizon-dark] .hljs-class .hljs-title, [theme=base16-horizon-dark] .hljs-title, [theme=base16-horizon-dark] .hljs-title.class_ {
  color: #efb993;
}
[theme=base16-horizon-dark] .hljs-strong {
  font-weight: 700;
  color: #efb993;
}
[theme=base16-horizon-dark] .hljs-addition, [theme=base16-horizon-dark] .hljs-code, [theme=base16-horizon-dark] .hljs-string, [theme=base16-horizon-dark] .hljs-title.class_.inherited__ {
  color: #efaf8e;
}
[theme=base16-horizon-dark] .hljs-built_in, [theme=base16-horizon-dark] .hljs-doctag, [theme=base16-horizon-dark] .hljs-keyword.hljs-atrule, [theme=base16-horizon-dark] .hljs-quote, [theme=base16-horizon-dark] .hljs-regexp {
  color: #24a8b4;
}
[theme=base16-horizon-dark] .hljs-attribute, [theme=base16-horizon-dark] .hljs-function .hljs-title, [theme=base16-horizon-dark] .hljs-section, [theme=base16-horizon-dark] .hljs-title.function_, [theme=base16-horizon-dark] .ruby .hljs-property {
  color: #df5273;
}
[theme=base16-horizon-dark] .diff .hljs-meta, [theme=base16-horizon-dark] .hljs-keyword, [theme=base16-horizon-dark] .hljs-template-tag, [theme=base16-horizon-dark] .hljs-type {
  color: #b072d1;
}
[theme=base16-horizon-dark] .hljs-emphasis {
  color: #b072d1;
  font-style: italic;
}
[theme=base16-horizon-dark] .hljs-meta, [theme=base16-horizon-dark] .hljs-meta .hljs-keyword, [theme=base16-horizon-dark] .hljs-meta .hljs-string {
  color: #e4a382;
}
[theme=base16-horizon-dark] .hljs-meta .hljs-keyword, [theme=base16-horizon-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-horizon-light] {
  /*!
    Theme: Horizon Light
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-horizon-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-horizon-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-horizon-light] .hljs {
  color: #403c3d;
  background: #fdf0ed;
}
[theme=base16-horizon-light] .hljs ::selection, [theme=base16-horizon-light] .hljs::selection {
  background-color: #f9cbbe;
  color: #403c3d;
}
[theme=base16-horizon-light] .hljs-comment {
  color: #bdb3b1;
}
[theme=base16-horizon-light] .hljs-tag {
  color: #948c8a;
}
[theme=base16-horizon-light] .hljs-operator, [theme=base16-horizon-light] .hljs-punctuation, [theme=base16-horizon-light] .hljs-subst {
  color: #403c3d;
}
[theme=base16-horizon-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-horizon-light] .hljs-bullet, [theme=base16-horizon-light] .hljs-deletion, [theme=base16-horizon-light] .hljs-name, [theme=base16-horizon-light] .hljs-selector-tag, [theme=base16-horizon-light] .hljs-template-variable, [theme=base16-horizon-light] .hljs-variable {
  color: #e95678;
}
[theme=base16-horizon-light] .hljs-attr, [theme=base16-horizon-light] .hljs-link, [theme=base16-horizon-light] .hljs-literal, [theme=base16-horizon-light] .hljs-number, [theme=base16-horizon-light] .hljs-symbol, [theme=base16-horizon-light] .hljs-variable.constant_ {
  color: #f9cec3;
}
[theme=base16-horizon-light] .hljs-class .hljs-title, [theme=base16-horizon-light] .hljs-title, [theme=base16-horizon-light] .hljs-title.class_ {
  color: #fadad1;
}
[theme=base16-horizon-light] .hljs-strong {
  font-weight: 700;
  color: #fadad1;
}
[theme=base16-horizon-light] .hljs-addition, [theme=base16-horizon-light] .hljs-code, [theme=base16-horizon-light] .hljs-string, [theme=base16-horizon-light] .hljs-title.class_.inherited__ {
  color: #29d398;
}
[theme=base16-horizon-light] .hljs-built_in, [theme=base16-horizon-light] .hljs-doctag, [theme=base16-horizon-light] .hljs-keyword.hljs-atrule, [theme=base16-horizon-light] .hljs-quote, [theme=base16-horizon-light] .hljs-regexp {
  color: #59e1e3;
}
[theme=base16-horizon-light] .hljs-attribute, [theme=base16-horizon-light] .hljs-function .hljs-title, [theme=base16-horizon-light] .hljs-section, [theme=base16-horizon-light] .hljs-title.function_, [theme=base16-horizon-light] .ruby .hljs-property {
  color: #26bbd9;
}
[theme=base16-horizon-light] .diff .hljs-meta, [theme=base16-horizon-light] .hljs-keyword, [theme=base16-horizon-light] .hljs-template-tag, [theme=base16-horizon-light] .hljs-type {
  color: #ee64ac;
}
[theme=base16-horizon-light] .hljs-emphasis {
  color: #ee64ac;
  font-style: italic;
}
[theme=base16-horizon-light] .hljs-meta, [theme=base16-horizon-light] .hljs-meta .hljs-keyword, [theme=base16-horizon-light] .hljs-meta .hljs-string {
  color: #f9cbbe;
}
[theme=base16-horizon-light] .hljs-meta .hljs-keyword, [theme=base16-horizon-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-humanoid-dark] {
  /*!
    Theme: Humanoid dark
    Author: Thomas (tasmo) Friese
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-humanoid-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-humanoid-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-humanoid-dark] .hljs {
  color: #f8f8f2;
  background: #232629;
}
[theme=base16-humanoid-dark] .hljs ::selection, [theme=base16-humanoid-dark] .hljs::selection {
  background-color: #484e54;
  color: #f8f8f2;
}
[theme=base16-humanoid-dark] .hljs-comment {
  color: #60615d;
}
[theme=base16-humanoid-dark] .hljs-tag {
  color: #c0c0bd;
}
[theme=base16-humanoid-dark] .hljs-operator, [theme=base16-humanoid-dark] .hljs-punctuation, [theme=base16-humanoid-dark] .hljs-subst {
  color: #f8f8f2;
}
[theme=base16-humanoid-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-humanoid-dark] .hljs-bullet, [theme=base16-humanoid-dark] .hljs-deletion, [theme=base16-humanoid-dark] .hljs-name, [theme=base16-humanoid-dark] .hljs-selector-tag, [theme=base16-humanoid-dark] .hljs-template-variable, [theme=base16-humanoid-dark] .hljs-variable {
  color: #f11235;
}
[theme=base16-humanoid-dark] .hljs-attr, [theme=base16-humanoid-dark] .hljs-link, [theme=base16-humanoid-dark] .hljs-literal, [theme=base16-humanoid-dark] .hljs-number, [theme=base16-humanoid-dark] .hljs-symbol, [theme=base16-humanoid-dark] .hljs-variable.constant_ {
  color: #ff9505;
}
[theme=base16-humanoid-dark] .hljs-class .hljs-title, [theme=base16-humanoid-dark] .hljs-title, [theme=base16-humanoid-dark] .hljs-title.class_ {
  color: #ffb627;
}
[theme=base16-humanoid-dark] .hljs-strong {
  font-weight: 700;
  color: #ffb627;
}
[theme=base16-humanoid-dark] .hljs-addition, [theme=base16-humanoid-dark] .hljs-code, [theme=base16-humanoid-dark] .hljs-string, [theme=base16-humanoid-dark] .hljs-title.class_.inherited__ {
  color: #02d849;
}
[theme=base16-humanoid-dark] .hljs-built_in, [theme=base16-humanoid-dark] .hljs-doctag, [theme=base16-humanoid-dark] .hljs-keyword.hljs-atrule, [theme=base16-humanoid-dark] .hljs-quote, [theme=base16-humanoid-dark] .hljs-regexp {
  color: #0dd9d6;
}
[theme=base16-humanoid-dark] .hljs-attribute, [theme=base16-humanoid-dark] .hljs-function .hljs-title, [theme=base16-humanoid-dark] .hljs-section, [theme=base16-humanoid-dark] .hljs-title.function_, [theme=base16-humanoid-dark] .ruby .hljs-property {
  color: #00a6fb;
}
[theme=base16-humanoid-dark] .diff .hljs-meta, [theme=base16-humanoid-dark] .hljs-keyword, [theme=base16-humanoid-dark] .hljs-template-tag, [theme=base16-humanoid-dark] .hljs-type {
  color: #f15ee3;
}
[theme=base16-humanoid-dark] .hljs-emphasis {
  color: #f15ee3;
  font-style: italic;
}
[theme=base16-humanoid-dark] .hljs-meta, [theme=base16-humanoid-dark] .hljs-meta .hljs-keyword, [theme=base16-humanoid-dark] .hljs-meta .hljs-string {
  color: #b27701;
}
[theme=base16-humanoid-dark] .hljs-meta .hljs-keyword, [theme=base16-humanoid-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-humanoid-light] {
  /*!
    Theme: Humanoid light
    Author: Thomas (tasmo) Friese
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-humanoid-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-humanoid-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-humanoid-light] .hljs {
  color: #232629;
  background: #f8f8f2;
}
[theme=base16-humanoid-light] .hljs ::selection, [theme=base16-humanoid-light] .hljs::selection {
  background-color: #deded8;
  color: #232629;
}
[theme=base16-humanoid-light] .hljs-comment {
  color: #c0c0bd;
}
[theme=base16-humanoid-light] .hljs-tag {
  color: #60615d;
}
[theme=base16-humanoid-light] .hljs-operator, [theme=base16-humanoid-light] .hljs-punctuation, [theme=base16-humanoid-light] .hljs-subst {
  color: #232629;
}
[theme=base16-humanoid-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-humanoid-light] .hljs-bullet, [theme=base16-humanoid-light] .hljs-deletion, [theme=base16-humanoid-light] .hljs-name, [theme=base16-humanoid-light] .hljs-selector-tag, [theme=base16-humanoid-light] .hljs-template-variable, [theme=base16-humanoid-light] .hljs-variable {
  color: #b0151a;
}
[theme=base16-humanoid-light] .hljs-attr, [theme=base16-humanoid-light] .hljs-link, [theme=base16-humanoid-light] .hljs-literal, [theme=base16-humanoid-light] .hljs-number, [theme=base16-humanoid-light] .hljs-symbol, [theme=base16-humanoid-light] .hljs-variable.constant_ {
  color: #ff3d00;
}
[theme=base16-humanoid-light] .hljs-class .hljs-title, [theme=base16-humanoid-light] .hljs-title, [theme=base16-humanoid-light] .hljs-title.class_ {
  color: #ffb627;
}
[theme=base16-humanoid-light] .hljs-strong {
  font-weight: 700;
  color: #ffb627;
}
[theme=base16-humanoid-light] .hljs-addition, [theme=base16-humanoid-light] .hljs-code, [theme=base16-humanoid-light] .hljs-string, [theme=base16-humanoid-light] .hljs-title.class_.inherited__ {
  color: #388e3c;
}
[theme=base16-humanoid-light] .hljs-built_in, [theme=base16-humanoid-light] .hljs-doctag, [theme=base16-humanoid-light] .hljs-keyword.hljs-atrule, [theme=base16-humanoid-light] .hljs-quote, [theme=base16-humanoid-light] .hljs-regexp {
  color: #008e8e;
}
[theme=base16-humanoid-light] .hljs-attribute, [theme=base16-humanoid-light] .hljs-function .hljs-title, [theme=base16-humanoid-light] .hljs-section, [theme=base16-humanoid-light] .hljs-title.function_, [theme=base16-humanoid-light] .ruby .hljs-property {
  color: #0082c9;
}
[theme=base16-humanoid-light] .diff .hljs-meta, [theme=base16-humanoid-light] .hljs-keyword, [theme=base16-humanoid-light] .hljs-template-tag, [theme=base16-humanoid-light] .hljs-type {
  color: #700f98;
}
[theme=base16-humanoid-light] .hljs-emphasis {
  color: #700f98;
  font-style: italic;
}
[theme=base16-humanoid-light] .hljs-meta, [theme=base16-humanoid-light] .hljs-meta .hljs-keyword, [theme=base16-humanoid-light] .hljs-meta .hljs-string {
  color: #b27701;
}
[theme=base16-humanoid-light] .hljs-meta .hljs-keyword, [theme=base16-humanoid-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ia-dark] {
  /*!
    Theme: iA Dark
    Author: iA Inc. (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ia-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ia-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ia-dark] .hljs {
  color: #ccc;
  background: #1a1a1a;
}
[theme=base16-ia-dark] .hljs ::selection, [theme=base16-ia-dark] .hljs::selection {
  background-color: #1d414d;
  color: #ccc;
}
[theme=base16-ia-dark] .hljs-comment {
  color: #767676;
}
[theme=base16-ia-dark] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-ia-dark] .hljs-operator, [theme=base16-ia-dark] .hljs-punctuation, [theme=base16-ia-dark] .hljs-subst {
  color: #ccc;
}
[theme=base16-ia-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ia-dark] .hljs-bullet, [theme=base16-ia-dark] .hljs-deletion, [theme=base16-ia-dark] .hljs-name, [theme=base16-ia-dark] .hljs-selector-tag, [theme=base16-ia-dark] .hljs-template-variable, [theme=base16-ia-dark] .hljs-variable {
  color: #d88568;
}
[theme=base16-ia-dark] .hljs-attr, [theme=base16-ia-dark] .hljs-link, [theme=base16-ia-dark] .hljs-literal, [theme=base16-ia-dark] .hljs-number, [theme=base16-ia-dark] .hljs-symbol, [theme=base16-ia-dark] .hljs-variable.constant_ {
  color: #d86868;
}
[theme=base16-ia-dark] .hljs-class .hljs-title, [theme=base16-ia-dark] .hljs-title, [theme=base16-ia-dark] .hljs-title.class_ {
  color: #b99353;
}
[theme=base16-ia-dark] .hljs-strong {
  font-weight: 700;
  color: #b99353;
}
[theme=base16-ia-dark] .hljs-addition, [theme=base16-ia-dark] .hljs-code, [theme=base16-ia-dark] .hljs-string, [theme=base16-ia-dark] .hljs-title.class_.inherited__ {
  color: #83a471;
}
[theme=base16-ia-dark] .hljs-built_in, [theme=base16-ia-dark] .hljs-doctag, [theme=base16-ia-dark] .hljs-keyword.hljs-atrule, [theme=base16-ia-dark] .hljs-quote, [theme=base16-ia-dark] .hljs-regexp {
  color: #7c9cae;
}
[theme=base16-ia-dark] .hljs-attribute, [theme=base16-ia-dark] .hljs-function .hljs-title, [theme=base16-ia-dark] .hljs-section, [theme=base16-ia-dark] .hljs-title.function_, [theme=base16-ia-dark] .ruby .hljs-property {
  color: #8eccdd;
}
[theme=base16-ia-dark] .diff .hljs-meta, [theme=base16-ia-dark] .hljs-keyword, [theme=base16-ia-dark] .hljs-template-tag, [theme=base16-ia-dark] .hljs-type {
  color: #b98eb2;
}
[theme=base16-ia-dark] .hljs-emphasis {
  color: #b98eb2;
  font-style: italic;
}
[theme=base16-ia-dark] .hljs-meta, [theme=base16-ia-dark] .hljs-meta .hljs-keyword, [theme=base16-ia-dark] .hljs-meta .hljs-string {
  color: #8b6c37;
}
[theme=base16-ia-dark] .hljs-meta .hljs-keyword, [theme=base16-ia-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ia-light] {
  /*!
    Theme: iA Light
    Author: iA Inc. (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ia-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ia-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ia-light] .hljs {
  color: #181818;
  background: #f6f6f6;
}
[theme=base16-ia-light] .hljs ::selection, [theme=base16-ia-light] .hljs::selection {
  background-color: #bde5f2;
  color: #181818;
}
[theme=base16-ia-light] .hljs-comment {
  color: #898989;
}
[theme=base16-ia-light] .hljs-tag {
  color: #767676;
}
[theme=base16-ia-light] .hljs-operator, [theme=base16-ia-light] .hljs-punctuation, [theme=base16-ia-light] .hljs-subst {
  color: #181818;
}
[theme=base16-ia-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ia-light] .hljs-bullet, [theme=base16-ia-light] .hljs-deletion, [theme=base16-ia-light] .hljs-name, [theme=base16-ia-light] .hljs-selector-tag, [theme=base16-ia-light] .hljs-template-variable, [theme=base16-ia-light] .hljs-variable {
  color: #9c5a02;
}
[theme=base16-ia-light] .hljs-attr, [theme=base16-ia-light] .hljs-link, [theme=base16-ia-light] .hljs-literal, [theme=base16-ia-light] .hljs-number, [theme=base16-ia-light] .hljs-symbol, [theme=base16-ia-light] .hljs-variable.constant_ {
  color: #c43e18;
}
[theme=base16-ia-light] .hljs-class .hljs-title, [theme=base16-ia-light] .hljs-title, [theme=base16-ia-light] .hljs-title.class_ {
  color: #c48218;
}
[theme=base16-ia-light] .hljs-strong {
  font-weight: 700;
  color: #c48218;
}
[theme=base16-ia-light] .hljs-addition, [theme=base16-ia-light] .hljs-code, [theme=base16-ia-light] .hljs-string, [theme=base16-ia-light] .hljs-title.class_.inherited__ {
  color: #38781c;
}
[theme=base16-ia-light] .hljs-built_in, [theme=base16-ia-light] .hljs-doctag, [theme=base16-ia-light] .hljs-keyword.hljs-atrule, [theme=base16-ia-light] .hljs-quote, [theme=base16-ia-light] .hljs-regexp {
  color: #2d6bb1;
}
[theme=base16-ia-light] .hljs-attribute, [theme=base16-ia-light] .hljs-function .hljs-title, [theme=base16-ia-light] .hljs-section, [theme=base16-ia-light] .hljs-title.function_, [theme=base16-ia-light] .ruby .hljs-property {
  color: #48bac2;
}
[theme=base16-ia-light] .diff .hljs-meta, [theme=base16-ia-light] .hljs-keyword, [theme=base16-ia-light] .hljs-template-tag, [theme=base16-ia-light] .hljs-type {
  color: #a94598;
}
[theme=base16-ia-light] .hljs-emphasis {
  color: #a94598;
  font-style: italic;
}
[theme=base16-ia-light] .hljs-meta, [theme=base16-ia-light] .hljs-meta .hljs-keyword, [theme=base16-ia-light] .hljs-meta .hljs-string {
  color: #8b6c37;
}
[theme=base16-ia-light] .hljs-meta .hljs-keyword, [theme=base16-ia-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-icy-dark] {
  /*!
    Theme: Icy Dark
    Author: icyphox (https://icyphox.ga)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-icy-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-icy-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-icy-dark] .hljs {
  color: #095b67;
  background: #021012;
}
[theme=base16-icy-dark] .hljs ::selection, [theme=base16-icy-dark] .hljs::selection {
  background-color: #041f23;
  color: #095b67;
}
[theme=base16-icy-dark] .hljs-comment {
  color: #052e34;
}
[theme=base16-icy-dark] .hljs-tag {
  color: #064048;
}
[theme=base16-icy-dark] .hljs-operator, [theme=base16-icy-dark] .hljs-punctuation, [theme=base16-icy-dark] .hljs-subst {
  color: #095b67;
}
[theme=base16-icy-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-icy-dark] .hljs-bullet, [theme=base16-icy-dark] .hljs-deletion, [theme=base16-icy-dark] .hljs-name, [theme=base16-icy-dark] .hljs-selector-tag, [theme=base16-icy-dark] .hljs-template-variable, [theme=base16-icy-dark] .hljs-variable {
  color: #16c1d9;
}
[theme=base16-icy-dark] .hljs-attr, [theme=base16-icy-dark] .hljs-link, [theme=base16-icy-dark] .hljs-literal, [theme=base16-icy-dark] .hljs-number, [theme=base16-icy-dark] .hljs-symbol, [theme=base16-icy-dark] .hljs-variable.constant_ {
  color: #b3ebf2;
}
[theme=base16-icy-dark] .hljs-class .hljs-title, [theme=base16-icy-dark] .hljs-title, [theme=base16-icy-dark] .hljs-title.class_ {
  color: #80deea;
}
[theme=base16-icy-dark] .hljs-strong {
  font-weight: 700;
  color: #80deea;
}
[theme=base16-icy-dark] .hljs-addition, [theme=base16-icy-dark] .hljs-code, [theme=base16-icy-dark] .hljs-string, [theme=base16-icy-dark] .hljs-title.class_.inherited__ {
  color: #4dd0e1;
}
[theme=base16-icy-dark] .hljs-built_in, [theme=base16-icy-dark] .hljs-doctag, [theme=base16-icy-dark] .hljs-keyword.hljs-atrule, [theme=base16-icy-dark] .hljs-quote, [theme=base16-icy-dark] .hljs-regexp {
  color: #26c6da;
}
[theme=base16-icy-dark] .hljs-attribute, [theme=base16-icy-dark] .hljs-function .hljs-title, [theme=base16-icy-dark] .hljs-section, [theme=base16-icy-dark] .hljs-title.function_, [theme=base16-icy-dark] .ruby .hljs-property {
  color: #00bcd4;
}
[theme=base16-icy-dark] .diff .hljs-meta, [theme=base16-icy-dark] .hljs-keyword, [theme=base16-icy-dark] .hljs-template-tag, [theme=base16-icy-dark] .hljs-type {
  color: #00acc1;
}
[theme=base16-icy-dark] .hljs-emphasis {
  color: #00acc1;
  font-style: italic;
}
[theme=base16-icy-dark] .hljs-meta, [theme=base16-icy-dark] .hljs-meta .hljs-keyword, [theme=base16-icy-dark] .hljs-meta .hljs-string {
  color: #0097a7;
}
[theme=base16-icy-dark] .hljs-meta .hljs-keyword, [theme=base16-icy-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ir-black] {
  /*!
    Theme: IR Black
    Author: Timothée Poisot (http://timotheepoisot.fr)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ir-black] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ir-black] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ir-black] .hljs {
  color: #b5b3aa;
  background: #000;
}
[theme=base16-ir-black] .hljs ::selection, [theme=base16-ir-black] .hljs::selection {
  background-color: #484844;
  color: #b5b3aa;
}
[theme=base16-ir-black] .hljs-comment {
  color: #6c6c66;
}
[theme=base16-ir-black] .hljs-tag {
  color: #918f88;
}
[theme=base16-ir-black] .hljs-operator, [theme=base16-ir-black] .hljs-punctuation, [theme=base16-ir-black] .hljs-subst {
  color: #b5b3aa;
}
[theme=base16-ir-black] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ir-black] .hljs-bullet, [theme=base16-ir-black] .hljs-deletion, [theme=base16-ir-black] .hljs-name, [theme=base16-ir-black] .hljs-selector-tag, [theme=base16-ir-black] .hljs-template-variable, [theme=base16-ir-black] .hljs-variable {
  color: #ff6c60;
}
[theme=base16-ir-black] .hljs-attr, [theme=base16-ir-black] .hljs-link, [theme=base16-ir-black] .hljs-literal, [theme=base16-ir-black] .hljs-number, [theme=base16-ir-black] .hljs-symbol, [theme=base16-ir-black] .hljs-variable.constant_ {
  color: #e9c062;
}
[theme=base16-ir-black] .hljs-class .hljs-title, [theme=base16-ir-black] .hljs-title, [theme=base16-ir-black] .hljs-title.class_ {
  color: #ffffb6;
}
[theme=base16-ir-black] .hljs-strong {
  font-weight: 700;
  color: #ffffb6;
}
[theme=base16-ir-black] .hljs-addition, [theme=base16-ir-black] .hljs-code, [theme=base16-ir-black] .hljs-string, [theme=base16-ir-black] .hljs-title.class_.inherited__ {
  color: #a8ff60;
}
[theme=base16-ir-black] .hljs-built_in, [theme=base16-ir-black] .hljs-doctag, [theme=base16-ir-black] .hljs-keyword.hljs-atrule, [theme=base16-ir-black] .hljs-quote, [theme=base16-ir-black] .hljs-regexp {
  color: #c6c5fe;
}
[theme=base16-ir-black] .hljs-attribute, [theme=base16-ir-black] .hljs-function .hljs-title, [theme=base16-ir-black] .hljs-section, [theme=base16-ir-black] .hljs-title.function_, [theme=base16-ir-black] .ruby .hljs-property {
  color: #96cbfe;
}
[theme=base16-ir-black] .diff .hljs-meta, [theme=base16-ir-black] .hljs-keyword, [theme=base16-ir-black] .hljs-template-tag, [theme=base16-ir-black] .hljs-type {
  color: #ff73fd;
}
[theme=base16-ir-black] .hljs-emphasis {
  color: #ff73fd;
  font-style: italic;
}
[theme=base16-ir-black] .hljs-meta, [theme=base16-ir-black] .hljs-meta .hljs-keyword, [theme=base16-ir-black] .hljs-meta .hljs-string {
  color: #b18a3d;
}
[theme=base16-ir-black] .hljs-meta .hljs-keyword, [theme=base16-ir-black] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-isotope] {
  /*!
    Theme: Isotope
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-isotope] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-isotope] code.hljs {
  padding: 3px 5px;
}
[theme=base16-isotope] .hljs {
  color: #d0d0d0;
  background: #000;
}
[theme=base16-isotope] .hljs ::selection, [theme=base16-isotope] .hljs::selection {
  background-color: #606060;
  color: #d0d0d0;
}
[theme=base16-isotope] .hljs-comment {
  color: grey;
}
[theme=base16-isotope] .hljs-tag {
  color: silver;
}
[theme=base16-isotope] .hljs-operator, [theme=base16-isotope] .hljs-punctuation, [theme=base16-isotope] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-isotope] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-isotope] .hljs-bullet, [theme=base16-isotope] .hljs-deletion, [theme=base16-isotope] .hljs-name, [theme=base16-isotope] .hljs-selector-tag, [theme=base16-isotope] .hljs-template-variable, [theme=base16-isotope] .hljs-variable {
  color: red;
}
[theme=base16-isotope] .hljs-attr, [theme=base16-isotope] .hljs-link, [theme=base16-isotope] .hljs-literal, [theme=base16-isotope] .hljs-number, [theme=base16-isotope] .hljs-symbol, [theme=base16-isotope] .hljs-variable.constant_ {
  color: #f90;
}
[theme=base16-isotope] .hljs-class .hljs-title, [theme=base16-isotope] .hljs-title, [theme=base16-isotope] .hljs-title.class_ {
  color: #f09;
}
[theme=base16-isotope] .hljs-strong {
  font-weight: 700;
  color: #f09;
}
[theme=base16-isotope] .hljs-addition, [theme=base16-isotope] .hljs-code, [theme=base16-isotope] .hljs-string, [theme=base16-isotope] .hljs-title.class_.inherited__ {
  color: #3f0;
}
[theme=base16-isotope] .hljs-built_in, [theme=base16-isotope] .hljs-doctag, [theme=base16-isotope] .hljs-keyword.hljs-atrule, [theme=base16-isotope] .hljs-quote, [theme=base16-isotope] .hljs-regexp {
  color: #0ff;
}
[theme=base16-isotope] .hljs-attribute, [theme=base16-isotope] .hljs-function .hljs-title, [theme=base16-isotope] .hljs-section, [theme=base16-isotope] .hljs-title.function_, [theme=base16-isotope] .ruby .hljs-property {
  color: #06f;
}
[theme=base16-isotope] .diff .hljs-meta, [theme=base16-isotope] .hljs-keyword, [theme=base16-isotope] .hljs-template-tag, [theme=base16-isotope] .hljs-type {
  color: #c0f;
}
[theme=base16-isotope] .hljs-emphasis {
  color: #c0f;
  font-style: italic;
}
[theme=base16-isotope] .hljs-meta, [theme=base16-isotope] .hljs-meta .hljs-keyword, [theme=base16-isotope] .hljs-meta .hljs-string {
  color: #30f;
}
[theme=base16-isotope] .hljs-meta .hljs-keyword, [theme=base16-isotope] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-kimber] {
  /*!
    Theme: Kimber
    Author: Mishka Nguyen (https://github.com/akhsiM)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-kimber] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-kimber] code.hljs {
  padding: 3px 5px;
}
[theme=base16-kimber] .hljs {
  color: #dedee7;
  background: #222;
}
[theme=base16-kimber] .hljs ::selection, [theme=base16-kimber] .hljs::selection {
  background-color: #555d55;
  color: #dedee7;
}
[theme=base16-kimber] .hljs-comment {
  color: #644646;
}
[theme=base16-kimber] .hljs-tag {
  color: #5a5a5a;
}
[theme=base16-kimber] .hljs-operator, [theme=base16-kimber] .hljs-punctuation, [theme=base16-kimber] .hljs-subst {
  color: #dedee7;
}
[theme=base16-kimber] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-kimber] .hljs-bullet, [theme=base16-kimber] .hljs-deletion, [theme=base16-kimber] .hljs-name, [theme=base16-kimber] .hljs-selector-tag, [theme=base16-kimber] .hljs-template-variable, [theme=base16-kimber] .hljs-variable {
  color: #c88c8c;
}
[theme=base16-kimber] .hljs-attr, [theme=base16-kimber] .hljs-link, [theme=base16-kimber] .hljs-literal, [theme=base16-kimber] .hljs-number, [theme=base16-kimber] .hljs-symbol, [theme=base16-kimber] .hljs-variable.constant_ {
  color: #476c88;
}
[theme=base16-kimber] .hljs-class .hljs-title, [theme=base16-kimber] .hljs-title, [theme=base16-kimber] .hljs-title.class_ {
  color: #d8b56d;
}
[theme=base16-kimber] .hljs-strong {
  font-weight: 700;
  color: #d8b56d;
}
[theme=base16-kimber] .hljs-addition, [theme=base16-kimber] .hljs-code, [theme=base16-kimber] .hljs-string, [theme=base16-kimber] .hljs-title.class_.inherited__ {
  color: #99c899;
}
[theme=base16-kimber] .hljs-built_in, [theme=base16-kimber] .hljs-doctag, [theme=base16-kimber] .hljs-keyword.hljs-atrule, [theme=base16-kimber] .hljs-quote, [theme=base16-kimber] .hljs-regexp {
  color: #78b4b4;
}
[theme=base16-kimber] .hljs-attribute, [theme=base16-kimber] .hljs-function .hljs-title, [theme=base16-kimber] .hljs-section, [theme=base16-kimber] .hljs-title.function_, [theme=base16-kimber] .ruby .hljs-property {
  color: #537c9c;
}
[theme=base16-kimber] .diff .hljs-meta, [theme=base16-kimber] .hljs-keyword, [theme=base16-kimber] .hljs-template-tag, [theme=base16-kimber] .hljs-type {
  color: #86cacd;
}
[theme=base16-kimber] .hljs-emphasis {
  color: #86cacd;
  font-style: italic;
}
[theme=base16-kimber] .hljs-meta, [theme=base16-kimber] .hljs-meta .hljs-keyword, [theme=base16-kimber] .hljs-meta .hljs-string {
  color: #704f4f;
}
[theme=base16-kimber] .hljs-meta .hljs-keyword, [theme=base16-kimber] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-london-tube] {
  /*!
    Theme: London Tube
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-london-tube] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-london-tube] code.hljs {
  padding: 3px 5px;
}
[theme=base16-london-tube] .hljs {
  color: #d9d8d8;
  background: #231f20;
}
[theme=base16-london-tube] .hljs ::selection, [theme=base16-london-tube] .hljs::selection {
  background-color: #5a5758;
  color: #d9d8d8;
}
[theme=base16-london-tube] .hljs-comment {
  color: #737171;
}
[theme=base16-london-tube] .hljs-tag {
  color: #959ca1;
}
[theme=base16-london-tube] .hljs-operator, [theme=base16-london-tube] .hljs-punctuation, [theme=base16-london-tube] .hljs-subst {
  color: #d9d8d8;
}
[theme=base16-london-tube] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-london-tube] .hljs-bullet, [theme=base16-london-tube] .hljs-deletion, [theme=base16-london-tube] .hljs-name, [theme=base16-london-tube] .hljs-selector-tag, [theme=base16-london-tube] .hljs-template-variable, [theme=base16-london-tube] .hljs-variable {
  color: #ee2e24;
}
[theme=base16-london-tube] .hljs-attr, [theme=base16-london-tube] .hljs-link, [theme=base16-london-tube] .hljs-literal, [theme=base16-london-tube] .hljs-number, [theme=base16-london-tube] .hljs-symbol, [theme=base16-london-tube] .hljs-variable.constant_ {
  color: #f386a1;
}
[theme=base16-london-tube] .hljs-class .hljs-title, [theme=base16-london-tube] .hljs-title, [theme=base16-london-tube] .hljs-title.class_ {
  color: #ffd204;
}
[theme=base16-london-tube] .hljs-strong {
  font-weight: 700;
  color: #ffd204;
}
[theme=base16-london-tube] .hljs-addition, [theme=base16-london-tube] .hljs-code, [theme=base16-london-tube] .hljs-string, [theme=base16-london-tube] .hljs-title.class_.inherited__ {
  color: #00853e;
}
[theme=base16-london-tube] .hljs-built_in, [theme=base16-london-tube] .hljs-doctag, [theme=base16-london-tube] .hljs-keyword.hljs-atrule, [theme=base16-london-tube] .hljs-quote, [theme=base16-london-tube] .hljs-regexp {
  color: #85cebc;
}
[theme=base16-london-tube] .hljs-attribute, [theme=base16-london-tube] .hljs-function .hljs-title, [theme=base16-london-tube] .hljs-section, [theme=base16-london-tube] .hljs-title.function_, [theme=base16-london-tube] .ruby .hljs-property {
  color: #009ddc;
}
[theme=base16-london-tube] .diff .hljs-meta, [theme=base16-london-tube] .hljs-keyword, [theme=base16-london-tube] .hljs-template-tag, [theme=base16-london-tube] .hljs-type {
  color: #98005d;
}
[theme=base16-london-tube] .hljs-emphasis {
  color: #98005d;
  font-style: italic;
}
[theme=base16-london-tube] .hljs-meta, [theme=base16-london-tube] .hljs-meta .hljs-keyword, [theme=base16-london-tube] .hljs-meta .hljs-string {
  color: #b06110;
}
[theme=base16-london-tube] .hljs-meta .hljs-keyword, [theme=base16-london-tube] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-macintosh] {
  /*!
    Theme: Macintosh
    Author: Rebecca Bettencourt (http://www.kreativekorp.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-macintosh] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-macintosh] code.hljs {
  padding: 3px 5px;
}
[theme=base16-macintosh] .hljs {
  color: silver;
  background: #000;
}
[theme=base16-macintosh] .hljs ::selection, [theme=base16-macintosh] .hljs::selection {
  background-color: #404040;
  color: silver;
}
[theme=base16-macintosh] .hljs-comment, [theme=base16-macintosh] .hljs-tag {
  color: grey;
}
[theme=base16-macintosh] .hljs-operator, [theme=base16-macintosh] .hljs-punctuation, [theme=base16-macintosh] .hljs-subst {
  color: silver;
}
[theme=base16-macintosh] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-macintosh] .hljs-bullet, [theme=base16-macintosh] .hljs-deletion, [theme=base16-macintosh] .hljs-name, [theme=base16-macintosh] .hljs-selector-tag, [theme=base16-macintosh] .hljs-template-variable, [theme=base16-macintosh] .hljs-variable {
  color: #dd0907;
}
[theme=base16-macintosh] .hljs-attr, [theme=base16-macintosh] .hljs-link, [theme=base16-macintosh] .hljs-literal, [theme=base16-macintosh] .hljs-number, [theme=base16-macintosh] .hljs-symbol, [theme=base16-macintosh] .hljs-variable.constant_ {
  color: #ff6403;
}
[theme=base16-macintosh] .hljs-class .hljs-title, [theme=base16-macintosh] .hljs-title, [theme=base16-macintosh] .hljs-title.class_ {
  color: #fbf305;
}
[theme=base16-macintosh] .hljs-strong {
  font-weight: 700;
  color: #fbf305;
}
[theme=base16-macintosh] .hljs-addition, [theme=base16-macintosh] .hljs-code, [theme=base16-macintosh] .hljs-string, [theme=base16-macintosh] .hljs-title.class_.inherited__ {
  color: #1fb714;
}
[theme=base16-macintosh] .hljs-built_in, [theme=base16-macintosh] .hljs-doctag, [theme=base16-macintosh] .hljs-keyword.hljs-atrule, [theme=base16-macintosh] .hljs-quote, [theme=base16-macintosh] .hljs-regexp {
  color: #02abea;
}
[theme=base16-macintosh] .hljs-attribute, [theme=base16-macintosh] .hljs-function .hljs-title, [theme=base16-macintosh] .hljs-section, [theme=base16-macintosh] .hljs-title.function_, [theme=base16-macintosh] .ruby .hljs-property {
  color: #0000d3;
}
[theme=base16-macintosh] .diff .hljs-meta, [theme=base16-macintosh] .hljs-keyword, [theme=base16-macintosh] .hljs-template-tag, [theme=base16-macintosh] .hljs-type {
  color: #4700a5;
}
[theme=base16-macintosh] .hljs-emphasis {
  color: #4700a5;
  font-style: italic;
}
[theme=base16-macintosh] .hljs-meta, [theme=base16-macintosh] .hljs-meta .hljs-keyword, [theme=base16-macintosh] .hljs-meta .hljs-string {
  color: #90713a;
}
[theme=base16-macintosh] .hljs-meta .hljs-keyword, [theme=base16-macintosh] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-marrakesh] {
  /*!
    Theme: Marrakesh
    Author: Alexandre Gavioli (http://github.com/Alexx2/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-marrakesh] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-marrakesh] code.hljs {
  padding: 3px 5px;
}
[theme=base16-marrakesh] .hljs {
  color: #948e48;
  background: #201602;
}
[theme=base16-marrakesh] .hljs ::selection, [theme=base16-marrakesh] .hljs::selection {
  background-color: #5f5b17;
  color: #948e48;
}
[theme=base16-marrakesh] .hljs-comment {
  color: #6c6823;
}
[theme=base16-marrakesh] .hljs-tag {
  color: #86813b;
}
[theme=base16-marrakesh] .hljs-operator, [theme=base16-marrakesh] .hljs-punctuation, [theme=base16-marrakesh] .hljs-subst {
  color: #948e48;
}
[theme=base16-marrakesh] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-marrakesh] .hljs-bullet, [theme=base16-marrakesh] .hljs-deletion, [theme=base16-marrakesh] .hljs-name, [theme=base16-marrakesh] .hljs-selector-tag, [theme=base16-marrakesh] .hljs-template-variable, [theme=base16-marrakesh] .hljs-variable {
  color: #c35359;
}
[theme=base16-marrakesh] .hljs-attr, [theme=base16-marrakesh] .hljs-link, [theme=base16-marrakesh] .hljs-literal, [theme=base16-marrakesh] .hljs-number, [theme=base16-marrakesh] .hljs-symbol, [theme=base16-marrakesh] .hljs-variable.constant_ {
  color: #b36144;
}
[theme=base16-marrakesh] .hljs-class .hljs-title, [theme=base16-marrakesh] .hljs-title, [theme=base16-marrakesh] .hljs-title.class_ {
  color: #a88339;
}
[theme=base16-marrakesh] .hljs-strong {
  font-weight: 700;
  color: #a88339;
}
[theme=base16-marrakesh] .hljs-addition, [theme=base16-marrakesh] .hljs-code, [theme=base16-marrakesh] .hljs-string, [theme=base16-marrakesh] .hljs-title.class_.inherited__ {
  color: #18974e;
}
[theme=base16-marrakesh] .hljs-built_in, [theme=base16-marrakesh] .hljs-doctag, [theme=base16-marrakesh] .hljs-keyword.hljs-atrule, [theme=base16-marrakesh] .hljs-quote, [theme=base16-marrakesh] .hljs-regexp {
  color: #75a738;
}
[theme=base16-marrakesh] .hljs-attribute, [theme=base16-marrakesh] .hljs-function .hljs-title, [theme=base16-marrakesh] .hljs-section, [theme=base16-marrakesh] .hljs-title.function_, [theme=base16-marrakesh] .ruby .hljs-property {
  color: #477ca1;
}
[theme=base16-marrakesh] .diff .hljs-meta, [theme=base16-marrakesh] .hljs-keyword, [theme=base16-marrakesh] .hljs-template-tag, [theme=base16-marrakesh] .hljs-type {
  color: #8868b3;
}
[theme=base16-marrakesh] .hljs-emphasis {
  color: #8868b3;
  font-style: italic;
}
[theme=base16-marrakesh] .hljs-meta, [theme=base16-marrakesh] .hljs-meta .hljs-keyword, [theme=base16-marrakesh] .hljs-meta .hljs-string {
  color: #b3588e;
}
[theme=base16-marrakesh] .hljs-meta .hljs-keyword, [theme=base16-marrakesh] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-materia] {
  /*!
    Theme: Materia
    Author: Defman21
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-materia] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-materia] code.hljs {
  padding: 3px 5px;
}
[theme=base16-materia] .hljs {
  color: #cdd3de;
  background: #263238;
}
[theme=base16-materia] .hljs ::selection, [theme=base16-materia] .hljs::selection {
  background-color: #37474f;
  color: #cdd3de;
}
[theme=base16-materia] .hljs-comment {
  color: #707880;
}
[theme=base16-materia] .hljs-tag {
  color: #c9ccd3;
}
[theme=base16-materia] .hljs-operator, [theme=base16-materia] .hljs-punctuation, [theme=base16-materia] .hljs-subst {
  color: #cdd3de;
}
[theme=base16-materia] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-materia] .hljs-bullet, [theme=base16-materia] .hljs-deletion, [theme=base16-materia] .hljs-name, [theme=base16-materia] .hljs-selector-tag, [theme=base16-materia] .hljs-template-variable, [theme=base16-materia] .hljs-variable {
  color: #ec5f67;
}
[theme=base16-materia] .hljs-attr, [theme=base16-materia] .hljs-link, [theme=base16-materia] .hljs-literal, [theme=base16-materia] .hljs-number, [theme=base16-materia] .hljs-symbol, [theme=base16-materia] .hljs-variable.constant_ {
  color: #ea9560;
}
[theme=base16-materia] .hljs-class .hljs-title, [theme=base16-materia] .hljs-title, [theme=base16-materia] .hljs-title.class_ {
  color: #fc0;
}
[theme=base16-materia] .hljs-strong {
  font-weight: 700;
  color: #fc0;
}
[theme=base16-materia] .hljs-addition, [theme=base16-materia] .hljs-code, [theme=base16-materia] .hljs-string, [theme=base16-materia] .hljs-title.class_.inherited__ {
  color: #8bd649;
}
[theme=base16-materia] .hljs-built_in, [theme=base16-materia] .hljs-doctag, [theme=base16-materia] .hljs-keyword.hljs-atrule, [theme=base16-materia] .hljs-quote, [theme=base16-materia] .hljs-regexp {
  color: #80cbc4;
}
[theme=base16-materia] .hljs-attribute, [theme=base16-materia] .hljs-function .hljs-title, [theme=base16-materia] .hljs-section, [theme=base16-materia] .hljs-title.function_, [theme=base16-materia] .ruby .hljs-property {
  color: #89ddff;
}
[theme=base16-materia] .diff .hljs-meta, [theme=base16-materia] .hljs-keyword, [theme=base16-materia] .hljs-template-tag, [theme=base16-materia] .hljs-type {
  color: #82aaff;
}
[theme=base16-materia] .hljs-emphasis {
  color: #82aaff;
  font-style: italic;
}
[theme=base16-materia] .hljs-meta, [theme=base16-materia] .hljs-meta .hljs-keyword, [theme=base16-materia] .hljs-meta .hljs-string {
  color: #ec5f67;
}
[theme=base16-materia] .hljs-meta .hljs-keyword, [theme=base16-materia] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-darker] {
  /*!
    Theme: Material Darker
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-darker] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-darker] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-darker] .hljs {
  color: #eff;
  background: #212121;
}
[theme=base16-material-darker] .hljs ::selection, [theme=base16-material-darker] .hljs::selection {
  background-color: #353535;
  color: #eff;
}
[theme=base16-material-darker] .hljs-comment {
  color: #4a4a4a;
}
[theme=base16-material-darker] .hljs-tag {
  color: #b2ccd6;
}
[theme=base16-material-darker] .hljs-operator, [theme=base16-material-darker] .hljs-punctuation, [theme=base16-material-darker] .hljs-subst {
  color: #eff;
}
[theme=base16-material-darker] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-darker] .hljs-bullet, [theme=base16-material-darker] .hljs-deletion, [theme=base16-material-darker] .hljs-name, [theme=base16-material-darker] .hljs-selector-tag, [theme=base16-material-darker] .hljs-template-variable, [theme=base16-material-darker] .hljs-variable {
  color: #f07178;
}
[theme=base16-material-darker] .hljs-attr, [theme=base16-material-darker] .hljs-link, [theme=base16-material-darker] .hljs-literal, [theme=base16-material-darker] .hljs-number, [theme=base16-material-darker] .hljs-symbol, [theme=base16-material-darker] .hljs-variable.constant_ {
  color: #f78c6c;
}
[theme=base16-material-darker] .hljs-class .hljs-title, [theme=base16-material-darker] .hljs-title, [theme=base16-material-darker] .hljs-title.class_ {
  color: #ffcb6b;
}
[theme=base16-material-darker] .hljs-strong {
  font-weight: 700;
  color: #ffcb6b;
}
[theme=base16-material-darker] .hljs-addition, [theme=base16-material-darker] .hljs-code, [theme=base16-material-darker] .hljs-string, [theme=base16-material-darker] .hljs-title.class_.inherited__ {
  color: #c3e88d;
}
[theme=base16-material-darker] .hljs-built_in, [theme=base16-material-darker] .hljs-doctag, [theme=base16-material-darker] .hljs-keyword.hljs-atrule, [theme=base16-material-darker] .hljs-quote, [theme=base16-material-darker] .hljs-regexp {
  color: #89ddff;
}
[theme=base16-material-darker] .hljs-attribute, [theme=base16-material-darker] .hljs-function .hljs-title, [theme=base16-material-darker] .hljs-section, [theme=base16-material-darker] .hljs-title.function_, [theme=base16-material-darker] .ruby .hljs-property {
  color: #82aaff;
}
[theme=base16-material-darker] .diff .hljs-meta, [theme=base16-material-darker] .hljs-keyword, [theme=base16-material-darker] .hljs-template-tag, [theme=base16-material-darker] .hljs-type {
  color: #c792ea;
}
[theme=base16-material-darker] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=base16-material-darker] .hljs-meta, [theme=base16-material-darker] .hljs-meta .hljs-keyword, [theme=base16-material-darker] .hljs-meta .hljs-string {
  color: #ff5370;
}
[theme=base16-material-darker] .hljs-meta .hljs-keyword, [theme=base16-material-darker] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-lighter] {
  /*!
    Theme: Material Lighter
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-lighter] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-lighter] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-lighter] .hljs {
  color: #80cbc4;
  background: #fafafa;
}
[theme=base16-material-lighter] .hljs ::selection, [theme=base16-material-lighter] .hljs::selection {
  background-color: #cceae7;
  color: #80cbc4;
}
[theme=base16-material-lighter] .hljs-comment {
  color: #ccd7da;
}
[theme=base16-material-lighter] .hljs-tag {
  color: #8796b0;
}
[theme=base16-material-lighter] .hljs-operator, [theme=base16-material-lighter] .hljs-punctuation, [theme=base16-material-lighter] .hljs-subst {
  color: #80cbc4;
}
[theme=base16-material-lighter] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-lighter] .hljs-bullet, [theme=base16-material-lighter] .hljs-deletion, [theme=base16-material-lighter] .hljs-name, [theme=base16-material-lighter] .hljs-selector-tag, [theme=base16-material-lighter] .hljs-template-variable, [theme=base16-material-lighter] .hljs-variable {
  color: #ff5370;
}
[theme=base16-material-lighter] .hljs-attr, [theme=base16-material-lighter] .hljs-link, [theme=base16-material-lighter] .hljs-literal, [theme=base16-material-lighter] .hljs-number, [theme=base16-material-lighter] .hljs-symbol, [theme=base16-material-lighter] .hljs-variable.constant_ {
  color: #f76d47;
}
[theme=base16-material-lighter] .hljs-class .hljs-title, [theme=base16-material-lighter] .hljs-title, [theme=base16-material-lighter] .hljs-title.class_ {
  color: #ffb62c;
}
[theme=base16-material-lighter] .hljs-strong {
  font-weight: 700;
  color: #ffb62c;
}
[theme=base16-material-lighter] .hljs-addition, [theme=base16-material-lighter] .hljs-code, [theme=base16-material-lighter] .hljs-string, [theme=base16-material-lighter] .hljs-title.class_.inherited__ {
  color: #91b859;
}
[theme=base16-material-lighter] .hljs-built_in, [theme=base16-material-lighter] .hljs-doctag, [theme=base16-material-lighter] .hljs-keyword.hljs-atrule, [theme=base16-material-lighter] .hljs-quote, [theme=base16-material-lighter] .hljs-regexp {
  color: #39adb5;
}
[theme=base16-material-lighter] .hljs-attribute, [theme=base16-material-lighter] .hljs-function .hljs-title, [theme=base16-material-lighter] .hljs-section, [theme=base16-material-lighter] .hljs-title.function_, [theme=base16-material-lighter] .ruby .hljs-property {
  color: #6182b8;
}
[theme=base16-material-lighter] .diff .hljs-meta, [theme=base16-material-lighter] .hljs-keyword, [theme=base16-material-lighter] .hljs-template-tag, [theme=base16-material-lighter] .hljs-type {
  color: #7c4dff;
}
[theme=base16-material-lighter] .hljs-emphasis {
  color: #7c4dff;
  font-style: italic;
}
[theme=base16-material-lighter] .hljs-meta, [theme=base16-material-lighter] .hljs-meta .hljs-keyword, [theme=base16-material-lighter] .hljs-meta .hljs-string {
  color: #e53935;
}
[theme=base16-material-lighter] .hljs-meta .hljs-keyword, [theme=base16-material-lighter] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-palenight] {
  /*!
    Theme: Material Palenight
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-palenight] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-palenight] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-palenight] .hljs {
  color: #959dcb;
  background: #292d3e;
}
[theme=base16-material-palenight] .hljs ::selection, [theme=base16-material-palenight] .hljs::selection {
  background-color: #32374d;
  color: #959dcb;
}
[theme=base16-material-palenight] .hljs-comment {
  color: #676e95;
}
[theme=base16-material-palenight] .hljs-tag {
  color: #8796b0;
}
[theme=base16-material-palenight] .hljs-operator, [theme=base16-material-palenight] .hljs-punctuation, [theme=base16-material-palenight] .hljs-subst {
  color: #959dcb;
}
[theme=base16-material-palenight] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-palenight] .hljs-bullet, [theme=base16-material-palenight] .hljs-deletion, [theme=base16-material-palenight] .hljs-name, [theme=base16-material-palenight] .hljs-selector-tag, [theme=base16-material-palenight] .hljs-template-variable, [theme=base16-material-palenight] .hljs-variable {
  color: #f07178;
}
[theme=base16-material-palenight] .hljs-attr, [theme=base16-material-palenight] .hljs-link, [theme=base16-material-palenight] .hljs-literal, [theme=base16-material-palenight] .hljs-number, [theme=base16-material-palenight] .hljs-symbol, [theme=base16-material-palenight] .hljs-variable.constant_ {
  color: #f78c6c;
}
[theme=base16-material-palenight] .hljs-class .hljs-title, [theme=base16-material-palenight] .hljs-title, [theme=base16-material-palenight] .hljs-title.class_ {
  color: #ffcb6b;
}
[theme=base16-material-palenight] .hljs-strong {
  font-weight: 700;
  color: #ffcb6b;
}
[theme=base16-material-palenight] .hljs-addition, [theme=base16-material-palenight] .hljs-code, [theme=base16-material-palenight] .hljs-string, [theme=base16-material-palenight] .hljs-title.class_.inherited__ {
  color: #c3e88d;
}
[theme=base16-material-palenight] .hljs-built_in, [theme=base16-material-palenight] .hljs-doctag, [theme=base16-material-palenight] .hljs-keyword.hljs-atrule, [theme=base16-material-palenight] .hljs-quote, [theme=base16-material-palenight] .hljs-regexp {
  color: #89ddff;
}
[theme=base16-material-palenight] .hljs-attribute, [theme=base16-material-palenight] .hljs-function .hljs-title, [theme=base16-material-palenight] .hljs-section, [theme=base16-material-palenight] .hljs-title.function_, [theme=base16-material-palenight] .ruby .hljs-property {
  color: #82aaff;
}
[theme=base16-material-palenight] .diff .hljs-meta, [theme=base16-material-palenight] .hljs-keyword, [theme=base16-material-palenight] .hljs-template-tag, [theme=base16-material-palenight] .hljs-type {
  color: #c792ea;
}
[theme=base16-material-palenight] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=base16-material-palenight] .hljs-meta, [theme=base16-material-palenight] .hljs-meta .hljs-keyword, [theme=base16-material-palenight] .hljs-meta .hljs-string {
  color: #ff5370;
}
[theme=base16-material-palenight] .hljs-meta .hljs-keyword, [theme=base16-material-palenight] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material-vivid] {
  /*!
    Theme: Material Vivid
    Author: joshyrobot
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material-vivid] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material-vivid] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material-vivid] .hljs {
  color: #80868b;
  background: #202124;
}
[theme=base16-material-vivid] .hljs ::selection, [theme=base16-material-vivid] .hljs::selection {
  background-color: #323639;
  color: #80868b;
}
[theme=base16-material-vivid] .hljs-comment {
  color: #44464d;
}
[theme=base16-material-vivid] .hljs-tag {
  color: #676c71;
}
[theme=base16-material-vivid] .hljs-operator, [theme=base16-material-vivid] .hljs-punctuation, [theme=base16-material-vivid] .hljs-subst {
  color: #80868b;
}
[theme=base16-material-vivid] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material-vivid] .hljs-bullet, [theme=base16-material-vivid] .hljs-deletion, [theme=base16-material-vivid] .hljs-name, [theme=base16-material-vivid] .hljs-selector-tag, [theme=base16-material-vivid] .hljs-template-variable, [theme=base16-material-vivid] .hljs-variable {
  color: #f44336;
}
[theme=base16-material-vivid] .hljs-attr, [theme=base16-material-vivid] .hljs-link, [theme=base16-material-vivid] .hljs-literal, [theme=base16-material-vivid] .hljs-number, [theme=base16-material-vivid] .hljs-symbol, [theme=base16-material-vivid] .hljs-variable.constant_ {
  color: #ff9800;
}
[theme=base16-material-vivid] .hljs-class .hljs-title, [theme=base16-material-vivid] .hljs-title, [theme=base16-material-vivid] .hljs-title.class_ {
  color: #ffeb3b;
}
[theme=base16-material-vivid] .hljs-strong {
  font-weight: 700;
  color: #ffeb3b;
}
[theme=base16-material-vivid] .hljs-addition, [theme=base16-material-vivid] .hljs-code, [theme=base16-material-vivid] .hljs-string, [theme=base16-material-vivid] .hljs-title.class_.inherited__ {
  color: #00e676;
}
[theme=base16-material-vivid] .hljs-built_in, [theme=base16-material-vivid] .hljs-doctag, [theme=base16-material-vivid] .hljs-keyword.hljs-atrule, [theme=base16-material-vivid] .hljs-quote, [theme=base16-material-vivid] .hljs-regexp {
  color: #00bcd4;
}
[theme=base16-material-vivid] .hljs-attribute, [theme=base16-material-vivid] .hljs-function .hljs-title, [theme=base16-material-vivid] .hljs-section, [theme=base16-material-vivid] .hljs-title.function_, [theme=base16-material-vivid] .ruby .hljs-property {
  color: #2196f3;
}
[theme=base16-material-vivid] .diff .hljs-meta, [theme=base16-material-vivid] .hljs-keyword, [theme=base16-material-vivid] .hljs-template-tag, [theme=base16-material-vivid] .hljs-type {
  color: #673ab7;
}
[theme=base16-material-vivid] .hljs-emphasis {
  color: #673ab7;
  font-style: italic;
}
[theme=base16-material-vivid] .hljs-meta, [theme=base16-material-vivid] .hljs-meta .hljs-keyword, [theme=base16-material-vivid] .hljs-meta .hljs-string {
  color: #8d6e63;
}
[theme=base16-material-vivid] .hljs-meta .hljs-keyword, [theme=base16-material-vivid] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-material] {
  /*!
    Theme: Material
    Author: Nate Peterson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-material] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-material] code.hljs {
  padding: 3px 5px;
}
[theme=base16-material] .hljs {
  color: #eff;
  background: #263238;
}
[theme=base16-material] .hljs ::selection, [theme=base16-material] .hljs::selection {
  background-color: #314549;
  color: #eff;
}
[theme=base16-material] .hljs-comment {
  color: #546e7a;
}
[theme=base16-material] .hljs-tag {
  color: #b2ccd6;
}
[theme=base16-material] .hljs-operator, [theme=base16-material] .hljs-punctuation, [theme=base16-material] .hljs-subst {
  color: #eff;
}
[theme=base16-material] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-material] .hljs-bullet, [theme=base16-material] .hljs-deletion, [theme=base16-material] .hljs-name, [theme=base16-material] .hljs-selector-tag, [theme=base16-material] .hljs-template-variable, [theme=base16-material] .hljs-variable {
  color: #f07178;
}
[theme=base16-material] .hljs-attr, [theme=base16-material] .hljs-link, [theme=base16-material] .hljs-literal, [theme=base16-material] .hljs-number, [theme=base16-material] .hljs-symbol, [theme=base16-material] .hljs-variable.constant_ {
  color: #f78c6c;
}
[theme=base16-material] .hljs-class .hljs-title, [theme=base16-material] .hljs-title, [theme=base16-material] .hljs-title.class_ {
  color: #ffcb6b;
}
[theme=base16-material] .hljs-strong {
  font-weight: 700;
  color: #ffcb6b;
}
[theme=base16-material] .hljs-addition, [theme=base16-material] .hljs-code, [theme=base16-material] .hljs-string, [theme=base16-material] .hljs-title.class_.inherited__ {
  color: #c3e88d;
}
[theme=base16-material] .hljs-built_in, [theme=base16-material] .hljs-doctag, [theme=base16-material] .hljs-keyword.hljs-atrule, [theme=base16-material] .hljs-quote, [theme=base16-material] .hljs-regexp {
  color: #89ddff;
}
[theme=base16-material] .hljs-attribute, [theme=base16-material] .hljs-function .hljs-title, [theme=base16-material] .hljs-section, [theme=base16-material] .hljs-title.function_, [theme=base16-material] .ruby .hljs-property {
  color: #82aaff;
}
[theme=base16-material] .diff .hljs-meta, [theme=base16-material] .hljs-keyword, [theme=base16-material] .hljs-template-tag, [theme=base16-material] .hljs-type {
  color: #c792ea;
}
[theme=base16-material] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=base16-material] .hljs-meta, [theme=base16-material] .hljs-meta .hljs-keyword, [theme=base16-material] .hljs-meta .hljs-string {
  color: #ff5370;
}
[theme=base16-material] .hljs-meta .hljs-keyword, [theme=base16-material] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-mellow-purple] {
  /*!
    Theme: Mellow Purple
    Author: gidsi
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-mellow-purple] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-mellow-purple] code.hljs {
  padding: 3px 5px;
}
[theme=base16-mellow-purple] .hljs {
  color: #fef;
  background: #1e0528;
}
[theme=base16-mellow-purple] .hljs ::selection, [theme=base16-mellow-purple] .hljs::selection {
  background-color: #331354;
  color: #fef;
}
[theme=base16-mellow-purple] .hljs-comment {
  color: #320f55;
}
[theme=base16-mellow-purple] .hljs-tag {
  color: #873582;
}
[theme=base16-mellow-purple] .hljs-operator, [theme=base16-mellow-purple] .hljs-punctuation, [theme=base16-mellow-purple] .hljs-subst {
  color: #fef;
}
[theme=base16-mellow-purple] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-mellow-purple] .hljs-bullet, [theme=base16-mellow-purple] .hljs-deletion, [theme=base16-mellow-purple] .hljs-name, [theme=base16-mellow-purple] .hljs-selector-tag, [theme=base16-mellow-purple] .hljs-template-variable, [theme=base16-mellow-purple] .hljs-variable {
  color: #00d9e9;
}
[theme=base16-mellow-purple] .hljs-attr, [theme=base16-mellow-purple] .hljs-link, [theme=base16-mellow-purple] .hljs-literal, [theme=base16-mellow-purple] .hljs-number, [theme=base16-mellow-purple] .hljs-symbol, [theme=base16-mellow-purple] .hljs-variable.constant_ {
  color: #aa00a3;
}
[theme=base16-mellow-purple] .hljs-class .hljs-title, [theme=base16-mellow-purple] .hljs-title, [theme=base16-mellow-purple] .hljs-title.class_ {
  color: #955ae7;
}
[theme=base16-mellow-purple] .hljs-strong {
  font-weight: 700;
  color: #955ae7;
}
[theme=base16-mellow-purple] .hljs-addition, [theme=base16-mellow-purple] .hljs-code, [theme=base16-mellow-purple] .hljs-string, [theme=base16-mellow-purple] .hljs-title.class_.inherited__ {
  color: #05cb0d;
}
[theme=base16-mellow-purple] .hljs-built_in, [theme=base16-mellow-purple] .hljs-doctag, [theme=base16-mellow-purple] .hljs-keyword.hljs-atrule, [theme=base16-mellow-purple] .hljs-quote, [theme=base16-mellow-purple] .hljs-regexp {
  color: #b900b1;
}
[theme=base16-mellow-purple] .hljs-attribute, [theme=base16-mellow-purple] .hljs-function .hljs-title, [theme=base16-mellow-purple] .hljs-section, [theme=base16-mellow-purple] .hljs-title.function_, [theme=base16-mellow-purple] .ruby .hljs-property {
  color: #550068;
}
[theme=base16-mellow-purple] .diff .hljs-meta, [theme=base16-mellow-purple] .hljs-keyword, [theme=base16-mellow-purple] .hljs-template-tag, [theme=base16-mellow-purple] .hljs-type {
  color: #8991bb;
}
[theme=base16-mellow-purple] .hljs-emphasis {
  color: #8991bb;
  font-style: italic;
}
[theme=base16-mellow-purple] .hljs-meta, [theme=base16-mellow-purple] .hljs-meta .hljs-keyword, [theme=base16-mellow-purple] .hljs-meta .hljs-string {
  color: #4d6fff;
}
[theme=base16-mellow-purple] .hljs-meta .hljs-keyword, [theme=base16-mellow-purple] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-mexico-light] {
  /*!
    Theme: Mexico Light
    Author: Sheldon Johnson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-mexico-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-mexico-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-mexico-light] .hljs {
  color: #383838;
  background: #f8f8f8;
}
[theme=base16-mexico-light] .hljs ::selection, [theme=base16-mexico-light] .hljs::selection {
  background-color: #d8d8d8;
  color: #383838;
}
[theme=base16-mexico-light] .hljs-comment {
  color: #b8b8b8;
}
[theme=base16-mexico-light] .hljs-tag {
  color: #585858;
}
[theme=base16-mexico-light] .hljs-operator, [theme=base16-mexico-light] .hljs-punctuation, [theme=base16-mexico-light] .hljs-subst {
  color: #383838;
}
[theme=base16-mexico-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-mexico-light] .hljs-bullet, [theme=base16-mexico-light] .hljs-deletion, [theme=base16-mexico-light] .hljs-name, [theme=base16-mexico-light] .hljs-selector-tag, [theme=base16-mexico-light] .hljs-template-variable, [theme=base16-mexico-light] .hljs-variable {
  color: #ab4642;
}
[theme=base16-mexico-light] .hljs-attr, [theme=base16-mexico-light] .hljs-link, [theme=base16-mexico-light] .hljs-literal, [theme=base16-mexico-light] .hljs-number, [theme=base16-mexico-light] .hljs-symbol, [theme=base16-mexico-light] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-mexico-light] .hljs-class .hljs-title, [theme=base16-mexico-light] .hljs-title, [theme=base16-mexico-light] .hljs-title.class_ {
  color: #f79a0e;
}
[theme=base16-mexico-light] .hljs-strong {
  font-weight: 700;
  color: #f79a0e;
}
[theme=base16-mexico-light] .hljs-addition, [theme=base16-mexico-light] .hljs-code, [theme=base16-mexico-light] .hljs-string, [theme=base16-mexico-light] .hljs-title.class_.inherited__ {
  color: #538947;
}
[theme=base16-mexico-light] .hljs-built_in, [theme=base16-mexico-light] .hljs-doctag, [theme=base16-mexico-light] .hljs-keyword.hljs-atrule, [theme=base16-mexico-light] .hljs-quote, [theme=base16-mexico-light] .hljs-regexp {
  color: #4b8093;
}
[theme=base16-mexico-light] .hljs-attribute, [theme=base16-mexico-light] .hljs-function .hljs-title, [theme=base16-mexico-light] .hljs-section, [theme=base16-mexico-light] .hljs-title.function_, [theme=base16-mexico-light] .ruby .hljs-property {
  color: #7cafc2;
}
[theme=base16-mexico-light] .diff .hljs-meta, [theme=base16-mexico-light] .hljs-keyword, [theme=base16-mexico-light] .hljs-template-tag, [theme=base16-mexico-light] .hljs-type {
  color: #96609e;
}
[theme=base16-mexico-light] .hljs-emphasis {
  color: #96609e;
  font-style: italic;
}
[theme=base16-mexico-light] .hljs-meta, [theme=base16-mexico-light] .hljs-meta .hljs-keyword, [theme=base16-mexico-light] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-mexico-light] .hljs-meta .hljs-keyword, [theme=base16-mexico-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-mocha] {
  /*!
    Theme: Mocha
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-mocha] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-mocha] code.hljs {
  padding: 3px 5px;
}
[theme=base16-mocha] .hljs {
  color: #d0c8c6;
  background: #3b3228;
}
[theme=base16-mocha] .hljs ::selection, [theme=base16-mocha] .hljs::selection {
  background-color: #645240;
  color: #d0c8c6;
}
[theme=base16-mocha] .hljs-comment {
  color: #7e705a;
}
[theme=base16-mocha] .hljs-tag {
  color: #b8afad;
}
[theme=base16-mocha] .hljs-operator, [theme=base16-mocha] .hljs-punctuation, [theme=base16-mocha] .hljs-subst {
  color: #d0c8c6;
}
[theme=base16-mocha] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-mocha] .hljs-bullet, [theme=base16-mocha] .hljs-deletion, [theme=base16-mocha] .hljs-name, [theme=base16-mocha] .hljs-selector-tag, [theme=base16-mocha] .hljs-template-variable, [theme=base16-mocha] .hljs-variable {
  color: #cb6077;
}
[theme=base16-mocha] .hljs-attr, [theme=base16-mocha] .hljs-link, [theme=base16-mocha] .hljs-literal, [theme=base16-mocha] .hljs-number, [theme=base16-mocha] .hljs-symbol, [theme=base16-mocha] .hljs-variable.constant_ {
  color: #d28b71;
}
[theme=base16-mocha] .hljs-class .hljs-title, [theme=base16-mocha] .hljs-title, [theme=base16-mocha] .hljs-title.class_ {
  color: #f4bc87;
}
[theme=base16-mocha] .hljs-strong {
  font-weight: 700;
  color: #f4bc87;
}
[theme=base16-mocha] .hljs-addition, [theme=base16-mocha] .hljs-code, [theme=base16-mocha] .hljs-string, [theme=base16-mocha] .hljs-title.class_.inherited__ {
  color: #beb55b;
}
[theme=base16-mocha] .hljs-built_in, [theme=base16-mocha] .hljs-doctag, [theme=base16-mocha] .hljs-keyword.hljs-atrule, [theme=base16-mocha] .hljs-quote, [theme=base16-mocha] .hljs-regexp {
  color: #7bbda4;
}
[theme=base16-mocha] .hljs-attribute, [theme=base16-mocha] .hljs-function .hljs-title, [theme=base16-mocha] .hljs-section, [theme=base16-mocha] .hljs-title.function_, [theme=base16-mocha] .ruby .hljs-property {
  color: #8ab3b5;
}
[theme=base16-mocha] .diff .hljs-meta, [theme=base16-mocha] .hljs-keyword, [theme=base16-mocha] .hljs-template-tag, [theme=base16-mocha] .hljs-type {
  color: #a89bb9;
}
[theme=base16-mocha] .hljs-emphasis {
  color: #a89bb9;
  font-style: italic;
}
[theme=base16-mocha] .hljs-meta, [theme=base16-mocha] .hljs-meta .hljs-keyword, [theme=base16-mocha] .hljs-meta .hljs-string {
  color: #bb9584;
}
[theme=base16-mocha] .hljs-meta .hljs-keyword, [theme=base16-mocha] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-monokai] {
  /*!
    Theme: Monokai
    Author: Wimer Hazenberg (http://www.monokai.nl)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-monokai] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-monokai] code.hljs {
  padding: 3px 5px;
}
[theme=base16-monokai] .hljs {
  color: #f8f8f2;
  background: #272822;
}
[theme=base16-monokai] .hljs ::selection, [theme=base16-monokai] .hljs::selection {
  background-color: #49483e;
  color: #f8f8f2;
}
[theme=base16-monokai] .hljs-comment {
  color: #75715e;
}
[theme=base16-monokai] .hljs-tag {
  color: #a59f85;
}
[theme=base16-monokai] .hljs-operator, [theme=base16-monokai] .hljs-punctuation, [theme=base16-monokai] .hljs-subst {
  color: #f8f8f2;
}
[theme=base16-monokai] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-monokai] .hljs-bullet, [theme=base16-monokai] .hljs-deletion, [theme=base16-monokai] .hljs-name, [theme=base16-monokai] .hljs-selector-tag, [theme=base16-monokai] .hljs-template-variable, [theme=base16-monokai] .hljs-variable {
  color: #f92672;
}
[theme=base16-monokai] .hljs-attr, [theme=base16-monokai] .hljs-link, [theme=base16-monokai] .hljs-literal, [theme=base16-monokai] .hljs-number, [theme=base16-monokai] .hljs-symbol, [theme=base16-monokai] .hljs-variable.constant_ {
  color: #fd971f;
}
[theme=base16-monokai] .hljs-class .hljs-title, [theme=base16-monokai] .hljs-title, [theme=base16-monokai] .hljs-title.class_ {
  color: #f4bf75;
}
[theme=base16-monokai] .hljs-strong {
  font-weight: 700;
  color: #f4bf75;
}
[theme=base16-monokai] .hljs-addition, [theme=base16-monokai] .hljs-code, [theme=base16-monokai] .hljs-string, [theme=base16-monokai] .hljs-title.class_.inherited__ {
  color: #a6e22e;
}
[theme=base16-monokai] .hljs-built_in, [theme=base16-monokai] .hljs-doctag, [theme=base16-monokai] .hljs-keyword.hljs-atrule, [theme=base16-monokai] .hljs-quote, [theme=base16-monokai] .hljs-regexp {
  color: #a1efe4;
}
[theme=base16-monokai] .hljs-attribute, [theme=base16-monokai] .hljs-function .hljs-title, [theme=base16-monokai] .hljs-section, [theme=base16-monokai] .hljs-title.function_, [theme=base16-monokai] .ruby .hljs-property {
  color: #66d9ef;
}
[theme=base16-monokai] .diff .hljs-meta, [theme=base16-monokai] .hljs-keyword, [theme=base16-monokai] .hljs-template-tag, [theme=base16-monokai] .hljs-type {
  color: #ae81ff;
}
[theme=base16-monokai] .hljs-emphasis {
  color: #ae81ff;
  font-style: italic;
}
[theme=base16-monokai] .hljs-meta, [theme=base16-monokai] .hljs-meta .hljs-keyword, [theme=base16-monokai] .hljs-meta .hljs-string {
  color: #c63;
}
[theme=base16-monokai] .hljs-meta .hljs-keyword, [theme=base16-monokai] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-nebula] {
  /*!
    Theme: Nebula
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-nebula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-nebula] code.hljs {
  padding: 3px 5px;
}
[theme=base16-nebula] .hljs {
  color: #a4a6a9;
  background: #22273b;
}
[theme=base16-nebula] .hljs ::selection, [theme=base16-nebula] .hljs::selection {
  background-color: #5a8380;
  color: #a4a6a9;
}
[theme=base16-nebula] .hljs-comment {
  color: #6e6f72;
}
[theme=base16-nebula] .hljs-tag {
  color: #87888b;
}
[theme=base16-nebula] .hljs-operator, [theme=base16-nebula] .hljs-punctuation, [theme=base16-nebula] .hljs-subst {
  color: #a4a6a9;
}
[theme=base16-nebula] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-nebula] .hljs-bullet, [theme=base16-nebula] .hljs-deletion, [theme=base16-nebula] .hljs-name, [theme=base16-nebula] .hljs-selector-tag, [theme=base16-nebula] .hljs-template-variable, [theme=base16-nebula] .hljs-variable {
  color: #777abc;
}
[theme=base16-nebula] .hljs-attr, [theme=base16-nebula] .hljs-link, [theme=base16-nebula] .hljs-literal, [theme=base16-nebula] .hljs-number, [theme=base16-nebula] .hljs-symbol, [theme=base16-nebula] .hljs-variable.constant_ {
  color: #94929e;
}
[theme=base16-nebula] .hljs-class .hljs-title, [theme=base16-nebula] .hljs-title, [theme=base16-nebula] .hljs-title.class_ {
  color: #4f9062;
}
[theme=base16-nebula] .hljs-strong {
  font-weight: 700;
  color: #4f9062;
}
[theme=base16-nebula] .hljs-addition, [theme=base16-nebula] .hljs-code, [theme=base16-nebula] .hljs-string, [theme=base16-nebula] .hljs-title.class_.inherited__ {
  color: #6562a8;
}
[theme=base16-nebula] .hljs-built_in, [theme=base16-nebula] .hljs-doctag, [theme=base16-nebula] .hljs-keyword.hljs-atrule, [theme=base16-nebula] .hljs-quote, [theme=base16-nebula] .hljs-regexp {
  color: #226f68;
}
[theme=base16-nebula] .hljs-attribute, [theme=base16-nebula] .hljs-function .hljs-title, [theme=base16-nebula] .hljs-section, [theme=base16-nebula] .hljs-title.function_, [theme=base16-nebula] .ruby .hljs-property {
  color: #4d6bb6;
}
[theme=base16-nebula] .diff .hljs-meta, [theme=base16-nebula] .hljs-keyword, [theme=base16-nebula] .hljs-template-tag, [theme=base16-nebula] .hljs-type {
  color: #716cae;
}
[theme=base16-nebula] .hljs-emphasis {
  color: #716cae;
  font-style: italic;
}
[theme=base16-nebula] .hljs-meta, [theme=base16-nebula] .hljs-meta .hljs-keyword, [theme=base16-nebula] .hljs-meta .hljs-string {
  color: #8c70a7;
}
[theme=base16-nebula] .hljs-meta .hljs-keyword, [theme=base16-nebula] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-nord] {
  /*!
    Theme: Nord
    Author: arcticicestudio
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-nord] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-nord] code.hljs {
  padding: 3px 5px;
}
[theme=base16-nord] .hljs {
  color: #e5e9f0;
  background: #2e3440;
}
[theme=base16-nord] .hljs ::selection, [theme=base16-nord] .hljs::selection {
  background-color: #434c5e;
  color: #e5e9f0;
}
[theme=base16-nord] .hljs-comment {
  color: #4c566a;
}
[theme=base16-nord] .hljs-tag {
  color: #d8dee9;
}
[theme=base16-nord] .hljs-operator, [theme=base16-nord] .hljs-punctuation, [theme=base16-nord] .hljs-subst {
  color: #e5e9f0;
}
[theme=base16-nord] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-nord] .hljs-bullet, [theme=base16-nord] .hljs-deletion, [theme=base16-nord] .hljs-name, [theme=base16-nord] .hljs-selector-tag, [theme=base16-nord] .hljs-template-variable, [theme=base16-nord] .hljs-variable {
  color: #bf616a;
}
[theme=base16-nord] .hljs-attr, [theme=base16-nord] .hljs-link, [theme=base16-nord] .hljs-literal, [theme=base16-nord] .hljs-number, [theme=base16-nord] .hljs-symbol, [theme=base16-nord] .hljs-variable.constant_ {
  color: #d08770;
}
[theme=base16-nord] .hljs-class .hljs-title, [theme=base16-nord] .hljs-title, [theme=base16-nord] .hljs-title.class_ {
  color: #ebcb8b;
}
[theme=base16-nord] .hljs-strong {
  font-weight: 700;
  color: #ebcb8b;
}
[theme=base16-nord] .hljs-addition, [theme=base16-nord] .hljs-code, [theme=base16-nord] .hljs-string, [theme=base16-nord] .hljs-title.class_.inherited__ {
  color: #a3be8c;
}
[theme=base16-nord] .hljs-built_in, [theme=base16-nord] .hljs-doctag, [theme=base16-nord] .hljs-keyword.hljs-atrule, [theme=base16-nord] .hljs-quote, [theme=base16-nord] .hljs-regexp {
  color: #88c0d0;
}
[theme=base16-nord] .hljs-attribute, [theme=base16-nord] .hljs-function .hljs-title, [theme=base16-nord] .hljs-section, [theme=base16-nord] .hljs-title.function_, [theme=base16-nord] .ruby .hljs-property {
  color: #81a1c1;
}
[theme=base16-nord] .diff .hljs-meta, [theme=base16-nord] .hljs-keyword, [theme=base16-nord] .hljs-template-tag, [theme=base16-nord] .hljs-type {
  color: #b48ead;
}
[theme=base16-nord] .hljs-emphasis {
  color: #b48ead;
  font-style: italic;
}
[theme=base16-nord] .hljs-meta, [theme=base16-nord] .hljs-meta .hljs-keyword, [theme=base16-nord] .hljs-meta .hljs-string {
  color: #5e81ac;
}
[theme=base16-nord] .hljs-meta .hljs-keyword, [theme=base16-nord] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-nova] {
  /*!
    Theme: Nova
    Author: George Essig (https://github.com/gessig), Trevor D. Miller (https://trevordmiller.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-nova] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-nova] code.hljs {
  padding: 3px 5px;
}
[theme=base16-nova] .hljs {
  color: #c5d4dd;
  background: #3c4c55;
}
[theme=base16-nova] .hljs ::selection, [theme=base16-nova] .hljs::selection {
  background-color: #6a7d89;
  color: #c5d4dd;
}
[theme=base16-nova] .hljs-comment, [theme=base16-nova] .hljs-tag {
  color: #899ba6;
}
[theme=base16-nova] .hljs-operator, [theme=base16-nova] .hljs-punctuation, [theme=base16-nova] .hljs-subst {
  color: #c5d4dd;
}
[theme=base16-nova] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-nova] .hljs-bullet, [theme=base16-nova] .hljs-deletion, [theme=base16-nova] .hljs-name, [theme=base16-nova] .hljs-selector-tag, [theme=base16-nova] .hljs-template-variable, [theme=base16-nova] .hljs-variable {
  color: #83afe5;
}
[theme=base16-nova] .hljs-attr, [theme=base16-nova] .hljs-link, [theme=base16-nova] .hljs-literal, [theme=base16-nova] .hljs-number, [theme=base16-nova] .hljs-symbol, [theme=base16-nova] .hljs-variable.constant_ {
  color: #7fc1ca;
}
[theme=base16-nova] .hljs-class .hljs-title, [theme=base16-nova] .hljs-title, [theme=base16-nova] .hljs-title.class_ {
  color: #a8ce93;
}
[theme=base16-nova] .hljs-strong {
  font-weight: 700;
  color: #a8ce93;
}
[theme=base16-nova] .hljs-addition, [theme=base16-nova] .hljs-code, [theme=base16-nova] .hljs-string, [theme=base16-nova] .hljs-title.class_.inherited__ {
  color: #7fc1ca;
}
[theme=base16-nova] .hljs-built_in, [theme=base16-nova] .hljs-doctag, [theme=base16-nova] .hljs-keyword.hljs-atrule, [theme=base16-nova] .hljs-quote, [theme=base16-nova] .hljs-regexp {
  color: #f2c38f;
}
[theme=base16-nova] .hljs-attribute, [theme=base16-nova] .hljs-function .hljs-title, [theme=base16-nova] .hljs-section, [theme=base16-nova] .hljs-title.function_, [theme=base16-nova] .ruby .hljs-property {
  color: #83afe5;
}
[theme=base16-nova] .diff .hljs-meta, [theme=base16-nova] .hljs-keyword, [theme=base16-nova] .hljs-template-tag, [theme=base16-nova] .hljs-type {
  color: #9a93e1;
}
[theme=base16-nova] .hljs-emphasis {
  color: #9a93e1;
  font-style: italic;
}
[theme=base16-nova] .hljs-meta, [theme=base16-nova] .hljs-meta .hljs-keyword, [theme=base16-nova] .hljs-meta .hljs-string {
  color: #f2c38f;
}
[theme=base16-nova] .hljs-meta .hljs-keyword, [theme=base16-nova] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ocean] {
  /*!
    Theme: Ocean
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ocean] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ocean] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ocean] .hljs {
  color: #c0c5ce;
  background: #2b303b;
}
[theme=base16-ocean] .hljs ::selection, [theme=base16-ocean] .hljs::selection {
  background-color: #4f5b66;
  color: #c0c5ce;
}
[theme=base16-ocean] .hljs-comment {
  color: #65737e;
}
[theme=base16-ocean] .hljs-tag {
  color: #a7adba;
}
[theme=base16-ocean] .hljs-operator, [theme=base16-ocean] .hljs-punctuation, [theme=base16-ocean] .hljs-subst {
  color: #c0c5ce;
}
[theme=base16-ocean] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ocean] .hljs-bullet, [theme=base16-ocean] .hljs-deletion, [theme=base16-ocean] .hljs-name, [theme=base16-ocean] .hljs-selector-tag, [theme=base16-ocean] .hljs-template-variable, [theme=base16-ocean] .hljs-variable {
  color: #bf616a;
}
[theme=base16-ocean] .hljs-attr, [theme=base16-ocean] .hljs-link, [theme=base16-ocean] .hljs-literal, [theme=base16-ocean] .hljs-number, [theme=base16-ocean] .hljs-symbol, [theme=base16-ocean] .hljs-variable.constant_ {
  color: #d08770;
}
[theme=base16-ocean] .hljs-class .hljs-title, [theme=base16-ocean] .hljs-title, [theme=base16-ocean] .hljs-title.class_ {
  color: #ebcb8b;
}
[theme=base16-ocean] .hljs-strong {
  font-weight: 700;
  color: #ebcb8b;
}
[theme=base16-ocean] .hljs-addition, [theme=base16-ocean] .hljs-code, [theme=base16-ocean] .hljs-string, [theme=base16-ocean] .hljs-title.class_.inherited__ {
  color: #a3be8c;
}
[theme=base16-ocean] .hljs-built_in, [theme=base16-ocean] .hljs-doctag, [theme=base16-ocean] .hljs-keyword.hljs-atrule, [theme=base16-ocean] .hljs-quote, [theme=base16-ocean] .hljs-regexp {
  color: #96b5b4;
}
[theme=base16-ocean] .hljs-attribute, [theme=base16-ocean] .hljs-function .hljs-title, [theme=base16-ocean] .hljs-section, [theme=base16-ocean] .hljs-title.function_, [theme=base16-ocean] .ruby .hljs-property {
  color: #8fa1b3;
}
[theme=base16-ocean] .diff .hljs-meta, [theme=base16-ocean] .hljs-keyword, [theme=base16-ocean] .hljs-template-tag, [theme=base16-ocean] .hljs-type {
  color: #b48ead;
}
[theme=base16-ocean] .hljs-emphasis {
  color: #b48ead;
  font-style: italic;
}
[theme=base16-ocean] .hljs-meta, [theme=base16-ocean] .hljs-meta .hljs-keyword, [theme=base16-ocean] .hljs-meta .hljs-string {
  color: #ab7967;
}
[theme=base16-ocean] .hljs-meta .hljs-keyword, [theme=base16-ocean] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-oceanicnext] {
  /*!
    Theme: OceanicNext
    Author: https://github.com/voronianski/oceanic-next-color-scheme
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-oceanicnext] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-oceanicnext] code.hljs {
  padding: 3px 5px;
}
[theme=base16-oceanicnext] .hljs {
  color: #c0c5ce;
  background: #1b2b34;
}
[theme=base16-oceanicnext] .hljs ::selection, [theme=base16-oceanicnext] .hljs::selection {
  background-color: #4f5b66;
  color: #c0c5ce;
}
[theme=base16-oceanicnext] .hljs-comment {
  color: #65737e;
}
[theme=base16-oceanicnext] .hljs-tag {
  color: #a7adba;
}
[theme=base16-oceanicnext] .hljs-operator, [theme=base16-oceanicnext] .hljs-punctuation, [theme=base16-oceanicnext] .hljs-subst {
  color: #c0c5ce;
}
[theme=base16-oceanicnext] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-oceanicnext] .hljs-bullet, [theme=base16-oceanicnext] .hljs-deletion, [theme=base16-oceanicnext] .hljs-name, [theme=base16-oceanicnext] .hljs-selector-tag, [theme=base16-oceanicnext] .hljs-template-variable, [theme=base16-oceanicnext] .hljs-variable {
  color: #ec5f67;
}
[theme=base16-oceanicnext] .hljs-attr, [theme=base16-oceanicnext] .hljs-link, [theme=base16-oceanicnext] .hljs-literal, [theme=base16-oceanicnext] .hljs-number, [theme=base16-oceanicnext] .hljs-symbol, [theme=base16-oceanicnext] .hljs-variable.constant_ {
  color: #f99157;
}
[theme=base16-oceanicnext] .hljs-class .hljs-title, [theme=base16-oceanicnext] .hljs-title, [theme=base16-oceanicnext] .hljs-title.class_ {
  color: #fac863;
}
[theme=base16-oceanicnext] .hljs-strong {
  font-weight: 700;
  color: #fac863;
}
[theme=base16-oceanicnext] .hljs-addition, [theme=base16-oceanicnext] .hljs-code, [theme=base16-oceanicnext] .hljs-string, [theme=base16-oceanicnext] .hljs-title.class_.inherited__ {
  color: #99c794;
}
[theme=base16-oceanicnext] .hljs-built_in, [theme=base16-oceanicnext] .hljs-doctag, [theme=base16-oceanicnext] .hljs-keyword.hljs-atrule, [theme=base16-oceanicnext] .hljs-quote, [theme=base16-oceanicnext] .hljs-regexp {
  color: #5fb3b3;
}
[theme=base16-oceanicnext] .hljs-attribute, [theme=base16-oceanicnext] .hljs-function .hljs-title, [theme=base16-oceanicnext] .hljs-section, [theme=base16-oceanicnext] .hljs-title.function_, [theme=base16-oceanicnext] .ruby .hljs-property {
  color: #69c;
}
[theme=base16-oceanicnext] .diff .hljs-meta, [theme=base16-oceanicnext] .hljs-keyword, [theme=base16-oceanicnext] .hljs-template-tag, [theme=base16-oceanicnext] .hljs-type {
  color: #c594c5;
}
[theme=base16-oceanicnext] .hljs-emphasis {
  color: #c594c5;
  font-style: italic;
}
[theme=base16-oceanicnext] .hljs-meta, [theme=base16-oceanicnext] .hljs-meta .hljs-keyword, [theme=base16-oceanicnext] .hljs-meta .hljs-string {
  color: #ab7967;
}
[theme=base16-oceanicnext] .hljs-meta .hljs-keyword, [theme=base16-oceanicnext] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-one-light] {
  /*!
    Theme: One Light
    Author: Daniel Pfeifer (http://github.com/purpleKarrot)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-one-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-one-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-one-light] .hljs {
  color: #383a42;
  background: #fafafa;
}
[theme=base16-one-light] .hljs ::selection, [theme=base16-one-light] .hljs::selection {
  background-color: #e5e5e6;
  color: #383a42;
}
[theme=base16-one-light] .hljs-comment {
  color: #a0a1a7;
}
[theme=base16-one-light] .hljs-tag {
  color: #696c77;
}
[theme=base16-one-light] .hljs-operator, [theme=base16-one-light] .hljs-punctuation, [theme=base16-one-light] .hljs-subst {
  color: #383a42;
}
[theme=base16-one-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-one-light] .hljs-bullet, [theme=base16-one-light] .hljs-deletion, [theme=base16-one-light] .hljs-name, [theme=base16-one-light] .hljs-selector-tag, [theme=base16-one-light] .hljs-template-variable, [theme=base16-one-light] .hljs-variable {
  color: #ca1243;
}
[theme=base16-one-light] .hljs-attr, [theme=base16-one-light] .hljs-link, [theme=base16-one-light] .hljs-literal, [theme=base16-one-light] .hljs-number, [theme=base16-one-light] .hljs-symbol, [theme=base16-one-light] .hljs-variable.constant_ {
  color: #d75f00;
}
[theme=base16-one-light] .hljs-class .hljs-title, [theme=base16-one-light] .hljs-title, [theme=base16-one-light] .hljs-title.class_ {
  color: #c18401;
}
[theme=base16-one-light] .hljs-strong {
  font-weight: 700;
  color: #c18401;
}
[theme=base16-one-light] .hljs-addition, [theme=base16-one-light] .hljs-code, [theme=base16-one-light] .hljs-string, [theme=base16-one-light] .hljs-title.class_.inherited__ {
  color: #50a14f;
}
[theme=base16-one-light] .hljs-built_in, [theme=base16-one-light] .hljs-doctag, [theme=base16-one-light] .hljs-keyword.hljs-atrule, [theme=base16-one-light] .hljs-quote, [theme=base16-one-light] .hljs-regexp {
  color: #0184bc;
}
[theme=base16-one-light] .hljs-attribute, [theme=base16-one-light] .hljs-function .hljs-title, [theme=base16-one-light] .hljs-section, [theme=base16-one-light] .hljs-title.function_, [theme=base16-one-light] .ruby .hljs-property {
  color: #4078f2;
}
[theme=base16-one-light] .diff .hljs-meta, [theme=base16-one-light] .hljs-keyword, [theme=base16-one-light] .hljs-template-tag, [theme=base16-one-light] .hljs-type {
  color: #a626a4;
}
[theme=base16-one-light] .hljs-emphasis {
  color: #a626a4;
  font-style: italic;
}
[theme=base16-one-light] .hljs-meta, [theme=base16-one-light] .hljs-meta .hljs-keyword, [theme=base16-one-light] .hljs-meta .hljs-string {
  color: #986801;
}
[theme=base16-one-light] .hljs-meta .hljs-keyword, [theme=base16-one-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-onedark] {
  /*!
    Theme: OneDark
    Author: Lalit Magant (http://github.com/tilal6991)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-onedark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-onedark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-onedark] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme=base16-onedark] .hljs ::selection, [theme=base16-onedark] .hljs::selection {
  background-color: #3e4451;
  color: #abb2bf;
}
[theme=base16-onedark] .hljs-comment {
  color: #545862;
}
[theme=base16-onedark] .hljs-tag {
  color: #565c64;
}
[theme=base16-onedark] .hljs-operator, [theme=base16-onedark] .hljs-punctuation, [theme=base16-onedark] .hljs-subst {
  color: #abb2bf;
}
[theme=base16-onedark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-onedark] .hljs-bullet, [theme=base16-onedark] .hljs-deletion, [theme=base16-onedark] .hljs-name, [theme=base16-onedark] .hljs-selector-tag, [theme=base16-onedark] .hljs-template-variable, [theme=base16-onedark] .hljs-variable {
  color: #e06c75;
}
[theme=base16-onedark] .hljs-attr, [theme=base16-onedark] .hljs-link, [theme=base16-onedark] .hljs-literal, [theme=base16-onedark] .hljs-number, [theme=base16-onedark] .hljs-symbol, [theme=base16-onedark] .hljs-variable.constant_ {
  color: #d19a66;
}
[theme=base16-onedark] .hljs-class .hljs-title, [theme=base16-onedark] .hljs-title, [theme=base16-onedark] .hljs-title.class_ {
  color: #e5c07b;
}
[theme=base16-onedark] .hljs-strong {
  font-weight: 700;
  color: #e5c07b;
}
[theme=base16-onedark] .hljs-addition, [theme=base16-onedark] .hljs-code, [theme=base16-onedark] .hljs-string, [theme=base16-onedark] .hljs-title.class_.inherited__ {
  color: #98c379;
}
[theme=base16-onedark] .hljs-built_in, [theme=base16-onedark] .hljs-doctag, [theme=base16-onedark] .hljs-keyword.hljs-atrule, [theme=base16-onedark] .hljs-quote, [theme=base16-onedark] .hljs-regexp {
  color: #56b6c2;
}
[theme=base16-onedark] .hljs-attribute, [theme=base16-onedark] .hljs-function .hljs-title, [theme=base16-onedark] .hljs-section, [theme=base16-onedark] .hljs-title.function_, [theme=base16-onedark] .ruby .hljs-property {
  color: #61afef;
}
[theme=base16-onedark] .diff .hljs-meta, [theme=base16-onedark] .hljs-keyword, [theme=base16-onedark] .hljs-template-tag, [theme=base16-onedark] .hljs-type {
  color: #c678dd;
}
[theme=base16-onedark] .hljs-emphasis {
  color: #c678dd;
  font-style: italic;
}
[theme=base16-onedark] .hljs-meta, [theme=base16-onedark] .hljs-meta .hljs-keyword, [theme=base16-onedark] .hljs-meta .hljs-string {
  color: #be5046;
}
[theme=base16-onedark] .hljs-meta .hljs-keyword, [theme=base16-onedark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-outrun-dark] {
  /*!
    Theme: Outrun Dark
    Author: Hugo Delahousse (http://github.com/hugodelahousse/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-outrun-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-outrun-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-outrun-dark] .hljs {
  color: #d0d0fa;
  background: #00002a;
}
[theme=base16-outrun-dark] .hljs ::selection, [theme=base16-outrun-dark] .hljs::selection {
  background-color: #30305a;
  color: #d0d0fa;
}
[theme=base16-outrun-dark] .hljs-comment {
  color: #50507a;
}
[theme=base16-outrun-dark] .hljs-tag {
  color: #b0b0da;
}
[theme=base16-outrun-dark] .hljs-operator, [theme=base16-outrun-dark] .hljs-punctuation, [theme=base16-outrun-dark] .hljs-subst {
  color: #d0d0fa;
}
[theme=base16-outrun-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-outrun-dark] .hljs-bullet, [theme=base16-outrun-dark] .hljs-deletion, [theme=base16-outrun-dark] .hljs-name, [theme=base16-outrun-dark] .hljs-selector-tag, [theme=base16-outrun-dark] .hljs-template-variable, [theme=base16-outrun-dark] .hljs-variable {
  color: #ff4242;
}
[theme=base16-outrun-dark] .hljs-attr, [theme=base16-outrun-dark] .hljs-link, [theme=base16-outrun-dark] .hljs-literal, [theme=base16-outrun-dark] .hljs-number, [theme=base16-outrun-dark] .hljs-symbol, [theme=base16-outrun-dark] .hljs-variable.constant_ {
  color: #fc8d28;
}
[theme=base16-outrun-dark] .hljs-class .hljs-title, [theme=base16-outrun-dark] .hljs-title, [theme=base16-outrun-dark] .hljs-title.class_ {
  color: #f3e877;
}
[theme=base16-outrun-dark] .hljs-strong {
  font-weight: 700;
  color: #f3e877;
}
[theme=base16-outrun-dark] .hljs-addition, [theme=base16-outrun-dark] .hljs-code, [theme=base16-outrun-dark] .hljs-string, [theme=base16-outrun-dark] .hljs-title.class_.inherited__ {
  color: #59f176;
}
[theme=base16-outrun-dark] .hljs-built_in, [theme=base16-outrun-dark] .hljs-doctag, [theme=base16-outrun-dark] .hljs-keyword.hljs-atrule, [theme=base16-outrun-dark] .hljs-quote, [theme=base16-outrun-dark] .hljs-regexp {
  color: #0ef0f0;
}
[theme=base16-outrun-dark] .hljs-attribute, [theme=base16-outrun-dark] .hljs-function .hljs-title, [theme=base16-outrun-dark] .hljs-section, [theme=base16-outrun-dark] .hljs-title.function_, [theme=base16-outrun-dark] .ruby .hljs-property {
  color: #66b0ff;
}
[theme=base16-outrun-dark] .diff .hljs-meta, [theme=base16-outrun-dark] .hljs-keyword, [theme=base16-outrun-dark] .hljs-template-tag, [theme=base16-outrun-dark] .hljs-type {
  color: #f10596;
}
[theme=base16-outrun-dark] .hljs-emphasis {
  color: #f10596;
  font-style: italic;
}
[theme=base16-outrun-dark] .hljs-meta, [theme=base16-outrun-dark] .hljs-meta .hljs-keyword, [theme=base16-outrun-dark] .hljs-meta .hljs-string {
  color: #f003ef;
}
[theme=base16-outrun-dark] .hljs-meta .hljs-keyword, [theme=base16-outrun-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-papercolor-dark] {
  /*!
    Theme: PaperColor Dark
    Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-papercolor-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-papercolor-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-papercolor-dark] .hljs {
  color: grey;
  background: #1c1c1c;
}
[theme=base16-papercolor-dark] .hljs ::selection, [theme=base16-papercolor-dark] .hljs::selection {
  background-color: #5faf00;
  color: grey;
}
[theme=base16-papercolor-dark] .hljs-comment {
  color: #d7af5f;
}
[theme=base16-papercolor-dark] .hljs-tag {
  color: #5fafd7;
}
[theme=base16-papercolor-dark] .hljs-operator, [theme=base16-papercolor-dark] .hljs-punctuation, [theme=base16-papercolor-dark] .hljs-subst {
  color: grey;
}
[theme=base16-papercolor-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-papercolor-dark] .hljs-bullet, [theme=base16-papercolor-dark] .hljs-deletion, [theme=base16-papercolor-dark] .hljs-name, [theme=base16-papercolor-dark] .hljs-selector-tag, [theme=base16-papercolor-dark] .hljs-template-variable, [theme=base16-papercolor-dark] .hljs-variable {
  color: #585858;
}
[theme=base16-papercolor-dark] .hljs-attr, [theme=base16-papercolor-dark] .hljs-link, [theme=base16-papercolor-dark] .hljs-literal, [theme=base16-papercolor-dark] .hljs-number, [theme=base16-papercolor-dark] .hljs-symbol, [theme=base16-papercolor-dark] .hljs-variable.constant_ {
  color: #5faf5f;
}
[theme=base16-papercolor-dark] .hljs-class .hljs-title, [theme=base16-papercolor-dark] .hljs-title, [theme=base16-papercolor-dark] .hljs-title.class_ {
  color: #afd700;
}
[theme=base16-papercolor-dark] .hljs-strong {
  font-weight: 700;
  color: #afd700;
}
[theme=base16-papercolor-dark] .hljs-addition, [theme=base16-papercolor-dark] .hljs-code, [theme=base16-papercolor-dark] .hljs-string, [theme=base16-papercolor-dark] .hljs-title.class_.inherited__ {
  color: #af87d7;
}
[theme=base16-papercolor-dark] .hljs-built_in, [theme=base16-papercolor-dark] .hljs-doctag, [theme=base16-papercolor-dark] .hljs-keyword.hljs-atrule, [theme=base16-papercolor-dark] .hljs-quote, [theme=base16-papercolor-dark] .hljs-regexp {
  color: #ffaf00;
}
[theme=base16-papercolor-dark] .hljs-attribute, [theme=base16-papercolor-dark] .hljs-function .hljs-title, [theme=base16-papercolor-dark] .hljs-section, [theme=base16-papercolor-dark] .hljs-title.function_, [theme=base16-papercolor-dark] .ruby .hljs-property {
  color: #ff5faf;
}
[theme=base16-papercolor-dark] .diff .hljs-meta, [theme=base16-papercolor-dark] .hljs-keyword, [theme=base16-papercolor-dark] .hljs-template-tag, [theme=base16-papercolor-dark] .hljs-type {
  color: #00afaf;
}
[theme=base16-papercolor-dark] .hljs-emphasis {
  color: #00afaf;
  font-style: italic;
}
[theme=base16-papercolor-dark] .hljs-meta, [theme=base16-papercolor-dark] .hljs-meta .hljs-keyword, [theme=base16-papercolor-dark] .hljs-meta .hljs-string {
  color: #5f8787;
}
[theme=base16-papercolor-dark] .hljs-meta .hljs-keyword, [theme=base16-papercolor-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-papercolor-light] {
  /*!
    Theme: PaperColor Light
    Author: Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-papercolor-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-papercolor-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-papercolor-light] .hljs {
  color: #444;
  background: #eee;
}
[theme=base16-papercolor-light] .hljs ::selection, [theme=base16-papercolor-light] .hljs::selection {
  background-color: #008700;
  color: #444;
}
[theme=base16-papercolor-light] .hljs-comment {
  color: #5f8700;
}
[theme=base16-papercolor-light] .hljs-tag {
  color: #0087af;
}
[theme=base16-papercolor-light] .hljs-operator, [theme=base16-papercolor-light] .hljs-punctuation, [theme=base16-papercolor-light] .hljs-subst {
  color: #444;
}
[theme=base16-papercolor-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-papercolor-light] .hljs-bullet, [theme=base16-papercolor-light] .hljs-deletion, [theme=base16-papercolor-light] .hljs-name, [theme=base16-papercolor-light] .hljs-selector-tag, [theme=base16-papercolor-light] .hljs-template-variable, [theme=base16-papercolor-light] .hljs-variable {
  color: #bcbcbc;
}
[theme=base16-papercolor-light] .hljs-attr, [theme=base16-papercolor-light] .hljs-link, [theme=base16-papercolor-light] .hljs-literal, [theme=base16-papercolor-light] .hljs-number, [theme=base16-papercolor-light] .hljs-symbol, [theme=base16-papercolor-light] .hljs-variable.constant_ {
  color: #d70000;
}
[theme=base16-papercolor-light] .hljs-class .hljs-title, [theme=base16-papercolor-light] .hljs-title, [theme=base16-papercolor-light] .hljs-title.class_ {
  color: #d70087;
}
[theme=base16-papercolor-light] .hljs-strong {
  font-weight: 700;
  color: #d70087;
}
[theme=base16-papercolor-light] .hljs-addition, [theme=base16-papercolor-light] .hljs-code, [theme=base16-papercolor-light] .hljs-string, [theme=base16-papercolor-light] .hljs-title.class_.inherited__ {
  color: #8700af;
}
[theme=base16-papercolor-light] .hljs-attribute, [theme=base16-papercolor-light] .hljs-built_in, [theme=base16-papercolor-light] .hljs-doctag, [theme=base16-papercolor-light] .hljs-function .hljs-title, [theme=base16-papercolor-light] .hljs-keyword.hljs-atrule, [theme=base16-papercolor-light] .hljs-quote, [theme=base16-papercolor-light] .hljs-regexp, [theme=base16-papercolor-light] .hljs-section, [theme=base16-papercolor-light] .hljs-title.function_, [theme=base16-papercolor-light] .ruby .hljs-property {
  color: #d75f00;
}
[theme=base16-papercolor-light] .diff .hljs-meta, [theme=base16-papercolor-light] .hljs-keyword, [theme=base16-papercolor-light] .hljs-template-tag, [theme=base16-papercolor-light] .hljs-type {
  color: #005faf;
}
[theme=base16-papercolor-light] .hljs-emphasis {
  color: #005faf;
  font-style: italic;
}
[theme=base16-papercolor-light] .hljs-meta, [theme=base16-papercolor-light] .hljs-meta .hljs-keyword, [theme=base16-papercolor-light] .hljs-meta .hljs-string {
  color: #005f87;
}
[theme=base16-papercolor-light] .hljs-meta .hljs-keyword, [theme=base16-papercolor-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-paraiso] {
  /*!
    Theme: Paraiso
    Author: Jan T. Sott
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-paraiso] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-paraiso] code.hljs {
  padding: 3px 5px;
}
[theme=base16-paraiso] .hljs {
  color: #a39e9b;
  background: #2f1e2e;
}
[theme=base16-paraiso] .hljs ::selection, [theme=base16-paraiso] .hljs::selection {
  background-color: #4f424c;
  color: #a39e9b;
}
[theme=base16-paraiso] .hljs-comment {
  color: #776e71;
}
[theme=base16-paraiso] .hljs-tag {
  color: #8d8687;
}
[theme=base16-paraiso] .hljs-operator, [theme=base16-paraiso] .hljs-punctuation, [theme=base16-paraiso] .hljs-subst {
  color: #a39e9b;
}
[theme=base16-paraiso] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-paraiso] .hljs-bullet, [theme=base16-paraiso] .hljs-deletion, [theme=base16-paraiso] .hljs-name, [theme=base16-paraiso] .hljs-selector-tag, [theme=base16-paraiso] .hljs-template-variable, [theme=base16-paraiso] .hljs-variable {
  color: #ef6155;
}
[theme=base16-paraiso] .hljs-attr, [theme=base16-paraiso] .hljs-link, [theme=base16-paraiso] .hljs-literal, [theme=base16-paraiso] .hljs-number, [theme=base16-paraiso] .hljs-symbol, [theme=base16-paraiso] .hljs-variable.constant_ {
  color: #f99b15;
}
[theme=base16-paraiso] .hljs-class .hljs-title, [theme=base16-paraiso] .hljs-title, [theme=base16-paraiso] .hljs-title.class_ {
  color: #fec418;
}
[theme=base16-paraiso] .hljs-strong {
  font-weight: 700;
  color: #fec418;
}
[theme=base16-paraiso] .hljs-addition, [theme=base16-paraiso] .hljs-code, [theme=base16-paraiso] .hljs-string, [theme=base16-paraiso] .hljs-title.class_.inherited__ {
  color: #48b685;
}
[theme=base16-paraiso] .hljs-built_in, [theme=base16-paraiso] .hljs-doctag, [theme=base16-paraiso] .hljs-keyword.hljs-atrule, [theme=base16-paraiso] .hljs-quote, [theme=base16-paraiso] .hljs-regexp {
  color: #5bc4bf;
}
[theme=base16-paraiso] .hljs-attribute, [theme=base16-paraiso] .hljs-function .hljs-title, [theme=base16-paraiso] .hljs-section, [theme=base16-paraiso] .hljs-title.function_, [theme=base16-paraiso] .ruby .hljs-property {
  color: #06b6ef;
}
[theme=base16-paraiso] .diff .hljs-meta, [theme=base16-paraiso] .hljs-keyword, [theme=base16-paraiso] .hljs-template-tag, [theme=base16-paraiso] .hljs-type {
  color: #815ba4;
}
[theme=base16-paraiso] .hljs-emphasis {
  color: #815ba4;
  font-style: italic;
}
[theme=base16-paraiso] .hljs-meta, [theme=base16-paraiso] .hljs-meta .hljs-keyword, [theme=base16-paraiso] .hljs-meta .hljs-string {
  color: #e96ba8;
}
[theme=base16-paraiso] .hljs-meta .hljs-keyword, [theme=base16-paraiso] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-pasque] {
  /*!
    Theme: Pasque
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-pasque] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-pasque] code.hljs {
  padding: 3px 5px;
}
[theme=base16-pasque] .hljs {
  color: #dedcdf;
  background: #271c3a;
}
[theme=base16-pasque] .hljs ::selection, [theme=base16-pasque] .hljs::selection {
  background-color: #3e2d5c;
  color: #dedcdf;
}
[theme=base16-pasque] .hljs-comment {
  color: #5d5766;
}
[theme=base16-pasque] .hljs-tag {
  color: #bebcbf;
}
[theme=base16-pasque] .hljs-operator, [theme=base16-pasque] .hljs-punctuation, [theme=base16-pasque] .hljs-subst {
  color: #dedcdf;
}
[theme=base16-pasque] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-pasque] .hljs-bullet, [theme=base16-pasque] .hljs-deletion, [theme=base16-pasque] .hljs-name, [theme=base16-pasque] .hljs-selector-tag, [theme=base16-pasque] .hljs-template-variable, [theme=base16-pasque] .hljs-variable {
  color: #a92258;
}
[theme=base16-pasque] .hljs-attr, [theme=base16-pasque] .hljs-link, [theme=base16-pasque] .hljs-literal, [theme=base16-pasque] .hljs-number, [theme=base16-pasque] .hljs-symbol, [theme=base16-pasque] .hljs-variable.constant_ {
  color: #918889;
}
[theme=base16-pasque] .hljs-class .hljs-title, [theme=base16-pasque] .hljs-title, [theme=base16-pasque] .hljs-title.class_ {
  color: #804ead;
}
[theme=base16-pasque] .hljs-strong {
  font-weight: 700;
  color: #804ead;
}
[theme=base16-pasque] .hljs-addition, [theme=base16-pasque] .hljs-code, [theme=base16-pasque] .hljs-string, [theme=base16-pasque] .hljs-title.class_.inherited__ {
  color: #c6914b;
}
[theme=base16-pasque] .hljs-built_in, [theme=base16-pasque] .hljs-doctag, [theme=base16-pasque] .hljs-keyword.hljs-atrule, [theme=base16-pasque] .hljs-quote, [theme=base16-pasque] .hljs-regexp {
  color: #7263aa;
}
[theme=base16-pasque] .hljs-attribute, [theme=base16-pasque] .hljs-function .hljs-title, [theme=base16-pasque] .hljs-section, [theme=base16-pasque] .hljs-title.function_, [theme=base16-pasque] .ruby .hljs-property {
  color: #8e7dc6;
}
[theme=base16-pasque] .diff .hljs-meta, [theme=base16-pasque] .hljs-keyword, [theme=base16-pasque] .hljs-template-tag, [theme=base16-pasque] .hljs-type {
  color: #953b9d;
}
[theme=base16-pasque] .hljs-emphasis {
  color: #953b9d;
  font-style: italic;
}
[theme=base16-pasque] .hljs-meta, [theme=base16-pasque] .hljs-meta .hljs-keyword, [theme=base16-pasque] .hljs-meta .hljs-string {
  color: #59325c;
}
[theme=base16-pasque] .hljs-meta .hljs-keyword, [theme=base16-pasque] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-phd] {
  /*!
    Theme: PhD
    Author: Hennig Hasemann (http://leetless.de/vim.html)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-phd] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-phd] code.hljs {
  padding: 3px 5px;
}
[theme=base16-phd] .hljs {
  color: #b8bbc2;
  background: #061229;
}
[theme=base16-phd] .hljs ::selection, [theme=base16-phd] .hljs::selection {
  background-color: #4d5666;
  color: #b8bbc2;
}
[theme=base16-phd] .hljs-comment {
  color: #717885;
}
[theme=base16-phd] .hljs-tag {
  color: #9a99a3;
}
[theme=base16-phd] .hljs-operator, [theme=base16-phd] .hljs-punctuation, [theme=base16-phd] .hljs-subst {
  color: #b8bbc2;
}
[theme=base16-phd] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-phd] .hljs-bullet, [theme=base16-phd] .hljs-deletion, [theme=base16-phd] .hljs-name, [theme=base16-phd] .hljs-selector-tag, [theme=base16-phd] .hljs-template-variable, [theme=base16-phd] .hljs-variable {
  color: #d07346;
}
[theme=base16-phd] .hljs-attr, [theme=base16-phd] .hljs-link, [theme=base16-phd] .hljs-literal, [theme=base16-phd] .hljs-number, [theme=base16-phd] .hljs-symbol, [theme=base16-phd] .hljs-variable.constant_ {
  color: #f0a000;
}
[theme=base16-phd] .hljs-class .hljs-title, [theme=base16-phd] .hljs-title, [theme=base16-phd] .hljs-title.class_ {
  color: #fbd461;
}
[theme=base16-phd] .hljs-strong {
  font-weight: 700;
  color: #fbd461;
}
[theme=base16-phd] .hljs-addition, [theme=base16-phd] .hljs-code, [theme=base16-phd] .hljs-string, [theme=base16-phd] .hljs-title.class_.inherited__ {
  color: #99bf52;
}
[theme=base16-phd] .hljs-built_in, [theme=base16-phd] .hljs-doctag, [theme=base16-phd] .hljs-keyword.hljs-atrule, [theme=base16-phd] .hljs-quote, [theme=base16-phd] .hljs-regexp {
  color: #72b9bf;
}
[theme=base16-phd] .hljs-attribute, [theme=base16-phd] .hljs-function .hljs-title, [theme=base16-phd] .hljs-section, [theme=base16-phd] .hljs-title.function_, [theme=base16-phd] .ruby .hljs-property {
  color: #5299bf;
}
[theme=base16-phd] .diff .hljs-meta, [theme=base16-phd] .hljs-keyword, [theme=base16-phd] .hljs-template-tag, [theme=base16-phd] .hljs-type {
  color: #9989cc;
}
[theme=base16-phd] .hljs-emphasis {
  color: #9989cc;
  font-style: italic;
}
[theme=base16-phd] .hljs-meta, [theme=base16-phd] .hljs-meta .hljs-keyword, [theme=base16-phd] .hljs-meta .hljs-string {
  color: #b08060;
}
[theme=base16-phd] .hljs-meta .hljs-keyword, [theme=base16-phd] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-pico] {
  /*!
    Theme: Pico
    Author: PICO-8 (http://www.lexaloffle.com/pico-8.php)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-pico] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-pico] code.hljs {
  padding: 3px 5px;
}
[theme=base16-pico] .hljs {
  color: #5f574f;
  background: #000;
}
[theme=base16-pico] .hljs ::selection, [theme=base16-pico] .hljs::selection {
  background-color: #7e2553;
  color: #5f574f;
}
[theme=base16-pico] .hljs-comment {
  color: #008751;
}
[theme=base16-pico] .hljs-tag {
  color: #ab5236;
}
[theme=base16-pico] .hljs-operator, [theme=base16-pico] .hljs-punctuation, [theme=base16-pico] .hljs-subst {
  color: #5f574f;
}
[theme=base16-pico] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-pico] .hljs-bullet, [theme=base16-pico] .hljs-deletion, [theme=base16-pico] .hljs-name, [theme=base16-pico] .hljs-selector-tag, [theme=base16-pico] .hljs-template-variable, [theme=base16-pico] .hljs-variable {
  color: #ff004d;
}
[theme=base16-pico] .hljs-attr, [theme=base16-pico] .hljs-link, [theme=base16-pico] .hljs-literal, [theme=base16-pico] .hljs-number, [theme=base16-pico] .hljs-symbol, [theme=base16-pico] .hljs-variable.constant_ {
  color: #ffa300;
}
[theme=base16-pico] .hljs-class .hljs-title, [theme=base16-pico] .hljs-title, [theme=base16-pico] .hljs-title.class_ {
  color: #fff024;
}
[theme=base16-pico] .hljs-strong {
  font-weight: 700;
  color: #fff024;
}
[theme=base16-pico] .hljs-addition, [theme=base16-pico] .hljs-code, [theme=base16-pico] .hljs-string, [theme=base16-pico] .hljs-title.class_.inherited__ {
  color: #00e756;
}
[theme=base16-pico] .hljs-built_in, [theme=base16-pico] .hljs-doctag, [theme=base16-pico] .hljs-keyword.hljs-atrule, [theme=base16-pico] .hljs-quote, [theme=base16-pico] .hljs-regexp {
  color: #29adff;
}
[theme=base16-pico] .hljs-attribute, [theme=base16-pico] .hljs-function .hljs-title, [theme=base16-pico] .hljs-section, [theme=base16-pico] .hljs-title.function_, [theme=base16-pico] .ruby .hljs-property {
  color: #83769c;
}
[theme=base16-pico] .diff .hljs-meta, [theme=base16-pico] .hljs-keyword, [theme=base16-pico] .hljs-template-tag, [theme=base16-pico] .hljs-type {
  color: #ff77a8;
}
[theme=base16-pico] .hljs-emphasis {
  color: #ff77a8;
  font-style: italic;
}
[theme=base16-pico] .hljs-meta, [theme=base16-pico] .hljs-meta .hljs-keyword, [theme=base16-pico] .hljs-meta .hljs-string {
  color: #fca;
}
[theme=base16-pico] .hljs-meta .hljs-keyword, [theme=base16-pico] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-pop] {
  /*!
    Theme: Pop
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-pop] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-pop] code.hljs {
  padding: 3px 5px;
}
[theme=base16-pop] .hljs {
  color: #d0d0d0;
  background: #000;
}
[theme=base16-pop] .hljs ::selection, [theme=base16-pop] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-pop] .hljs-comment {
  color: #505050;
}
[theme=base16-pop] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-pop] .hljs-operator, [theme=base16-pop] .hljs-punctuation, [theme=base16-pop] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-pop] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-pop] .hljs-bullet, [theme=base16-pop] .hljs-deletion, [theme=base16-pop] .hljs-name, [theme=base16-pop] .hljs-selector-tag, [theme=base16-pop] .hljs-template-variable, [theme=base16-pop] .hljs-variable {
  color: #eb008a;
}
[theme=base16-pop] .hljs-attr, [theme=base16-pop] .hljs-link, [theme=base16-pop] .hljs-literal, [theme=base16-pop] .hljs-number, [theme=base16-pop] .hljs-symbol, [theme=base16-pop] .hljs-variable.constant_ {
  color: #f29333;
}
[theme=base16-pop] .hljs-class .hljs-title, [theme=base16-pop] .hljs-title, [theme=base16-pop] .hljs-title.class_ {
  color: #f8ca12;
}
[theme=base16-pop] .hljs-strong {
  font-weight: 700;
  color: #f8ca12;
}
[theme=base16-pop] .hljs-addition, [theme=base16-pop] .hljs-code, [theme=base16-pop] .hljs-string, [theme=base16-pop] .hljs-title.class_.inherited__ {
  color: #37b349;
}
[theme=base16-pop] .hljs-built_in, [theme=base16-pop] .hljs-doctag, [theme=base16-pop] .hljs-keyword.hljs-atrule, [theme=base16-pop] .hljs-quote, [theme=base16-pop] .hljs-regexp {
  color: #0ab;
}
[theme=base16-pop] .hljs-attribute, [theme=base16-pop] .hljs-function .hljs-title, [theme=base16-pop] .hljs-section, [theme=base16-pop] .hljs-title.function_, [theme=base16-pop] .ruby .hljs-property {
  color: #0e5a94;
}
[theme=base16-pop] .diff .hljs-meta, [theme=base16-pop] .hljs-keyword, [theme=base16-pop] .hljs-template-tag, [theme=base16-pop] .hljs-type {
  color: #b31e8d;
}
[theme=base16-pop] .hljs-emphasis {
  color: #b31e8d;
  font-style: italic;
}
[theme=base16-pop] .hljs-meta, [theme=base16-pop] .hljs-meta .hljs-keyword, [theme=base16-pop] .hljs-meta .hljs-string {
  color: #7a2d00;
}
[theme=base16-pop] .hljs-meta .hljs-keyword, [theme=base16-pop] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-porple] {
  /*!
    Theme: Porple
    Author: Niek den Breeje (https://github.com/AuditeMarlow)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-porple] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-porple] code.hljs {
  padding: 3px 5px;
}
[theme=base16-porple] .hljs {
  color: #d8d8d8;
  background: #292c36;
}
[theme=base16-porple] .hljs ::selection, [theme=base16-porple] .hljs::selection {
  background-color: #474160;
  color: #d8d8d8;
}
[theme=base16-porple] .hljs-comment {
  color: #65568a;
}
[theme=base16-porple] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-porple] .hljs-operator, [theme=base16-porple] .hljs-punctuation, [theme=base16-porple] .hljs-subst {
  color: #d8d8d8;
}
[theme=base16-porple] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-porple] .hljs-bullet, [theme=base16-porple] .hljs-deletion, [theme=base16-porple] .hljs-name, [theme=base16-porple] .hljs-selector-tag, [theme=base16-porple] .hljs-template-variable, [theme=base16-porple] .hljs-variable {
  color: #f84547;
}
[theme=base16-porple] .hljs-attr, [theme=base16-porple] .hljs-link, [theme=base16-porple] .hljs-literal, [theme=base16-porple] .hljs-number, [theme=base16-porple] .hljs-symbol, [theme=base16-porple] .hljs-variable.constant_ {
  color: #d28e5d;
}
[theme=base16-porple] .hljs-class .hljs-title, [theme=base16-porple] .hljs-title, [theme=base16-porple] .hljs-title.class_ {
  color: #efa16b;
}
[theme=base16-porple] .hljs-strong {
  font-weight: 700;
  color: #efa16b;
}
[theme=base16-porple] .hljs-addition, [theme=base16-porple] .hljs-code, [theme=base16-porple] .hljs-string, [theme=base16-porple] .hljs-title.class_.inherited__ {
  color: #95c76f;
}
[theme=base16-porple] .hljs-built_in, [theme=base16-porple] .hljs-doctag, [theme=base16-porple] .hljs-keyword.hljs-atrule, [theme=base16-porple] .hljs-quote, [theme=base16-porple] .hljs-regexp {
  color: #64878f;
}
[theme=base16-porple] .hljs-attribute, [theme=base16-porple] .hljs-function .hljs-title, [theme=base16-porple] .hljs-section, [theme=base16-porple] .hljs-title.function_, [theme=base16-porple] .ruby .hljs-property {
  color: #8485ce;
}
[theme=base16-porple] .diff .hljs-meta, [theme=base16-porple] .hljs-keyword, [theme=base16-porple] .hljs-template-tag, [theme=base16-porple] .hljs-type {
  color: #b74989;
}
[theme=base16-porple] .hljs-emphasis {
  color: #b74989;
  font-style: italic;
}
[theme=base16-porple] .hljs-meta, [theme=base16-porple] .hljs-meta .hljs-keyword, [theme=base16-porple] .hljs-meta .hljs-string {
  color: #986841;
}
[theme=base16-porple] .hljs-meta .hljs-keyword, [theme=base16-porple] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-qualia] {
  /*!
    Theme: Qualia
    Author: isaacwhanson
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-qualia] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-qualia] code.hljs {
  padding: 3px 5px;
}
[theme=base16-qualia] .hljs {
  color: silver;
  background: #101010;
}
[theme=base16-qualia] .hljs ::selection, [theme=base16-qualia] .hljs::selection {
  background-color: #454545;
  color: silver;
}
[theme=base16-qualia] .hljs-comment {
  color: #454545;
}
[theme=base16-qualia] .hljs-tag {
  color: grey;
}
[theme=base16-qualia] .hljs-operator, [theme=base16-qualia] .hljs-punctuation, [theme=base16-qualia] .hljs-subst {
  color: silver;
}
[theme=base16-qualia] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-qualia] .hljs-bullet, [theme=base16-qualia] .hljs-deletion, [theme=base16-qualia] .hljs-name, [theme=base16-qualia] .hljs-selector-tag, [theme=base16-qualia] .hljs-template-variable, [theme=base16-qualia] .hljs-variable {
  color: #efa6a2;
}
[theme=base16-qualia] .hljs-attr, [theme=base16-qualia] .hljs-link, [theme=base16-qualia] .hljs-literal, [theme=base16-qualia] .hljs-number, [theme=base16-qualia] .hljs-symbol, [theme=base16-qualia] .hljs-variable.constant_ {
  color: #a3b8ef;
}
[theme=base16-qualia] .hljs-class .hljs-title, [theme=base16-qualia] .hljs-title, [theme=base16-qualia] .hljs-title.class_ {
  color: #e6a3dc;
}
[theme=base16-qualia] .hljs-strong {
  font-weight: 700;
  color: #e6a3dc;
}
[theme=base16-qualia] .hljs-addition, [theme=base16-qualia] .hljs-code, [theme=base16-qualia] .hljs-string, [theme=base16-qualia] .hljs-title.class_.inherited__ {
  color: #80c990;
}
[theme=base16-qualia] .hljs-built_in, [theme=base16-qualia] .hljs-doctag, [theme=base16-qualia] .hljs-keyword.hljs-atrule, [theme=base16-qualia] .hljs-quote, [theme=base16-qualia] .hljs-regexp {
  color: #c8c874;
}
[theme=base16-qualia] .hljs-attribute, [theme=base16-qualia] .hljs-function .hljs-title, [theme=base16-qualia] .hljs-section, [theme=base16-qualia] .hljs-title.function_, [theme=base16-qualia] .ruby .hljs-property {
  color: #50cacd;
}
[theme=base16-qualia] .diff .hljs-meta, [theme=base16-qualia] .hljs-keyword, [theme=base16-qualia] .hljs-template-tag, [theme=base16-qualia] .hljs-type {
  color: #e0af85;
}
[theme=base16-qualia] .hljs-emphasis {
  color: #e0af85;
  font-style: italic;
}
[theme=base16-qualia] .hljs-meta, [theme=base16-qualia] .hljs-meta .hljs-keyword, [theme=base16-qualia] .hljs-meta .hljs-string {
  color: grey;
}
[theme=base16-qualia] .hljs-meta .hljs-keyword, [theme=base16-qualia] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-railscasts] {
  /*!
    Theme: Railscasts
    Author: Ryan Bates (http://railscasts.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-railscasts] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-railscasts] code.hljs {
  padding: 3px 5px;
}
[theme=base16-railscasts] .hljs {
  color: #e6e1dc;
  background: #2b2b2b;
}
[theme=base16-railscasts] .hljs ::selection, [theme=base16-railscasts] .hljs::selection {
  background-color: #3a4055;
  color: #e6e1dc;
}
[theme=base16-railscasts] .hljs-comment {
  color: #5a647e;
}
[theme=base16-railscasts] .hljs-tag {
  color: #d4cfc9;
}
[theme=base16-railscasts] .hljs-operator, [theme=base16-railscasts] .hljs-punctuation, [theme=base16-railscasts] .hljs-subst {
  color: #e6e1dc;
}
[theme=base16-railscasts] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-railscasts] .hljs-bullet, [theme=base16-railscasts] .hljs-deletion, [theme=base16-railscasts] .hljs-name, [theme=base16-railscasts] .hljs-selector-tag, [theme=base16-railscasts] .hljs-template-variable, [theme=base16-railscasts] .hljs-variable {
  color: #da4939;
}
[theme=base16-railscasts] .hljs-attr, [theme=base16-railscasts] .hljs-link, [theme=base16-railscasts] .hljs-literal, [theme=base16-railscasts] .hljs-number, [theme=base16-railscasts] .hljs-symbol, [theme=base16-railscasts] .hljs-variable.constant_ {
  color: #cc7833;
}
[theme=base16-railscasts] .hljs-class .hljs-title, [theme=base16-railscasts] .hljs-title, [theme=base16-railscasts] .hljs-title.class_ {
  color: #ffc66d;
}
[theme=base16-railscasts] .hljs-strong {
  font-weight: 700;
  color: #ffc66d;
}
[theme=base16-railscasts] .hljs-addition, [theme=base16-railscasts] .hljs-code, [theme=base16-railscasts] .hljs-string, [theme=base16-railscasts] .hljs-title.class_.inherited__ {
  color: #a5c261;
}
[theme=base16-railscasts] .hljs-built_in, [theme=base16-railscasts] .hljs-doctag, [theme=base16-railscasts] .hljs-keyword.hljs-atrule, [theme=base16-railscasts] .hljs-quote, [theme=base16-railscasts] .hljs-regexp {
  color: #519f50;
}
[theme=base16-railscasts] .hljs-attribute, [theme=base16-railscasts] .hljs-function .hljs-title, [theme=base16-railscasts] .hljs-section, [theme=base16-railscasts] .hljs-title.function_, [theme=base16-railscasts] .ruby .hljs-property {
  color: #6d9cbe;
}
[theme=base16-railscasts] .diff .hljs-meta, [theme=base16-railscasts] .hljs-keyword, [theme=base16-railscasts] .hljs-template-tag, [theme=base16-railscasts] .hljs-type {
  color: #b6b3eb;
}
[theme=base16-railscasts] .hljs-emphasis {
  color: #b6b3eb;
  font-style: italic;
}
[theme=base16-railscasts] .hljs-meta, [theme=base16-railscasts] .hljs-meta .hljs-keyword, [theme=base16-railscasts] .hljs-meta .hljs-string {
  color: #bc9458;
}
[theme=base16-railscasts] .hljs-meta .hljs-keyword, [theme=base16-railscasts] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-rebecca] {
  /*!
    Theme: Rebecca
    Author: Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-rebecca] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-rebecca] code.hljs {
  padding: 3px 5px;
}
[theme=base16-rebecca] .hljs {
  color: #f1eff8;
  background: #292a44;
}
[theme=base16-rebecca] .hljs ::selection, [theme=base16-rebecca] .hljs::selection {
  background-color: #383a62;
  color: #f1eff8;
}
[theme=base16-rebecca] .hljs-comment {
  color: #669;
}
[theme=base16-rebecca] .hljs-tag {
  color: #a0a0c5;
}
[theme=base16-rebecca] .hljs-operator, [theme=base16-rebecca] .hljs-punctuation, [theme=base16-rebecca] .hljs-subst {
  color: #f1eff8;
}
[theme=base16-rebecca] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-rebecca] .hljs-bullet, [theme=base16-rebecca] .hljs-deletion, [theme=base16-rebecca] .hljs-name, [theme=base16-rebecca] .hljs-selector-tag, [theme=base16-rebecca] .hljs-template-variable, [theme=base16-rebecca] .hljs-variable {
  color: #a0a0c5;
}
[theme=base16-rebecca] .hljs-attr, [theme=base16-rebecca] .hljs-link, [theme=base16-rebecca] .hljs-literal, [theme=base16-rebecca] .hljs-number, [theme=base16-rebecca] .hljs-symbol, [theme=base16-rebecca] .hljs-variable.constant_ {
  color: #efe4a1;
}
[theme=base16-rebecca] .hljs-class .hljs-title, [theme=base16-rebecca] .hljs-title, [theme=base16-rebecca] .hljs-title.class_ {
  color: #ae81ff;
}
[theme=base16-rebecca] .hljs-strong {
  font-weight: 700;
  color: #ae81ff;
}
[theme=base16-rebecca] .hljs-addition, [theme=base16-rebecca] .hljs-code, [theme=base16-rebecca] .hljs-string, [theme=base16-rebecca] .hljs-title.class_.inherited__ {
  color: #6dfedf;
}
[theme=base16-rebecca] .hljs-built_in, [theme=base16-rebecca] .hljs-doctag, [theme=base16-rebecca] .hljs-keyword.hljs-atrule, [theme=base16-rebecca] .hljs-quote, [theme=base16-rebecca] .hljs-regexp {
  color: #8eaee0;
}
[theme=base16-rebecca] .hljs-attribute, [theme=base16-rebecca] .hljs-function .hljs-title, [theme=base16-rebecca] .hljs-section, [theme=base16-rebecca] .hljs-title.function_, [theme=base16-rebecca] .ruby .hljs-property {
  color: #2de0a7;
}
[theme=base16-rebecca] .diff .hljs-meta, [theme=base16-rebecca] .hljs-keyword, [theme=base16-rebecca] .hljs-template-tag, [theme=base16-rebecca] .hljs-type {
  color: #7aa5ff;
}
[theme=base16-rebecca] .hljs-emphasis {
  color: #7aa5ff;
  font-style: italic;
}
[theme=base16-rebecca] .hljs-meta, [theme=base16-rebecca] .hljs-meta .hljs-keyword, [theme=base16-rebecca] .hljs-meta .hljs-string {
  color: #ff79c6;
}
[theme=base16-rebecca] .hljs-meta .hljs-keyword, [theme=base16-rebecca] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ros-pine-dawn] {
  /*!
    Theme: Rosé Pine Dawn
    Author: Emilia Dunfelt <sayhi@dunfelt.se>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ros-pine-dawn] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ros-pine-dawn] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ros-pine-dawn] .hljs {
  color: #575279;
  background: #faf4ed;
}
[theme=base16-ros-pine-dawn] .hljs ::selection, [theme=base16-ros-pine-dawn] .hljs::selection {
  background-color: #f2e9de;
  color: #575279;
}
[theme=base16-ros-pine-dawn] .hljs-comment {
  color: #9893a5;
}
[theme=base16-ros-pine-dawn] .hljs-tag {
  color: #6e6a86;
}
[theme=base16-ros-pine-dawn] .hljs-operator, [theme=base16-ros-pine-dawn] .hljs-punctuation, [theme=base16-ros-pine-dawn] .hljs-subst {
  color: #575279;
}
[theme=base16-ros-pine-dawn] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ros-pine-dawn] .hljs-bullet, [theme=base16-ros-pine-dawn] .hljs-deletion, [theme=base16-ros-pine-dawn] .hljs-name, [theme=base16-ros-pine-dawn] .hljs-selector-tag, [theme=base16-ros-pine-dawn] .hljs-template-variable, [theme=base16-ros-pine-dawn] .hljs-variable {
  color: #1f1d2e;
}
[theme=base16-ros-pine-dawn] .hljs-attr, [theme=base16-ros-pine-dawn] .hljs-link, [theme=base16-ros-pine-dawn] .hljs-literal, [theme=base16-ros-pine-dawn] .hljs-number, [theme=base16-ros-pine-dawn] .hljs-symbol, [theme=base16-ros-pine-dawn] .hljs-variable.constant_ {
  color: #b4637a;
}
[theme=base16-ros-pine-dawn] .hljs-class .hljs-title, [theme=base16-ros-pine-dawn] .hljs-title, [theme=base16-ros-pine-dawn] .hljs-title.class_ {
  color: #ea9d34;
}
[theme=base16-ros-pine-dawn] .hljs-strong {
  font-weight: 700;
  color: #ea9d34;
}
[theme=base16-ros-pine-dawn] .hljs-addition, [theme=base16-ros-pine-dawn] .hljs-code, [theme=base16-ros-pine-dawn] .hljs-string, [theme=base16-ros-pine-dawn] .hljs-title.class_.inherited__ {
  color: #d7827e;
}
[theme=base16-ros-pine-dawn] .hljs-built_in, [theme=base16-ros-pine-dawn] .hljs-doctag, [theme=base16-ros-pine-dawn] .hljs-keyword.hljs-atrule, [theme=base16-ros-pine-dawn] .hljs-quote, [theme=base16-ros-pine-dawn] .hljs-regexp {
  color: #286983;
}
[theme=base16-ros-pine-dawn] .hljs-attribute, [theme=base16-ros-pine-dawn] .hljs-function .hljs-title, [theme=base16-ros-pine-dawn] .hljs-section, [theme=base16-ros-pine-dawn] .hljs-title.function_, [theme=base16-ros-pine-dawn] .ruby .hljs-property {
  color: #56949f;
}
[theme=base16-ros-pine-dawn] .diff .hljs-meta, [theme=base16-ros-pine-dawn] .hljs-keyword, [theme=base16-ros-pine-dawn] .hljs-template-tag, [theme=base16-ros-pine-dawn] .hljs-type {
  color: #907aa9;
}
[theme=base16-ros-pine-dawn] .hljs-emphasis {
  color: #907aa9;
  font-style: italic;
}
[theme=base16-ros-pine-dawn] .hljs-meta, [theme=base16-ros-pine-dawn] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-dawn] .hljs-meta .hljs-string {
  color: #c5c3ce;
}
[theme=base16-ros-pine-dawn] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-dawn] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ros-pine-moon] {
  /*!
    Theme: Rosé Pine Moon
    Author: Emilia Dunfelt <sayhi@dunfelt.se>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ros-pine-moon] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ros-pine-moon] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ros-pine-moon] .hljs {
  color: #e0def4;
  background: #232136;
}
[theme=base16-ros-pine-moon] .hljs ::selection, [theme=base16-ros-pine-moon] .hljs::selection {
  background-color: #393552;
  color: #e0def4;
}
[theme=base16-ros-pine-moon] .hljs-comment {
  color: #59546d;
}
[theme=base16-ros-pine-moon] .hljs-tag {
  color: #817c9c;
}
[theme=base16-ros-pine-moon] .hljs-operator, [theme=base16-ros-pine-moon] .hljs-punctuation, [theme=base16-ros-pine-moon] .hljs-subst {
  color: #e0def4;
}
[theme=base16-ros-pine-moon] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ros-pine-moon] .hljs-bullet, [theme=base16-ros-pine-moon] .hljs-deletion, [theme=base16-ros-pine-moon] .hljs-name, [theme=base16-ros-pine-moon] .hljs-selector-tag, [theme=base16-ros-pine-moon] .hljs-template-variable, [theme=base16-ros-pine-moon] .hljs-variable {
  color: #ecebf0;
}
[theme=base16-ros-pine-moon] .hljs-attr, [theme=base16-ros-pine-moon] .hljs-link, [theme=base16-ros-pine-moon] .hljs-literal, [theme=base16-ros-pine-moon] .hljs-number, [theme=base16-ros-pine-moon] .hljs-symbol, [theme=base16-ros-pine-moon] .hljs-variable.constant_ {
  color: #eb6f92;
}
[theme=base16-ros-pine-moon] .hljs-class .hljs-title, [theme=base16-ros-pine-moon] .hljs-title, [theme=base16-ros-pine-moon] .hljs-title.class_ {
  color: #f6c177;
}
[theme=base16-ros-pine-moon] .hljs-strong {
  font-weight: 700;
  color: #f6c177;
}
[theme=base16-ros-pine-moon] .hljs-addition, [theme=base16-ros-pine-moon] .hljs-code, [theme=base16-ros-pine-moon] .hljs-string, [theme=base16-ros-pine-moon] .hljs-title.class_.inherited__ {
  color: #ea9a97;
}
[theme=base16-ros-pine-moon] .hljs-built_in, [theme=base16-ros-pine-moon] .hljs-doctag, [theme=base16-ros-pine-moon] .hljs-keyword.hljs-atrule, [theme=base16-ros-pine-moon] .hljs-quote, [theme=base16-ros-pine-moon] .hljs-regexp {
  color: #3e8fb0;
}
[theme=base16-ros-pine-moon] .hljs-attribute, [theme=base16-ros-pine-moon] .hljs-function .hljs-title, [theme=base16-ros-pine-moon] .hljs-section, [theme=base16-ros-pine-moon] .hljs-title.function_, [theme=base16-ros-pine-moon] .ruby .hljs-property {
  color: #9ccfd8;
}
[theme=base16-ros-pine-moon] .diff .hljs-meta, [theme=base16-ros-pine-moon] .hljs-keyword, [theme=base16-ros-pine-moon] .hljs-template-tag, [theme=base16-ros-pine-moon] .hljs-type {
  color: #c4a7e7;
}
[theme=base16-ros-pine-moon] .hljs-emphasis {
  color: #c4a7e7;
  font-style: italic;
}
[theme=base16-ros-pine-moon] .hljs-meta, [theme=base16-ros-pine-moon] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-moon] .hljs-meta .hljs-string {
  color: #b9b9bc;
}
[theme=base16-ros-pine-moon] .hljs-meta .hljs-keyword, [theme=base16-ros-pine-moon] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-ros-pine] {
  /*!
    Theme: Rosé Pine
    Author: Emilia Dunfelt <sayhi@dunfelt.se>
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-ros-pine] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-ros-pine] code.hljs {
  padding: 3px 5px;
}
[theme=base16-ros-pine] .hljs {
  color: #e0def4;
  background: #191724;
}
[theme=base16-ros-pine] .hljs ::selection, [theme=base16-ros-pine] .hljs::selection {
  background-color: #26233a;
  color: #e0def4;
}
[theme=base16-ros-pine] .hljs-comment {
  color: #555169;
}
[theme=base16-ros-pine] .hljs-tag {
  color: #6e6a86;
}
[theme=base16-ros-pine] .hljs-operator, [theme=base16-ros-pine] .hljs-punctuation, [theme=base16-ros-pine] .hljs-subst {
  color: #e0def4;
}
[theme=base16-ros-pine] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-ros-pine] .hljs-bullet, [theme=base16-ros-pine] .hljs-deletion, [theme=base16-ros-pine] .hljs-name, [theme=base16-ros-pine] .hljs-selector-tag, [theme=base16-ros-pine] .hljs-template-variable, [theme=base16-ros-pine] .hljs-variable {
  color: #e2e1e7;
}
[theme=base16-ros-pine] .hljs-attr, [theme=base16-ros-pine] .hljs-link, [theme=base16-ros-pine] .hljs-literal, [theme=base16-ros-pine] .hljs-number, [theme=base16-ros-pine] .hljs-symbol, [theme=base16-ros-pine] .hljs-variable.constant_ {
  color: #eb6f92;
}
[theme=base16-ros-pine] .hljs-class .hljs-title, [theme=base16-ros-pine] .hljs-title, [theme=base16-ros-pine] .hljs-title.class_ {
  color: #f6c177;
}
[theme=base16-ros-pine] .hljs-strong {
  font-weight: 700;
  color: #f6c177;
}
[theme=base16-ros-pine] .hljs-addition, [theme=base16-ros-pine] .hljs-code, [theme=base16-ros-pine] .hljs-string, [theme=base16-ros-pine] .hljs-title.class_.inherited__ {
  color: #ebbcba;
}
[theme=base16-ros-pine] .hljs-built_in, [theme=base16-ros-pine] .hljs-doctag, [theme=base16-ros-pine] .hljs-keyword.hljs-atrule, [theme=base16-ros-pine] .hljs-quote, [theme=base16-ros-pine] .hljs-regexp {
  color: #31748f;
}
[theme=base16-ros-pine] .hljs-attribute, [theme=base16-ros-pine] .hljs-function .hljs-title, [theme=base16-ros-pine] .hljs-section, [theme=base16-ros-pine] .hljs-title.function_, [theme=base16-ros-pine] .ruby .hljs-property {
  color: #9ccfd8;
}
[theme=base16-ros-pine] .diff .hljs-meta, [theme=base16-ros-pine] .hljs-keyword, [theme=base16-ros-pine] .hljs-template-tag, [theme=base16-ros-pine] .hljs-type {
  color: #c4a7e7;
}
[theme=base16-ros-pine] .hljs-emphasis {
  color: #c4a7e7;
  font-style: italic;
}
[theme=base16-ros-pine] .hljs-meta, [theme=base16-ros-pine] .hljs-meta .hljs-keyword, [theme=base16-ros-pine] .hljs-meta .hljs-string {
  color: #e5e5e5;
}
[theme=base16-ros-pine] .hljs-meta .hljs-keyword, [theme=base16-ros-pine] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-sagelight] {
  /*!
    Theme: Sagelight
    Author: Carter Veldhuizen
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-sagelight] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-sagelight] code.hljs {
  padding: 3px 5px;
}
[theme=base16-sagelight] .hljs {
  color: #383838;
  background: #f8f8f8;
}
[theme=base16-sagelight] .hljs ::selection, [theme=base16-sagelight] .hljs::selection {
  background-color: #d8d8d8;
  color: #383838;
}
[theme=base16-sagelight] .hljs-comment {
  color: #b8b8b8;
}
[theme=base16-sagelight] .hljs-tag {
  color: #585858;
}
[theme=base16-sagelight] .hljs-operator, [theme=base16-sagelight] .hljs-punctuation, [theme=base16-sagelight] .hljs-subst {
  color: #383838;
}
[theme=base16-sagelight] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-sagelight] .hljs-bullet, [theme=base16-sagelight] .hljs-deletion, [theme=base16-sagelight] .hljs-name, [theme=base16-sagelight] .hljs-selector-tag, [theme=base16-sagelight] .hljs-template-variable, [theme=base16-sagelight] .hljs-variable {
  color: #fa8480;
}
[theme=base16-sagelight] .hljs-attr, [theme=base16-sagelight] .hljs-link, [theme=base16-sagelight] .hljs-literal, [theme=base16-sagelight] .hljs-number, [theme=base16-sagelight] .hljs-symbol, [theme=base16-sagelight] .hljs-variable.constant_ {
  color: #ffaa61;
}
[theme=base16-sagelight] .hljs-class .hljs-title, [theme=base16-sagelight] .hljs-title, [theme=base16-sagelight] .hljs-title.class_ {
  color: #ffdc61;
}
[theme=base16-sagelight] .hljs-strong {
  font-weight: 700;
  color: #ffdc61;
}
[theme=base16-sagelight] .hljs-addition, [theme=base16-sagelight] .hljs-code, [theme=base16-sagelight] .hljs-string, [theme=base16-sagelight] .hljs-title.class_.inherited__ {
  color: #a0d2c8;
}
[theme=base16-sagelight] .hljs-built_in, [theme=base16-sagelight] .hljs-doctag, [theme=base16-sagelight] .hljs-keyword.hljs-atrule, [theme=base16-sagelight] .hljs-quote, [theme=base16-sagelight] .hljs-regexp {
  color: #a2d6f5;
}
[theme=base16-sagelight] .hljs-attribute, [theme=base16-sagelight] .hljs-function .hljs-title, [theme=base16-sagelight] .hljs-section, [theme=base16-sagelight] .hljs-title.function_, [theme=base16-sagelight] .ruby .hljs-property {
  color: #a0a7d2;
}
[theme=base16-sagelight] .diff .hljs-meta, [theme=base16-sagelight] .hljs-keyword, [theme=base16-sagelight] .hljs-template-tag, [theme=base16-sagelight] .hljs-type {
  color: #c8a0d2;
}
[theme=base16-sagelight] .hljs-emphasis {
  color: #c8a0d2;
  font-style: italic;
}
[theme=base16-sagelight] .hljs-meta, [theme=base16-sagelight] .hljs-meta .hljs-keyword, [theme=base16-sagelight] .hljs-meta .hljs-string {
  color: #d2b2a0;
}
[theme=base16-sagelight] .hljs-meta .hljs-keyword, [theme=base16-sagelight] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-sandcastle] {
  /*!
    Theme: Sandcastle
    Author: George Essig (https://github.com/gessig)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-sandcastle] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-sandcastle] code.hljs {
  padding: 3px 5px;
}
[theme=base16-sandcastle] .hljs {
  color: #a89984;
  background: #282c34;
}
[theme=base16-sandcastle] .hljs ::selection, [theme=base16-sandcastle] .hljs::selection {
  background-color: #3e4451;
  color: #a89984;
}
[theme=base16-sandcastle] .hljs-comment {
  color: #665c54;
}
[theme=base16-sandcastle] .hljs-tag {
  color: #928374;
}
[theme=base16-sandcastle] .hljs-operator, [theme=base16-sandcastle] .hljs-punctuation, [theme=base16-sandcastle] .hljs-subst {
  color: #a89984;
}
[theme=base16-sandcastle] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-sandcastle] .hljs-bullet, [theme=base16-sandcastle] .hljs-deletion, [theme=base16-sandcastle] .hljs-name, [theme=base16-sandcastle] .hljs-selector-tag, [theme=base16-sandcastle] .hljs-template-variable, [theme=base16-sandcastle] .hljs-variable {
  color: #83a598;
}
[theme=base16-sandcastle] .hljs-attr, [theme=base16-sandcastle] .hljs-class .hljs-title, [theme=base16-sandcastle] .hljs-link, [theme=base16-sandcastle] .hljs-literal, [theme=base16-sandcastle] .hljs-number, [theme=base16-sandcastle] .hljs-symbol, [theme=base16-sandcastle] .hljs-title, [theme=base16-sandcastle] .hljs-title.class_, [theme=base16-sandcastle] .hljs-variable.constant_ {
  color: #a07e3b;
}
[theme=base16-sandcastle] .hljs-strong {
  font-weight: 700;
  color: #a07e3b;
}
[theme=base16-sandcastle] .hljs-addition, [theme=base16-sandcastle] .hljs-code, [theme=base16-sandcastle] .hljs-string, [theme=base16-sandcastle] .hljs-title.class_.inherited__ {
  color: #528b8b;
}
[theme=base16-sandcastle] .hljs-attribute, [theme=base16-sandcastle] .hljs-built_in, [theme=base16-sandcastle] .hljs-doctag, [theme=base16-sandcastle] .hljs-function .hljs-title, [theme=base16-sandcastle] .hljs-keyword.hljs-atrule, [theme=base16-sandcastle] .hljs-quote, [theme=base16-sandcastle] .hljs-regexp, [theme=base16-sandcastle] .hljs-section, [theme=base16-sandcastle] .hljs-title.function_, [theme=base16-sandcastle] .ruby .hljs-property {
  color: #83a598;
}
[theme=base16-sandcastle] .diff .hljs-meta, [theme=base16-sandcastle] .hljs-keyword, [theme=base16-sandcastle] .hljs-template-tag, [theme=base16-sandcastle] .hljs-type {
  color: #d75f5f;
}
[theme=base16-sandcastle] .hljs-emphasis {
  color: #d75f5f;
  font-style: italic;
}
[theme=base16-sandcastle] .hljs-meta, [theme=base16-sandcastle] .hljs-meta .hljs-keyword, [theme=base16-sandcastle] .hljs-meta .hljs-string {
  color: #a87322;
}
[theme=base16-sandcastle] .hljs-meta .hljs-keyword, [theme=base16-sandcastle] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-seti-ui] {
  /*!
    Theme: Seti UI
    Author: 
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-seti-ui] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-seti-ui] code.hljs {
  padding: 3px 5px;
}
[theme=base16-seti-ui] .hljs {
  color: #d6d6d6;
  background: #151718;
}
[theme=base16-seti-ui] .hljs ::selection, [theme=base16-seti-ui] .hljs::selection {
  background-color: #3b758c;
  color: #d6d6d6;
}
[theme=base16-seti-ui] .hljs-comment {
  color: #41535b;
}
[theme=base16-seti-ui] .hljs-tag {
  color: #43a5d5;
}
[theme=base16-seti-ui] .hljs-operator, [theme=base16-seti-ui] .hljs-punctuation, [theme=base16-seti-ui] .hljs-subst {
  color: #d6d6d6;
}
[theme=base16-seti-ui] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-seti-ui] .hljs-bullet, [theme=base16-seti-ui] .hljs-deletion, [theme=base16-seti-ui] .hljs-name, [theme=base16-seti-ui] .hljs-selector-tag, [theme=base16-seti-ui] .hljs-template-variable, [theme=base16-seti-ui] .hljs-variable {
  color: #cd3f45;
}
[theme=base16-seti-ui] .hljs-attr, [theme=base16-seti-ui] .hljs-link, [theme=base16-seti-ui] .hljs-literal, [theme=base16-seti-ui] .hljs-number, [theme=base16-seti-ui] .hljs-symbol, [theme=base16-seti-ui] .hljs-variable.constant_ {
  color: #db7b55;
}
[theme=base16-seti-ui] .hljs-class .hljs-title, [theme=base16-seti-ui] .hljs-title, [theme=base16-seti-ui] .hljs-title.class_ {
  color: #e6cd69;
}
[theme=base16-seti-ui] .hljs-strong {
  font-weight: 700;
  color: #e6cd69;
}
[theme=base16-seti-ui] .hljs-addition, [theme=base16-seti-ui] .hljs-code, [theme=base16-seti-ui] .hljs-string, [theme=base16-seti-ui] .hljs-title.class_.inherited__ {
  color: #9fca56;
}
[theme=base16-seti-ui] .hljs-built_in, [theme=base16-seti-ui] .hljs-doctag, [theme=base16-seti-ui] .hljs-keyword.hljs-atrule, [theme=base16-seti-ui] .hljs-quote, [theme=base16-seti-ui] .hljs-regexp {
  color: #55dbbe;
}
[theme=base16-seti-ui] .hljs-attribute, [theme=base16-seti-ui] .hljs-function .hljs-title, [theme=base16-seti-ui] .hljs-section, [theme=base16-seti-ui] .hljs-title.function_, [theme=base16-seti-ui] .ruby .hljs-property {
  color: #55b5db;
}
[theme=base16-seti-ui] .diff .hljs-meta, [theme=base16-seti-ui] .hljs-keyword, [theme=base16-seti-ui] .hljs-template-tag, [theme=base16-seti-ui] .hljs-type {
  color: #a074c4;
}
[theme=base16-seti-ui] .hljs-emphasis {
  color: #a074c4;
  font-style: italic;
}
[theme=base16-seti-ui] .hljs-meta, [theme=base16-seti-ui] .hljs-meta .hljs-keyword, [theme=base16-seti-ui] .hljs-meta .hljs-string {
  color: #8a553f;
}
[theme=base16-seti-ui] .hljs-meta .hljs-keyword, [theme=base16-seti-ui] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-shapeshifter] {
  /*!
    Theme: Shapeshifter
    Author: Tyler Benziger (http://tybenz.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-shapeshifter] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-shapeshifter] code.hljs {
  padding: 3px 5px;
}
[theme=base16-shapeshifter] .hljs {
  color: #102015;
  background: #f9f9f9;
}
[theme=base16-shapeshifter] .hljs ::selection, [theme=base16-shapeshifter] .hljs::selection {
  background-color: #ababab;
  color: #102015;
}
[theme=base16-shapeshifter] .hljs-comment {
  color: #555;
}
[theme=base16-shapeshifter] .hljs-tag {
  color: #343434;
}
[theme=base16-shapeshifter] .hljs-operator, [theme=base16-shapeshifter] .hljs-punctuation, [theme=base16-shapeshifter] .hljs-subst {
  color: #102015;
}
[theme=base16-shapeshifter] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-shapeshifter] .hljs-bullet, [theme=base16-shapeshifter] .hljs-deletion, [theme=base16-shapeshifter] .hljs-name, [theme=base16-shapeshifter] .hljs-selector-tag, [theme=base16-shapeshifter] .hljs-template-variable, [theme=base16-shapeshifter] .hljs-variable {
  color: #e92f2f;
}
[theme=base16-shapeshifter] .hljs-attr, [theme=base16-shapeshifter] .hljs-link, [theme=base16-shapeshifter] .hljs-literal, [theme=base16-shapeshifter] .hljs-number, [theme=base16-shapeshifter] .hljs-symbol, [theme=base16-shapeshifter] .hljs-variable.constant_ {
  color: #e09448;
}
[theme=base16-shapeshifter] .hljs-class .hljs-title, [theme=base16-shapeshifter] .hljs-title, [theme=base16-shapeshifter] .hljs-title.class_ {
  color: #dddd13;
}
[theme=base16-shapeshifter] .hljs-strong {
  font-weight: 700;
  color: #dddd13;
}
[theme=base16-shapeshifter] .hljs-addition, [theme=base16-shapeshifter] .hljs-code, [theme=base16-shapeshifter] .hljs-string, [theme=base16-shapeshifter] .hljs-title.class_.inherited__ {
  color: #0ed839;
}
[theme=base16-shapeshifter] .hljs-built_in, [theme=base16-shapeshifter] .hljs-doctag, [theme=base16-shapeshifter] .hljs-keyword.hljs-atrule, [theme=base16-shapeshifter] .hljs-quote, [theme=base16-shapeshifter] .hljs-regexp {
  color: #23edda;
}
[theme=base16-shapeshifter] .hljs-attribute, [theme=base16-shapeshifter] .hljs-function .hljs-title, [theme=base16-shapeshifter] .hljs-section, [theme=base16-shapeshifter] .hljs-title.function_, [theme=base16-shapeshifter] .ruby .hljs-property {
  color: #3b48e3;
}
[theme=base16-shapeshifter] .diff .hljs-meta, [theme=base16-shapeshifter] .hljs-keyword, [theme=base16-shapeshifter] .hljs-template-tag, [theme=base16-shapeshifter] .hljs-type {
  color: #f996e2;
}
[theme=base16-shapeshifter] .hljs-emphasis {
  color: #f996e2;
  font-style: italic;
}
[theme=base16-shapeshifter] .hljs-meta, [theme=base16-shapeshifter] .hljs-meta .hljs-keyword, [theme=base16-shapeshifter] .hljs-meta .hljs-string {
  color: #69542d;
}
[theme=base16-shapeshifter] .hljs-meta .hljs-keyword, [theme=base16-shapeshifter] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-silk-dark] {
  /*!
    Theme: Silk Dark
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-silk-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-silk-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-silk-dark] .hljs {
  color: #c7dbdd;
  background: #0e3c46;
}
[theme=base16-silk-dark] .hljs ::selection, [theme=base16-silk-dark] .hljs::selection {
  background-color: #2a5054;
  color: #c7dbdd;
}
[theme=base16-silk-dark] .hljs-comment {
  color: #587073;
}
[theme=base16-silk-dark] .hljs-tag {
  color: #9dc8cd;
}
[theme=base16-silk-dark] .hljs-operator, [theme=base16-silk-dark] .hljs-punctuation, [theme=base16-silk-dark] .hljs-subst {
  color: #c7dbdd;
}
[theme=base16-silk-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-silk-dark] .hljs-bullet, [theme=base16-silk-dark] .hljs-deletion, [theme=base16-silk-dark] .hljs-name, [theme=base16-silk-dark] .hljs-selector-tag, [theme=base16-silk-dark] .hljs-template-variable, [theme=base16-silk-dark] .hljs-variable {
  color: #fb6953;
}
[theme=base16-silk-dark] .hljs-attr, [theme=base16-silk-dark] .hljs-link, [theme=base16-silk-dark] .hljs-literal, [theme=base16-silk-dark] .hljs-number, [theme=base16-silk-dark] .hljs-symbol, [theme=base16-silk-dark] .hljs-variable.constant_ {
  color: #fcab74;
}
[theme=base16-silk-dark] .hljs-class .hljs-title, [theme=base16-silk-dark] .hljs-title, [theme=base16-silk-dark] .hljs-title.class_ {
  color: #fce380;
}
[theme=base16-silk-dark] .hljs-strong {
  font-weight: 700;
  color: #fce380;
}
[theme=base16-silk-dark] .hljs-addition, [theme=base16-silk-dark] .hljs-code, [theme=base16-silk-dark] .hljs-string, [theme=base16-silk-dark] .hljs-title.class_.inherited__ {
  color: #73d8ad;
}
[theme=base16-silk-dark] .hljs-built_in, [theme=base16-silk-dark] .hljs-doctag, [theme=base16-silk-dark] .hljs-keyword.hljs-atrule, [theme=base16-silk-dark] .hljs-quote, [theme=base16-silk-dark] .hljs-regexp {
  color: #3fb2b9;
}
[theme=base16-silk-dark] .hljs-attribute, [theme=base16-silk-dark] .hljs-function .hljs-title, [theme=base16-silk-dark] .hljs-section, [theme=base16-silk-dark] .hljs-title.function_, [theme=base16-silk-dark] .ruby .hljs-property {
  color: #46bddd;
}
[theme=base16-silk-dark] .diff .hljs-meta, [theme=base16-silk-dark] .hljs-keyword, [theme=base16-silk-dark] .hljs-template-tag, [theme=base16-silk-dark] .hljs-type {
  color: #756b8a;
}
[theme=base16-silk-dark] .hljs-emphasis {
  color: #756b8a;
  font-style: italic;
}
[theme=base16-silk-dark] .hljs-meta, [theme=base16-silk-dark] .hljs-meta .hljs-keyword, [theme=base16-silk-dark] .hljs-meta .hljs-string {
  color: #9b647b;
}
[theme=base16-silk-dark] .hljs-meta .hljs-keyword, [theme=base16-silk-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-silk-light] {
  /*!
    Theme: Silk Light
    Author: Gabriel Fontes (https://github.com/Misterio77)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-silk-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-silk-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-silk-light] .hljs {
  color: #385156;
  background: #e9f1ef;
}
[theme=base16-silk-light] .hljs ::selection, [theme=base16-silk-light] .hljs::selection {
  background-color: #90b7b6;
  color: #385156;
}
[theme=base16-silk-light] .hljs-comment {
  color: #5c787b;
}
[theme=base16-silk-light] .hljs-tag {
  color: #4b5b5f;
}
[theme=base16-silk-light] .hljs-operator, [theme=base16-silk-light] .hljs-punctuation, [theme=base16-silk-light] .hljs-subst {
  color: #385156;
}
[theme=base16-silk-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-silk-light] .hljs-bullet, [theme=base16-silk-light] .hljs-deletion, [theme=base16-silk-light] .hljs-name, [theme=base16-silk-light] .hljs-selector-tag, [theme=base16-silk-light] .hljs-template-variable, [theme=base16-silk-light] .hljs-variable {
  color: #cf432e;
}
[theme=base16-silk-light] .hljs-attr, [theme=base16-silk-light] .hljs-link, [theme=base16-silk-light] .hljs-literal, [theme=base16-silk-light] .hljs-number, [theme=base16-silk-light] .hljs-symbol, [theme=base16-silk-light] .hljs-variable.constant_ {
  color: #d27f46;
}
[theme=base16-silk-light] .hljs-class .hljs-title, [theme=base16-silk-light] .hljs-title, [theme=base16-silk-light] .hljs-title.class_ {
  color: #cfad25;
}
[theme=base16-silk-light] .hljs-strong {
  font-weight: 700;
  color: #cfad25;
}
[theme=base16-silk-light] .hljs-addition, [theme=base16-silk-light] .hljs-code, [theme=base16-silk-light] .hljs-string, [theme=base16-silk-light] .hljs-title.class_.inherited__ {
  color: #6ca38c;
}
[theme=base16-silk-light] .hljs-built_in, [theme=base16-silk-light] .hljs-doctag, [theme=base16-silk-light] .hljs-keyword.hljs-atrule, [theme=base16-silk-light] .hljs-quote, [theme=base16-silk-light] .hljs-regexp {
  color: #329ca2;
}
[theme=base16-silk-light] .hljs-attribute, [theme=base16-silk-light] .hljs-function .hljs-title, [theme=base16-silk-light] .hljs-section, [theme=base16-silk-light] .hljs-title.function_, [theme=base16-silk-light] .ruby .hljs-property {
  color: #39aac9;
}
[theme=base16-silk-light] .diff .hljs-meta, [theme=base16-silk-light] .hljs-keyword, [theme=base16-silk-light] .hljs-template-tag, [theme=base16-silk-light] .hljs-type {
  color: #6e6582;
}
[theme=base16-silk-light] .hljs-emphasis {
  color: #6e6582;
  font-style: italic;
}
[theme=base16-silk-light] .hljs-meta, [theme=base16-silk-light] .hljs-meta .hljs-keyword, [theme=base16-silk-light] .hljs-meta .hljs-string {
  color: #865369;
}
[theme=base16-silk-light] .hljs-meta .hljs-keyword, [theme=base16-silk-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-snazzy] {
  /*!
    Theme: Snazzy
    Author: Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-snazzy] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-snazzy] code.hljs {
  padding: 3px 5px;
}
[theme=base16-snazzy] .hljs {
  color: #e2e4e5;
  background: #282a36;
}
[theme=base16-snazzy] .hljs ::selection, [theme=base16-snazzy] .hljs::selection {
  background-color: #43454f;
  color: #e2e4e5;
}
[theme=base16-snazzy] .hljs-comment {
  color: #78787e;
}
[theme=base16-snazzy] .hljs-tag {
  color: #a5a5a9;
}
[theme=base16-snazzy] .hljs-operator, [theme=base16-snazzy] .hljs-punctuation, [theme=base16-snazzy] .hljs-subst {
  color: #e2e4e5;
}
[theme=base16-snazzy] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-snazzy] .hljs-bullet, [theme=base16-snazzy] .hljs-deletion, [theme=base16-snazzy] .hljs-name, [theme=base16-snazzy] .hljs-selector-tag, [theme=base16-snazzy] .hljs-template-variable, [theme=base16-snazzy] .hljs-variable {
  color: #ff5c57;
}
[theme=base16-snazzy] .hljs-attr, [theme=base16-snazzy] .hljs-link, [theme=base16-snazzy] .hljs-literal, [theme=base16-snazzy] .hljs-number, [theme=base16-snazzy] .hljs-symbol, [theme=base16-snazzy] .hljs-variable.constant_ {
  color: #ff9f43;
}
[theme=base16-snazzy] .hljs-class .hljs-title, [theme=base16-snazzy] .hljs-title, [theme=base16-snazzy] .hljs-title.class_ {
  color: #f3f99d;
}
[theme=base16-snazzy] .hljs-strong {
  font-weight: 700;
  color: #f3f99d;
}
[theme=base16-snazzy] .hljs-addition, [theme=base16-snazzy] .hljs-code, [theme=base16-snazzy] .hljs-string, [theme=base16-snazzy] .hljs-title.class_.inherited__ {
  color: #5af78e;
}
[theme=base16-snazzy] .hljs-built_in, [theme=base16-snazzy] .hljs-doctag, [theme=base16-snazzy] .hljs-keyword.hljs-atrule, [theme=base16-snazzy] .hljs-quote, [theme=base16-snazzy] .hljs-regexp {
  color: #9aedfe;
}
[theme=base16-snazzy] .hljs-attribute, [theme=base16-snazzy] .hljs-function .hljs-title, [theme=base16-snazzy] .hljs-section, [theme=base16-snazzy] .hljs-title.function_, [theme=base16-snazzy] .ruby .hljs-property {
  color: #57c7ff;
}
[theme=base16-snazzy] .diff .hljs-meta, [theme=base16-snazzy] .hljs-keyword, [theme=base16-snazzy] .hljs-template-tag, [theme=base16-snazzy] .hljs-type {
  color: #ff6ac1;
}
[theme=base16-snazzy] .hljs-emphasis {
  color: #ff6ac1;
  font-style: italic;
}
[theme=base16-snazzy] .hljs-meta, [theme=base16-snazzy] .hljs-meta .hljs-keyword, [theme=base16-snazzy] .hljs-meta .hljs-string {
  color: #b2643c;
}
[theme=base16-snazzy] .hljs-meta .hljs-keyword, [theme=base16-snazzy] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solar-flare-light] {
  /*!
    Theme: Solar Flare Light
    Author: Chuck Harmston (https://chuck.harmston.ch)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solar-flare-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solar-flare-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solar-flare-light] .hljs {
  color: #586875;
  background: #f5f7fa;
}
[theme=base16-solar-flare-light] .hljs ::selection, [theme=base16-solar-flare-light] .hljs::selection {
  background-color: #a6afb8;
  color: #586875;
}
[theme=base16-solar-flare-light] .hljs-comment {
  color: #85939e;
}
[theme=base16-solar-flare-light] .hljs-tag {
  color: #667581;
}
[theme=base16-solar-flare-light] .hljs-operator, [theme=base16-solar-flare-light] .hljs-punctuation, [theme=base16-solar-flare-light] .hljs-subst {
  color: #586875;
}
[theme=base16-solar-flare-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solar-flare-light] .hljs-bullet, [theme=base16-solar-flare-light] .hljs-deletion, [theme=base16-solar-flare-light] .hljs-name, [theme=base16-solar-flare-light] .hljs-selector-tag, [theme=base16-solar-flare-light] .hljs-template-variable, [theme=base16-solar-flare-light] .hljs-variable {
  color: #ef5253;
}
[theme=base16-solar-flare-light] .hljs-attr, [theme=base16-solar-flare-light] .hljs-link, [theme=base16-solar-flare-light] .hljs-literal, [theme=base16-solar-flare-light] .hljs-number, [theme=base16-solar-flare-light] .hljs-symbol, [theme=base16-solar-flare-light] .hljs-variable.constant_ {
  color: #e66b2b;
}
[theme=base16-solar-flare-light] .hljs-class .hljs-title, [theme=base16-solar-flare-light] .hljs-title, [theme=base16-solar-flare-light] .hljs-title.class_ {
  color: #e4b51c;
}
[theme=base16-solar-flare-light] .hljs-strong {
  font-weight: 700;
  color: #e4b51c;
}
[theme=base16-solar-flare-light] .hljs-addition, [theme=base16-solar-flare-light] .hljs-code, [theme=base16-solar-flare-light] .hljs-string, [theme=base16-solar-flare-light] .hljs-title.class_.inherited__ {
  color: #7cc844;
}
[theme=base16-solar-flare-light] .hljs-built_in, [theme=base16-solar-flare-light] .hljs-doctag, [theme=base16-solar-flare-light] .hljs-keyword.hljs-atrule, [theme=base16-solar-flare-light] .hljs-quote, [theme=base16-solar-flare-light] .hljs-regexp {
  color: #52cbb0;
}
[theme=base16-solar-flare-light] .hljs-attribute, [theme=base16-solar-flare-light] .hljs-function .hljs-title, [theme=base16-solar-flare-light] .hljs-section, [theme=base16-solar-flare-light] .hljs-title.function_, [theme=base16-solar-flare-light] .ruby .hljs-property {
  color: #33b5e1;
}
[theme=base16-solar-flare-light] .diff .hljs-meta, [theme=base16-solar-flare-light] .hljs-keyword, [theme=base16-solar-flare-light] .hljs-template-tag, [theme=base16-solar-flare-light] .hljs-type {
  color: #a363d5;
}
[theme=base16-solar-flare-light] .hljs-emphasis {
  color: #a363d5;
  font-style: italic;
}
[theme=base16-solar-flare-light] .hljs-meta, [theme=base16-solar-flare-light] .hljs-meta .hljs-keyword, [theme=base16-solar-flare-light] .hljs-meta .hljs-string {
  color: #d73c9a;
}
[theme=base16-solar-flare-light] .hljs-meta .hljs-keyword, [theme=base16-solar-flare-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solar-flare] {
  /*!
    Theme: Solar Flare
    Author: Chuck Harmston (https://chuck.harmston.ch)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solar-flare] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solar-flare] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solar-flare] .hljs {
  color: #a6afb8;
  background: #18262f;
}
[theme=base16-solar-flare] .hljs ::selection, [theme=base16-solar-flare] .hljs::selection {
  background-color: #586875;
  color: #a6afb8;
}
[theme=base16-solar-flare] .hljs-comment {
  color: #667581;
}
[theme=base16-solar-flare] .hljs-tag {
  color: #85939e;
}
[theme=base16-solar-flare] .hljs-operator, [theme=base16-solar-flare] .hljs-punctuation, [theme=base16-solar-flare] .hljs-subst {
  color: #a6afb8;
}
[theme=base16-solar-flare] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solar-flare] .hljs-bullet, [theme=base16-solar-flare] .hljs-deletion, [theme=base16-solar-flare] .hljs-name, [theme=base16-solar-flare] .hljs-selector-tag, [theme=base16-solar-flare] .hljs-template-variable, [theme=base16-solar-flare] .hljs-variable {
  color: #ef5253;
}
[theme=base16-solar-flare] .hljs-attr, [theme=base16-solar-flare] .hljs-link, [theme=base16-solar-flare] .hljs-literal, [theme=base16-solar-flare] .hljs-number, [theme=base16-solar-flare] .hljs-symbol, [theme=base16-solar-flare] .hljs-variable.constant_ {
  color: #e66b2b;
}
[theme=base16-solar-flare] .hljs-class .hljs-title, [theme=base16-solar-flare] .hljs-title, [theme=base16-solar-flare] .hljs-title.class_ {
  color: #e4b51c;
}
[theme=base16-solar-flare] .hljs-strong {
  font-weight: 700;
  color: #e4b51c;
}
[theme=base16-solar-flare] .hljs-addition, [theme=base16-solar-flare] .hljs-code, [theme=base16-solar-flare] .hljs-string, [theme=base16-solar-flare] .hljs-title.class_.inherited__ {
  color: #7cc844;
}
[theme=base16-solar-flare] .hljs-built_in, [theme=base16-solar-flare] .hljs-doctag, [theme=base16-solar-flare] .hljs-keyword.hljs-atrule, [theme=base16-solar-flare] .hljs-quote, [theme=base16-solar-flare] .hljs-regexp {
  color: #52cbb0;
}
[theme=base16-solar-flare] .hljs-attribute, [theme=base16-solar-flare] .hljs-function .hljs-title, [theme=base16-solar-flare] .hljs-section, [theme=base16-solar-flare] .hljs-title.function_, [theme=base16-solar-flare] .ruby .hljs-property {
  color: #33b5e1;
}
[theme=base16-solar-flare] .diff .hljs-meta, [theme=base16-solar-flare] .hljs-keyword, [theme=base16-solar-flare] .hljs-template-tag, [theme=base16-solar-flare] .hljs-type {
  color: #a363d5;
}
[theme=base16-solar-flare] .hljs-emphasis {
  color: #a363d5;
  font-style: italic;
}
[theme=base16-solar-flare] .hljs-meta, [theme=base16-solar-flare] .hljs-meta .hljs-keyword, [theme=base16-solar-flare] .hljs-meta .hljs-string {
  color: #d73c9a;
}
[theme=base16-solar-flare] .hljs-meta .hljs-keyword, [theme=base16-solar-flare] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solarized-dark] {
  /*!
    Theme: Solarized Dark
    Author: Ethan Schoonover (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solarized-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solarized-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solarized-dark] .hljs {
  color: #93a1a1;
  background: #002b36;
}
[theme=base16-solarized-dark] .hljs ::selection, [theme=base16-solarized-dark] .hljs::selection {
  background-color: #586e75;
  color: #93a1a1;
}
[theme=base16-solarized-dark] .hljs-comment {
  color: #657b83;
}
[theme=base16-solarized-dark] .hljs-tag {
  color: #839496;
}
[theme=base16-solarized-dark] .hljs-operator, [theme=base16-solarized-dark] .hljs-punctuation, [theme=base16-solarized-dark] .hljs-subst {
  color: #93a1a1;
}
[theme=base16-solarized-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solarized-dark] .hljs-bullet, [theme=base16-solarized-dark] .hljs-deletion, [theme=base16-solarized-dark] .hljs-name, [theme=base16-solarized-dark] .hljs-selector-tag, [theme=base16-solarized-dark] .hljs-template-variable, [theme=base16-solarized-dark] .hljs-variable {
  color: #dc322f;
}
[theme=base16-solarized-dark] .hljs-attr, [theme=base16-solarized-dark] .hljs-link, [theme=base16-solarized-dark] .hljs-literal, [theme=base16-solarized-dark] .hljs-number, [theme=base16-solarized-dark] .hljs-symbol, [theme=base16-solarized-dark] .hljs-variable.constant_ {
  color: #cb4b16;
}
[theme=base16-solarized-dark] .hljs-class .hljs-title, [theme=base16-solarized-dark] .hljs-title, [theme=base16-solarized-dark] .hljs-title.class_ {
  color: #b58900;
}
[theme=base16-solarized-dark] .hljs-strong {
  font-weight: 700;
  color: #b58900;
}
[theme=base16-solarized-dark] .hljs-addition, [theme=base16-solarized-dark] .hljs-code, [theme=base16-solarized-dark] .hljs-string, [theme=base16-solarized-dark] .hljs-title.class_.inherited__ {
  color: #859900;
}
[theme=base16-solarized-dark] .hljs-built_in, [theme=base16-solarized-dark] .hljs-doctag, [theme=base16-solarized-dark] .hljs-keyword.hljs-atrule, [theme=base16-solarized-dark] .hljs-quote, [theme=base16-solarized-dark] .hljs-regexp {
  color: #2aa198;
}
[theme=base16-solarized-dark] .hljs-attribute, [theme=base16-solarized-dark] .hljs-function .hljs-title, [theme=base16-solarized-dark] .hljs-section, [theme=base16-solarized-dark] .hljs-title.function_, [theme=base16-solarized-dark] .ruby .hljs-property {
  color: #268bd2;
}
[theme=base16-solarized-dark] .diff .hljs-meta, [theme=base16-solarized-dark] .hljs-keyword, [theme=base16-solarized-dark] .hljs-template-tag, [theme=base16-solarized-dark] .hljs-type {
  color: #6c71c4;
}
[theme=base16-solarized-dark] .hljs-emphasis {
  color: #6c71c4;
  font-style: italic;
}
[theme=base16-solarized-dark] .hljs-meta, [theme=base16-solarized-dark] .hljs-meta .hljs-keyword, [theme=base16-solarized-dark] .hljs-meta .hljs-string {
  color: #d33682;
}
[theme=base16-solarized-dark] .hljs-meta .hljs-keyword, [theme=base16-solarized-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-solarized-light] {
  /*!
    Theme: Solarized Light
    Author: Ethan Schoonover (modified by aramisgithub)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-solarized-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-solarized-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-solarized-light] .hljs {
  color: #586e75;
  background: #fdf6e3;
}
[theme=base16-solarized-light] .hljs ::selection, [theme=base16-solarized-light] .hljs::selection {
  background-color: #93a1a1;
  color: #586e75;
}
[theme=base16-solarized-light] .hljs-comment {
  color: #839496;
}
[theme=base16-solarized-light] .hljs-tag {
  color: #657b83;
}
[theme=base16-solarized-light] .hljs-operator, [theme=base16-solarized-light] .hljs-punctuation, [theme=base16-solarized-light] .hljs-subst {
  color: #586e75;
}
[theme=base16-solarized-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-solarized-light] .hljs-bullet, [theme=base16-solarized-light] .hljs-deletion, [theme=base16-solarized-light] .hljs-name, [theme=base16-solarized-light] .hljs-selector-tag, [theme=base16-solarized-light] .hljs-template-variable, [theme=base16-solarized-light] .hljs-variable {
  color: #dc322f;
}
[theme=base16-solarized-light] .hljs-attr, [theme=base16-solarized-light] .hljs-link, [theme=base16-solarized-light] .hljs-literal, [theme=base16-solarized-light] .hljs-number, [theme=base16-solarized-light] .hljs-symbol, [theme=base16-solarized-light] .hljs-variable.constant_ {
  color: #cb4b16;
}
[theme=base16-solarized-light] .hljs-class .hljs-title, [theme=base16-solarized-light] .hljs-title, [theme=base16-solarized-light] .hljs-title.class_ {
  color: #b58900;
}
[theme=base16-solarized-light] .hljs-strong {
  font-weight: 700;
  color: #b58900;
}
[theme=base16-solarized-light] .hljs-addition, [theme=base16-solarized-light] .hljs-code, [theme=base16-solarized-light] .hljs-string, [theme=base16-solarized-light] .hljs-title.class_.inherited__ {
  color: #859900;
}
[theme=base16-solarized-light] .hljs-built_in, [theme=base16-solarized-light] .hljs-doctag, [theme=base16-solarized-light] .hljs-keyword.hljs-atrule, [theme=base16-solarized-light] .hljs-quote, [theme=base16-solarized-light] .hljs-regexp {
  color: #2aa198;
}
[theme=base16-solarized-light] .hljs-attribute, [theme=base16-solarized-light] .hljs-function .hljs-title, [theme=base16-solarized-light] .hljs-section, [theme=base16-solarized-light] .hljs-title.function_, [theme=base16-solarized-light] .ruby .hljs-property {
  color: #268bd2;
}
[theme=base16-solarized-light] .diff .hljs-meta, [theme=base16-solarized-light] .hljs-keyword, [theme=base16-solarized-light] .hljs-template-tag, [theme=base16-solarized-light] .hljs-type {
  color: #6c71c4;
}
[theme=base16-solarized-light] .hljs-emphasis {
  color: #6c71c4;
  font-style: italic;
}
[theme=base16-solarized-light] .hljs-meta, [theme=base16-solarized-light] .hljs-meta .hljs-keyword, [theme=base16-solarized-light] .hljs-meta .hljs-string {
  color: #d33682;
}
[theme=base16-solarized-light] .hljs-meta .hljs-keyword, [theme=base16-solarized-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-spacemacs] {
  /*!
    Theme: Spacemacs
    Author: Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-spacemacs] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-spacemacs] code.hljs {
  padding: 3px 5px;
}
[theme=base16-spacemacs] .hljs {
  color: #a3a3a3;
  background: #1f2022;
}
[theme=base16-spacemacs] .hljs ::selection, [theme=base16-spacemacs] .hljs::selection {
  background-color: #444155;
  color: #a3a3a3;
}
[theme=base16-spacemacs] .hljs-comment {
  color: #585858;
}
[theme=base16-spacemacs] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-spacemacs] .hljs-operator, [theme=base16-spacemacs] .hljs-punctuation, [theme=base16-spacemacs] .hljs-subst {
  color: #a3a3a3;
}
[theme=base16-spacemacs] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-spacemacs] .hljs-bullet, [theme=base16-spacemacs] .hljs-deletion, [theme=base16-spacemacs] .hljs-name, [theme=base16-spacemacs] .hljs-selector-tag, [theme=base16-spacemacs] .hljs-template-variable, [theme=base16-spacemacs] .hljs-variable {
  color: #f2241f;
}
[theme=base16-spacemacs] .hljs-attr, [theme=base16-spacemacs] .hljs-link, [theme=base16-spacemacs] .hljs-literal, [theme=base16-spacemacs] .hljs-number, [theme=base16-spacemacs] .hljs-symbol, [theme=base16-spacemacs] .hljs-variable.constant_ {
  color: orange;
}
[theme=base16-spacemacs] .hljs-class .hljs-title, [theme=base16-spacemacs] .hljs-title, [theme=base16-spacemacs] .hljs-title.class_ {
  color: #b1951d;
}
[theme=base16-spacemacs] .hljs-strong {
  font-weight: 700;
  color: #b1951d;
}
[theme=base16-spacemacs] .hljs-addition, [theme=base16-spacemacs] .hljs-code, [theme=base16-spacemacs] .hljs-string, [theme=base16-spacemacs] .hljs-title.class_.inherited__ {
  color: #67b11d;
}
[theme=base16-spacemacs] .hljs-built_in, [theme=base16-spacemacs] .hljs-doctag, [theme=base16-spacemacs] .hljs-keyword.hljs-atrule, [theme=base16-spacemacs] .hljs-quote, [theme=base16-spacemacs] .hljs-regexp {
  color: #2d9574;
}
[theme=base16-spacemacs] .hljs-attribute, [theme=base16-spacemacs] .hljs-function .hljs-title, [theme=base16-spacemacs] .hljs-section, [theme=base16-spacemacs] .hljs-title.function_, [theme=base16-spacemacs] .ruby .hljs-property {
  color: #4f97d7;
}
[theme=base16-spacemacs] .diff .hljs-meta, [theme=base16-spacemacs] .hljs-keyword, [theme=base16-spacemacs] .hljs-template-tag, [theme=base16-spacemacs] .hljs-type {
  color: #a31db1;
}
[theme=base16-spacemacs] .hljs-emphasis {
  color: #a31db1;
  font-style: italic;
}
[theme=base16-spacemacs] .hljs-meta, [theme=base16-spacemacs] .hljs-meta .hljs-keyword, [theme=base16-spacemacs] .hljs-meta .hljs-string {
  color: #b03060;
}
[theme=base16-spacemacs] .hljs-meta .hljs-keyword, [theme=base16-spacemacs] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-summercamp] {
  /*!
    Theme: summercamp
    Author: zoe firi (zoefiri.github.io)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-summercamp] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-summercamp] code.hljs {
  padding: 3px 5px;
}
[theme=base16-summercamp] .hljs {
  color: #736e55;
  background: #1c1810;
}
[theme=base16-summercamp] .hljs ::selection, [theme=base16-summercamp] .hljs::selection {
  background-color: #3a3527;
  color: #736e55;
}
[theme=base16-summercamp] .hljs-comment {
  color: #504b38;
}
[theme=base16-summercamp] .hljs-tag {
  color: #5f5b45;
}
[theme=base16-summercamp] .hljs-operator, [theme=base16-summercamp] .hljs-punctuation, [theme=base16-summercamp] .hljs-subst {
  color: #736e55;
}
[theme=base16-summercamp] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-summercamp] .hljs-bullet, [theme=base16-summercamp] .hljs-deletion, [theme=base16-summercamp] .hljs-name, [theme=base16-summercamp] .hljs-selector-tag, [theme=base16-summercamp] .hljs-template-variable, [theme=base16-summercamp] .hljs-variable {
  color: #e35142;
}
[theme=base16-summercamp] .hljs-attr, [theme=base16-summercamp] .hljs-link, [theme=base16-summercamp] .hljs-literal, [theme=base16-summercamp] .hljs-number, [theme=base16-summercamp] .hljs-symbol, [theme=base16-summercamp] .hljs-variable.constant_ {
  color: #fba11b;
}
[theme=base16-summercamp] .hljs-class .hljs-title, [theme=base16-summercamp] .hljs-title, [theme=base16-summercamp] .hljs-title.class_ {
  color: #f2ff27;
}
[theme=base16-summercamp] .hljs-strong {
  font-weight: 700;
  color: #f2ff27;
}
[theme=base16-summercamp] .hljs-addition, [theme=base16-summercamp] .hljs-code, [theme=base16-summercamp] .hljs-string, [theme=base16-summercamp] .hljs-title.class_.inherited__ {
  color: #5ceb5a;
}
[theme=base16-summercamp] .hljs-built_in, [theme=base16-summercamp] .hljs-doctag, [theme=base16-summercamp] .hljs-keyword.hljs-atrule, [theme=base16-summercamp] .hljs-quote, [theme=base16-summercamp] .hljs-regexp {
  color: #5aebbc;
}
[theme=base16-summercamp] .hljs-attribute, [theme=base16-summercamp] .hljs-function .hljs-title, [theme=base16-summercamp] .hljs-section, [theme=base16-summercamp] .hljs-title.function_, [theme=base16-summercamp] .ruby .hljs-property {
  color: #489bf0;
}
[theme=base16-summercamp] .diff .hljs-meta, [theme=base16-summercamp] .hljs-keyword, [theme=base16-summercamp] .hljs-template-tag, [theme=base16-summercamp] .hljs-type {
  color: #ff8080;
}
[theme=base16-summercamp] .hljs-emphasis {
  color: #ff8080;
  font-style: italic;
}
[theme=base16-summercamp] .hljs-meta, [theme=base16-summercamp] .hljs-meta .hljs-keyword, [theme=base16-summercamp] .hljs-meta .hljs-string {
  color: #f69be7;
}
[theme=base16-summercamp] .hljs-meta .hljs-keyword, [theme=base16-summercamp] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-summerfruit-dark] {
  /*!
    Theme: Summerfruit Dark
    Author: Christopher Corley (http://christop.club/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-summerfruit-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-summerfruit-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-summerfruit-dark] .hljs {
  color: #d0d0d0;
  background: #151515;
}
[theme=base16-summerfruit-dark] .hljs ::selection, [theme=base16-summerfruit-dark] .hljs::selection {
  background-color: #303030;
  color: #d0d0d0;
}
[theme=base16-summerfruit-dark] .hljs-comment {
  color: #505050;
}
[theme=base16-summerfruit-dark] .hljs-tag {
  color: #b0b0b0;
}
[theme=base16-summerfruit-dark] .hljs-operator, [theme=base16-summerfruit-dark] .hljs-punctuation, [theme=base16-summerfruit-dark] .hljs-subst {
  color: #d0d0d0;
}
[theme=base16-summerfruit-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-summerfruit-dark] .hljs-bullet, [theme=base16-summerfruit-dark] .hljs-deletion, [theme=base16-summerfruit-dark] .hljs-name, [theme=base16-summerfruit-dark] .hljs-selector-tag, [theme=base16-summerfruit-dark] .hljs-template-variable, [theme=base16-summerfruit-dark] .hljs-variable {
  color: #ff0086;
}
[theme=base16-summerfruit-dark] .hljs-attr, [theme=base16-summerfruit-dark] .hljs-link, [theme=base16-summerfruit-dark] .hljs-literal, [theme=base16-summerfruit-dark] .hljs-number, [theme=base16-summerfruit-dark] .hljs-symbol, [theme=base16-summerfruit-dark] .hljs-variable.constant_ {
  color: #fd8900;
}
[theme=base16-summerfruit-dark] .hljs-class .hljs-title, [theme=base16-summerfruit-dark] .hljs-title, [theme=base16-summerfruit-dark] .hljs-title.class_ {
  color: #aba800;
}
[theme=base16-summerfruit-dark] .hljs-strong {
  font-weight: 700;
  color: #aba800;
}
[theme=base16-summerfruit-dark] .hljs-addition, [theme=base16-summerfruit-dark] .hljs-code, [theme=base16-summerfruit-dark] .hljs-string, [theme=base16-summerfruit-dark] .hljs-title.class_.inherited__ {
  color: #00c918;
}
[theme=base16-summerfruit-dark] .hljs-built_in, [theme=base16-summerfruit-dark] .hljs-doctag, [theme=base16-summerfruit-dark] .hljs-keyword.hljs-atrule, [theme=base16-summerfruit-dark] .hljs-quote, [theme=base16-summerfruit-dark] .hljs-regexp {
  color: #1faaaa;
}
[theme=base16-summerfruit-dark] .hljs-attribute, [theme=base16-summerfruit-dark] .hljs-function .hljs-title, [theme=base16-summerfruit-dark] .hljs-section, [theme=base16-summerfruit-dark] .hljs-title.function_, [theme=base16-summerfruit-dark] .ruby .hljs-property {
  color: #3777e6;
}
[theme=base16-summerfruit-dark] .diff .hljs-meta, [theme=base16-summerfruit-dark] .hljs-keyword, [theme=base16-summerfruit-dark] .hljs-template-tag, [theme=base16-summerfruit-dark] .hljs-type {
  color: #ad00a1;
}
[theme=base16-summerfruit-dark] .hljs-emphasis {
  color: #ad00a1;
  font-style: italic;
}
[theme=base16-summerfruit-dark] .hljs-meta, [theme=base16-summerfruit-dark] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-dark] .hljs-meta .hljs-string {
  color: #c63;
}
[theme=base16-summerfruit-dark] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-summerfruit-light] {
  /*!
    Theme: Summerfruit Light
    Author: Christopher Corley (http://christop.club/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-summerfruit-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-summerfruit-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-summerfruit-light] .hljs {
  color: #101010;
  background: #fff;
}
[theme=base16-summerfruit-light] .hljs ::selection, [theme=base16-summerfruit-light] .hljs::selection {
  background-color: #d0d0d0;
  color: #101010;
}
[theme=base16-summerfruit-light] .hljs-comment {
  color: #b0b0b0;
}
[theme=base16-summerfruit-light] .hljs-tag {
  color: #000;
}
[theme=base16-summerfruit-light] .hljs-operator, [theme=base16-summerfruit-light] .hljs-punctuation, [theme=base16-summerfruit-light] .hljs-subst {
  color: #101010;
}
[theme=base16-summerfruit-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-summerfruit-light] .hljs-bullet, [theme=base16-summerfruit-light] .hljs-deletion, [theme=base16-summerfruit-light] .hljs-name, [theme=base16-summerfruit-light] .hljs-selector-tag, [theme=base16-summerfruit-light] .hljs-template-variable, [theme=base16-summerfruit-light] .hljs-variable {
  color: #ff0086;
}
[theme=base16-summerfruit-light] .hljs-attr, [theme=base16-summerfruit-light] .hljs-link, [theme=base16-summerfruit-light] .hljs-literal, [theme=base16-summerfruit-light] .hljs-number, [theme=base16-summerfruit-light] .hljs-symbol, [theme=base16-summerfruit-light] .hljs-variable.constant_ {
  color: #fd8900;
}
[theme=base16-summerfruit-light] .hljs-class .hljs-title, [theme=base16-summerfruit-light] .hljs-title, [theme=base16-summerfruit-light] .hljs-title.class_ {
  color: #aba800;
}
[theme=base16-summerfruit-light] .hljs-strong {
  font-weight: 700;
  color: #aba800;
}
[theme=base16-summerfruit-light] .hljs-addition, [theme=base16-summerfruit-light] .hljs-code, [theme=base16-summerfruit-light] .hljs-string, [theme=base16-summerfruit-light] .hljs-title.class_.inherited__ {
  color: #00c918;
}
[theme=base16-summerfruit-light] .hljs-built_in, [theme=base16-summerfruit-light] .hljs-doctag, [theme=base16-summerfruit-light] .hljs-keyword.hljs-atrule, [theme=base16-summerfruit-light] .hljs-quote, [theme=base16-summerfruit-light] .hljs-regexp {
  color: #1faaaa;
}
[theme=base16-summerfruit-light] .hljs-attribute, [theme=base16-summerfruit-light] .hljs-function .hljs-title, [theme=base16-summerfruit-light] .hljs-section, [theme=base16-summerfruit-light] .hljs-title.function_, [theme=base16-summerfruit-light] .ruby .hljs-property {
  color: #3777e6;
}
[theme=base16-summerfruit-light] .diff .hljs-meta, [theme=base16-summerfruit-light] .hljs-keyword, [theme=base16-summerfruit-light] .hljs-template-tag, [theme=base16-summerfruit-light] .hljs-type {
  color: #ad00a1;
}
[theme=base16-summerfruit-light] .hljs-emphasis {
  color: #ad00a1;
  font-style: italic;
}
[theme=base16-summerfruit-light] .hljs-meta, [theme=base16-summerfruit-light] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-light] .hljs-meta .hljs-string {
  color: #c63;
}
[theme=base16-summerfruit-light] .hljs-meta .hljs-keyword, [theme=base16-summerfruit-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-synth-midnight-terminal-dark] {
  /*!
    Theme: Synth Midnight Terminal Dark
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-synth-midnight-terminal-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-synth-midnight-terminal-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-synth-midnight-terminal-dark] .hljs {
  color: #c1c3c4;
  background: #050608;
}
[theme=base16-synth-midnight-terminal-dark] .hljs ::selection, [theme=base16-synth-midnight-terminal-dark] .hljs::selection {
  background-color: #28292a;
  color: #c1c3c4;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-comment {
  color: #474849;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-tag {
  color: #a3a5a6;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-operator, [theme=base16-synth-midnight-terminal-dark] .hljs-punctuation, [theme=base16-synth-midnight-terminal-dark] .hljs-subst {
  color: #c1c3c4;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-bullet, [theme=base16-synth-midnight-terminal-dark] .hljs-deletion, [theme=base16-synth-midnight-terminal-dark] .hljs-name, [theme=base16-synth-midnight-terminal-dark] .hljs-selector-tag, [theme=base16-synth-midnight-terminal-dark] .hljs-template-variable, [theme=base16-synth-midnight-terminal-dark] .hljs-variable {
  color: #b53b50;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-attr, [theme=base16-synth-midnight-terminal-dark] .hljs-link, [theme=base16-synth-midnight-terminal-dark] .hljs-literal, [theme=base16-synth-midnight-terminal-dark] .hljs-number, [theme=base16-synth-midnight-terminal-dark] .hljs-symbol, [theme=base16-synth-midnight-terminal-dark] .hljs-variable.constant_ {
  color: #ea770d;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-class .hljs-title, [theme=base16-synth-midnight-terminal-dark] .hljs-title, [theme=base16-synth-midnight-terminal-dark] .hljs-title.class_ {
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-strong {
  font-weight: 700;
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-addition, [theme=base16-synth-midnight-terminal-dark] .hljs-code, [theme=base16-synth-midnight-terminal-dark] .hljs-string, [theme=base16-synth-midnight-terminal-dark] .hljs-title.class_.inherited__ {
  color: #06ea61;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-built_in, [theme=base16-synth-midnight-terminal-dark] .hljs-doctag, [theme=base16-synth-midnight-terminal-dark] .hljs-keyword.hljs-atrule, [theme=base16-synth-midnight-terminal-dark] .hljs-quote, [theme=base16-synth-midnight-terminal-dark] .hljs-regexp {
  color: #42fff9;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-attribute, [theme=base16-synth-midnight-terminal-dark] .hljs-function .hljs-title, [theme=base16-synth-midnight-terminal-dark] .hljs-section, [theme=base16-synth-midnight-terminal-dark] .hljs-title.function_, [theme=base16-synth-midnight-terminal-dark] .ruby .hljs-property {
  color: #03aeff;
}
[theme=base16-synth-midnight-terminal-dark] .diff .hljs-meta, [theme=base16-synth-midnight-terminal-dark] .hljs-keyword, [theme=base16-synth-midnight-terminal-dark] .hljs-template-tag, [theme=base16-synth-midnight-terminal-dark] .hljs-type {
  color: #ea5ce2;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-emphasis {
  color: #ea5ce2;
  font-style: italic;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-meta, [theme=base16-synth-midnight-terminal-dark] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-dark] .hljs-meta .hljs-string {
  color: #cd6320;
}
[theme=base16-synth-midnight-terminal-dark] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-synth-midnight-terminal-light] {
  /*!
    Theme: Synth Midnight Terminal Light
    Author: Michaël Ball (http://github.com/michael-ball/)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-synth-midnight-terminal-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-synth-midnight-terminal-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-synth-midnight-terminal-light] .hljs {
  color: #28292a;
  background: #dddfe0;
}
[theme=base16-synth-midnight-terminal-light] .hljs ::selection, [theme=base16-synth-midnight-terminal-light] .hljs::selection {
  background-color: #c1c3c4;
  color: #28292a;
}
[theme=base16-synth-midnight-terminal-light] .hljs-comment {
  color: #a3a5a6;
}
[theme=base16-synth-midnight-terminal-light] .hljs-tag {
  color: #474849;
}
[theme=base16-synth-midnight-terminal-light] .hljs-operator, [theme=base16-synth-midnight-terminal-light] .hljs-punctuation, [theme=base16-synth-midnight-terminal-light] .hljs-subst {
  color: #28292a;
}
[theme=base16-synth-midnight-terminal-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-synth-midnight-terminal-light] .hljs-bullet, [theme=base16-synth-midnight-terminal-light] .hljs-deletion, [theme=base16-synth-midnight-terminal-light] .hljs-name, [theme=base16-synth-midnight-terminal-light] .hljs-selector-tag, [theme=base16-synth-midnight-terminal-light] .hljs-template-variable, [theme=base16-synth-midnight-terminal-light] .hljs-variable {
  color: #b53b50;
}
[theme=base16-synth-midnight-terminal-light] .hljs-attr, [theme=base16-synth-midnight-terminal-light] .hljs-link, [theme=base16-synth-midnight-terminal-light] .hljs-literal, [theme=base16-synth-midnight-terminal-light] .hljs-number, [theme=base16-synth-midnight-terminal-light] .hljs-symbol, [theme=base16-synth-midnight-terminal-light] .hljs-variable.constant_ {
  color: #ea770d;
}
[theme=base16-synth-midnight-terminal-light] .hljs-class .hljs-title, [theme=base16-synth-midnight-terminal-light] .hljs-title, [theme=base16-synth-midnight-terminal-light] .hljs-title.class_ {
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-light] .hljs-strong {
  font-weight: 700;
  color: #c9d364;
}
[theme=base16-synth-midnight-terminal-light] .hljs-addition, [theme=base16-synth-midnight-terminal-light] .hljs-code, [theme=base16-synth-midnight-terminal-light] .hljs-string, [theme=base16-synth-midnight-terminal-light] .hljs-title.class_.inherited__ {
  color: #06ea61;
}
[theme=base16-synth-midnight-terminal-light] .hljs-built_in, [theme=base16-synth-midnight-terminal-light] .hljs-doctag, [theme=base16-synth-midnight-terminal-light] .hljs-keyword.hljs-atrule, [theme=base16-synth-midnight-terminal-light] .hljs-quote, [theme=base16-synth-midnight-terminal-light] .hljs-regexp {
  color: #42fff9;
}
[theme=base16-synth-midnight-terminal-light] .hljs-attribute, [theme=base16-synth-midnight-terminal-light] .hljs-function .hljs-title, [theme=base16-synth-midnight-terminal-light] .hljs-section, [theme=base16-synth-midnight-terminal-light] .hljs-title.function_, [theme=base16-synth-midnight-terminal-light] .ruby .hljs-property {
  color: #03aeff;
}
[theme=base16-synth-midnight-terminal-light] .diff .hljs-meta, [theme=base16-synth-midnight-terminal-light] .hljs-keyword, [theme=base16-synth-midnight-terminal-light] .hljs-template-tag, [theme=base16-synth-midnight-terminal-light] .hljs-type {
  color: #ea5ce2;
}
[theme=base16-synth-midnight-terminal-light] .hljs-emphasis {
  color: #ea5ce2;
  font-style: italic;
}
[theme=base16-synth-midnight-terminal-light] .hljs-meta, [theme=base16-synth-midnight-terminal-light] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-light] .hljs-meta .hljs-string {
  color: #cd6320;
}
[theme=base16-synth-midnight-terminal-light] .hljs-meta .hljs-keyword, [theme=base16-synth-midnight-terminal-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tango] {
  /*!
    Theme: Tango
    Author: @Schnouki, based on the Tango Desktop Project
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tango] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tango] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tango] .hljs {
  color: #d3d7cf;
  background: #2e3436;
}
[theme=base16-tango] .hljs ::selection, [theme=base16-tango] .hljs::selection {
  background-color: #fce94f;
  color: #d3d7cf;
}
[theme=base16-tango] .hljs-comment {
  color: #555753;
}
[theme=base16-tango] .hljs-tag {
  color: #729fcf;
}
[theme=base16-tango] .hljs-operator, [theme=base16-tango] .hljs-punctuation, [theme=base16-tango] .hljs-subst {
  color: #d3d7cf;
}
[theme=base16-tango] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tango] .hljs-bullet, [theme=base16-tango] .hljs-deletion, [theme=base16-tango] .hljs-name, [theme=base16-tango] .hljs-selector-tag, [theme=base16-tango] .hljs-template-variable, [theme=base16-tango] .hljs-variable {
  color: #c00;
}
[theme=base16-tango] .hljs-attr, [theme=base16-tango] .hljs-link, [theme=base16-tango] .hljs-literal, [theme=base16-tango] .hljs-number, [theme=base16-tango] .hljs-symbol, [theme=base16-tango] .hljs-variable.constant_ {
  color: #ef2929;
}
[theme=base16-tango] .hljs-class .hljs-title, [theme=base16-tango] .hljs-title, [theme=base16-tango] .hljs-title.class_ {
  color: #c4a000;
}
[theme=base16-tango] .hljs-strong {
  font-weight: 700;
  color: #c4a000;
}
[theme=base16-tango] .hljs-addition, [theme=base16-tango] .hljs-code, [theme=base16-tango] .hljs-string, [theme=base16-tango] .hljs-title.class_.inherited__ {
  color: #4e9a06;
}
[theme=base16-tango] .hljs-built_in, [theme=base16-tango] .hljs-doctag, [theme=base16-tango] .hljs-keyword.hljs-atrule, [theme=base16-tango] .hljs-quote, [theme=base16-tango] .hljs-regexp {
  color: #06989a;
}
[theme=base16-tango] .hljs-attribute, [theme=base16-tango] .hljs-function .hljs-title, [theme=base16-tango] .hljs-section, [theme=base16-tango] .hljs-title.function_, [theme=base16-tango] .ruby .hljs-property {
  color: #3465a4;
}
[theme=base16-tango] .diff .hljs-meta, [theme=base16-tango] .hljs-keyword, [theme=base16-tango] .hljs-template-tag, [theme=base16-tango] .hljs-type {
  color: #75507b;
}
[theme=base16-tango] .hljs-emphasis {
  color: #75507b;
  font-style: italic;
}
[theme=base16-tango] .hljs-meta, [theme=base16-tango] .hljs-meta .hljs-keyword, [theme=base16-tango] .hljs-meta .hljs-string {
  color: #34e2e2;
}
[theme=base16-tango] .hljs-meta .hljs-keyword, [theme=base16-tango] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tender] {
  /*!
    Theme: tender
    Author: Jacobo Tabernero (https://github/com/jacoborus/tender.vim)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tender] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tender] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tender] .hljs {
  color: #eee;
  background: #282828;
}
[theme=base16-tender] .hljs ::selection, [theme=base16-tender] .hljs::selection {
  background-color: #484848;
  color: #eee;
}
[theme=base16-tender] .hljs-comment {
  color: #4c4c4c;
}
[theme=base16-tender] .hljs-tag {
  color: #b8b8b8;
}
[theme=base16-tender] .hljs-operator, [theme=base16-tender] .hljs-punctuation, [theme=base16-tender] .hljs-subst {
  color: #eee;
}
[theme=base16-tender] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tender] .hljs-bullet, [theme=base16-tender] .hljs-deletion, [theme=base16-tender] .hljs-name, [theme=base16-tender] .hljs-selector-tag, [theme=base16-tender] .hljs-template-variable, [theme=base16-tender] .hljs-variable {
  color: #f43753;
}
[theme=base16-tender] .hljs-attr, [theme=base16-tender] .hljs-link, [theme=base16-tender] .hljs-literal, [theme=base16-tender] .hljs-number, [theme=base16-tender] .hljs-symbol, [theme=base16-tender] .hljs-variable.constant_ {
  color: #dc9656;
}
[theme=base16-tender] .hljs-class .hljs-title, [theme=base16-tender] .hljs-title, [theme=base16-tender] .hljs-title.class_ {
  color: #ffc24b;
}
[theme=base16-tender] .hljs-strong {
  font-weight: 700;
  color: #ffc24b;
}
[theme=base16-tender] .hljs-addition, [theme=base16-tender] .hljs-code, [theme=base16-tender] .hljs-string, [theme=base16-tender] .hljs-title.class_.inherited__ {
  color: #c9d05c;
}
[theme=base16-tender] .hljs-built_in, [theme=base16-tender] .hljs-doctag, [theme=base16-tender] .hljs-keyword.hljs-atrule, [theme=base16-tender] .hljs-quote, [theme=base16-tender] .hljs-regexp {
  color: #73cef4;
}
[theme=base16-tender] .hljs-attribute, [theme=base16-tender] .hljs-function .hljs-title, [theme=base16-tender] .hljs-section, [theme=base16-tender] .hljs-title.function_, [theme=base16-tender] .ruby .hljs-property {
  color: #b3deef;
}
[theme=base16-tender] .diff .hljs-meta, [theme=base16-tender] .hljs-keyword, [theme=base16-tender] .hljs-template-tag, [theme=base16-tender] .hljs-type {
  color: #d3b987;
}
[theme=base16-tender] .hljs-emphasis {
  color: #d3b987;
  font-style: italic;
}
[theme=base16-tender] .hljs-meta, [theme=base16-tender] .hljs-meta .hljs-keyword, [theme=base16-tender] .hljs-meta .hljs-string {
  color: #a16946;
}
[theme=base16-tender] .hljs-meta .hljs-keyword, [theme=base16-tender] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tomorrow-night] {
  /*!
    Theme: Tomorrow Night
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tomorrow-night] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tomorrow-night] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tomorrow-night] .hljs {
  color: #ccc;
  background: #2d2d2d;
}
[theme=base16-tomorrow-night] .hljs ::selection, [theme=base16-tomorrow-night] .hljs::selection {
  background-color: #515151;
  color: #ccc;
}
[theme=base16-tomorrow-night] .hljs-comment {
  color: #999;
}
[theme=base16-tomorrow-night] .hljs-tag {
  color: #b4b7b4;
}
[theme=base16-tomorrow-night] .hljs-operator, [theme=base16-tomorrow-night] .hljs-punctuation, [theme=base16-tomorrow-night] .hljs-subst {
  color: #ccc;
}
[theme=base16-tomorrow-night] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tomorrow-night] .hljs-bullet, [theme=base16-tomorrow-night] .hljs-deletion, [theme=base16-tomorrow-night] .hljs-name, [theme=base16-tomorrow-night] .hljs-selector-tag, [theme=base16-tomorrow-night] .hljs-template-variable, [theme=base16-tomorrow-night] .hljs-variable {
  color: #f2777a;
}
[theme=base16-tomorrow-night] .hljs-attr, [theme=base16-tomorrow-night] .hljs-link, [theme=base16-tomorrow-night] .hljs-literal, [theme=base16-tomorrow-night] .hljs-number, [theme=base16-tomorrow-night] .hljs-symbol, [theme=base16-tomorrow-night] .hljs-variable.constant_ {
  color: #f99157;
}
[theme=base16-tomorrow-night] .hljs-class .hljs-title, [theme=base16-tomorrow-night] .hljs-title, [theme=base16-tomorrow-night] .hljs-title.class_ {
  color: #fc6;
}
[theme=base16-tomorrow-night] .hljs-strong {
  font-weight: 700;
  color: #fc6;
}
[theme=base16-tomorrow-night] .hljs-addition, [theme=base16-tomorrow-night] .hljs-code, [theme=base16-tomorrow-night] .hljs-string, [theme=base16-tomorrow-night] .hljs-title.class_.inherited__ {
  color: #9c9;
}
[theme=base16-tomorrow-night] .hljs-built_in, [theme=base16-tomorrow-night] .hljs-doctag, [theme=base16-tomorrow-night] .hljs-keyword.hljs-atrule, [theme=base16-tomorrow-night] .hljs-quote, [theme=base16-tomorrow-night] .hljs-regexp {
  color: #6cc;
}
[theme=base16-tomorrow-night] .hljs-attribute, [theme=base16-tomorrow-night] .hljs-function .hljs-title, [theme=base16-tomorrow-night] .hljs-section, [theme=base16-tomorrow-night] .hljs-title.function_, [theme=base16-tomorrow-night] .ruby .hljs-property {
  color: #69c;
}
[theme=base16-tomorrow-night] .diff .hljs-meta, [theme=base16-tomorrow-night] .hljs-keyword, [theme=base16-tomorrow-night] .hljs-template-tag, [theme=base16-tomorrow-night] .hljs-type {
  color: #c9c;
}
[theme=base16-tomorrow-night] .hljs-emphasis {
  color: #c9c;
  font-style: italic;
}
[theme=base16-tomorrow-night] .hljs-meta, [theme=base16-tomorrow-night] .hljs-meta .hljs-keyword, [theme=base16-tomorrow-night] .hljs-meta .hljs-string {
  color: #a3685a;
}
[theme=base16-tomorrow-night] .hljs-meta .hljs-keyword, [theme=base16-tomorrow-night] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-tomorrow] {
  /*!
    Theme: Tomorrow
    Author: Chris Kempson (http://chriskempson.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-tomorrow] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-tomorrow] code.hljs {
  padding: 3px 5px;
}
[theme=base16-tomorrow] .hljs {
  color: #4d4d4c;
  background: #fff;
}
[theme=base16-tomorrow] .hljs ::selection, [theme=base16-tomorrow] .hljs::selection {
  background-color: #d6d6d6;
  color: #4d4d4c;
}
[theme=base16-tomorrow] .hljs-comment {
  color: #8e908c;
}
[theme=base16-tomorrow] .hljs-tag {
  color: #969896;
}
[theme=base16-tomorrow] .hljs-operator, [theme=base16-tomorrow] .hljs-punctuation, [theme=base16-tomorrow] .hljs-subst {
  color: #4d4d4c;
}
[theme=base16-tomorrow] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-tomorrow] .hljs-bullet, [theme=base16-tomorrow] .hljs-deletion, [theme=base16-tomorrow] .hljs-name, [theme=base16-tomorrow] .hljs-selector-tag, [theme=base16-tomorrow] .hljs-template-variable, [theme=base16-tomorrow] .hljs-variable {
  color: #c82829;
}
[theme=base16-tomorrow] .hljs-attr, [theme=base16-tomorrow] .hljs-link, [theme=base16-tomorrow] .hljs-literal, [theme=base16-tomorrow] .hljs-number, [theme=base16-tomorrow] .hljs-symbol, [theme=base16-tomorrow] .hljs-variable.constant_ {
  color: #f5871f;
}
[theme=base16-tomorrow] .hljs-class .hljs-title, [theme=base16-tomorrow] .hljs-title, [theme=base16-tomorrow] .hljs-title.class_ {
  color: #eab700;
}
[theme=base16-tomorrow] .hljs-strong {
  font-weight: 700;
  color: #eab700;
}
[theme=base16-tomorrow] .hljs-addition, [theme=base16-tomorrow] .hljs-code, [theme=base16-tomorrow] .hljs-string, [theme=base16-tomorrow] .hljs-title.class_.inherited__ {
  color: #718c00;
}
[theme=base16-tomorrow] .hljs-built_in, [theme=base16-tomorrow] .hljs-doctag, [theme=base16-tomorrow] .hljs-keyword.hljs-atrule, [theme=base16-tomorrow] .hljs-quote, [theme=base16-tomorrow] .hljs-regexp {
  color: #3e999f;
}
[theme=base16-tomorrow] .hljs-attribute, [theme=base16-tomorrow] .hljs-function .hljs-title, [theme=base16-tomorrow] .hljs-section, [theme=base16-tomorrow] .hljs-title.function_, [theme=base16-tomorrow] .ruby .hljs-property {
  color: #4271ae;
}
[theme=base16-tomorrow] .diff .hljs-meta, [theme=base16-tomorrow] .hljs-keyword, [theme=base16-tomorrow] .hljs-template-tag, [theme=base16-tomorrow] .hljs-type {
  color: #8959a8;
}
[theme=base16-tomorrow] .hljs-emphasis {
  color: #8959a8;
  font-style: italic;
}
[theme=base16-tomorrow] .hljs-meta, [theme=base16-tomorrow] .hljs-meta .hljs-keyword, [theme=base16-tomorrow] .hljs-meta .hljs-string {
  color: #a3685a;
}
[theme=base16-tomorrow] .hljs-meta .hljs-keyword, [theme=base16-tomorrow] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-twilight] {
  /*!
    Theme: Twilight
    Author: David Hart (https://github.com/hartbit)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-twilight] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-twilight] code.hljs {
  padding: 3px 5px;
}
[theme=base16-twilight] .hljs {
  color: #a7a7a7;
  background: #1e1e1e;
}
[theme=base16-twilight] .hljs ::selection, [theme=base16-twilight] .hljs::selection {
  background-color: #464b50;
  color: #a7a7a7;
}
[theme=base16-twilight] .hljs-comment {
  color: #5f5a60;
}
[theme=base16-twilight] .hljs-tag {
  color: #838184;
}
[theme=base16-twilight] .hljs-operator, [theme=base16-twilight] .hljs-punctuation, [theme=base16-twilight] .hljs-subst {
  color: #a7a7a7;
}
[theme=base16-twilight] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-twilight] .hljs-bullet, [theme=base16-twilight] .hljs-deletion, [theme=base16-twilight] .hljs-name, [theme=base16-twilight] .hljs-selector-tag, [theme=base16-twilight] .hljs-template-variable, [theme=base16-twilight] .hljs-variable {
  color: #cf6a4c;
}
[theme=base16-twilight] .hljs-attr, [theme=base16-twilight] .hljs-link, [theme=base16-twilight] .hljs-literal, [theme=base16-twilight] .hljs-number, [theme=base16-twilight] .hljs-symbol, [theme=base16-twilight] .hljs-variable.constant_ {
  color: #cda869;
}
[theme=base16-twilight] .hljs-class .hljs-title, [theme=base16-twilight] .hljs-title, [theme=base16-twilight] .hljs-title.class_ {
  color: #f9ee98;
}
[theme=base16-twilight] .hljs-strong {
  font-weight: 700;
  color: #f9ee98;
}
[theme=base16-twilight] .hljs-addition, [theme=base16-twilight] .hljs-code, [theme=base16-twilight] .hljs-string, [theme=base16-twilight] .hljs-title.class_.inherited__ {
  color: #8f9d6a;
}
[theme=base16-twilight] .hljs-built_in, [theme=base16-twilight] .hljs-doctag, [theme=base16-twilight] .hljs-keyword.hljs-atrule, [theme=base16-twilight] .hljs-quote, [theme=base16-twilight] .hljs-regexp {
  color: #afc4db;
}
[theme=base16-twilight] .hljs-attribute, [theme=base16-twilight] .hljs-function .hljs-title, [theme=base16-twilight] .hljs-section, [theme=base16-twilight] .hljs-title.function_, [theme=base16-twilight] .ruby .hljs-property {
  color: #7587a6;
}
[theme=base16-twilight] .diff .hljs-meta, [theme=base16-twilight] .hljs-keyword, [theme=base16-twilight] .hljs-template-tag, [theme=base16-twilight] .hljs-type {
  color: #9b859d;
}
[theme=base16-twilight] .hljs-emphasis {
  color: #9b859d;
  font-style: italic;
}
[theme=base16-twilight] .hljs-meta, [theme=base16-twilight] .hljs-meta .hljs-keyword, [theme=base16-twilight] .hljs-meta .hljs-string {
  color: #9b703f;
}
[theme=base16-twilight] .hljs-meta .hljs-keyword, [theme=base16-twilight] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-unikitty-dark] {
  /*!
    Theme: Unikitty Dark
    Author: Josh W Lewis (@joshwlewis)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-unikitty-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-unikitty-dark] code.hljs {
  padding: 3px 5px;
}
[theme=base16-unikitty-dark] .hljs {
  color: #bcbabe;
  background: #2e2a31;
}
[theme=base16-unikitty-dark] .hljs ::selection, [theme=base16-unikitty-dark] .hljs::selection {
  background-color: #666369;
  color: #bcbabe;
}
[theme=base16-unikitty-dark] .hljs-comment {
  color: #838085;
}
[theme=base16-unikitty-dark] .hljs-tag {
  color: #9f9da2;
}
[theme=base16-unikitty-dark] .hljs-operator, [theme=base16-unikitty-dark] .hljs-punctuation, [theme=base16-unikitty-dark] .hljs-subst {
  color: #bcbabe;
}
[theme=base16-unikitty-dark] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-unikitty-dark] .hljs-bullet, [theme=base16-unikitty-dark] .hljs-deletion, [theme=base16-unikitty-dark] .hljs-name, [theme=base16-unikitty-dark] .hljs-selector-tag, [theme=base16-unikitty-dark] .hljs-template-variable, [theme=base16-unikitty-dark] .hljs-variable {
  color: #d8137f;
}
[theme=base16-unikitty-dark] .hljs-attr, [theme=base16-unikitty-dark] .hljs-link, [theme=base16-unikitty-dark] .hljs-literal, [theme=base16-unikitty-dark] .hljs-number, [theme=base16-unikitty-dark] .hljs-symbol, [theme=base16-unikitty-dark] .hljs-variable.constant_ {
  color: #d65407;
}
[theme=base16-unikitty-dark] .hljs-class .hljs-title, [theme=base16-unikitty-dark] .hljs-title, [theme=base16-unikitty-dark] .hljs-title.class_ {
  color: #dc8a0e;
}
[theme=base16-unikitty-dark] .hljs-strong {
  font-weight: 700;
  color: #dc8a0e;
}
[theme=base16-unikitty-dark] .hljs-addition, [theme=base16-unikitty-dark] .hljs-code, [theme=base16-unikitty-dark] .hljs-string, [theme=base16-unikitty-dark] .hljs-title.class_.inherited__ {
  color: #17ad98;
}
[theme=base16-unikitty-dark] .hljs-built_in, [theme=base16-unikitty-dark] .hljs-doctag, [theme=base16-unikitty-dark] .hljs-keyword.hljs-atrule, [theme=base16-unikitty-dark] .hljs-quote, [theme=base16-unikitty-dark] .hljs-regexp {
  color: #149bda;
}
[theme=base16-unikitty-dark] .hljs-attribute, [theme=base16-unikitty-dark] .hljs-function .hljs-title, [theme=base16-unikitty-dark] .hljs-section, [theme=base16-unikitty-dark] .hljs-title.function_, [theme=base16-unikitty-dark] .ruby .hljs-property {
  color: #796af5;
}
[theme=base16-unikitty-dark] .diff .hljs-meta, [theme=base16-unikitty-dark] .hljs-keyword, [theme=base16-unikitty-dark] .hljs-template-tag, [theme=base16-unikitty-dark] .hljs-type {
  color: #bb60ea;
}
[theme=base16-unikitty-dark] .hljs-emphasis {
  color: #bb60ea;
  font-style: italic;
}
[theme=base16-unikitty-dark] .hljs-meta, [theme=base16-unikitty-dark] .hljs-meta .hljs-keyword, [theme=base16-unikitty-dark] .hljs-meta .hljs-string {
  color: #c720ca;
}
[theme=base16-unikitty-dark] .hljs-meta .hljs-keyword, [theme=base16-unikitty-dark] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-unikitty-light] {
  /*!
    Theme: Unikitty Light
    Author: Josh W Lewis (@joshwlewis)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-unikitty-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-unikitty-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-unikitty-light] .hljs {
  color: #6c696e;
  background: #fff;
}
[theme=base16-unikitty-light] .hljs ::selection, [theme=base16-unikitty-light] .hljs::selection {
  background-color: #c4c3c5;
  color: #6c696e;
}
[theme=base16-unikitty-light] .hljs-comment {
  color: #a7a5a8;
}
[theme=base16-unikitty-light] .hljs-tag {
  color: #89878b;
}
[theme=base16-unikitty-light] .hljs-operator, [theme=base16-unikitty-light] .hljs-punctuation, [theme=base16-unikitty-light] .hljs-subst {
  color: #6c696e;
}
[theme=base16-unikitty-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-unikitty-light] .hljs-bullet, [theme=base16-unikitty-light] .hljs-deletion, [theme=base16-unikitty-light] .hljs-name, [theme=base16-unikitty-light] .hljs-selector-tag, [theme=base16-unikitty-light] .hljs-template-variable, [theme=base16-unikitty-light] .hljs-variable {
  color: #d8137f;
}
[theme=base16-unikitty-light] .hljs-attr, [theme=base16-unikitty-light] .hljs-link, [theme=base16-unikitty-light] .hljs-literal, [theme=base16-unikitty-light] .hljs-number, [theme=base16-unikitty-light] .hljs-symbol, [theme=base16-unikitty-light] .hljs-variable.constant_ {
  color: #d65407;
}
[theme=base16-unikitty-light] .hljs-class .hljs-title, [theme=base16-unikitty-light] .hljs-title, [theme=base16-unikitty-light] .hljs-title.class_ {
  color: #dc8a0e;
}
[theme=base16-unikitty-light] .hljs-strong {
  font-weight: 700;
  color: #dc8a0e;
}
[theme=base16-unikitty-light] .hljs-addition, [theme=base16-unikitty-light] .hljs-code, [theme=base16-unikitty-light] .hljs-string, [theme=base16-unikitty-light] .hljs-title.class_.inherited__ {
  color: #17ad98;
}
[theme=base16-unikitty-light] .hljs-built_in, [theme=base16-unikitty-light] .hljs-doctag, [theme=base16-unikitty-light] .hljs-keyword.hljs-atrule, [theme=base16-unikitty-light] .hljs-quote, [theme=base16-unikitty-light] .hljs-regexp {
  color: #149bda;
}
[theme=base16-unikitty-light] .hljs-attribute, [theme=base16-unikitty-light] .hljs-function .hljs-title, [theme=base16-unikitty-light] .hljs-section, [theme=base16-unikitty-light] .hljs-title.function_, [theme=base16-unikitty-light] .ruby .hljs-property {
  color: #775dff;
}
[theme=base16-unikitty-light] .diff .hljs-meta, [theme=base16-unikitty-light] .hljs-keyword, [theme=base16-unikitty-light] .hljs-template-tag, [theme=base16-unikitty-light] .hljs-type {
  color: #aa17e6;
}
[theme=base16-unikitty-light] .hljs-emphasis {
  color: #aa17e6;
  font-style: italic;
}
[theme=base16-unikitty-light] .hljs-meta, [theme=base16-unikitty-light] .hljs-meta .hljs-keyword, [theme=base16-unikitty-light] .hljs-meta .hljs-string {
  color: #e013d0;
}
[theme=base16-unikitty-light] .hljs-meta .hljs-keyword, [theme=base16-unikitty-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-vulcan] {
  /*!
    Theme: vulcan
    Author: Andrey Varfolomeev
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-vulcan] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-vulcan] code.hljs {
  padding: 3px 5px;
}
[theme=base16-vulcan] .hljs {
  color: #5b778c;
  background: #041523;
}
[theme=base16-vulcan] .hljs ::selection, [theme=base16-vulcan] .hljs::selection {
  background-color: #003552;
  color: #5b778c;
}
[theme=base16-vulcan] .hljs-comment {
  color: #7a5759;
}
[theme=base16-vulcan] .hljs-tag {
  color: #6b6977;
}
[theme=base16-vulcan] .hljs-operator, [theme=base16-vulcan] .hljs-punctuation, [theme=base16-vulcan] .hljs-subst {
  color: #5b778c;
}
[theme=base16-vulcan] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-vulcan] .hljs-bullet, [theme=base16-vulcan] .hljs-deletion, [theme=base16-vulcan] .hljs-name, [theme=base16-vulcan] .hljs-selector-tag, [theme=base16-vulcan] .hljs-template-variable, [theme=base16-vulcan] .hljs-variable {
  color: #818591;
}
[theme=base16-vulcan] .hljs-attr, [theme=base16-vulcan] .hljs-link, [theme=base16-vulcan] .hljs-literal, [theme=base16-vulcan] .hljs-number, [theme=base16-vulcan] .hljs-symbol, [theme=base16-vulcan] .hljs-variable.constant_ {
  color: #9198a3;
}
[theme=base16-vulcan] .hljs-class .hljs-title, [theme=base16-vulcan] .hljs-title, [theme=base16-vulcan] .hljs-title.class_ {
  color: #adb4b9;
}
[theme=base16-vulcan] .hljs-strong {
  font-weight: 700;
  color: #adb4b9;
}
[theme=base16-vulcan] .hljs-addition, [theme=base16-vulcan] .hljs-attribute, [theme=base16-vulcan] .hljs-built_in, [theme=base16-vulcan] .hljs-code, [theme=base16-vulcan] .hljs-doctag, [theme=base16-vulcan] .hljs-function .hljs-title, [theme=base16-vulcan] .hljs-keyword.hljs-atrule, [theme=base16-vulcan] .hljs-quote, [theme=base16-vulcan] .hljs-regexp, [theme=base16-vulcan] .hljs-section, [theme=base16-vulcan] .hljs-string, [theme=base16-vulcan] .hljs-title.class_.inherited__, [theme=base16-vulcan] .hljs-title.function_, [theme=base16-vulcan] .ruby .hljs-property {
  color: #977d7c;
}
[theme=base16-vulcan] .diff .hljs-meta, [theme=base16-vulcan] .hljs-keyword, [theme=base16-vulcan] .hljs-template-tag, [theme=base16-vulcan] .hljs-type {
  color: #9198a3;
}
[theme=base16-vulcan] .hljs-emphasis {
  color: #9198a3;
  font-style: italic;
}
[theme=base16-vulcan] .hljs-meta, [theme=base16-vulcan] .hljs-meta .hljs-keyword, [theme=base16-vulcan] .hljs-meta .hljs-string {
  color: #977d7c;
}
[theme=base16-vulcan] .hljs-meta .hljs-keyword, [theme=base16-vulcan] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-10-light] {
  /*!
    Theme: Windows 10 Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-10-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-10-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-10-light] .hljs {
  color: #767676;
  background: #f2f2f2;
}
[theme=base16-windows-10-light] .hljs ::selection, [theme=base16-windows-10-light] .hljs::selection {
  background-color: #d9d9d9;
  color: #767676;
}
[theme=base16-windows-10-light] .hljs-comment {
  color: #ccc;
}
[theme=base16-windows-10-light] .hljs-tag {
  color: #ababab;
}
[theme=base16-windows-10-light] .hljs-operator, [theme=base16-windows-10-light] .hljs-punctuation, [theme=base16-windows-10-light] .hljs-subst {
  color: #767676;
}
[theme=base16-windows-10-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-10-light] .hljs-bullet, [theme=base16-windows-10-light] .hljs-deletion, [theme=base16-windows-10-light] .hljs-name, [theme=base16-windows-10-light] .hljs-selector-tag, [theme=base16-windows-10-light] .hljs-template-variable, [theme=base16-windows-10-light] .hljs-variable {
  color: #c50f1f;
}
[theme=base16-windows-10-light] .hljs-attr, [theme=base16-windows-10-light] .hljs-link, [theme=base16-windows-10-light] .hljs-literal, [theme=base16-windows-10-light] .hljs-number, [theme=base16-windows-10-light] .hljs-symbol, [theme=base16-windows-10-light] .hljs-variable.constant_ {
  color: #f9f1a5;
}
[theme=base16-windows-10-light] .hljs-class .hljs-title, [theme=base16-windows-10-light] .hljs-title, [theme=base16-windows-10-light] .hljs-title.class_ {
  color: #c19c00;
}
[theme=base16-windows-10-light] .hljs-strong {
  font-weight: 700;
  color: #c19c00;
}
[theme=base16-windows-10-light] .hljs-addition, [theme=base16-windows-10-light] .hljs-code, [theme=base16-windows-10-light] .hljs-string, [theme=base16-windows-10-light] .hljs-title.class_.inherited__ {
  color: #13a10e;
}
[theme=base16-windows-10-light] .hljs-built_in, [theme=base16-windows-10-light] .hljs-doctag, [theme=base16-windows-10-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-10-light] .hljs-quote, [theme=base16-windows-10-light] .hljs-regexp {
  color: #3a96dd;
}
[theme=base16-windows-10-light] .hljs-attribute, [theme=base16-windows-10-light] .hljs-function .hljs-title, [theme=base16-windows-10-light] .hljs-section, [theme=base16-windows-10-light] .hljs-title.function_, [theme=base16-windows-10-light] .ruby .hljs-property {
  color: #0037da;
}
[theme=base16-windows-10-light] .diff .hljs-meta, [theme=base16-windows-10-light] .hljs-keyword, [theme=base16-windows-10-light] .hljs-template-tag, [theme=base16-windows-10-light] .hljs-type {
  color: #881798;
}
[theme=base16-windows-10-light] .hljs-emphasis {
  color: #881798;
  font-style: italic;
}
[theme=base16-windows-10-light] .hljs-meta, [theme=base16-windows-10-light] .hljs-meta .hljs-keyword, [theme=base16-windows-10-light] .hljs-meta .hljs-string {
  color: #16c60c;
}
[theme=base16-windows-10-light] .hljs-meta .hljs-keyword, [theme=base16-windows-10-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-10] {
  /*!
    Theme: Windows 10
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-10] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-10] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-10] .hljs {
  color: #ccc;
  background: #0c0c0c;
}
[theme=base16-windows-10] .hljs ::selection, [theme=base16-windows-10] .hljs::selection {
  background-color: #535353;
  color: #ccc;
}
[theme=base16-windows-10] .hljs-comment {
  color: #767676;
}
[theme=base16-windows-10] .hljs-tag {
  color: #b9b9b9;
}
[theme=base16-windows-10] .hljs-operator, [theme=base16-windows-10] .hljs-punctuation, [theme=base16-windows-10] .hljs-subst {
  color: #ccc;
}
[theme=base16-windows-10] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-10] .hljs-bullet, [theme=base16-windows-10] .hljs-deletion, [theme=base16-windows-10] .hljs-name, [theme=base16-windows-10] .hljs-selector-tag, [theme=base16-windows-10] .hljs-template-variable, [theme=base16-windows-10] .hljs-variable {
  color: #e74856;
}
[theme=base16-windows-10] .hljs-attr, [theme=base16-windows-10] .hljs-link, [theme=base16-windows-10] .hljs-literal, [theme=base16-windows-10] .hljs-number, [theme=base16-windows-10] .hljs-symbol, [theme=base16-windows-10] .hljs-variable.constant_ {
  color: #c19c00;
}
[theme=base16-windows-10] .hljs-class .hljs-title, [theme=base16-windows-10] .hljs-title, [theme=base16-windows-10] .hljs-title.class_ {
  color: #f9f1a5;
}
[theme=base16-windows-10] .hljs-strong {
  font-weight: 700;
  color: #f9f1a5;
}
[theme=base16-windows-10] .hljs-addition, [theme=base16-windows-10] .hljs-code, [theme=base16-windows-10] .hljs-string, [theme=base16-windows-10] .hljs-title.class_.inherited__ {
  color: #16c60c;
}
[theme=base16-windows-10] .hljs-built_in, [theme=base16-windows-10] .hljs-doctag, [theme=base16-windows-10] .hljs-keyword.hljs-atrule, [theme=base16-windows-10] .hljs-quote, [theme=base16-windows-10] .hljs-regexp {
  color: #61d6d6;
}
[theme=base16-windows-10] .hljs-attribute, [theme=base16-windows-10] .hljs-function .hljs-title, [theme=base16-windows-10] .hljs-section, [theme=base16-windows-10] .hljs-title.function_, [theme=base16-windows-10] .ruby .hljs-property {
  color: #3b78ff;
}
[theme=base16-windows-10] .diff .hljs-meta, [theme=base16-windows-10] .hljs-keyword, [theme=base16-windows-10] .hljs-template-tag, [theme=base16-windows-10] .hljs-type {
  color: #b4009e;
}
[theme=base16-windows-10] .hljs-emphasis {
  color: #b4009e;
  font-style: italic;
}
[theme=base16-windows-10] .hljs-meta, [theme=base16-windows-10] .hljs-meta .hljs-keyword, [theme=base16-windows-10] .hljs-meta .hljs-string {
  color: #13a10e;
}
[theme=base16-windows-10] .hljs-meta .hljs-keyword, [theme=base16-windows-10] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-95-light] {
  /*!
    Theme: Windows 95 Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-95-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-95-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-95-light] .hljs {
  color: #545454;
  background: #fcfcfc;
}
[theme=base16-windows-95-light] .hljs ::selection, [theme=base16-windows-95-light] .hljs::selection {
  background-color: #c4c4c4;
  color: #545454;
}
[theme=base16-windows-95-light] .hljs-comment {
  color: #a8a8a8;
}
[theme=base16-windows-95-light] .hljs-tag {
  color: #7e7e7e;
}
[theme=base16-windows-95-light] .hljs-operator, [theme=base16-windows-95-light] .hljs-punctuation, [theme=base16-windows-95-light] .hljs-subst {
  color: #545454;
}
[theme=base16-windows-95-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-95-light] .hljs-bullet, [theme=base16-windows-95-light] .hljs-deletion, [theme=base16-windows-95-light] .hljs-name, [theme=base16-windows-95-light] .hljs-selector-tag, [theme=base16-windows-95-light] .hljs-template-variable, [theme=base16-windows-95-light] .hljs-variable {
  color: #a80000;
}
[theme=base16-windows-95-light] .hljs-attr, [theme=base16-windows-95-light] .hljs-link, [theme=base16-windows-95-light] .hljs-literal, [theme=base16-windows-95-light] .hljs-number, [theme=base16-windows-95-light] .hljs-symbol, [theme=base16-windows-95-light] .hljs-variable.constant_ {
  color: #fcfc54;
}
[theme=base16-windows-95-light] .hljs-class .hljs-title, [theme=base16-windows-95-light] .hljs-title, [theme=base16-windows-95-light] .hljs-title.class_ {
  color: #a85400;
}
[theme=base16-windows-95-light] .hljs-strong {
  font-weight: 700;
  color: #a85400;
}
[theme=base16-windows-95-light] .hljs-addition, [theme=base16-windows-95-light] .hljs-code, [theme=base16-windows-95-light] .hljs-string, [theme=base16-windows-95-light] .hljs-title.class_.inherited__ {
  color: #00a800;
}
[theme=base16-windows-95-light] .hljs-built_in, [theme=base16-windows-95-light] .hljs-doctag, [theme=base16-windows-95-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-95-light] .hljs-quote, [theme=base16-windows-95-light] .hljs-regexp {
  color: #00a8a8;
}
[theme=base16-windows-95-light] .hljs-attribute, [theme=base16-windows-95-light] .hljs-function .hljs-title, [theme=base16-windows-95-light] .hljs-section, [theme=base16-windows-95-light] .hljs-title.function_, [theme=base16-windows-95-light] .ruby .hljs-property {
  color: #0000a8;
}
[theme=base16-windows-95-light] .diff .hljs-meta, [theme=base16-windows-95-light] .hljs-keyword, [theme=base16-windows-95-light] .hljs-template-tag, [theme=base16-windows-95-light] .hljs-type {
  color: #a800a8;
}
[theme=base16-windows-95-light] .hljs-emphasis {
  color: #a800a8;
  font-style: italic;
}
[theme=base16-windows-95-light] .hljs-meta, [theme=base16-windows-95-light] .hljs-meta .hljs-keyword, [theme=base16-windows-95-light] .hljs-meta .hljs-string {
  color: #54fc54;
}
[theme=base16-windows-95-light] .hljs-meta .hljs-keyword, [theme=base16-windows-95-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-95] {
  /*!
    Theme: Windows 95
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-95] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-95] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-95] .hljs {
  color: #a8a8a8;
  background: #000;
}
[theme=base16-windows-95] .hljs ::selection, [theme=base16-windows-95] .hljs::selection {
  background-color: #383838;
  color: #a8a8a8;
}
[theme=base16-windows-95] .hljs-comment {
  color: #545454;
}
[theme=base16-windows-95] .hljs-tag {
  color: #7e7e7e;
}
[theme=base16-windows-95] .hljs-operator, [theme=base16-windows-95] .hljs-punctuation, [theme=base16-windows-95] .hljs-subst {
  color: #a8a8a8;
}
[theme=base16-windows-95] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-95] .hljs-bullet, [theme=base16-windows-95] .hljs-deletion, [theme=base16-windows-95] .hljs-name, [theme=base16-windows-95] .hljs-selector-tag, [theme=base16-windows-95] .hljs-template-variable, [theme=base16-windows-95] .hljs-variable {
  color: #fc5454;
}
[theme=base16-windows-95] .hljs-attr, [theme=base16-windows-95] .hljs-link, [theme=base16-windows-95] .hljs-literal, [theme=base16-windows-95] .hljs-number, [theme=base16-windows-95] .hljs-symbol, [theme=base16-windows-95] .hljs-variable.constant_ {
  color: #a85400;
}
[theme=base16-windows-95] .hljs-class .hljs-title, [theme=base16-windows-95] .hljs-title, [theme=base16-windows-95] .hljs-title.class_ {
  color: #fcfc54;
}
[theme=base16-windows-95] .hljs-strong {
  font-weight: 700;
  color: #fcfc54;
}
[theme=base16-windows-95] .hljs-addition, [theme=base16-windows-95] .hljs-code, [theme=base16-windows-95] .hljs-string, [theme=base16-windows-95] .hljs-title.class_.inherited__ {
  color: #54fc54;
}
[theme=base16-windows-95] .hljs-built_in, [theme=base16-windows-95] .hljs-doctag, [theme=base16-windows-95] .hljs-keyword.hljs-atrule, [theme=base16-windows-95] .hljs-quote, [theme=base16-windows-95] .hljs-regexp {
  color: #54fcfc;
}
[theme=base16-windows-95] .hljs-attribute, [theme=base16-windows-95] .hljs-function .hljs-title, [theme=base16-windows-95] .hljs-section, [theme=base16-windows-95] .hljs-title.function_, [theme=base16-windows-95] .ruby .hljs-property {
  color: #5454fc;
}
[theme=base16-windows-95] .diff .hljs-meta, [theme=base16-windows-95] .hljs-keyword, [theme=base16-windows-95] .hljs-template-tag, [theme=base16-windows-95] .hljs-type {
  color: #fc54fc;
}
[theme=base16-windows-95] .hljs-emphasis {
  color: #fc54fc;
  font-style: italic;
}
[theme=base16-windows-95] .hljs-meta, [theme=base16-windows-95] .hljs-meta .hljs-keyword, [theme=base16-windows-95] .hljs-meta .hljs-string {
  color: #00a800;
}
[theme=base16-windows-95] .hljs-meta .hljs-keyword, [theme=base16-windows-95] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-high-contrast-light] {
  /*!
    Theme: Windows High Contrast Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-high-contrast-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-high-contrast-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-high-contrast-light] .hljs {
  color: #545454;
  background: #fcfcfc;
}
[theme=base16-windows-high-contrast-light] .hljs ::selection, [theme=base16-windows-high-contrast-light] .hljs::selection {
  background-color: #d4d4d4;
  color: #545454;
}
[theme=base16-windows-high-contrast-light] .hljs-comment {
  color: silver;
}
[theme=base16-windows-high-contrast-light] .hljs-tag {
  color: #7e7e7e;
}
[theme=base16-windows-high-contrast-light] .hljs-operator, [theme=base16-windows-high-contrast-light] .hljs-punctuation, [theme=base16-windows-high-contrast-light] .hljs-subst {
  color: #545454;
}
[theme=base16-windows-high-contrast-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-high-contrast-light] .hljs-bullet, [theme=base16-windows-high-contrast-light] .hljs-deletion, [theme=base16-windows-high-contrast-light] .hljs-name, [theme=base16-windows-high-contrast-light] .hljs-selector-tag, [theme=base16-windows-high-contrast-light] .hljs-template-variable, [theme=base16-windows-high-contrast-light] .hljs-variable {
  color: maroon;
}
[theme=base16-windows-high-contrast-light] .hljs-attr, [theme=base16-windows-high-contrast-light] .hljs-link, [theme=base16-windows-high-contrast-light] .hljs-literal, [theme=base16-windows-high-contrast-light] .hljs-number, [theme=base16-windows-high-contrast-light] .hljs-symbol, [theme=base16-windows-high-contrast-light] .hljs-variable.constant_ {
  color: #fcfc54;
}
[theme=base16-windows-high-contrast-light] .hljs-class .hljs-title, [theme=base16-windows-high-contrast-light] .hljs-title, [theme=base16-windows-high-contrast-light] .hljs-title.class_ {
  color: olive;
}
[theme=base16-windows-high-contrast-light] .hljs-strong {
  font-weight: 700;
  color: olive;
}
[theme=base16-windows-high-contrast-light] .hljs-addition, [theme=base16-windows-high-contrast-light] .hljs-code, [theme=base16-windows-high-contrast-light] .hljs-string, [theme=base16-windows-high-contrast-light] .hljs-title.class_.inherited__ {
  color: green;
}
[theme=base16-windows-high-contrast-light] .hljs-built_in, [theme=base16-windows-high-contrast-light] .hljs-doctag, [theme=base16-windows-high-contrast-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-high-contrast-light] .hljs-quote, [theme=base16-windows-high-contrast-light] .hljs-regexp {
  color: teal;
}
[theme=base16-windows-high-contrast-light] .hljs-attribute, [theme=base16-windows-high-contrast-light] .hljs-function .hljs-title, [theme=base16-windows-high-contrast-light] .hljs-section, [theme=base16-windows-high-contrast-light] .hljs-title.function_, [theme=base16-windows-high-contrast-light] .ruby .hljs-property {
  color: navy;
}
[theme=base16-windows-high-contrast-light] .diff .hljs-meta, [theme=base16-windows-high-contrast-light] .hljs-keyword, [theme=base16-windows-high-contrast-light] .hljs-template-tag, [theme=base16-windows-high-contrast-light] .hljs-type {
  color: purple;
}
[theme=base16-windows-high-contrast-light] .hljs-emphasis {
  color: purple;
  font-style: italic;
}
[theme=base16-windows-high-contrast-light] .hljs-meta, [theme=base16-windows-high-contrast-light] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast-light] .hljs-meta .hljs-string {
  color: #54fc54;
}
[theme=base16-windows-high-contrast-light] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-high-contrast] {
  /*!
    Theme: Windows High Contrast
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-high-contrast] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-high-contrast] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-high-contrast] .hljs {
  color: silver;
  background: #000;
}
[theme=base16-windows-high-contrast] .hljs ::selection, [theme=base16-windows-high-contrast] .hljs::selection {
  background-color: #383838;
  color: silver;
}
[theme=base16-windows-high-contrast] .hljs-comment {
  color: #545454;
}
[theme=base16-windows-high-contrast] .hljs-tag {
  color: #a2a2a2;
}
[theme=base16-windows-high-contrast] .hljs-operator, [theme=base16-windows-high-contrast] .hljs-punctuation, [theme=base16-windows-high-contrast] .hljs-subst {
  color: silver;
}
[theme=base16-windows-high-contrast] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-high-contrast] .hljs-bullet, [theme=base16-windows-high-contrast] .hljs-deletion, [theme=base16-windows-high-contrast] .hljs-name, [theme=base16-windows-high-contrast] .hljs-selector-tag, [theme=base16-windows-high-contrast] .hljs-template-variable, [theme=base16-windows-high-contrast] .hljs-variable {
  color: #fc5454;
}
[theme=base16-windows-high-contrast] .hljs-attr, [theme=base16-windows-high-contrast] .hljs-link, [theme=base16-windows-high-contrast] .hljs-literal, [theme=base16-windows-high-contrast] .hljs-number, [theme=base16-windows-high-contrast] .hljs-symbol, [theme=base16-windows-high-contrast] .hljs-variable.constant_ {
  color: olive;
}
[theme=base16-windows-high-contrast] .hljs-class .hljs-title, [theme=base16-windows-high-contrast] .hljs-title, [theme=base16-windows-high-contrast] .hljs-title.class_ {
  color: #fcfc54;
}
[theme=base16-windows-high-contrast] .hljs-strong {
  font-weight: 700;
  color: #fcfc54;
}
[theme=base16-windows-high-contrast] .hljs-addition, [theme=base16-windows-high-contrast] .hljs-code, [theme=base16-windows-high-contrast] .hljs-string, [theme=base16-windows-high-contrast] .hljs-title.class_.inherited__ {
  color: #54fc54;
}
[theme=base16-windows-high-contrast] .hljs-built_in, [theme=base16-windows-high-contrast] .hljs-doctag, [theme=base16-windows-high-contrast] .hljs-keyword.hljs-atrule, [theme=base16-windows-high-contrast] .hljs-quote, [theme=base16-windows-high-contrast] .hljs-regexp {
  color: #54fcfc;
}
[theme=base16-windows-high-contrast] .hljs-attribute, [theme=base16-windows-high-contrast] .hljs-function .hljs-title, [theme=base16-windows-high-contrast] .hljs-section, [theme=base16-windows-high-contrast] .hljs-title.function_, [theme=base16-windows-high-contrast] .ruby .hljs-property {
  color: #5454fc;
}
[theme=base16-windows-high-contrast] .diff .hljs-meta, [theme=base16-windows-high-contrast] .hljs-keyword, [theme=base16-windows-high-contrast] .hljs-template-tag, [theme=base16-windows-high-contrast] .hljs-type {
  color: #fc54fc;
}
[theme=base16-windows-high-contrast] .hljs-emphasis {
  color: #fc54fc;
  font-style: italic;
}
[theme=base16-windows-high-contrast] .hljs-meta, [theme=base16-windows-high-contrast] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast] .hljs-meta .hljs-string {
  color: green;
}
[theme=base16-windows-high-contrast] .hljs-meta .hljs-keyword, [theme=base16-windows-high-contrast] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-nt-light] {
  /*!
    Theme: Windows NT Light
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-nt-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-nt-light] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-nt-light] .hljs {
  color: grey;
  background: #fff;
}
[theme=base16-windows-nt-light] .hljs ::selection, [theme=base16-windows-nt-light] .hljs::selection {
  background-color: #d5d5d5;
  color: grey;
}
[theme=base16-windows-nt-light] .hljs-comment {
  color: silver;
}
[theme=base16-windows-nt-light] .hljs-tag {
  color: #a0a0a0;
}
[theme=base16-windows-nt-light] .hljs-operator, [theme=base16-windows-nt-light] .hljs-punctuation, [theme=base16-windows-nt-light] .hljs-subst {
  color: grey;
}
[theme=base16-windows-nt-light] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-nt-light] .hljs-bullet, [theme=base16-windows-nt-light] .hljs-deletion, [theme=base16-windows-nt-light] .hljs-name, [theme=base16-windows-nt-light] .hljs-selector-tag, [theme=base16-windows-nt-light] .hljs-template-variable, [theme=base16-windows-nt-light] .hljs-variable {
  color: maroon;
}
[theme=base16-windows-nt-light] .hljs-attr, [theme=base16-windows-nt-light] .hljs-link, [theme=base16-windows-nt-light] .hljs-literal, [theme=base16-windows-nt-light] .hljs-number, [theme=base16-windows-nt-light] .hljs-symbol, [theme=base16-windows-nt-light] .hljs-variable.constant_ {
  color: #ff0;
}
[theme=base16-windows-nt-light] .hljs-class .hljs-title, [theme=base16-windows-nt-light] .hljs-title, [theme=base16-windows-nt-light] .hljs-title.class_ {
  color: olive;
}
[theme=base16-windows-nt-light] .hljs-strong {
  font-weight: 700;
  color: olive;
}
[theme=base16-windows-nt-light] .hljs-addition, [theme=base16-windows-nt-light] .hljs-code, [theme=base16-windows-nt-light] .hljs-string, [theme=base16-windows-nt-light] .hljs-title.class_.inherited__ {
  color: green;
}
[theme=base16-windows-nt-light] .hljs-built_in, [theme=base16-windows-nt-light] .hljs-doctag, [theme=base16-windows-nt-light] .hljs-keyword.hljs-atrule, [theme=base16-windows-nt-light] .hljs-quote, [theme=base16-windows-nt-light] .hljs-regexp {
  color: teal;
}
[theme=base16-windows-nt-light] .hljs-attribute, [theme=base16-windows-nt-light] .hljs-function .hljs-title, [theme=base16-windows-nt-light] .hljs-section, [theme=base16-windows-nt-light] .hljs-title.function_, [theme=base16-windows-nt-light] .ruby .hljs-property {
  color: navy;
}
[theme=base16-windows-nt-light] .diff .hljs-meta, [theme=base16-windows-nt-light] .hljs-keyword, [theme=base16-windows-nt-light] .hljs-template-tag, [theme=base16-windows-nt-light] .hljs-type {
  color: purple;
}
[theme=base16-windows-nt-light] .hljs-emphasis {
  color: purple;
  font-style: italic;
}
[theme=base16-windows-nt-light] .hljs-meta, [theme=base16-windows-nt-light] .hljs-meta .hljs-keyword, [theme=base16-windows-nt-light] .hljs-meta .hljs-string {
  color: #0f0;
}
[theme=base16-windows-nt-light] .hljs-meta .hljs-keyword, [theme=base16-windows-nt-light] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-windows-nt] {
  /*!
    Theme: Windows NT
    Author: Fergus Collins (https://github.com/C-Fergus)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-windows-nt] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-windows-nt] code.hljs {
  padding: 3px 5px;
}
[theme=base16-windows-nt] .hljs {
  color: silver;
  background: #000;
}
[theme=base16-windows-nt] .hljs ::selection, [theme=base16-windows-nt] .hljs::selection {
  background-color: #555;
  color: silver;
}
[theme=base16-windows-nt] .hljs-comment {
  color: grey;
}
[theme=base16-windows-nt] .hljs-tag {
  color: #a1a1a1;
}
[theme=base16-windows-nt] .hljs-operator, [theme=base16-windows-nt] .hljs-punctuation, [theme=base16-windows-nt] .hljs-subst {
  color: silver;
}
[theme=base16-windows-nt] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-windows-nt] .hljs-bullet, [theme=base16-windows-nt] .hljs-deletion, [theme=base16-windows-nt] .hljs-name, [theme=base16-windows-nt] .hljs-selector-tag, [theme=base16-windows-nt] .hljs-template-variable, [theme=base16-windows-nt] .hljs-variable {
  color: red;
}
[theme=base16-windows-nt] .hljs-attr, [theme=base16-windows-nt] .hljs-link, [theme=base16-windows-nt] .hljs-literal, [theme=base16-windows-nt] .hljs-number, [theme=base16-windows-nt] .hljs-symbol, [theme=base16-windows-nt] .hljs-variable.constant_ {
  color: olive;
}
[theme=base16-windows-nt] .hljs-class .hljs-title, [theme=base16-windows-nt] .hljs-title, [theme=base16-windows-nt] .hljs-title.class_ {
  color: #ff0;
}
[theme=base16-windows-nt] .hljs-strong {
  font-weight: 700;
  color: #ff0;
}
[theme=base16-windows-nt] .hljs-addition, [theme=base16-windows-nt] .hljs-code, [theme=base16-windows-nt] .hljs-string, [theme=base16-windows-nt] .hljs-title.class_.inherited__ {
  color: #0f0;
}
[theme=base16-windows-nt] .hljs-built_in, [theme=base16-windows-nt] .hljs-doctag, [theme=base16-windows-nt] .hljs-keyword.hljs-atrule, [theme=base16-windows-nt] .hljs-quote, [theme=base16-windows-nt] .hljs-regexp {
  color: #0ff;
}
[theme=base16-windows-nt] .hljs-attribute, [theme=base16-windows-nt] .hljs-function .hljs-title, [theme=base16-windows-nt] .hljs-section, [theme=base16-windows-nt] .hljs-title.function_, [theme=base16-windows-nt] .ruby .hljs-property {
  color: #00f;
}
[theme=base16-windows-nt] .diff .hljs-meta, [theme=base16-windows-nt] .hljs-keyword, [theme=base16-windows-nt] .hljs-template-tag, [theme=base16-windows-nt] .hljs-type {
  color: #f0f;
}
[theme=base16-windows-nt] .hljs-emphasis {
  color: #f0f;
  font-style: italic;
}
[theme=base16-windows-nt] .hljs-meta, [theme=base16-windows-nt] .hljs-meta .hljs-keyword, [theme=base16-windows-nt] .hljs-meta .hljs-string {
  color: green;
}
[theme=base16-windows-nt] .hljs-meta .hljs-keyword, [theme=base16-windows-nt] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-woodland] {
  /*!
    Theme: Woodland
    Author: Jay Cornwall (https://jcornwall.com)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-woodland] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-woodland] code.hljs {
  padding: 3px 5px;
}
[theme=base16-woodland] .hljs {
  color: #cabcb1;
  background: #231e18;
}
[theme=base16-woodland] .hljs ::selection, [theme=base16-woodland] .hljs::selection {
  background-color: #48413a;
  color: #cabcb1;
}
[theme=base16-woodland] .hljs-comment {
  color: #9d8b70;
}
[theme=base16-woodland] .hljs-tag {
  color: #b4a490;
}
[theme=base16-woodland] .hljs-operator, [theme=base16-woodland] .hljs-punctuation, [theme=base16-woodland] .hljs-subst {
  color: #cabcb1;
}
[theme=base16-woodland] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-woodland] .hljs-bullet, [theme=base16-woodland] .hljs-deletion, [theme=base16-woodland] .hljs-name, [theme=base16-woodland] .hljs-selector-tag, [theme=base16-woodland] .hljs-template-variable, [theme=base16-woodland] .hljs-variable {
  color: #d35c5c;
}
[theme=base16-woodland] .hljs-attr, [theme=base16-woodland] .hljs-link, [theme=base16-woodland] .hljs-literal, [theme=base16-woodland] .hljs-number, [theme=base16-woodland] .hljs-symbol, [theme=base16-woodland] .hljs-variable.constant_ {
  color: #ca7f32;
}
[theme=base16-woodland] .hljs-class .hljs-title, [theme=base16-woodland] .hljs-title, [theme=base16-woodland] .hljs-title.class_ {
  color: #e0ac16;
}
[theme=base16-woodland] .hljs-strong {
  font-weight: 700;
  color: #e0ac16;
}
[theme=base16-woodland] .hljs-addition, [theme=base16-woodland] .hljs-code, [theme=base16-woodland] .hljs-string, [theme=base16-woodland] .hljs-title.class_.inherited__ {
  color: #b7ba53;
}
[theme=base16-woodland] .hljs-built_in, [theme=base16-woodland] .hljs-doctag, [theme=base16-woodland] .hljs-keyword.hljs-atrule, [theme=base16-woodland] .hljs-quote, [theme=base16-woodland] .hljs-regexp {
  color: #6eb958;
}
[theme=base16-woodland] .hljs-attribute, [theme=base16-woodland] .hljs-function .hljs-title, [theme=base16-woodland] .hljs-section, [theme=base16-woodland] .hljs-title.function_, [theme=base16-woodland] .ruby .hljs-property {
  color: #88a4d3;
}
[theme=base16-woodland] .diff .hljs-meta, [theme=base16-woodland] .hljs-keyword, [theme=base16-woodland] .hljs-template-tag, [theme=base16-woodland] .hljs-type {
  color: #bb90e2;
}
[theme=base16-woodland] .hljs-emphasis {
  color: #bb90e2;
  font-style: italic;
}
[theme=base16-woodland] .hljs-meta, [theme=base16-woodland] .hljs-meta .hljs-keyword, [theme=base16-woodland] .hljs-meta .hljs-string {
  color: #b49368;
}
[theme=base16-woodland] .hljs-meta .hljs-keyword, [theme=base16-woodland] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-xcode-dusk] {
  /*!
    Theme: XCode Dusk
    Author: Elsa Gonsiorowski (https://github.com/gonsie)
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-xcode-dusk] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-xcode-dusk] code.hljs {
  padding: 3px 5px;
}
[theme=base16-xcode-dusk] .hljs {
  color: #939599;
  background: #282b35;
}
[theme=base16-xcode-dusk] .hljs ::selection, [theme=base16-xcode-dusk] .hljs::selection {
  background-color: #53555d;
  color: #939599;
}
[theme=base16-xcode-dusk] .hljs-comment {
  color: #686a71;
}
[theme=base16-xcode-dusk] .hljs-tag {
  color: #7e8086;
}
[theme=base16-xcode-dusk] .hljs-operator, [theme=base16-xcode-dusk] .hljs-punctuation, [theme=base16-xcode-dusk] .hljs-subst {
  color: #939599;
}
[theme=base16-xcode-dusk] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-xcode-dusk] .hljs-bullet, [theme=base16-xcode-dusk] .hljs-deletion, [theme=base16-xcode-dusk] .hljs-name, [theme=base16-xcode-dusk] .hljs-selector-tag, [theme=base16-xcode-dusk] .hljs-template-variable, [theme=base16-xcode-dusk] .hljs-variable {
  color: #b21889;
}
[theme=base16-xcode-dusk] .hljs-attr, [theme=base16-xcode-dusk] .hljs-link, [theme=base16-xcode-dusk] .hljs-literal, [theme=base16-xcode-dusk] .hljs-number, [theme=base16-xcode-dusk] .hljs-symbol, [theme=base16-xcode-dusk] .hljs-variable.constant_ {
  color: #786dc5;
}
[theme=base16-xcode-dusk] .hljs-class .hljs-title, [theme=base16-xcode-dusk] .hljs-title, [theme=base16-xcode-dusk] .hljs-title.class_ {
  color: #438288;
}
[theme=base16-xcode-dusk] .hljs-strong {
  font-weight: 700;
  color: #438288;
}
[theme=base16-xcode-dusk] .hljs-addition, [theme=base16-xcode-dusk] .hljs-code, [theme=base16-xcode-dusk] .hljs-string, [theme=base16-xcode-dusk] .hljs-title.class_.inherited__ {
  color: #df0002;
}
[theme=base16-xcode-dusk] .hljs-built_in, [theme=base16-xcode-dusk] .hljs-doctag, [theme=base16-xcode-dusk] .hljs-keyword.hljs-atrule, [theme=base16-xcode-dusk] .hljs-quote, [theme=base16-xcode-dusk] .hljs-regexp {
  color: #00a0be;
}
[theme=base16-xcode-dusk] .hljs-attribute, [theme=base16-xcode-dusk] .hljs-function .hljs-title, [theme=base16-xcode-dusk] .hljs-section, [theme=base16-xcode-dusk] .hljs-title.function_, [theme=base16-xcode-dusk] .ruby .hljs-property {
  color: #790ead;
}
[theme=base16-xcode-dusk] .diff .hljs-meta, [theme=base16-xcode-dusk] .hljs-keyword, [theme=base16-xcode-dusk] .hljs-template-tag, [theme=base16-xcode-dusk] .hljs-type {
  color: #b21889;
}
[theme=base16-xcode-dusk] .hljs-emphasis {
  color: #b21889;
  font-style: italic;
}
[theme=base16-xcode-dusk] .hljs-meta, [theme=base16-xcode-dusk] .hljs-meta .hljs-keyword, [theme=base16-xcode-dusk] .hljs-meta .hljs-string {
  color: #c77c48;
}
[theme=base16-xcode-dusk] .hljs-meta .hljs-keyword, [theme=base16-xcode-dusk] .hljs-meta-keyword {
  font-weight: 700;
}

[theme=base16-zenburn] {
  /*!
    Theme: Zenburn
    Author: elnawe
    License: ~ MIT (or more permissive) [via base16-schemes-source]
    Maintainer: @highlightjs/core-team
    Version: 2021.09.0
  */
}
[theme=base16-zenburn] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=base16-zenburn] code.hljs {
  padding: 3px 5px;
}
[theme=base16-zenburn] .hljs {
  color: #dcdccc;
  background: #383838;
}
[theme=base16-zenburn] .hljs ::selection, [theme=base16-zenburn] .hljs::selection {
  background-color: #606060;
  color: #dcdccc;
}
[theme=base16-zenburn] .hljs-comment {
  color: #6f6f6f;
}
[theme=base16-zenburn] .hljs-tag {
  color: grey;
}
[theme=base16-zenburn] .hljs-operator, [theme=base16-zenburn] .hljs-punctuation, [theme=base16-zenburn] .hljs-subst {
  color: #dcdccc;
}
[theme=base16-zenburn] .hljs-operator {
  opacity: 0.7;
}
[theme=base16-zenburn] .hljs-bullet, [theme=base16-zenburn] .hljs-deletion, [theme=base16-zenburn] .hljs-name, [theme=base16-zenburn] .hljs-selector-tag, [theme=base16-zenburn] .hljs-template-variable, [theme=base16-zenburn] .hljs-variable {
  color: #dca3a3;
}
[theme=base16-zenburn] .hljs-attr, [theme=base16-zenburn] .hljs-link, [theme=base16-zenburn] .hljs-literal, [theme=base16-zenburn] .hljs-number, [theme=base16-zenburn] .hljs-symbol, [theme=base16-zenburn] .hljs-variable.constant_ {
  color: #dfaf8f;
}
[theme=base16-zenburn] .hljs-class .hljs-title, [theme=base16-zenburn] .hljs-title, [theme=base16-zenburn] .hljs-title.class_ {
  color: #e0cf9f;
}
[theme=base16-zenburn] .hljs-strong {
  font-weight: 700;
  color: #e0cf9f;
}
[theme=base16-zenburn] .hljs-addition, [theme=base16-zenburn] .hljs-code, [theme=base16-zenburn] .hljs-string, [theme=base16-zenburn] .hljs-title.class_.inherited__ {
  color: #5f7f5f;
}
[theme=base16-zenburn] .hljs-built_in, [theme=base16-zenburn] .hljs-doctag, [theme=base16-zenburn] .hljs-keyword.hljs-atrule, [theme=base16-zenburn] .hljs-quote, [theme=base16-zenburn] .hljs-regexp {
  color: #93e0e3;
}
[theme=base16-zenburn] .hljs-attribute, [theme=base16-zenburn] .hljs-function .hljs-title, [theme=base16-zenburn] .hljs-section, [theme=base16-zenburn] .hljs-title.function_, [theme=base16-zenburn] .ruby .hljs-property {
  color: #7cb8bb;
}
[theme=base16-zenburn] .diff .hljs-meta, [theme=base16-zenburn] .hljs-keyword, [theme=base16-zenburn] .hljs-template-tag, [theme=base16-zenburn] .hljs-type {
  color: #dc8cc3;
}
[theme=base16-zenburn] .hljs-emphasis {
  color: #dc8cc3;
  font-style: italic;
}
[theme=base16-zenburn] .hljs-meta, [theme=base16-zenburn] .hljs-meta .hljs-keyword, [theme=base16-zenburn] .hljs-meta .hljs-string {
  color: #000;
}
[theme=base16-zenburn] .hljs-meta .hljs-keyword, [theme=base16-zenburn] .hljs-meta-keyword {
  font-weight: 700;
}
[theme=a11y-dark] {
  /*!
    Theme: a11y-dark
    Author: @ericwbailey
    Maintainer: @ericwbailey

    Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
  */
}
[theme=a11y-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=a11y-dark] code.hljs {
  padding: 3px 5px;
}
[theme=a11y-dark] .hljs {
  background: #2b2b2b;
  color: #f8f8f2;
}
[theme=a11y-dark] .hljs-comment, [theme=a11y-dark] .hljs-quote {
  color: #d4d0ab;
}
[theme=a11y-dark] .hljs-deletion, [theme=a11y-dark] .hljs-name, [theme=a11y-dark] .hljs-regexp, [theme=a11y-dark] .hljs-selector-class, [theme=a11y-dark] .hljs-selector-id, [theme=a11y-dark] .hljs-tag, [theme=a11y-dark] .hljs-template-variable, [theme=a11y-dark] .hljs-variable {
  color: #ffa07a;
}
[theme=a11y-dark] .hljs-built_in, [theme=a11y-dark] .hljs-link, [theme=a11y-dark] .hljs-literal, [theme=a11y-dark] .hljs-meta, [theme=a11y-dark] .hljs-number, [theme=a11y-dark] .hljs-params, [theme=a11y-dark] .hljs-type {
  color: #f5ab35;
}
[theme=a11y-dark] .hljs-attribute {
  color: gold;
}
[theme=a11y-dark] .hljs-addition, [theme=a11y-dark] .hljs-bullet, [theme=a11y-dark] .hljs-string, [theme=a11y-dark] .hljs-symbol {
  color: #abe338;
}
[theme=a11y-dark] .hljs-section, [theme=a11y-dark] .hljs-title {
  color: #00e0e0;
}
[theme=a11y-dark] .hljs-keyword, [theme=a11y-dark] .hljs-selector-tag {
  color: #dcc6e0;
}
[theme=a11y-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=a11y-dark] .hljs-strong {
  font-weight: 700;
}
@media screen and (-ms-high-contrast: active) {
  [theme=a11y-dark] .hljs-addition, [theme=a11y-dark] .hljs-attribute, [theme=a11y-dark] .hljs-built_in, [theme=a11y-dark] .hljs-bullet, [theme=a11y-dark] .hljs-comment, [theme=a11y-dark] .hljs-link, [theme=a11y-dark] .hljs-literal, [theme=a11y-dark] .hljs-meta, [theme=a11y-dark] .hljs-number, [theme=a11y-dark] .hljs-params, [theme=a11y-dark] .hljs-quote, [theme=a11y-dark] .hljs-string, [theme=a11y-dark] .hljs-symbol, [theme=a11y-dark] .hljs-type {
    color: highlight;
  }
  [theme=a11y-dark] .hljs-keyword, [theme=a11y-dark] .hljs-selector-tag {
    font-weight: 700;
  }
}

[theme=a11y-light] {
  /*!
    Theme: a11y-light
    Author: @ericwbailey
    Maintainer: @ericwbailey

    Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css
  */
}
[theme=a11y-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=a11y-light] code.hljs {
  padding: 3px 5px;
}
[theme=a11y-light] .hljs {
  background: #fefefe;
  color: #545454;
}
[theme=a11y-light] .hljs-comment, [theme=a11y-light] .hljs-quote {
  color: #696969;
}
[theme=a11y-light] .hljs-deletion, [theme=a11y-light] .hljs-name, [theme=a11y-light] .hljs-regexp, [theme=a11y-light] .hljs-selector-class, [theme=a11y-light] .hljs-selector-id, [theme=a11y-light] .hljs-tag, [theme=a11y-light] .hljs-template-variable, [theme=a11y-light] .hljs-variable {
  color: #d91e18;
}
[theme=a11y-light] .hljs-attribute, [theme=a11y-light] .hljs-built_in, [theme=a11y-light] .hljs-link, [theme=a11y-light] .hljs-literal, [theme=a11y-light] .hljs-meta, [theme=a11y-light] .hljs-number, [theme=a11y-light] .hljs-params, [theme=a11y-light] .hljs-type {
  color: #aa5d00;
}
[theme=a11y-light] .hljs-addition, [theme=a11y-light] .hljs-bullet, [theme=a11y-light] .hljs-string, [theme=a11y-light] .hljs-symbol {
  color: green;
}
[theme=a11y-light] .hljs-section, [theme=a11y-light] .hljs-title {
  color: #007faa;
}
[theme=a11y-light] .hljs-keyword, [theme=a11y-light] .hljs-selector-tag {
  color: #7928a1;
}
[theme=a11y-light] .hljs-emphasis {
  font-style: italic;
}
[theme=a11y-light] .hljs-strong {
  font-weight: 700;
}
@media screen and (-ms-high-contrast: active) {
  [theme=a11y-light] .hljs-addition, [theme=a11y-light] .hljs-attribute, [theme=a11y-light] .hljs-built_in, [theme=a11y-light] .hljs-bullet, [theme=a11y-light] .hljs-comment, [theme=a11y-light] .hljs-link, [theme=a11y-light] .hljs-literal, [theme=a11y-light] .hljs-meta, [theme=a11y-light] .hljs-number, [theme=a11y-light] .hljs-params, [theme=a11y-light] .hljs-quote, [theme=a11y-light] .hljs-string, [theme=a11y-light] .hljs-symbol, [theme=a11y-light] .hljs-type {
    color: highlight;
  }
  [theme=a11y-light] .hljs-keyword, [theme=a11y-light] .hljs-selector-tag {
    font-weight: 700;
  }
}

[theme=agate] {
  /*!
     Theme: Agate
     Author: (c) Taufik Nurrohman <hi@taufik-nurrohman.com>
     Maintainer: @taufik-nurrohman
     Updated: 2021-04-24

     #333
     #62c8f3
     #7bd694
     #888
     #a2fca2
     #ade5fc
     #b8d8a2
     #c6b4f0
     #d36363
     #fc9b9b
     #fcc28c
     #ffa
     #fff
  */
}
[theme=agate] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=agate] code.hljs {
  padding: 3px 5px;
}
[theme=agate] .hljs {
  background: #333;
  color: #fff;
}
[theme=agate] .hljs-doctag, [theme=agate] .hljs-meta-keyword, [theme=agate] .hljs-name, [theme=agate] .hljs-strong {
  font-weight: 700;
}
[theme=agate] .hljs-code, [theme=agate] .hljs-emphasis {
  font-style: italic;
}
[theme=agate] .hljs-section, [theme=agate] .hljs-tag {
  color: #62c8f3;
}
[theme=agate] .hljs-selector-class, [theme=agate] .hljs-selector-id, [theme=agate] .hljs-template-variable, [theme=agate] .hljs-variable {
  color: #ade5fc;
}
[theme=agate] .hljs-meta-string, [theme=agate] .hljs-string {
  color: #a2fca2;
}
[theme=agate] .hljs-attr, [theme=agate] .hljs-quote, [theme=agate] .hljs-selector-attr {
  color: #7bd694;
}
[theme=agate] .hljs-tag .hljs-attr {
  color: inherit;
}
[theme=agate] .hljs-attribute, [theme=agate] .hljs-title, [theme=agate] .hljs-type {
  color: #ffa;
}
[theme=agate] .hljs-number, [theme=agate] .hljs-symbol {
  color: #d36363;
}
[theme=agate] .hljs-bullet, [theme=agate] .hljs-template-tag {
  color: #b8d8a2;
}
[theme=agate] .hljs-built_in, [theme=agate] .hljs-keyword, [theme=agate] .hljs-literal, [theme=agate] .hljs-selector-tag {
  color: #fcc28c;
}
[theme=agate] .hljs-code, [theme=agate] .hljs-comment, [theme=agate] .hljs-formula {
  color: #888;
}
[theme=agate] .hljs-link, [theme=agate] .hljs-regexp, [theme=agate] .hljs-selector-pseudo {
  color: #c6b4f0;
}
[theme=agate] .hljs-meta {
  color: #fc9b9b;
}
[theme=agate] .hljs-deletion {
  background: #fc9b9b;
  color: #333;
}
[theme=agate] .hljs-addition {
  background: #a2fca2;
  color: #333;
}
[theme=agate] .hljs-subst {
  color: #fff;
}
[theme=agate] .hljs a {
  color: inherit;
}
[theme=agate] .hljs a:focus, [theme=agate] .hljs a:hover {
  color: inherit;
  text-decoration: underline;
}
[theme=agate] .hljs mark {
  background: #555;
  color: inherit;
}

[theme=an-old-hope] {
  /*!
    Theme: An Old Hope – Star Wars Syntax
    Author: (c) Gustavo Costa <gusbemacbe@gmail.com>
    Maintainer: @gusbemacbe

    Original theme - Ocean Dark Theme – by https://github.com/gavsiu
    Based on Jesse Leite's Atom syntax theme 'An Old Hope'
      https://github.com/JesseLeite/an-old-hope-syntax-atom
  */
}
[theme=an-old-hope] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=an-old-hope] code.hljs {
  padding: 3px 5px;
}
[theme=an-old-hope] .hljs {
  background: #1c1d21;
  color: #c0c5ce;
}
[theme=an-old-hope] .hljs-comment, [theme=an-old-hope] .hljs-quote {
  color: #b6b18b;
}
[theme=an-old-hope] .hljs-deletion, [theme=an-old-hope] .hljs-name, [theme=an-old-hope] .hljs-regexp, [theme=an-old-hope] .hljs-selector-class, [theme=an-old-hope] .hljs-selector-id, [theme=an-old-hope] .hljs-tag, [theme=an-old-hope] .hljs-template-variable, [theme=an-old-hope] .hljs-variable {
  color: #eb3c54;
}
[theme=an-old-hope] .hljs-built_in, [theme=an-old-hope] .hljs-link, [theme=an-old-hope] .hljs-literal, [theme=an-old-hope] .hljs-meta, [theme=an-old-hope] .hljs-number, [theme=an-old-hope] .hljs-params, [theme=an-old-hope] .hljs-type {
  color: #e7ce56;
}
[theme=an-old-hope] .hljs-attribute {
  color: #ee7c2b;
}
[theme=an-old-hope] .hljs-addition, [theme=an-old-hope] .hljs-bullet, [theme=an-old-hope] .hljs-string, [theme=an-old-hope] .hljs-symbol {
  color: #4fb4d7;
}
[theme=an-old-hope] .hljs-section, [theme=an-old-hope] .hljs-title {
  color: #78bb65;
}
[theme=an-old-hope] .hljs-keyword, [theme=an-old-hope] .hljs-selector-tag {
  color: #b45ea4;
}
[theme=an-old-hope] .hljs-emphasis {
  font-style: italic;
}
[theme=an-old-hope] .hljs-strong {
  font-weight: 700;
}

[theme=androidstudio] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=androidstudio] code.hljs {
  padding: 3px 5px;
}
[theme=androidstudio] .hljs {
  color: #a9b7c6;
  background: #282b2e;
}
[theme=androidstudio] .hljs-bullet, [theme=androidstudio] .hljs-literal, [theme=androidstudio] .hljs-number, [theme=androidstudio] .hljs-symbol {
  color: #6897bb;
}
[theme=androidstudio] .hljs-deletion, [theme=androidstudio] .hljs-keyword, [theme=androidstudio] .hljs-selector-tag {
  color: #cc7832;
}
[theme=androidstudio] .hljs-link, [theme=androidstudio] .hljs-template-variable, [theme=androidstudio] .hljs-variable {
  color: #629755;
}
[theme=androidstudio] .hljs-comment, [theme=androidstudio] .hljs-quote {
  color: grey;
}
[theme=androidstudio] .hljs-meta {
  color: #bbb529;
}
[theme=androidstudio] .hljs-addition, [theme=androidstudio] .hljs-attribute, [theme=androidstudio] .hljs-string {
  color: #6a8759;
}
[theme=androidstudio] .hljs-section, [theme=androidstudio] .hljs-title, [theme=androidstudio] .hljs-type {
  color: #ffc66d;
}
[theme=androidstudio] .hljs-name, [theme=androidstudio] .hljs-selector-class, [theme=androidstudio] .hljs-selector-id {
  color: #e8bf6a;
}
[theme=androidstudio] .hljs-emphasis {
  font-style: italic;
}
[theme=androidstudio] .hljs-strong {
  font-weight: 700;
}

[theme=arduino-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=arduino-light] code.hljs {
  padding: 3px 5px;
}
[theme=arduino-light] .hljs {
  background: #fff;
  color: #434f54;
}
[theme=arduino-light] .hljs-subst {
  color: #434f54;
}
[theme=arduino-light] .hljs-attribute, [theme=arduino-light] .hljs-doctag, [theme=arduino-light] .hljs-keyword, [theme=arduino-light] .hljs-name, [theme=arduino-light] .hljs-selector-tag {
  color: #00979d;
}
[theme=arduino-light] .hljs-addition, [theme=arduino-light] .hljs-built_in, [theme=arduino-light] .hljs-bullet, [theme=arduino-light] .hljs-code, [theme=arduino-light] .hljs-literal {
  color: #d35400;
}
[theme=arduino-light] .hljs-link, [theme=arduino-light] .hljs-regexp, [theme=arduino-light] .hljs-selector-attr, [theme=arduino-light] .hljs-selector-pseudo, [theme=arduino-light] .hljs-symbol, [theme=arduino-light] .hljs-template-variable, [theme=arduino-light] .hljs-variable {
  color: #00979d;
}
[theme=arduino-light] .hljs-deletion, [theme=arduino-light] .hljs-quote, [theme=arduino-light] .hljs-selector-class, [theme=arduino-light] .hljs-selector-id, [theme=arduino-light] .hljs-string, [theme=arduino-light] .hljs-template-tag, [theme=arduino-light] .hljs-type {
  color: #005c5f;
}
[theme=arduino-light] .hljs-comment {
  color: rgba(149, 165, 166, 0.8);
}
[theme=arduino-light] .hljs-meta .hljs-keyword {
  color: #728e00;
}
[theme=arduino-light] .hljs-meta {
  color: #434f54;
}
[theme=arduino-light] .hljs-emphasis {
  font-style: italic;
}
[theme=arduino-light] .hljs-strong {
  font-weight: 700;
}
[theme=arduino-light] .hljs-function {
  color: #728e00;
}
[theme=arduino-light] .hljs-section, [theme=arduino-light] .hljs-title {
  color: #800;
  font-weight: 700;
}
[theme=arduino-light] .hljs-number {
  color: #8a7b52;
}

[theme=arta] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=arta] code.hljs {
  padding: 3px 5px;
}
[theme=arta] .hljs {
  background: #222;
  color: #aaa;
}
[theme=arta] .hljs-subst {
  color: #aaa;
}
[theme=arta] .hljs-section {
  color: #fff;
}
[theme=arta] .hljs-comment, [theme=arta] .hljs-meta, [theme=arta] .hljs-quote {
  color: #444;
}
[theme=arta] .hljs-bullet, [theme=arta] .hljs-regexp, [theme=arta] .hljs-string, [theme=arta] .hljs-symbol {
  color: #fc3;
}
[theme=arta] .hljs-addition, [theme=arta] .hljs-number {
  color: #0c6;
}
[theme=arta] .hljs-attribute, [theme=arta] .hljs-built_in, [theme=arta] .hljs-link, [theme=arta] .hljs-literal, [theme=arta] .hljs-template-variable, [theme=arta] .hljs-type {
  color: #32aaee;
}
[theme=arta] .hljs-keyword, [theme=arta] .hljs-name, [theme=arta] .hljs-selector-class, [theme=arta] .hljs-selector-id, [theme=arta] .hljs-selector-tag {
  color: #64a;
}
[theme=arta] .hljs-deletion, [theme=arta] .hljs-template-tag, [theme=arta] .hljs-title, [theme=arta] .hljs-variable {
  color: #b16;
}
[theme=arta] .hljs-doctag, [theme=arta] .hljs-section, [theme=arta] .hljs-strong {
  font-weight: 700;
}
[theme=arta] .hljs-emphasis {
  font-style: italic;
}

[theme=ascetic] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=ascetic] code.hljs {
  padding: 3px 5px;
}
[theme=ascetic] .hljs {
  background: #fff;
  color: #000;
}
[theme=ascetic] .hljs-addition, [theme=ascetic] .hljs-attribute, [theme=ascetic] .hljs-bullet, [theme=ascetic] .hljs-link, [theme=ascetic] .hljs-section, [theme=ascetic] .hljs-string, [theme=ascetic] .hljs-symbol, [theme=ascetic] .hljs-template-variable, [theme=ascetic] .hljs-variable {
  color: #888;
}
[theme=ascetic] .hljs-comment, [theme=ascetic] .hljs-deletion, [theme=ascetic] .hljs-meta, [theme=ascetic] .hljs-quote {
  color: #ccc;
}
[theme=ascetic] .hljs-keyword, [theme=ascetic] .hljs-name, [theme=ascetic] .hljs-section, [theme=ascetic] .hljs-selector-tag, [theme=ascetic] .hljs-strong, [theme=ascetic] .hljs-type {
  font-weight: 700;
}
[theme=ascetic] .hljs-emphasis {
  font-style: italic;
}

[theme=atom-one-dark-reasonable] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=atom-one-dark-reasonable] code.hljs {
  padding: 3px 5px;
}
[theme=atom-one-dark-reasonable] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme=atom-one-dark-reasonable] .hljs-keyword, [theme=atom-one-dark-reasonable] .hljs-operator, [theme=atom-one-dark-reasonable] .hljs-pattern-match {
  color: #f92672;
}
[theme=atom-one-dark-reasonable] .hljs-function, [theme=atom-one-dark-reasonable] .hljs-pattern-match .hljs-constructor {
  color: #61aeee;
}
[theme=atom-one-dark-reasonable] .hljs-function .hljs-params {
  color: #a6e22e;
}
[theme=atom-one-dark-reasonable] .hljs-function .hljs-params .hljs-typing {
  color: #fd971f;
}
[theme=atom-one-dark-reasonable] .hljs-module-access .hljs-module {
  color: #7e57c2;
}
[theme=atom-one-dark-reasonable] .hljs-constructor {
  color: #e2b93d;
}
[theme=atom-one-dark-reasonable] .hljs-constructor .hljs-string {
  color: #9ccc65;
}
[theme=atom-one-dark-reasonable] .hljs-comment, [theme=atom-one-dark-reasonable] .hljs-quote {
  color: #b18eb1;
  font-style: italic;
}
[theme=atom-one-dark-reasonable] .hljs-doctag, [theme=atom-one-dark-reasonable] .hljs-formula {
  color: #c678dd;
}
[theme=atom-one-dark-reasonable] .hljs-deletion, [theme=atom-one-dark-reasonable] .hljs-name, [theme=atom-one-dark-reasonable] .hljs-section, [theme=atom-one-dark-reasonable] .hljs-selector-tag, [theme=atom-one-dark-reasonable] .hljs-subst {
  color: #e06c75;
}
[theme=atom-one-dark-reasonable] .hljs-literal {
  color: #56b6c2;
}
[theme=atom-one-dark-reasonable] .hljs-addition, [theme=atom-one-dark-reasonable] .hljs-attribute, [theme=atom-one-dark-reasonable] .hljs-meta .hljs-string, [theme=atom-one-dark-reasonable] .hljs-regexp, [theme=atom-one-dark-reasonable] .hljs-string {
  color: #98c379;
}
[theme=atom-one-dark-reasonable] .hljs-built_in, [theme=atom-one-dark-reasonable] .hljs-class .hljs-title, [theme=atom-one-dark-reasonable] .hljs-title.class_ {
  color: #e6c07b;
}
[theme=atom-one-dark-reasonable] .hljs-attr, [theme=atom-one-dark-reasonable] .hljs-number, [theme=atom-one-dark-reasonable] .hljs-selector-attr, [theme=atom-one-dark-reasonable] .hljs-selector-class, [theme=atom-one-dark-reasonable] .hljs-selector-pseudo, [theme=atom-one-dark-reasonable] .hljs-template-variable, [theme=atom-one-dark-reasonable] .hljs-type, [theme=atom-one-dark-reasonable] .hljs-variable {
  color: #d19a66;
}
[theme=atom-one-dark-reasonable] .hljs-bullet, [theme=atom-one-dark-reasonable] .hljs-link, [theme=atom-one-dark-reasonable] .hljs-meta, [theme=atom-one-dark-reasonable] .hljs-selector-id, [theme=atom-one-dark-reasonable] .hljs-symbol, [theme=atom-one-dark-reasonable] .hljs-title {
  color: #61aeee;
}
[theme=atom-one-dark-reasonable] .hljs-emphasis {
  font-style: italic;
}
[theme=atom-one-dark-reasonable] .hljs-strong {
  font-weight: 700;
}
[theme=atom-one-dark-reasonable] .hljs-link {
  text-decoration: underline;
}

[theme=atom-one-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=atom-one-dark] code.hljs {
  padding: 3px 5px;
}
[theme=atom-one-dark] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme=atom-one-dark] .hljs-comment, [theme=atom-one-dark] .hljs-quote {
  color: #5c6370;
  font-style: italic;
}
[theme=atom-one-dark] .hljs-doctag, [theme=atom-one-dark] .hljs-formula, [theme=atom-one-dark] .hljs-keyword {
  color: #c678dd;
}
[theme=atom-one-dark] .hljs-deletion, [theme=atom-one-dark] .hljs-name, [theme=atom-one-dark] .hljs-section, [theme=atom-one-dark] .hljs-selector-tag, [theme=atom-one-dark] .hljs-subst {
  color: #e06c75;
}
[theme=atom-one-dark] .hljs-literal {
  color: #56b6c2;
}
[theme=atom-one-dark] .hljs-addition, [theme=atom-one-dark] .hljs-attribute, [theme=atom-one-dark] .hljs-meta .hljs-string, [theme=atom-one-dark] .hljs-regexp, [theme=atom-one-dark] .hljs-string {
  color: #98c379;
}
[theme=atom-one-dark] .hljs-attr, [theme=atom-one-dark] .hljs-number, [theme=atom-one-dark] .hljs-selector-attr, [theme=atom-one-dark] .hljs-selector-class, [theme=atom-one-dark] .hljs-selector-pseudo, [theme=atom-one-dark] .hljs-template-variable, [theme=atom-one-dark] .hljs-type, [theme=atom-one-dark] .hljs-variable {
  color: #d19a66;
}
[theme=atom-one-dark] .hljs-bullet, [theme=atom-one-dark] .hljs-link, [theme=atom-one-dark] .hljs-meta, [theme=atom-one-dark] .hljs-selector-id, [theme=atom-one-dark] .hljs-symbol, [theme=atom-one-dark] .hljs-title {
  color: #61aeee;
}
[theme=atom-one-dark] .hljs-built_in, [theme=atom-one-dark] .hljs-class .hljs-title, [theme=atom-one-dark] .hljs-title.class_ {
  color: #e6c07b;
}
[theme=atom-one-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=atom-one-dark] .hljs-strong {
  font-weight: 700;
}
[theme=atom-one-dark] .hljs-link {
  text-decoration: underline;
}

[theme=atom-one-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=atom-one-light] code.hljs {
  padding: 3px 5px;
}
[theme=atom-one-light] .hljs {
  color: #383a42;
  background: #fafafa;
}
[theme=atom-one-light] .hljs-comment, [theme=atom-one-light] .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}
[theme=atom-one-light] .hljs-doctag, [theme=atom-one-light] .hljs-formula, [theme=atom-one-light] .hljs-keyword {
  color: #a626a4;
}
[theme=atom-one-light] .hljs-deletion, [theme=atom-one-light] .hljs-name, [theme=atom-one-light] .hljs-section, [theme=atom-one-light] .hljs-selector-tag, [theme=atom-one-light] .hljs-subst {
  color: #e45649;
}
[theme=atom-one-light] .hljs-literal {
  color: #0184bb;
}
[theme=atom-one-light] .hljs-addition, [theme=atom-one-light] .hljs-attribute, [theme=atom-one-light] .hljs-meta .hljs-string, [theme=atom-one-light] .hljs-regexp, [theme=atom-one-light] .hljs-string {
  color: #50a14f;
}
[theme=atom-one-light] .hljs-attr, [theme=atom-one-light] .hljs-number, [theme=atom-one-light] .hljs-selector-attr, [theme=atom-one-light] .hljs-selector-class, [theme=atom-one-light] .hljs-selector-pseudo, [theme=atom-one-light] .hljs-template-variable, [theme=atom-one-light] .hljs-type, [theme=atom-one-light] .hljs-variable {
  color: #986801;
}
[theme=atom-one-light] .hljs-bullet, [theme=atom-one-light] .hljs-link, [theme=atom-one-light] .hljs-meta, [theme=atom-one-light] .hljs-selector-id, [theme=atom-one-light] .hljs-symbol, [theme=atom-one-light] .hljs-title {
  color: #4078f2;
}
[theme=atom-one-light] .hljs-built_in, [theme=atom-one-light] .hljs-class .hljs-title, [theme=atom-one-light] .hljs-title.class_ {
  color: #c18401;
}
[theme=atom-one-light] .hljs-emphasis {
  font-style: italic;
}
[theme=atom-one-light] .hljs-strong {
  font-weight: 700;
}
[theme=atom-one-light] .hljs-link {
  text-decoration: underline;
}

[theme=brown-paper] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=brown-paper] code.hljs {
  padding: 3px 5px;
}
[theme=brown-paper] .hljs {
  color: #363c69;
  background: url(/assets/brown-papersq-68003b5d.png) #b7a68e;
}
[theme=brown-paper] .hljs-keyword, [theme=brown-paper] .hljs-literal, [theme=brown-paper] .hljs-selector-tag {
  color: #059;
}
[theme=brown-paper] .hljs-addition, [theme=brown-paper] .hljs-attribute, [theme=brown-paper] .hljs-built_in, [theme=brown-paper] .hljs-bullet, [theme=brown-paper] .hljs-link, [theme=brown-paper] .hljs-name, [theme=brown-paper] .hljs-section, [theme=brown-paper] .hljs-string, [theme=brown-paper] .hljs-symbol, [theme=brown-paper] .hljs-template-tag, [theme=brown-paper] .hljs-template-variable, [theme=brown-paper] .hljs-title, [theme=brown-paper] .hljs-type, [theme=brown-paper] .hljs-variable {
  color: #2c009f;
}
[theme=brown-paper] .hljs-comment, [theme=brown-paper] .hljs-deletion, [theme=brown-paper] .hljs-meta, [theme=brown-paper] .hljs-quote {
  color: #802022;
}
[theme=brown-paper] .hljs-doctag, [theme=brown-paper] .hljs-keyword, [theme=brown-paper] .hljs-literal, [theme=brown-paper] .hljs-name, [theme=brown-paper] .hljs-section, [theme=brown-paper] .hljs-selector-tag, [theme=brown-paper] .hljs-strong, [theme=brown-paper] .hljs-title, [theme=brown-paper] .hljs-type {
  font-weight: 700;
}
[theme=brown-paper] .hljs-emphasis {
  font-style: italic;
}

[theme=codepen-embed] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=codepen-embed] code.hljs {
  padding: 3px 5px;
}
[theme=codepen-embed] .hljs {
  background: #222;
  color: #fff;
}
[theme=codepen-embed] .hljs-comment, [theme=codepen-embed] .hljs-quote {
  color: #777;
}
[theme=codepen-embed] .hljs-built_in, [theme=codepen-embed] .hljs-bullet, [theme=codepen-embed] .hljs-deletion, [theme=codepen-embed] .hljs-link, [theme=codepen-embed] .hljs-literal, [theme=codepen-embed] .hljs-meta, [theme=codepen-embed] .hljs-number, [theme=codepen-embed] .hljs-params, [theme=codepen-embed] .hljs-regexp, [theme=codepen-embed] .hljs-symbol, [theme=codepen-embed] .hljs-tag, [theme=codepen-embed] .hljs-template-variable, [theme=codepen-embed] .hljs-variable {
  color: #ab875d;
}
[theme=codepen-embed] .hljs-attribute, [theme=codepen-embed] .hljs-name, [theme=codepen-embed] .hljs-section, [theme=codepen-embed] .hljs-selector-class, [theme=codepen-embed] .hljs-selector-id, [theme=codepen-embed] .hljs-title, [theme=codepen-embed] .hljs-type {
  color: #9b869b;
}
[theme=codepen-embed] .hljs-addition, [theme=codepen-embed] .hljs-keyword, [theme=codepen-embed] .hljs-selector-tag, [theme=codepen-embed] .hljs-string {
  color: #8f9c6c;
}
[theme=codepen-embed] .hljs-emphasis {
  font-style: italic;
}
[theme=codepen-embed] .hljs-strong {
  font-weight: 700;
}

[theme=color-brewer] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=color-brewer] code.hljs {
  padding: 3px 5px;
}
[theme=color-brewer] .hljs {
  color: #000;
  background: #fff;
}
[theme=color-brewer] .hljs-addition, [theme=color-brewer] .hljs-meta, [theme=color-brewer] .hljs-string, [theme=color-brewer] .hljs-symbol, [theme=color-brewer] .hljs-template-tag, [theme=color-brewer] .hljs-template-variable {
  color: #756bb1;
}
[theme=color-brewer] .hljs-comment, [theme=color-brewer] .hljs-quote {
  color: #636363;
}
[theme=color-brewer] .hljs-bullet, [theme=color-brewer] .hljs-link, [theme=color-brewer] .hljs-literal, [theme=color-brewer] .hljs-number, [theme=color-brewer] .hljs-regexp {
  color: #31a354;
}
[theme=color-brewer] .hljs-deletion, [theme=color-brewer] .hljs-variable {
  color: #88f;
}
[theme=color-brewer] .hljs-built_in, [theme=color-brewer] .hljs-doctag, [theme=color-brewer] .hljs-keyword, [theme=color-brewer] .hljs-name, [theme=color-brewer] .hljs-section, [theme=color-brewer] .hljs-selector-class, [theme=color-brewer] .hljs-selector-id, [theme=color-brewer] .hljs-selector-tag, [theme=color-brewer] .hljs-strong, [theme=color-brewer] .hljs-tag, [theme=color-brewer] .hljs-title, [theme=color-brewer] .hljs-type {
  color: #3182bd;
}
[theme=color-brewer] .hljs-emphasis {
  font-style: italic;
}
[theme=color-brewer] .hljs-attribute {
  color: #e6550d;
}

[theme=dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=dark] code.hljs {
  padding: 3px 5px;
}
[theme=dark] .hljs {
  color: #ddd;
  background: #303030;
}
[theme=dark] .hljs-keyword, [theme=dark] .hljs-link, [theme=dark] .hljs-literal, [theme=dark] .hljs-section, [theme=dark] .hljs-selector-tag {
  color: #fff;
}
[theme=dark] .hljs-addition, [theme=dark] .hljs-attribute, [theme=dark] .hljs-built_in, [theme=dark] .hljs-bullet, [theme=dark] .hljs-name, [theme=dark] .hljs-string, [theme=dark] .hljs-symbol, [theme=dark] .hljs-template-tag, [theme=dark] .hljs-template-variable, [theme=dark] .hljs-title, [theme=dark] .hljs-type, [theme=dark] .hljs-variable {
  color: #d88;
}
[theme=dark] .hljs-comment, [theme=dark] .hljs-deletion, [theme=dark] .hljs-meta, [theme=dark] .hljs-quote {
  color: #979797;
}
[theme=dark] .hljs-doctag, [theme=dark] .hljs-keyword, [theme=dark] .hljs-literal, [theme=dark] .hljs-name, [theme=dark] .hljs-section, [theme=dark] .hljs-selector-tag, [theme=dark] .hljs-strong, [theme=dark] .hljs-title, [theme=dark] .hljs-type {
  font-weight: 700;
}
[theme=dark] .hljs-emphasis {
  font-style: italic;
}

[theme=default] {
  /*!
    Theme: Default
    Description: Original highlight.js style
    Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
    Maintainer: @highlightjs/core-team
    Website: https://highlightjs.org/
    License: see project LICENSE
    Touched: 2021
  */
}
[theme=default] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=default] code.hljs {
  padding: 3px 5px;
}
[theme=default] .hljs {
  background: #f3f3f3;
  color: #444;
}
[theme=default] .hljs-comment {
  color: #697070;
}
[theme=default] .hljs-punctuation, [theme=default] .hljs-tag {
  color: #444a;
}
[theme=default] .hljs-tag .hljs-attr, [theme=default] .hljs-tag .hljs-name {
  color: #444;
}
[theme=default] .hljs-attribute, [theme=default] .hljs-doctag, [theme=default] .hljs-keyword, [theme=default] .hljs-meta .hljs-keyword, [theme=default] .hljs-name, [theme=default] .hljs-selector-tag {
  font-weight: 700;
}
[theme=default] .hljs-deletion, [theme=default] .hljs-number, [theme=default] .hljs-quote, [theme=default] .hljs-selector-class, [theme=default] .hljs-selector-id, [theme=default] .hljs-string, [theme=default] .hljs-template-tag, [theme=default] .hljs-type {
  color: #800;
}
[theme=default] .hljs-section, [theme=default] .hljs-title {
  color: #800;
  font-weight: 700;
}
[theme=default] .hljs-link, [theme=default] .hljs-operator, [theme=default] .hljs-regexp, [theme=default] .hljs-selector-attr, [theme=default] .hljs-selector-pseudo, [theme=default] .hljs-symbol, [theme=default] .hljs-template-variable, [theme=default] .hljs-variable {
  color: #ab5656;
}
[theme=default] .hljs-literal {
  color: #695;
}
[theme=default] .hljs-addition, [theme=default] .hljs-built_in, [theme=default] .hljs-bullet, [theme=default] .hljs-code {
  color: #397300;
}
[theme=default] .hljs-meta {
  color: #1f7199;
}
[theme=default] .hljs-meta .hljs-string {
  color: #38a;
}
[theme=default] .hljs-emphasis {
  font-style: italic;
}
[theme=default] .hljs-strong {
  font-weight: 700;
}

[theme=devibeans] {
  /*!
      Theme: devibeans (dark)
      Author: @terminaldweller
      Maintainer: @terminaldweller

      Inspired by vim's jellybeans theme (https://github.com/nanotech/jellybeans.vim)
  */
}
[theme=devibeans] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=devibeans] code.hljs {
  padding: 3px 5px;
}
[theme=devibeans] .hljs {
  background: #000;
  color: #a39e9b;
}
[theme=devibeans] .hljs-attr, [theme=devibeans] .hljs-template-tag {
  color: #8787d7;
}
[theme=devibeans] .hljs-comment, [theme=devibeans] .hljs-doctag, [theme=devibeans] .hljs-quote {
  color: #396;
}
[theme=devibeans] .hljs-params {
  color: #a39e9b;
}
[theme=devibeans] .hljs-regexp {
  color: #d700ff;
}
[theme=devibeans] .hljs-literal, [theme=devibeans] .hljs-number, [theme=devibeans] .hljs-selector-id, [theme=devibeans] .hljs-tag {
  color: #ef5350;
}
[theme=devibeans] .hljs-meta, [theme=devibeans] .hljs-meta .hljs-keyword {
  color: #0087ff;
}
[theme=devibeans] .hljs-code, [theme=devibeans] .hljs-formula, [theme=devibeans] .hljs-keyword, [theme=devibeans] .hljs-link, [theme=devibeans] .hljs-selector-attr, [theme=devibeans] .hljs-selector-class, [theme=devibeans] .hljs-selector-pseudo, [theme=devibeans] .hljs-template-variable, [theme=devibeans] .hljs-variable {
  color: #64b5f6;
}
[theme=devibeans] .hljs-built_in, [theme=devibeans] .hljs-deletion, [theme=devibeans] .hljs-title {
  color: #ff8700;
}
[theme=devibeans] .hljs-attribute, [theme=devibeans] .hljs-function, [theme=devibeans] .hljs-name, [theme=devibeans] .hljs-property, [theme=devibeans] .hljs-section, [theme=devibeans] .hljs-type {
  color: #ffd75f;
}
[theme=devibeans] .hljs-addition, [theme=devibeans] .hljs-bullet, [theme=devibeans] .hljs-meta .hljs-string, [theme=devibeans] .hljs-string, [theme=devibeans] .hljs-subst, [theme=devibeans] .hljs-symbol {
  color: #558b2f;
}
[theme=devibeans] .hljs-selector-tag {
  color: #96f;
}
[theme=devibeans] .hljs-emphasis {
  font-style: italic;
}
[theme=devibeans] .hljs-strong {
  font-weight: 700;
}

[theme=docco] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=docco] code.hljs {
  padding: 3px 5px;
}
[theme=docco] .hljs {
  color: #000;
  background: #f8f8ff;
}
[theme=docco] .hljs-comment, [theme=docco] .hljs-quote {
  color: #408080;
  font-style: italic;
}
[theme=docco] .hljs-keyword, [theme=docco] .hljs-literal, [theme=docco] .hljs-selector-tag, [theme=docco] .hljs-subst {
  color: #954121;
}
[theme=docco] .hljs-number {
  color: #40a070;
}
[theme=docco] .hljs-doctag, [theme=docco] .hljs-string {
  color: #219161;
}
[theme=docco] .hljs-section, [theme=docco] .hljs-selector-class, [theme=docco] .hljs-selector-id, [theme=docco] .hljs-type {
  color: #19469d;
}
[theme=docco] .hljs-params {
  color: #00f;
}
[theme=docco] .hljs-title {
  color: #458;
  font-weight: 700;
}
[theme=docco] .hljs-attribute, [theme=docco] .hljs-name, [theme=docco] .hljs-tag {
  color: navy;
  font-weight: 400;
}
[theme=docco] .hljs-template-variable, [theme=docco] .hljs-variable {
  color: teal;
}
[theme=docco] .hljs-link, [theme=docco] .hljs-regexp {
  color: #b68;
}
[theme=docco] .hljs-bullet, [theme=docco] .hljs-symbol {
  color: #990073;
}
[theme=docco] .hljs-built_in {
  color: #0086b3;
}
[theme=docco] .hljs-meta {
  color: #999;
  font-weight: 700;
}
[theme=docco] .hljs-deletion {
  background: #fdd;
}
[theme=docco] .hljs-addition {
  background: #dfd;
}
[theme=docco] .hljs-emphasis {
  font-style: italic;
}
[theme=docco] .hljs-strong {
  font-weight: 700;
}

[theme=far] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=far] code.hljs {
  padding: 3px 5px;
}
[theme=far] .hljs {
  color: #0ff;
  background: navy;
}
[theme=far] .hljs-addition, [theme=far] .hljs-attribute, [theme=far] .hljs-built_in, [theme=far] .hljs-bullet, [theme=far] .hljs-string, [theme=far] .hljs-symbol, [theme=far] .hljs-template-tag, [theme=far] .hljs-template-variable {
  color: #ff0;
}
[theme=far] .hljs-keyword, [theme=far] .hljs-name, [theme=far] .hljs-section, [theme=far] .hljs-selector-class, [theme=far] .hljs-selector-id, [theme=far] .hljs-selector-tag, [theme=far] .hljs-type, [theme=far] .hljs-variable {
  color: #fff;
}
[theme=far] .hljs-comment, [theme=far] .hljs-deletion, [theme=far] .hljs-doctag, [theme=far] .hljs-quote {
  color: #888;
}
[theme=far] .hljs-link, [theme=far] .hljs-literal, [theme=far] .hljs-number, [theme=far] .hljs-regexp {
  color: #0f0;
}
[theme=far] .hljs-meta {
  color: teal;
}
[theme=far] .hljs-keyword, [theme=far] .hljs-name, [theme=far] .hljs-section, [theme=far] .hljs-selector-tag, [theme=far] .hljs-strong, [theme=far] .hljs-title {
  font-weight: 700;
}
[theme=far] .hljs-emphasis {
  font-style: italic;
}

[theme=felipec] {
  /*!
   * Theme: FelipeC
   * Author: (c) 2021 Felipe Contreras <felipe.contreras@gmail.com>
   * Website: https://github.com/felipec/vim-felipec
   *
   * Autogenerated with vim-felipec's generator.
  */
}
[theme=felipec] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=felipec] code.hljs {
  padding: 3px 5px;
}
[theme=felipec] .hljs {
  color: #dddde1;
  background: #1e1e22;
}
[theme=felipec] .hljs ::selection, [theme=felipec] .hljs::selection {
  color: #1e1e22;
  background: #bf8fef;
}
[theme=felipec] .hljs-code, [theme=felipec] .hljs-comment, [theme=felipec] .hljs-quote {
  color: #888896;
}
[theme=felipec] .hljs-deletion, [theme=felipec] .hljs-literal, [theme=felipec] .hljs-number {
  color: #ef8f8f;
}
[theme=felipec] .hljs-doctag, [theme=felipec] .hljs-meta, [theme=felipec] .hljs-operator, [theme=felipec] .hljs-punctuation, [theme=felipec] .hljs-selector-attr, [theme=felipec] .hljs-subst, [theme=felipec] .hljs-template-variable {
  color: #efbf8f;
}
[theme=felipec] .hljs-type {
  color: #efef8f;
}
[theme=felipec] .hljs-selector-class, [theme=felipec] .hljs-selector-id, [theme=felipec] .hljs-tag, [theme=felipec] .hljs-title {
  color: #bfef8f;
}
[theme=felipec] .hljs-addition, [theme=felipec] .hljs-regexp, [theme=felipec] .hljs-string {
  color: #8fef8f;
}
[theme=felipec] .hljs-class, [theme=felipec] .hljs-property {
  color: #8fefbf;
}
[theme=felipec] .hljs-name, [theme=felipec] .hljs-selector-tag {
  color: #8fefef;
}
[theme=felipec] .hljs-built_in, [theme=felipec] .hljs-keyword {
  color: #8fbfef;
}
[theme=felipec] .hljs-bullet, [theme=felipec] .hljs-section {
  color: #8f8fef;
}
[theme=felipec] .hljs-selector-pseudo {
  color: #bf8fef;
}
[theme=felipec] .hljs-attr, [theme=felipec] .hljs-attribute, [theme=felipec] .hljs-params, [theme=felipec] .hljs-variable {
  color: #ef8fef;
}
[theme=felipec] .hljs-link, [theme=felipec] .hljs-symbol {
  color: #ef8fbf;
}
[theme=felipec] .hljs-literal, [theme=felipec] .hljs-strong, [theme=felipec] .hljs-title {
  font-weight: 700;
}
[theme=felipec] .hljs-emphasis {
  font-style: italic;
}

[theme=foundation] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=foundation] code.hljs {
  padding: 3px 5px;
}
[theme=foundation] .hljs {
  background: #eee;
  color: #000;
}
[theme=foundation] .hljs-addition, [theme=foundation] .hljs-attribute, [theme=foundation] .hljs-emphasis, [theme=foundation] .hljs-link {
  color: #070;
}
[theme=foundation] .hljs-emphasis {
  font-style: italic;
}
[theme=foundation] .hljs-deletion, [theme=foundation] .hljs-string, [theme=foundation] .hljs-strong {
  color: #d14;
}
[theme=foundation] .hljs-strong {
  font-weight: 700;
}
[theme=foundation] .hljs-comment, [theme=foundation] .hljs-quote {
  color: #998;
  font-style: italic;
}
[theme=foundation] .hljs-section, [theme=foundation] .hljs-title {
  color: #900;
}
[theme=foundation] .hljs-class .hljs-title, [theme=foundation] .hljs-title.class_, [theme=foundation] .hljs-type {
  color: #458;
}
[theme=foundation] .hljs-template-variable, [theme=foundation] .hljs-variable {
  color: #369;
}
[theme=foundation] .hljs-bullet {
  color: #970;
}
[theme=foundation] .hljs-meta {
  color: #34b;
}
[theme=foundation] .hljs-code, [theme=foundation] .hljs-keyword, [theme=foundation] .hljs-literal, [theme=foundation] .hljs-number, [theme=foundation] .hljs-selector-tag {
  color: #099;
}
[theme=foundation] .hljs-regexp {
  background-color: #fff0ff;
  color: #808;
}
[theme=foundation] .hljs-symbol {
  color: #990073;
}
[theme=foundation] .hljs-name, [theme=foundation] .hljs-selector-class, [theme=foundation] .hljs-selector-id, [theme=foundation] .hljs-tag {
  color: #070;
}

[theme=github-dark-dimmed] {
  /*!
    Theme: GitHub Dark Dimmed
    Description: Dark dimmed theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Colors taken from GitHub's CSS
  */
}
[theme=github-dark-dimmed] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=github-dark-dimmed] code.hljs {
  padding: 3px 5px;
}
[theme=github-dark-dimmed] .hljs {
  color: #adbac7;
  background: #22272e;
}
[theme=github-dark-dimmed] .hljs-doctag, [theme=github-dark-dimmed] .hljs-keyword, [theme=github-dark-dimmed] .hljs-meta .hljs-keyword, [theme=github-dark-dimmed] .hljs-template-tag, [theme=github-dark-dimmed] .hljs-template-variable, [theme=github-dark-dimmed] .hljs-type, [theme=github-dark-dimmed] .hljs-variable.language_ {
  color: #f47067;
}
[theme=github-dark-dimmed] .hljs-title, [theme=github-dark-dimmed] .hljs-title.class_, [theme=github-dark-dimmed] .hljs-title.class_.inherited__, [theme=github-dark-dimmed] .hljs-title.function_ {
  color: #dcbdfb;
}
[theme=github-dark-dimmed] .hljs-attr, [theme=github-dark-dimmed] .hljs-attribute, [theme=github-dark-dimmed] .hljs-literal, [theme=github-dark-dimmed] .hljs-meta, [theme=github-dark-dimmed] .hljs-number, [theme=github-dark-dimmed] .hljs-operator, [theme=github-dark-dimmed] .hljs-selector-attr, [theme=github-dark-dimmed] .hljs-selector-class, [theme=github-dark-dimmed] .hljs-selector-id, [theme=github-dark-dimmed] .hljs-variable {
  color: #6cb6ff;
}
[theme=github-dark-dimmed] .hljs-meta .hljs-string, [theme=github-dark-dimmed] .hljs-regexp, [theme=github-dark-dimmed] .hljs-string {
  color: #96d0ff;
}
[theme=github-dark-dimmed] .hljs-built_in, [theme=github-dark-dimmed] .hljs-symbol {
  color: #f69d50;
}
[theme=github-dark-dimmed] .hljs-code, [theme=github-dark-dimmed] .hljs-comment, [theme=github-dark-dimmed] .hljs-formula {
  color: #768390;
}
[theme=github-dark-dimmed] .hljs-name, [theme=github-dark-dimmed] .hljs-quote, [theme=github-dark-dimmed] .hljs-selector-pseudo, [theme=github-dark-dimmed] .hljs-selector-tag {
  color: #8ddb8c;
}
[theme=github-dark-dimmed] .hljs-subst {
  color: #adbac7;
}
[theme=github-dark-dimmed] .hljs-section {
  color: #316dca;
  font-weight: 700;
}
[theme=github-dark-dimmed] .hljs-bullet {
  color: #eac55f;
}
[theme=github-dark-dimmed] .hljs-emphasis {
  color: #adbac7;
  font-style: italic;
}
[theme=github-dark-dimmed] .hljs-strong {
  color: #adbac7;
  font-weight: 700;
}
[theme=github-dark-dimmed] .hljs-addition {
  color: #b4f1b4;
  background-color: #1b4721;
}
[theme=github-dark-dimmed] .hljs-deletion {
  color: #ffd8d3;
  background-color: #78191b;
}

[theme=github-dark] {
  /*!
    Theme: GitHub Dark
    Description: Dark theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Outdated base version: https://github.com/primer/github-syntax-dark
    Current colors taken from GitHub's CSS
  */
}
[theme=github-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=github-dark] code.hljs {
  padding: 3px 5px;
}
[theme=github-dark] .hljs {
  color: #c9d1d9;
  background: #0d1117;
}
[theme=github-dark] .hljs-doctag, [theme=github-dark] .hljs-keyword, [theme=github-dark] .hljs-meta .hljs-keyword, [theme=github-dark] .hljs-template-tag, [theme=github-dark] .hljs-template-variable, [theme=github-dark] .hljs-type, [theme=github-dark] .hljs-variable.language_ {
  color: #ff7b72;
}
[theme=github-dark] .hljs-title, [theme=github-dark] .hljs-title.class_, [theme=github-dark] .hljs-title.class_.inherited__, [theme=github-dark] .hljs-title.function_ {
  color: #d2a8ff;
}
[theme=github-dark] .hljs-attr, [theme=github-dark] .hljs-attribute, [theme=github-dark] .hljs-literal, [theme=github-dark] .hljs-meta, [theme=github-dark] .hljs-number, [theme=github-dark] .hljs-operator, [theme=github-dark] .hljs-selector-attr, [theme=github-dark] .hljs-selector-class, [theme=github-dark] .hljs-selector-id, [theme=github-dark] .hljs-variable {
  color: #79c0ff;
}
[theme=github-dark] .hljs-meta .hljs-string, [theme=github-dark] .hljs-regexp, [theme=github-dark] .hljs-string {
  color: #a5d6ff;
}
[theme=github-dark] .hljs-built_in, [theme=github-dark] .hljs-symbol {
  color: #ffa657;
}
[theme=github-dark] .hljs-code, [theme=github-dark] .hljs-comment, [theme=github-dark] .hljs-formula {
  color: #8b949e;
}
[theme=github-dark] .hljs-name, [theme=github-dark] .hljs-quote, [theme=github-dark] .hljs-selector-pseudo, [theme=github-dark] .hljs-selector-tag {
  color: #7ee787;
}
[theme=github-dark] .hljs-subst {
  color: #c9d1d9;
}
[theme=github-dark] .hljs-section {
  color: #1f6feb;
  font-weight: 700;
}
[theme=github-dark] .hljs-bullet {
  color: #f2cc60;
}
[theme=github-dark] .hljs-emphasis {
  color: #c9d1d9;
  font-style: italic;
}
[theme=github-dark] .hljs-strong {
  color: #c9d1d9;
  font-weight: 700;
}
[theme=github-dark] .hljs-addition {
  color: #aff5b4;
  background-color: #033a16;
}
[theme=github-dark] .hljs-deletion {
  color: #ffdcd7;
  background-color: #67060c;
}

[theme=github] {
  /*!
    Theme: GitHub
    Description: Light theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Outdated base version: https://github.com/primer/github-syntax-light
    Current colors taken from GitHub's CSS
  */
}
[theme=github] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=github] code.hljs {
  padding: 3px 5px;
}
[theme=github] .hljs {
  color: #24292e;
  background: #fff;
}
[theme=github] .hljs-doctag, [theme=github] .hljs-keyword, [theme=github] .hljs-meta .hljs-keyword, [theme=github] .hljs-template-tag, [theme=github] .hljs-template-variable, [theme=github] .hljs-type, [theme=github] .hljs-variable.language_ {
  color: #d73a49;
}
[theme=github] .hljs-title, [theme=github] .hljs-title.class_, [theme=github] .hljs-title.class_.inherited__, [theme=github] .hljs-title.function_ {
  color: #6f42c1;
}
[theme=github] .hljs-attr, [theme=github] .hljs-attribute, [theme=github] .hljs-literal, [theme=github] .hljs-meta, [theme=github] .hljs-number, [theme=github] .hljs-operator, [theme=github] .hljs-selector-attr, [theme=github] .hljs-selector-class, [theme=github] .hljs-selector-id, [theme=github] .hljs-variable {
  color: #005cc5;
}
[theme=github] .hljs-meta .hljs-string, [theme=github] .hljs-regexp, [theme=github] .hljs-string {
  color: #032f62;
}
[theme=github] .hljs-built_in, [theme=github] .hljs-symbol {
  color: #e36209;
}
[theme=github] .hljs-code, [theme=github] .hljs-comment, [theme=github] .hljs-formula {
  color: #6a737d;
}
[theme=github] .hljs-name, [theme=github] .hljs-quote, [theme=github] .hljs-selector-pseudo, [theme=github] .hljs-selector-tag {
  color: #22863a;
}
[theme=github] .hljs-subst {
  color: #24292e;
}
[theme=github] .hljs-section {
  color: #005cc5;
  font-weight: 700;
}
[theme=github] .hljs-bullet {
  color: #735c0f;
}
[theme=github] .hljs-emphasis {
  color: #24292e;
  font-style: italic;
}
[theme=github] .hljs-strong {
  color: #24292e;
  font-weight: 700;
}
[theme=github] .hljs-addition {
  color: #22863a;
  background-color: #f0fff4;
}
[theme=github] .hljs-deletion {
  color: #b31d28;
  background-color: #ffeef0;
}

[theme=gml] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=gml] code.hljs {
  padding: 3px 5px;
}
[theme=gml] .hljs {
  background: #222;
  color: silver;
}
[theme=gml] .hljs-keyword {
  color: #ffb871;
  font-weight: 700;
}
[theme=gml] .hljs-built_in {
  color: #ffb871;
}
[theme=gml] .hljs-literal {
  color: #ff8080;
}
[theme=gml] .hljs-symbol {
  color: #58e55a;
}
[theme=gml] .hljs-comment {
  color: #5b995b;
}
[theme=gml] .hljs-string {
  color: #ff0;
}
[theme=gml] .hljs-number {
  color: #ff8080;
}
[theme=gml] .hljs-addition, [theme=gml] .hljs-attribute, [theme=gml] .hljs-bullet, [theme=gml] .hljs-code, [theme=gml] .hljs-deletion, [theme=gml] .hljs-doctag, [theme=gml] .hljs-function, [theme=gml] .hljs-link, [theme=gml] .hljs-meta, [theme=gml] .hljs-meta .hljs-keyword, [theme=gml] .hljs-name, [theme=gml] .hljs-quote, [theme=gml] .hljs-regexp, [theme=gml] .hljs-section, [theme=gml] .hljs-selector-attr, [theme=gml] .hljs-selector-class, [theme=gml] .hljs-selector-id, [theme=gml] .hljs-selector-pseudo, [theme=gml] .hljs-selector-tag, [theme=gml] .hljs-subst, [theme=gml] .hljs-template-tag, [theme=gml] .hljs-template-variable, [theme=gml] .hljs-title, [theme=gml] .hljs-type, [theme=gml] .hljs-variable {
  color: silver;
}
[theme=gml] .hljs-emphasis {
  font-style: italic;
}
[theme=gml] .hljs-strong {
  font-weight: 700;
}

[theme=googlecode] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=googlecode] code.hljs {
  padding: 3px 5px;
}
[theme=googlecode] .hljs {
  background: #fff;
  color: #000;
}
[theme=googlecode] .hljs-comment, [theme=googlecode] .hljs-quote {
  color: #800;
}
[theme=googlecode] .hljs-keyword, [theme=googlecode] .hljs-name, [theme=googlecode] .hljs-section, [theme=googlecode] .hljs-selector-tag, [theme=googlecode] .hljs-title {
  color: #008;
}
[theme=googlecode] .hljs-template-variable, [theme=googlecode] .hljs-variable {
  color: #660;
}
[theme=googlecode] .hljs-regexp, [theme=googlecode] .hljs-selector-attr, [theme=googlecode] .hljs-selector-pseudo, [theme=googlecode] .hljs-string {
  color: #080;
}
[theme=googlecode] .hljs-bullet, [theme=googlecode] .hljs-link, [theme=googlecode] .hljs-literal, [theme=googlecode] .hljs-meta, [theme=googlecode] .hljs-number, [theme=googlecode] .hljs-symbol {
  color: #066;
}
[theme=googlecode] .hljs-attr, [theme=googlecode] .hljs-built_in, [theme=googlecode] .hljs-doctag, [theme=googlecode] .hljs-params, [theme=googlecode] .hljs-title, [theme=googlecode] .hljs-type {
  color: #606;
}
[theme=googlecode] .hljs-attribute, [theme=googlecode] .hljs-subst {
  color: #000;
}
[theme=googlecode] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=googlecode] .hljs-selector-class, [theme=googlecode] .hljs-selector-id {
  color: #9b703f;
}
[theme=googlecode] .hljs-addition {
  background-color: #baeeba;
}
[theme=googlecode] .hljs-deletion {
  background-color: #ffc8bd;
}
[theme=googlecode] .hljs-doctag, [theme=googlecode] .hljs-strong {
  font-weight: 700;
}
[theme=googlecode] .hljs-emphasis {
  font-style: italic;
}

[theme=gradient-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=gradient-dark] code.hljs {
  padding: 3px 5px;
}
[theme=gradient-dark] .hljs {
  background-color: #652487;
  background-image: linear-gradient(160deg, #652487 0, #443ac3 35%, #0174b7 68%, #04988e 100%);
  color: #e7e4eb;
}
[theme=gradient-dark] .hljs-subtr {
  color: #e7e4eb;
}
[theme=gradient-dark] .hljs-comment, [theme=gradient-dark] .hljs-doctag, [theme=gradient-dark] .hljs-meta, [theme=gradient-dark] .hljs-quote {
  color: #af8dd9;
}
[theme=gradient-dark] .hljs-attr, [theme=gradient-dark] .hljs-regexp, [theme=gradient-dark] .hljs-selector-id, [theme=gradient-dark] .hljs-selector-tag, [theme=gradient-dark] .hljs-tag, [theme=gradient-dark] .hljs-template-tag {
  color: #aefbff;
}
[theme=gradient-dark] .hljs-bullet, [theme=gradient-dark] .hljs-params, [theme=gradient-dark] .hljs-selector-class {
  color: #f19fff;
}
[theme=gradient-dark] .hljs-keyword, [theme=gradient-dark] .hljs-meta .hljs-keyword, [theme=gradient-dark] .hljs-section, [theme=gradient-dark] .hljs-symbol, [theme=gradient-dark] .hljs-type {
  color: #17fc95;
}
[theme=gradient-dark] .hljs-addition, [theme=gradient-dark] .hljs-link, [theme=gradient-dark] .hljs-number {
  color: #c5fe00;
}
[theme=gradient-dark] .hljs-string {
  color: #38c0ff;
}
[theme=gradient-dark] .hljs-addition, [theme=gradient-dark] .hljs-attribute {
  color: #e7ff9f;
}
[theme=gradient-dark] .hljs-template-variable, [theme=gradient-dark] .hljs-variable {
  color: #e447ff;
}
[theme=gradient-dark] .hljs-built_in, [theme=gradient-dark] .hljs-class, [theme=gradient-dark] .hljs-formula, [theme=gradient-dark] .hljs-function, [theme=gradient-dark] .hljs-name, [theme=gradient-dark] .hljs-title {
  color: #ffc800;
}
[theme=gradient-dark] .hljs-deletion, [theme=gradient-dark] .hljs-literal, [theme=gradient-dark] .hljs-selector-pseudo {
  color: #ff9e44;
}
[theme=gradient-dark] .hljs-emphasis, [theme=gradient-dark] .hljs-quote {
  font-style: italic;
}
[theme=gradient-dark] .hljs-keyword, [theme=gradient-dark] .hljs-params, [theme=gradient-dark] .hljs-section, [theme=gradient-dark] .hljs-selector-class, [theme=gradient-dark] .hljs-selector-id, [theme=gradient-dark] .hljs-selector-tag, [theme=gradient-dark] .hljs-strong, [theme=gradient-dark] .hljs-template-tag {
  font-weight: 700;
}

[theme=gradient-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=gradient-light] code.hljs {
  padding: 3px 5px;
}
[theme=gradient-light] .hljs {
  background-color: #f9ccff;
  background-image: linear-gradient(295deg, #f9ccff 0, #e6bbf9 11%, #9ec6f9 32%, #55e6ee 60%, #91f5d1 74%, #f9ffbf 98%);
  color: #250482;
}
[theme=gradient-light] .hljs-subtr {
  color: #01958b;
}
[theme=gradient-light] .hljs-comment, [theme=gradient-light] .hljs-doctag, [theme=gradient-light] .hljs-meta, [theme=gradient-light] .hljs-quote {
  color: #cb7200;
}
[theme=gradient-light] .hljs-attr, [theme=gradient-light] .hljs-regexp, [theme=gradient-light] .hljs-selector-id, [theme=gradient-light] .hljs-selector-tag, [theme=gradient-light] .hljs-tag, [theme=gradient-light] .hljs-template-tag {
  color: #07bd5f;
}
[theme=gradient-light] .hljs-bullet, [theme=gradient-light] .hljs-params, [theme=gradient-light] .hljs-selector-class {
  color: #43449f;
}
[theme=gradient-light] .hljs-keyword, [theme=gradient-light] .hljs-meta .hljs-keyword, [theme=gradient-light] .hljs-section, [theme=gradient-light] .hljs-symbol, [theme=gradient-light] .hljs-type {
  color: #7d2801;
}
[theme=gradient-light] .hljs-addition, [theme=gradient-light] .hljs-link, [theme=gradient-light] .hljs-number {
  color: #7f0096;
}
[theme=gradient-light] .hljs-string {
  color: #2681ab;
}
[theme=gradient-light] .hljs-addition, [theme=gradient-light] .hljs-attribute {
  color: #296562;
}
[theme=gradient-light] .hljs-template-variable, [theme=gradient-light] .hljs-variable {
  color: #025c8f;
}
[theme=gradient-light] .hljs-built_in, [theme=gradient-light] .hljs-class, [theme=gradient-light] .hljs-formula, [theme=gradient-light] .hljs-function, [theme=gradient-light] .hljs-name, [theme=gradient-light] .hljs-title {
  color: #529117;
}
[theme=gradient-light] .hljs-deletion, [theme=gradient-light] .hljs-literal, [theme=gradient-light] .hljs-selector-pseudo {
  color: #ad13ff;
}
[theme=gradient-light] .hljs-emphasis, [theme=gradient-light] .hljs-quote {
  font-style: italic;
}
[theme=gradient-light] .hljs-keyword, [theme=gradient-light] .hljs-params, [theme=gradient-light] .hljs-section, [theme=gradient-light] .hljs-selector-class, [theme=gradient-light] .hljs-selector-id, [theme=gradient-light] .hljs-selector-tag, [theme=gradient-light] .hljs-strong, [theme=gradient-light] .hljs-template-tag {
  font-weight: 700;
}

[theme=grayscale] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=grayscale] code.hljs {
  padding: 3px 5px;
}
[theme=grayscale] .hljs {
  color: #333;
  background: #fff;
}
[theme=grayscale] .hljs-comment, [theme=grayscale] .hljs-quote {
  color: #777;
  font-style: italic;
}
[theme=grayscale] .hljs-keyword, [theme=grayscale] .hljs-selector-tag, [theme=grayscale] .hljs-subst {
  color: #333;
  font-weight: 700;
}
[theme=grayscale] .hljs-literal, [theme=grayscale] .hljs-number {
  color: #777;
}
[theme=grayscale] .hljs-doctag, [theme=grayscale] .hljs-formula, [theme=grayscale] .hljs-string {
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC);
}
[theme=grayscale] .hljs-section, [theme=grayscale] .hljs-selector-id, [theme=grayscale] .hljs-title {
  color: #000;
  font-weight: 700;
}
[theme=grayscale] .hljs-subst {
  font-weight: 400;
}
[theme=grayscale] .hljs-class .hljs-title, [theme=grayscale] .hljs-name, [theme=grayscale] .hljs-title.class_, [theme=grayscale] .hljs-type {
  color: #333;
  font-weight: 700;
}
[theme=grayscale] .hljs-tag {
  color: #333;
}
[theme=grayscale] .hljs-regexp {
  color: #333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==);
}
[theme=grayscale] .hljs-bullet, [theme=grayscale] .hljs-link, [theme=grayscale] .hljs-symbol {
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==);
}
[theme=grayscale] .hljs-built_in {
  color: #000;
  text-decoration: underline;
}
[theme=grayscale] .hljs-meta {
  color: #999;
  font-weight: 700;
}
[theme=grayscale] .hljs-deletion {
  color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==);
}
[theme=grayscale] .hljs-addition {
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC);
}
[theme=grayscale] .hljs-emphasis {
  font-style: italic;
}
[theme=grayscale] .hljs-strong {
  font-weight: 700;
}

[theme=hybrid] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=hybrid] code.hljs {
  padding: 3px 5px;
}
[theme=hybrid] .hljs {
  background: #1d1f21;
  color: #c5c8c6;
}
[theme=hybrid] .hljs span::selection, [theme=hybrid] .hljs::selection {
  background: #373b41;
}
[theme=hybrid] .hljs span::-moz-selection, [theme=hybrid] .hljs::-moz-selection {
  background: #373b41;
}
[theme=hybrid] .hljs-name, [theme=hybrid] .hljs-title {
  color: #f0c674;
}
[theme=hybrid] .hljs-comment, [theme=hybrid] .hljs-meta, [theme=hybrid] .hljs-meta .hljs-keyword {
  color: #707880;
}
[theme=hybrid] .hljs-deletion, [theme=hybrid] .hljs-link, [theme=hybrid] .hljs-literal, [theme=hybrid] .hljs-number, [theme=hybrid] .hljs-symbol {
  color: #c66;
}
[theme=hybrid] .hljs-addition, [theme=hybrid] .hljs-doctag, [theme=hybrid] .hljs-regexp, [theme=hybrid] .hljs-selector-attr, [theme=hybrid] .hljs-selector-pseudo, [theme=hybrid] .hljs-string {
  color: #b5bd68;
}
[theme=hybrid] .hljs-attribute, [theme=hybrid] .hljs-code, [theme=hybrid] .hljs-selector-id {
  color: #b294bb;
}
[theme=hybrid] .hljs-bullet, [theme=hybrid] .hljs-keyword, [theme=hybrid] .hljs-selector-tag, [theme=hybrid] .hljs-tag {
  color: #81a2be;
}
[theme=hybrid] .hljs-subst, [theme=hybrid] .hljs-template-tag, [theme=hybrid] .hljs-template-variable, [theme=hybrid] .hljs-variable {
  color: #8abeb7;
}
[theme=hybrid] .hljs-built_in, [theme=hybrid] .hljs-quote, [theme=hybrid] .hljs-section, [theme=hybrid] .hljs-selector-class, [theme=hybrid] .hljs-type {
  color: #de935f;
}
[theme=hybrid] .hljs-emphasis {
  font-style: italic;
}
[theme=hybrid] .hljs-strong {
  font-weight: 700;
}

[theme=idea] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=idea] code.hljs {
  padding: 3px 5px;
}
[theme=idea] .hljs {
  color: #000;
  background: #fff;
}
[theme=idea] .hljs-subst, [theme=idea] .hljs-title {
  font-weight: 400;
  color: #000;
}
[theme=idea] .hljs-comment, [theme=idea] .hljs-quote {
  color: grey;
  font-style: italic;
}
[theme=idea] .hljs-meta {
  color: olive;
}
[theme=idea] .hljs-tag {
  background: #efefef;
}
[theme=idea] .hljs-keyword, [theme=idea] .hljs-literal, [theme=idea] .hljs-name, [theme=idea] .hljs-section, [theme=idea] .hljs-selector-class, [theme=idea] .hljs-selector-id, [theme=idea] .hljs-selector-tag, [theme=idea] .hljs-type {
  font-weight: 700;
  color: navy;
}
[theme=idea] .hljs-attribute, [theme=idea] .hljs-link, [theme=idea] .hljs-number, [theme=idea] .hljs-regexp {
  font-weight: 700;
  color: #00f;
}
[theme=idea] .hljs-link, [theme=idea] .hljs-number, [theme=idea] .hljs-regexp {
  font-weight: 400;
}
[theme=idea] .hljs-string {
  color: green;
  font-weight: 700;
}
[theme=idea] .hljs-bullet, [theme=idea] .hljs-formula, [theme=idea] .hljs-symbol {
  color: #000;
  background: #d0eded;
  font-style: italic;
}
[theme=idea] .hljs-doctag {
  text-decoration: underline;
}
[theme=idea] .hljs-template-variable, [theme=idea] .hljs-variable {
  color: #660e7a;
}
[theme=idea] .hljs-addition {
  background: #baeeba;
}
[theme=idea] .hljs-deletion {
  background: #ffc8bd;
}
[theme=idea] .hljs-emphasis {
  font-style: italic;
}
[theme=idea] .hljs-strong {
  font-weight: 700;
}

[theme=intellij-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=intellij-light] code.hljs {
  padding: 3px 5px;
}
[theme=intellij-light] .hljs {
  color: #000;
  background: #fff;
}
[theme=intellij-light] .hljs-subst, [theme=intellij-light] .hljs-title {
  font-weight: 400;
  color: #000;
}
[theme=intellij-light] .hljs-title.function_ {
  color: #7a7a43;
}
[theme=intellij-light] .hljs-code, [theme=intellij-light] .hljs-comment, [theme=intellij-light] .hljs-quote {
  color: #8c8c8c;
  font-style: italic;
}
[theme=intellij-light] .hljs-meta {
  color: #9e880d;
}
[theme=intellij-light] .hljs-section {
  color: #871094;
}
[theme=intellij-light] .hljs-built_in, [theme=intellij-light] .hljs-keyword, [theme=intellij-light] .hljs-literal, [theme=intellij-light] .hljs-meta .hljs-keyword, [theme=intellij-light] .hljs-name, [theme=intellij-light] .hljs-selector-attr, [theme=intellij-light] .hljs-selector-class, [theme=intellij-light] .hljs-selector-id, [theme=intellij-light] .hljs-selector-pseudo, [theme=intellij-light] .hljs-selector-tag, [theme=intellij-light] .hljs-symbol, [theme=intellij-light] .hljs-template-tag, [theme=intellij-light] .hljs-type, [theme=intellij-light] .hljs-variable.language_ {
  color: #0033b3;
}
[theme=intellij-light] .hljs-attr, [theme=intellij-light] .hljs-property {
  color: #871094;
}
[theme=intellij-light] .hljs-attribute {
  color: #174ad4;
}
[theme=intellij-light] .hljs-number {
  color: #1750eb;
}
[theme=intellij-light] .hljs-regexp {
  color: #264eff;
}
[theme=intellij-light] .hljs-link {
  text-decoration: underline;
  color: #006dcc;
}
[theme=intellij-light] .hljs-meta .hljs-string, [theme=intellij-light] .hljs-string {
  color: #067d17;
}
[theme=intellij-light] .hljs-char.escape_ {
  color: #0037a6;
}
[theme=intellij-light] .hljs-doctag {
  text-decoration: underline;
}
[theme=intellij-light] .hljs-template-variable {
  color: #248f8f;
}
[theme=intellij-light] .hljs-addition {
  background: #bee6be;
}
[theme=intellij-light] .hljs-deletion {
  background: #d6d6d6;
}
[theme=intellij-light] .hljs-emphasis {
  font-style: italic;
}
[theme=intellij-light] .hljs-strong {
  font-weight: 700;
}

[theme=ir-black] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=ir-black] code.hljs {
  padding: 3px 5px;
}
[theme=ir-black] .hljs {
  background: #000;
  color: #f8f8f8;
}
[theme=ir-black] .hljs-comment, [theme=ir-black] .hljs-meta, [theme=ir-black] .hljs-quote {
  color: #7c7c7c;
}
[theme=ir-black] .hljs-keyword, [theme=ir-black] .hljs-name, [theme=ir-black] .hljs-selector-tag, [theme=ir-black] .hljs-tag {
  color: #96cbfe;
}
[theme=ir-black] .hljs-attribute, [theme=ir-black] .hljs-selector-id {
  color: #ffffb6;
}
[theme=ir-black] .hljs-addition, [theme=ir-black] .hljs-selector-attr, [theme=ir-black] .hljs-selector-pseudo, [theme=ir-black] .hljs-string {
  color: #a8ff60;
}
[theme=ir-black] .hljs-subst {
  color: #daefa3;
}
[theme=ir-black] .hljs-link, [theme=ir-black] .hljs-regexp {
  color: #e9c062;
}
[theme=ir-black] .hljs-doctag, [theme=ir-black] .hljs-section, [theme=ir-black] .hljs-title, [theme=ir-black] .hljs-type {
  color: #ffffb6;
}
[theme=ir-black] .hljs-bullet, [theme=ir-black] .hljs-literal, [theme=ir-black] .hljs-symbol, [theme=ir-black] .hljs-template-variable, [theme=ir-black] .hljs-variable {
  color: #c6c5fe;
}
[theme=ir-black] .hljs-deletion, [theme=ir-black] .hljs-number {
  color: #ff73fd;
}
[theme=ir-black] .hljs-emphasis {
  font-style: italic;
}
[theme=ir-black] .hljs-strong {
  font-weight: 700;
}

[theme=isbl-editor-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=isbl-editor-dark] code.hljs {
  padding: 3px 5px;
}
[theme=isbl-editor-dark] .hljs {
  background: #404040;
}
[theme=isbl-editor-dark] .hljs, [theme=isbl-editor-dark] .hljs-subst {
  color: #f0f0f0;
}
[theme=isbl-editor-dark] .hljs-comment {
  color: #b5b5b5;
  font-style: italic;
}
[theme=isbl-editor-dark] .hljs-attribute, [theme=isbl-editor-dark] .hljs-doctag, [theme=isbl-editor-dark] .hljs-keyword, [theme=isbl-editor-dark] .hljs-meta .hljs-keyword, [theme=isbl-editor-dark] .hljs-name, [theme=isbl-editor-dark] .hljs-selector-tag {
  color: #f0f0f0;
  font-weight: 700;
}
[theme=isbl-editor-dark] .hljs-string {
  color: #97bf0d;
}
[theme=isbl-editor-dark] .hljs-deletion, [theme=isbl-editor-dark] .hljs-number, [theme=isbl-editor-dark] .hljs-quote, [theme=isbl-editor-dark] .hljs-selector-class, [theme=isbl-editor-dark] .hljs-selector-id, [theme=isbl-editor-dark] .hljs-template-tag, [theme=isbl-editor-dark] .hljs-type {
  color: #f0f0f0;
}
[theme=isbl-editor-dark] .hljs-link, [theme=isbl-editor-dark] .hljs-regexp, [theme=isbl-editor-dark] .hljs-selector-attr, [theme=isbl-editor-dark] .hljs-selector-pseudo, [theme=isbl-editor-dark] .hljs-symbol, [theme=isbl-editor-dark] .hljs-template-variable, [theme=isbl-editor-dark] .hljs-variable {
  color: #e2c696;
}
[theme=isbl-editor-dark] .hljs-built_in, [theme=isbl-editor-dark] .hljs-literal {
  color: #97bf0d;
  font-weight: 700;
}
[theme=isbl-editor-dark] .hljs-addition, [theme=isbl-editor-dark] .hljs-bullet, [theme=isbl-editor-dark] .hljs-code {
  color: #397300;
}
[theme=isbl-editor-dark] .hljs-class {
  color: #ce9d4d;
  font-weight: 700;
}
[theme=isbl-editor-dark] .hljs-section, [theme=isbl-editor-dark] .hljs-title {
  color: #df471e;
}
[theme=isbl-editor-dark] .hljs-title > .hljs-built_in {
  color: #81bce9;
  font-weight: 400;
}
[theme=isbl-editor-dark] .hljs-meta {
  color: #1f7199;
}
[theme=isbl-editor-dark] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=isbl-editor-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=isbl-editor-dark] .hljs-strong {
  font-weight: 700;
}

[theme=isbl-editor-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=isbl-editor-light] code.hljs {
  padding: 3px 5px;
}
[theme=isbl-editor-light] .hljs {
  background: #fff;
  color: #000;
}
[theme=isbl-editor-light] .hljs-subst {
  color: #000;
}
[theme=isbl-editor-light] .hljs-comment {
  color: #555;
  font-style: italic;
}
[theme=isbl-editor-light] .hljs-attribute, [theme=isbl-editor-light] .hljs-doctag, [theme=isbl-editor-light] .hljs-keyword, [theme=isbl-editor-light] .hljs-meta .hljs-keyword, [theme=isbl-editor-light] .hljs-name, [theme=isbl-editor-light] .hljs-selector-tag {
  color: #000;
  font-weight: 700;
}
[theme=isbl-editor-light] .hljs-string {
  color: navy;
}
[theme=isbl-editor-light] .hljs-deletion, [theme=isbl-editor-light] .hljs-number, [theme=isbl-editor-light] .hljs-quote, [theme=isbl-editor-light] .hljs-selector-class, [theme=isbl-editor-light] .hljs-selector-id, [theme=isbl-editor-light] .hljs-template-tag, [theme=isbl-editor-light] .hljs-type {
  color: #000;
}
[theme=isbl-editor-light] .hljs-link, [theme=isbl-editor-light] .hljs-regexp, [theme=isbl-editor-light] .hljs-selector-attr, [theme=isbl-editor-light] .hljs-selector-pseudo, [theme=isbl-editor-light] .hljs-symbol, [theme=isbl-editor-light] .hljs-template-variable, [theme=isbl-editor-light] .hljs-variable {
  color: #5e1700;
}
[theme=isbl-editor-light] .hljs-built_in, [theme=isbl-editor-light] .hljs-literal {
  color: navy;
  font-weight: 700;
}
[theme=isbl-editor-light] .hljs-addition, [theme=isbl-editor-light] .hljs-bullet, [theme=isbl-editor-light] .hljs-code {
  color: #397300;
}
[theme=isbl-editor-light] .hljs-class {
  color: #6f1c00;
  font-weight: 700;
}
[theme=isbl-editor-light] .hljs-section, [theme=isbl-editor-light] .hljs-title {
  color: #fb2c00;
}
[theme=isbl-editor-light] .hljs-title > .hljs-built_in {
  color: teal;
  font-weight: 400;
}
[theme=isbl-editor-light] .hljs-meta {
  color: #1f7199;
}
[theme=isbl-editor-light] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=isbl-editor-light] .hljs-emphasis {
  font-style: italic;
}
[theme=isbl-editor-light] .hljs-strong {
  font-weight: 700;
}

[theme=kimbie-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=kimbie-dark] code.hljs {
  padding: 3px 5px;
}
[theme=kimbie-dark] .hljs {
  background: #221a0f;
  color: #d3af86;
}
[theme=kimbie-dark] .hljs-comment, [theme=kimbie-dark] .hljs-quote {
  color: #d6baad;
}
[theme=kimbie-dark] .hljs-meta, [theme=kimbie-dark] .hljs-name, [theme=kimbie-dark] .hljs-regexp, [theme=kimbie-dark] .hljs-selector-class, [theme=kimbie-dark] .hljs-selector-id, [theme=kimbie-dark] .hljs-tag, [theme=kimbie-dark] .hljs-template-variable, [theme=kimbie-dark] .hljs-variable {
  color: #dc3958;
}
[theme=kimbie-dark] .hljs-built_in, [theme=kimbie-dark] .hljs-deletion, [theme=kimbie-dark] .hljs-link, [theme=kimbie-dark] .hljs-literal, [theme=kimbie-dark] .hljs-number, [theme=kimbie-dark] .hljs-params, [theme=kimbie-dark] .hljs-type {
  color: #f79a32;
}
[theme=kimbie-dark] .hljs-addition, [theme=kimbie-dark] .hljs-bullet, [theme=kimbie-dark] .hljs-string, [theme=kimbie-dark] .hljs-symbol {
  color: #889b4a;
}
[theme=kimbie-dark] .hljs-function, [theme=kimbie-dark] .hljs-keyword, [theme=kimbie-dark] .hljs-selector-tag {
  color: #98676a;
}
[theme=kimbie-dark] .hljs-attribute, [theme=kimbie-dark] .hljs-section, [theme=kimbie-dark] .hljs-title {
  color: #f06431;
}
[theme=kimbie-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=kimbie-dark] .hljs-strong {
  font-weight: 700;
}

[theme=kimbie-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=kimbie-light] code.hljs {
  padding: 3px 5px;
}
[theme=kimbie-light] .hljs {
  background: #fbebd4;
  color: #84613d;
}
[theme=kimbie-light] .hljs-comment, [theme=kimbie-light] .hljs-quote {
  color: #a57a4c;
}
[theme=kimbie-light] .hljs-meta, [theme=kimbie-light] .hljs-name, [theme=kimbie-light] .hljs-regexp, [theme=kimbie-light] .hljs-selector-class, [theme=kimbie-light] .hljs-selector-id, [theme=kimbie-light] .hljs-tag, [theme=kimbie-light] .hljs-template-variable, [theme=kimbie-light] .hljs-variable {
  color: #dc3958;
}
[theme=kimbie-light] .hljs-built_in, [theme=kimbie-light] .hljs-deletion, [theme=kimbie-light] .hljs-link, [theme=kimbie-light] .hljs-literal, [theme=kimbie-light] .hljs-number, [theme=kimbie-light] .hljs-params, [theme=kimbie-light] .hljs-type {
  color: #f79a32;
}
[theme=kimbie-light] .hljs-addition, [theme=kimbie-light] .hljs-bullet, [theme=kimbie-light] .hljs-string, [theme=kimbie-light] .hljs-symbol {
  color: #889b4a;
}
[theme=kimbie-light] .hljs-function, [theme=kimbie-light] .hljs-keyword, [theme=kimbie-light] .hljs-selector-tag {
  color: #98676a;
}
[theme=kimbie-light] .hljs-attribute, [theme=kimbie-light] .hljs-section, [theme=kimbie-light] .hljs-title {
  color: #f06431;
}
[theme=kimbie-light] .hljs-emphasis {
  font-style: italic;
}
[theme=kimbie-light] .hljs-strong {
  font-weight: 700;
}

[theme=lightfair] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=lightfair] code.hljs {
  padding: 3px 5px;
}
[theme=lightfair] .hljs {
  color: #444;
  background: #fff;
}
[theme=lightfair] .hljs-name {
  color: #01a3a3;
}
[theme=lightfair] .hljs-meta, [theme=lightfair] .hljs-tag {
  color: #789;
}
[theme=lightfair] .hljs-comment {
  color: #888;
}
[theme=lightfair] .hljs-attribute, [theme=lightfair] .hljs-doctag, [theme=lightfair] .hljs-keyword, [theme=lightfair] .hljs-meta .hljs-keyword, [theme=lightfair] .hljs-name, [theme=lightfair] .hljs-selector-tag {
  font-weight: 700;
}
[theme=lightfair] .hljs-deletion, [theme=lightfair] .hljs-number, [theme=lightfair] .hljs-quote, [theme=lightfair] .hljs-selector-class, [theme=lightfair] .hljs-selector-id, [theme=lightfair] .hljs-string, [theme=lightfair] .hljs-template-tag, [theme=lightfair] .hljs-type {
  color: #4286f4;
}
[theme=lightfair] .hljs-section, [theme=lightfair] .hljs-title {
  color: #4286f4;
  font-weight: 700;
}
[theme=lightfair] .hljs-link, [theme=lightfair] .hljs-regexp, [theme=lightfair] .hljs-selector-attr, [theme=lightfair] .hljs-selector-pseudo, [theme=lightfair] .hljs-symbol, [theme=lightfair] .hljs-template-variable, [theme=lightfair] .hljs-variable {
  color: #bc6060;
}
[theme=lightfair] .hljs-literal {
  color: #62bcbc;
}
[theme=lightfair] .hljs-addition, [theme=lightfair] .hljs-built_in, [theme=lightfair] .hljs-bullet, [theme=lightfair] .hljs-code {
  color: #25c6c6;
}
[theme=lightfair] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=lightfair] .hljs-emphasis {
  font-style: italic;
}
[theme=lightfair] .hljs-strong {
  font-weight: 700;
}

[theme=lioshi] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=lioshi] code.hljs {
  padding: 3px 5px;
}
[theme=lioshi] .hljs {
  background: #303030;
  color: #c5c8c6;
}
[theme=lioshi] .hljs-comment {
  color: #8d8d8d;
}
[theme=lioshi] .hljs-quote {
  color: #b3c7d8;
}
[theme=lioshi] .hljs-deletion, [theme=lioshi] .hljs-name, [theme=lioshi] .hljs-regexp, [theme=lioshi] .hljs-selector-class, [theme=lioshi] .hljs-selector-id, [theme=lioshi] .hljs-tag, [theme=lioshi] .hljs-template-variable, [theme=lioshi] .hljs-variable {
  color: #c66;
}
[theme=lioshi] .hljs-built_in, [theme=lioshi] .hljs-literal, [theme=lioshi] .hljs-number, [theme=lioshi] .hljs-subst .hljs-link, [theme=lioshi] .hljs-type {
  color: #de935f;
}
[theme=lioshi] .hljs-attribute {
  color: #f0c674;
}
[theme=lioshi] .hljs-addition, [theme=lioshi] .hljs-bullet, [theme=lioshi] .hljs-params, [theme=lioshi] .hljs-string {
  color: #b5bd68;
}
[theme=lioshi] .hljs-class, [theme=lioshi] .hljs-function, [theme=lioshi] .hljs-keyword, [theme=lioshi] .hljs-selector-tag {
  color: #be94bb;
}
[theme=lioshi] .hljs-meta, [theme=lioshi] .hljs-section, [theme=lioshi] .hljs-title {
  color: #81a2be;
}
[theme=lioshi] .hljs-symbol {
  color: #dbc4d9;
}
[theme=lioshi] .hljs-emphasis {
  font-style: italic;
}
[theme=lioshi] .hljs-strong {
  font-weight: 700;
}

[theme=magula] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=magula] code.hljs {
  padding: 3px 5px;
}
[theme=magula] .hljs {
  background-color: #f4f4f4;
  color: #000;
}
[theme=magula] .hljs-subst {
  color: #000;
}
[theme=magula] .hljs-addition, [theme=magula] .hljs-attribute, [theme=magula] .hljs-bullet, [theme=magula] .hljs-string, [theme=magula] .hljs-symbol, [theme=magula] .hljs-template-tag, [theme=magula] .hljs-template-variable, [theme=magula] .hljs-title, [theme=magula] .hljs-variable {
  color: #050;
}
[theme=magula] .hljs-comment, [theme=magula] .hljs-quote {
  color: #777;
}
[theme=magula] .hljs-link, [theme=magula] .hljs-literal, [theme=magula] .hljs-number, [theme=magula] .hljs-regexp, [theme=magula] .hljs-type {
  color: #800;
}
[theme=magula] .hljs-deletion, [theme=magula] .hljs-meta {
  color: #00e;
}
[theme=magula] .hljs-built_in, [theme=magula] .hljs-doctag, [theme=magula] .hljs-keyword, [theme=magula] .hljs-name, [theme=magula] .hljs-section, [theme=magula] .hljs-selector-tag, [theme=magula] .hljs-tag, [theme=magula] .hljs-title {
  font-weight: 700;
  color: navy;
}
[theme=magula] .hljs-emphasis {
  font-style: italic;
}
[theme=magula] .hljs-strong {
  font-weight: 700;
}

[theme=mono-blue] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=mono-blue] code.hljs {
  padding: 3px 5px;
}
[theme=mono-blue] .hljs {
  background: #eaeef3;
  color: #00193a;
}
[theme=mono-blue] .hljs-doctag, [theme=mono-blue] .hljs-keyword, [theme=mono-blue] .hljs-name, [theme=mono-blue] .hljs-section, [theme=mono-blue] .hljs-selector-tag, [theme=mono-blue] .hljs-strong, [theme=mono-blue] .hljs-title {
  font-weight: 700;
}
[theme=mono-blue] .hljs-comment {
  color: #738191;
}
[theme=mono-blue] .hljs-addition, [theme=mono-blue] .hljs-built_in, [theme=mono-blue] .hljs-literal, [theme=mono-blue] .hljs-name, [theme=mono-blue] .hljs-quote, [theme=mono-blue] .hljs-section, [theme=mono-blue] .hljs-selector-class, [theme=mono-blue] .hljs-selector-id, [theme=mono-blue] .hljs-string, [theme=mono-blue] .hljs-tag, [theme=mono-blue] .hljs-title, [theme=mono-blue] .hljs-type {
  color: #0048ab;
}
[theme=mono-blue] .hljs-attribute, [theme=mono-blue] .hljs-bullet, [theme=mono-blue] .hljs-deletion, [theme=mono-blue] .hljs-link, [theme=mono-blue] .hljs-meta, [theme=mono-blue] .hljs-regexp, [theme=mono-blue] .hljs-subst, [theme=mono-blue] .hljs-symbol, [theme=mono-blue] .hljs-template-variable, [theme=mono-blue] .hljs-variable {
  color: #4c81c9;
}
[theme=mono-blue] .hljs-emphasis {
  font-style: italic;
}

[theme=monokai-sublime] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=monokai-sublime] code.hljs {
  padding: 3px 5px;
}
[theme=monokai-sublime] .hljs {
  background: #23241f;
  color: #f8f8f2;
}
[theme=monokai-sublime] .hljs-subst, [theme=monokai-sublime] .hljs-tag {
  color: #f8f8f2;
}
[theme=monokai-sublime] .hljs-emphasis, [theme=monokai-sublime] .hljs-strong {
  color: #a8a8a2;
}
[theme=monokai-sublime] .hljs-bullet, [theme=monokai-sublime] .hljs-link, [theme=monokai-sublime] .hljs-literal, [theme=monokai-sublime] .hljs-number, [theme=monokai-sublime] .hljs-quote, [theme=monokai-sublime] .hljs-regexp {
  color: #ae81ff;
}
[theme=monokai-sublime] .hljs-code, [theme=monokai-sublime] .hljs-section, [theme=monokai-sublime] .hljs-selector-class, [theme=monokai-sublime] .hljs-title {
  color: #a6e22e;
}
[theme=monokai-sublime] .hljs-strong {
  font-weight: 700;
}
[theme=monokai-sublime] .hljs-emphasis {
  font-style: italic;
}
[theme=monokai-sublime] .hljs-attr, [theme=monokai-sublime] .hljs-keyword, [theme=monokai-sublime] .hljs-name, [theme=monokai-sublime] .hljs-selector-tag {
  color: #f92672;
}
[theme=monokai-sublime] .hljs-attribute, [theme=monokai-sublime] .hljs-symbol {
  color: #66d9ef;
}
[theme=monokai-sublime] .hljs-class .hljs-title, [theme=monokai-sublime] .hljs-params, [theme=monokai-sublime] .hljs-title.class_ {
  color: #f8f8f2;
}
[theme=monokai-sublime] .hljs-addition, [theme=monokai-sublime] .hljs-built_in, [theme=monokai-sublime] .hljs-selector-attr, [theme=monokai-sublime] .hljs-selector-id, [theme=monokai-sublime] .hljs-selector-pseudo, [theme=monokai-sublime] .hljs-string, [theme=monokai-sublime] .hljs-template-variable, [theme=monokai-sublime] .hljs-type, [theme=monokai-sublime] .hljs-variable {
  color: #e6db74;
}
[theme=monokai-sublime] .hljs-comment, [theme=monokai-sublime] .hljs-deletion, [theme=monokai-sublime] .hljs-meta {
  color: #75715e;
}

[theme=monokai] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=monokai] code.hljs {
  padding: 3px 5px;
}
[theme=monokai] .hljs {
  background: #272822;
  color: #ddd;
}
[theme=monokai] .hljs-keyword, [theme=monokai] .hljs-literal, [theme=monokai] .hljs-name, [theme=monokai] .hljs-selector-tag, [theme=monokai] .hljs-strong, [theme=monokai] .hljs-tag {
  color: #f92672;
}
[theme=monokai] .hljs-code {
  color: #66d9ef;
}
[theme=monokai] .hljs-attribute, [theme=monokai] .hljs-link, [theme=monokai] .hljs-regexp, [theme=monokai] .hljs-symbol {
  color: #bf79db;
}
[theme=monokai] .hljs-addition, [theme=monokai] .hljs-built_in, [theme=monokai] .hljs-bullet, [theme=monokai] .hljs-emphasis, [theme=monokai] .hljs-section, [theme=monokai] .hljs-selector-attr, [theme=monokai] .hljs-selector-pseudo, [theme=monokai] .hljs-string, [theme=monokai] .hljs-subst, [theme=monokai] .hljs-template-tag, [theme=monokai] .hljs-template-variable, [theme=monokai] .hljs-title, [theme=monokai] .hljs-type, [theme=monokai] .hljs-variable {
  color: #a6e22e;
}
[theme=monokai] .hljs-class .hljs-title, [theme=monokai] .hljs-title.class_ {
  color: #fff;
}
[theme=monokai] .hljs-comment, [theme=monokai] .hljs-deletion, [theme=monokai] .hljs-meta, [theme=monokai] .hljs-quote {
  color: #75715e;
}
[theme=monokai] .hljs-doctag, [theme=monokai] .hljs-keyword, [theme=monokai] .hljs-literal, [theme=monokai] .hljs-section, [theme=monokai] .hljs-selector-id, [theme=monokai] .hljs-selector-tag, [theme=monokai] .hljs-title, [theme=monokai] .hljs-type {
  font-weight: 700;
}

[theme=night-owl] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=night-owl] code.hljs {
  padding: 3px 5px;
}
[theme=night-owl] .hljs {
  background: #011627;
  color: #d6deeb;
}
[theme=night-owl] .hljs-keyword {
  color: #c792ea;
  font-style: italic;
}
[theme=night-owl] .hljs-built_in {
  color: #addb67;
  font-style: italic;
}
[theme=night-owl] .hljs-type {
  color: #82aaff;
}
[theme=night-owl] .hljs-literal {
  color: #ff5874;
}
[theme=night-owl] .hljs-number {
  color: #f78c6c;
}
[theme=night-owl] .hljs-regexp {
  color: #5ca7e4;
}
[theme=night-owl] .hljs-string {
  color: #ecc48d;
}
[theme=night-owl] .hljs-subst {
  color: #d3423e;
}
[theme=night-owl] .hljs-symbol {
  color: #82aaff;
}
[theme=night-owl] .hljs-class {
  color: #ffcb8b;
}
[theme=night-owl] .hljs-function {
  color: #82aaff;
}
[theme=night-owl] .hljs-title {
  color: #dcdcaa;
  font-style: italic;
}
[theme=night-owl] .hljs-params {
  color: #7fdbca;
}
[theme=night-owl] .hljs-comment {
  color: #637777;
  font-style: italic;
}
[theme=night-owl] .hljs-doctag {
  color: #7fdbca;
}
[theme=night-owl] .hljs-meta, [theme=night-owl] .hljs-meta .hljs-keyword {
  color: #82aaff;
}
[theme=night-owl] .hljs-meta .hljs-string {
  color: #ecc48d;
}
[theme=night-owl] .hljs-section {
  color: #82b1ff;
}
[theme=night-owl] .hljs-attr, [theme=night-owl] .hljs-name, [theme=night-owl] .hljs-tag {
  color: #7fdbca;
}
[theme=night-owl] .hljs-attribute {
  color: #80cbc4;
}
[theme=night-owl] .hljs-variable {
  color: #addb67;
}
[theme=night-owl] .hljs-bullet {
  color: #d9f5dd;
}
[theme=night-owl] .hljs-code {
  color: #80cbc4;
}
[theme=night-owl] .hljs-emphasis {
  color: #c792ea;
  font-style: italic;
}
[theme=night-owl] .hljs-strong {
  color: #addb67;
  font-weight: 700;
}
[theme=night-owl] .hljs-formula {
  color: #c792ea;
}
[theme=night-owl] .hljs-link {
  color: #ff869a;
}
[theme=night-owl] .hljs-quote {
  color: #697098;
  font-style: italic;
}
[theme=night-owl] .hljs-selector-tag {
  color: #ff6363;
}
[theme=night-owl] .hljs-selector-id {
  color: #fad430;
}
[theme=night-owl] .hljs-selector-class {
  color: #addb67;
  font-style: italic;
}
[theme=night-owl] .hljs-selector-attr, [theme=night-owl] .hljs-selector-pseudo {
  color: #c792ea;
  font-style: italic;
}
[theme=night-owl] .hljs-template-tag {
  color: #c792ea;
}
[theme=night-owl] .hljs-template-variable {
  color: #addb67;
}
[theme=night-owl] .hljs-addition {
  color: #addb67ff;
  font-style: italic;
}
[theme=night-owl] .hljs-deletion {
  color: #ef535090;
  font-style: italic;
}

[theme=nnfx-dark] {
  /*!
    Theme: nnfx dark
    Description: a theme inspired by Netscape Navigator/Firefox
    Author: (c) 2020-2021 Jim Mason <jmason@ibinx.com>
    Maintainer: @RocketMan
    License: https://creativecommons.org/licenses/by-sa/4.0  CC BY-SA 4.0
    Updated: 2021-05-17

    @version 1.1.0
  */
}
[theme=nnfx-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=nnfx-dark] code.hljs {
  padding: 3px 5px;
}
[theme=nnfx-dark] .hljs {
  background: #333;
  color: #fff;
}
[theme=nnfx-dark] .language-xml .hljs-meta, [theme=nnfx-dark] .language-xml .hljs-meta-string {
  font-weight: 700;
  font-style: italic;
  color: #69f;
}
[theme=nnfx-dark] .hljs-comment, [theme=nnfx-dark] .hljs-quote {
  font-style: italic;
  color: #9c6;
}
[theme=nnfx-dark] .hljs-built_in, [theme=nnfx-dark] .hljs-keyword, [theme=nnfx-dark] .hljs-name {
  color: #a7a;
}
[theme=nnfx-dark] .hljs-attr, [theme=nnfx-dark] .hljs-name {
  font-weight: 700;
}
[theme=nnfx-dark] .hljs-string {
  font-weight: 400;
}
[theme=nnfx-dark] .hljs-code, [theme=nnfx-dark] .hljs-link, [theme=nnfx-dark] .hljs-meta .hljs-string, [theme=nnfx-dark] .hljs-number, [theme=nnfx-dark] .hljs-regexp, [theme=nnfx-dark] .hljs-string {
  color: #bce;
}
[theme=nnfx-dark] .hljs-bullet, [theme=nnfx-dark] .hljs-symbol, [theme=nnfx-dark] .hljs-template-variable, [theme=nnfx-dark] .hljs-title, [theme=nnfx-dark] .hljs-variable {
  color: #d40;
}
[theme=nnfx-dark] .hljs-class .hljs-title, [theme=nnfx-dark] .hljs-title.class_, [theme=nnfx-dark] .hljs-type {
  font-weight: 700;
  color: #96c;
}
[theme=nnfx-dark] .hljs-attr, [theme=nnfx-dark] .hljs-function .hljs-title, [theme=nnfx-dark] .hljs-subst, [theme=nnfx-dark] .hljs-tag, [theme=nnfx-dark] .hljs-title.function_ {
  color: #fff;
}
[theme=nnfx-dark] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=nnfx-dark] .hljs-addition {
  background-color: #797;
}
[theme=nnfx-dark] .hljs-deletion {
  background-color: #c99;
}
[theme=nnfx-dark] .hljs-meta {
  color: #69f;
}
[theme=nnfx-dark] .hljs-section, [theme=nnfx-dark] .hljs-selector-class, [theme=nnfx-dark] .hljs-selector-id, [theme=nnfx-dark] .hljs-selector-pseudo, [theme=nnfx-dark] .hljs-selector-tag {
  font-weight: 700;
  color: #69f;
}
[theme=nnfx-dark] .hljs-selector-pseudo {
  font-style: italic;
}
[theme=nnfx-dark] .hljs-doctag, [theme=nnfx-dark] .hljs-strong {
  font-weight: 700;
}
[theme=nnfx-dark] .hljs-emphasis {
  font-style: italic;
}

[theme=nnfx-light] {
  /*!
    Theme: nnfx light
    Description: a theme inspired by Netscape Navigator/Firefox
    Author: (c) 2020-2021 Jim Mason <jmason@ibinx.com>
    Maintainer: @RocketMan
    License: https://creativecommons.org/licenses/by-sa/4.0  CC BY-SA 4.0
    Updated: 2021-05-17

    @version 1.1.0
  */
}
[theme=nnfx-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=nnfx-light] code.hljs {
  padding: 3px 5px;
}
[theme=nnfx-light] .hljs {
  background: #fff;
  color: #000;
}
[theme=nnfx-light] .language-xml .hljs-meta, [theme=nnfx-light] .language-xml .hljs-meta-string {
  font-weight: 700;
  font-style: italic;
  color: #48b;
}
[theme=nnfx-light] .hljs-comment, [theme=nnfx-light] .hljs-quote {
  font-style: italic;
  color: #070;
}
[theme=nnfx-light] .hljs-built_in, [theme=nnfx-light] .hljs-keyword, [theme=nnfx-light] .hljs-name {
  color: #808;
}
[theme=nnfx-light] .hljs-attr, [theme=nnfx-light] .hljs-name {
  font-weight: 700;
}
[theme=nnfx-light] .hljs-string {
  font-weight: 400;
}
[theme=nnfx-light] .hljs-code, [theme=nnfx-light] .hljs-link, [theme=nnfx-light] .hljs-meta .hljs-string, [theme=nnfx-light] .hljs-number, [theme=nnfx-light] .hljs-regexp, [theme=nnfx-light] .hljs-string {
  color: #00f;
}
[theme=nnfx-light] .hljs-bullet, [theme=nnfx-light] .hljs-symbol, [theme=nnfx-light] .hljs-template-variable, [theme=nnfx-light] .hljs-title, [theme=nnfx-light] .hljs-variable {
  color: #f40;
}
[theme=nnfx-light] .hljs-class .hljs-title, [theme=nnfx-light] .hljs-title.class_, [theme=nnfx-light] .hljs-type {
  font-weight: 700;
  color: #639;
}
[theme=nnfx-light] .hljs-attr, [theme=nnfx-light] .hljs-function .hljs-title, [theme=nnfx-light] .hljs-subst, [theme=nnfx-light] .hljs-tag, [theme=nnfx-light] .hljs-title.function_ {
  color: #000;
}
[theme=nnfx-light] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=nnfx-light] .hljs-addition {
  background-color: #beb;
}
[theme=nnfx-light] .hljs-deletion {
  background-color: #fbb;
}
[theme=nnfx-light] .hljs-meta {
  color: #269;
}
[theme=nnfx-light] .hljs-section, [theme=nnfx-light] .hljs-selector-class, [theme=nnfx-light] .hljs-selector-id, [theme=nnfx-light] .hljs-selector-pseudo, [theme=nnfx-light] .hljs-selector-tag {
  font-weight: 700;
  color: #48b;
}
[theme=nnfx-light] .hljs-selector-pseudo {
  font-style: italic;
}
[theme=nnfx-light] .hljs-doctag, [theme=nnfx-light] .hljs-strong {
  font-weight: 700;
}
[theme=nnfx-light] .hljs-emphasis {
  font-style: italic;
}

[theme=nord] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=nord] code.hljs {
  padding: 3px 5px;
}
[theme=nord] .hljs {
  background: #2e3440;
}
[theme=nord] .hljs, [theme=nord] .hljs-subst {
  color: #d8dee9;
}
[theme=nord] .hljs-selector-tag {
  color: #81a1c1;
}
[theme=nord] .hljs-selector-id {
  color: #8fbcbb;
  font-weight: 700;
}
[theme=nord] .hljs-selector-attr, [theme=nord] .hljs-selector-class {
  color: #8fbcbb;
}
[theme=nord] .hljs-property, [theme=nord] .hljs-selector-pseudo {
  color: #88c0d0;
}
[theme=nord] .hljs-addition {
  background-color: rgba(163, 190, 140, 0.5);
}
[theme=nord] .hljs-deletion {
  background-color: rgba(191, 97, 106, 0.5);
}
[theme=nord] .hljs-built_in, [theme=nord] .hljs-class, [theme=nord] .hljs-type {
  color: #8fbcbb;
}
[theme=nord] .hljs-function, [theme=nord] .hljs-function > .hljs-title, [theme=nord] .hljs-title.hljs-function {
  color: #88c0d0;
}
[theme=nord] .hljs-keyword, [theme=nord] .hljs-literal, [theme=nord] .hljs-symbol {
  color: #81a1c1;
}
[theme=nord] .hljs-number {
  color: #b48ead;
}
[theme=nord] .hljs-regexp {
  color: #ebcb8b;
}
[theme=nord] .hljs-string {
  color: #a3be8c;
}
[theme=nord] .hljs-title {
  color: #8fbcbb;
}
[theme=nord] .hljs-params {
  color: #d8dee9;
}
[theme=nord] .hljs-bullet {
  color: #81a1c1;
}
[theme=nord] .hljs-code {
  color: #8fbcbb;
}
[theme=nord] .hljs-emphasis {
  font-style: italic;
}
[theme=nord] .hljs-formula {
  color: #8fbcbb;
}
[theme=nord] .hljs-strong {
  font-weight: 700;
}
[theme=nord] .hljs-link:hover {
  text-decoration: underline;
}
[theme=nord] .hljs-comment, [theme=nord] .hljs-quote {
  color: #4c566a;
}
[theme=nord] .hljs-doctag {
  color: #8fbcbb;
}
[theme=nord] .hljs-meta, [theme=nord] .hljs-meta .hljs-keyword {
  color: #5e81ac;
}
[theme=nord] .hljs-meta .hljs-string {
  color: #a3be8c;
}
[theme=nord] .hljs-attr {
  color: #8fbcbb;
}
[theme=nord] .hljs-attribute {
  color: #d8dee9;
}
[theme=nord] .hljs-name {
  color: #81a1c1;
}
[theme=nord] .hljs-section {
  color: #88c0d0;
}
[theme=nord] .hljs-tag {
  color: #81a1c1;
}
[theme=nord] .hljs-template-variable, [theme=nord] .hljs-variable {
  color: #d8dee9;
}
[theme=nord] .hljs-template-tag {
  color: #5e81ac;
}
[theme=nord] .language-abnf .hljs-attribute {
  color: #88c0d0;
}
[theme=nord] .language-abnf .hljs-symbol {
  color: #ebcb8b;
}
[theme=nord] .language-apache .hljs-attribute {
  color: #88c0d0;
}
[theme=nord] .language-apache .hljs-section {
  color: #81a1c1;
}
[theme=nord] .language-arduino .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-aspectj .hljs-meta {
  color: #d08770;
}
[theme=nord] .language-aspectj > .hljs-title {
  color: #88c0d0;
}
[theme=nord] .language-bnf .hljs-attribute {
  color: #8fbcbb;
}
[theme=nord] .language-clojure .hljs-name {
  color: #88c0d0;
}
[theme=nord] .language-clojure .hljs-symbol {
  color: #ebcb8b;
}
[theme=nord] .language-coq .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-cpp .hljs-meta .hljs-string {
  color: #8fbcbb;
}
[theme=nord] .language-css .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-css .hljs-keyword {
  color: #d08770;
}
[theme=nord] .language-diff .hljs-meta, [theme=nord] .language-ebnf .hljs-attribute {
  color: #8fbcbb;
}
[theme=nord] .language-glsl .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-groovy .hljs-meta:not(:first-child), [theme=nord] .language-haxe .hljs-meta, [theme=nord] .language-java .hljs-meta {
  color: #d08770;
}
[theme=nord] .language-ldif .hljs-attribute {
  color: #8fbcbb;
}
[theme=nord] .language-lisp .hljs-name, [theme=nord] .language-lua .hljs-built_in, [theme=nord] .language-moonscript .hljs-built_in, [theme=nord] .language-nginx .hljs-attribute {
  color: #88c0d0;
}
[theme=nord] .language-nginx .hljs-section {
  color: #5e81ac;
}
[theme=nord] .language-pf .hljs-built_in, [theme=nord] .language-processing .hljs-built_in {
  color: #88c0d0;
}
[theme=nord] .language-scss .hljs-keyword, [theme=nord] .language-stylus .hljs-keyword {
  color: #81a1c1;
}
[theme=nord] .language-swift .hljs-meta {
  color: #d08770;
}
[theme=nord] .language-vim .hljs-built_in {
  color: #88c0d0;
  font-style: italic;
}
[theme=nord] .language-yaml .hljs-meta {
  color: #d08770;
}

[theme=obsidian] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=obsidian] code.hljs {
  padding: 3px 5px;
}
[theme=obsidian] .hljs {
  color: #e0e2e4;
  background: #282b2e;
}
[theme=obsidian] .hljs-keyword, [theme=obsidian] .hljs-literal, [theme=obsidian] .hljs-selector-id, [theme=obsidian] .hljs-selector-tag {
  color: #93c763;
}
[theme=obsidian] .hljs-number {
  color: #ffcd22;
}
[theme=obsidian] .hljs-attribute {
  color: #668bb0;
}
[theme=obsidian] .hljs-link, [theme=obsidian] .hljs-regexp {
  color: #d39745;
}
[theme=obsidian] .hljs-meta {
  color: #557182;
}
[theme=obsidian] .hljs-addition, [theme=obsidian] .hljs-built_in, [theme=obsidian] .hljs-bullet, [theme=obsidian] .hljs-emphasis, [theme=obsidian] .hljs-name, [theme=obsidian] .hljs-selector-attr, [theme=obsidian] .hljs-selector-pseudo, [theme=obsidian] .hljs-subst, [theme=obsidian] .hljs-tag, [theme=obsidian] .hljs-template-tag, [theme=obsidian] .hljs-template-variable, [theme=obsidian] .hljs-type, [theme=obsidian] .hljs-variable {
  color: #8cbbad;
}
[theme=obsidian] .hljs-string, [theme=obsidian] .hljs-symbol {
  color: #ec7600;
}
[theme=obsidian] .hljs-comment, [theme=obsidian] .hljs-deletion, [theme=obsidian] .hljs-quote {
  color: #818e96;
}
[theme=obsidian] .hljs-selector-class {
  color: #a082bd;
}
[theme=obsidian] .hljs-doctag, [theme=obsidian] .hljs-keyword, [theme=obsidian] .hljs-literal, [theme=obsidian] .hljs-name, [theme=obsidian] .hljs-section, [theme=obsidian] .hljs-selector-tag, [theme=obsidian] .hljs-strong, [theme=obsidian] .hljs-title, [theme=obsidian] .hljs-type {
  font-weight: 700;
}
[theme=obsidian] .hljs-class .hljs-title, [theme=obsidian] .hljs-code, [theme=obsidian] .hljs-section, [theme=obsidian] .hljs-title.class_ {
  color: #fff;
}

[theme=panda-syntax-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=panda-syntax-dark] code.hljs {
  padding: 3px 5px;
}
[theme=panda-syntax-dark] .hljs {
  color: #e6e6e6;
  background: #2a2c2d;
}
[theme=panda-syntax-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=panda-syntax-dark] .hljs-strong {
  font-weight: 700;
}
[theme=panda-syntax-dark] .hljs-link {
  text-decoration: underline;
}
[theme=panda-syntax-dark] .hljs-comment, [theme=panda-syntax-dark] .hljs-quote {
  color: #bbb;
  font-style: italic;
}
[theme=panda-syntax-dark] .hljs-params {
  color: #bbb;
}
[theme=panda-syntax-dark] .hljs-attr, [theme=panda-syntax-dark] .hljs-punctuation {
  color: #e6e6e6;
}
[theme=panda-syntax-dark] .hljs-meta, [theme=panda-syntax-dark] .hljs-name, [theme=panda-syntax-dark] .hljs-selector-tag {
  color: #ff4b82;
}
[theme=panda-syntax-dark] .hljs-char.escape_, [theme=panda-syntax-dark] .hljs-operator {
  color: #b084eb;
}
[theme=panda-syntax-dark] .hljs-deletion, [theme=panda-syntax-dark] .hljs-keyword {
  color: #ff75b5;
}
[theme=panda-syntax-dark] .hljs-regexp, [theme=panda-syntax-dark] .hljs-selector-attr, [theme=panda-syntax-dark] .hljs-selector-pseudo, [theme=panda-syntax-dark] .hljs-variable.language_ {
  color: #ff9ac1;
}
[theme=panda-syntax-dark] .hljs-code, [theme=panda-syntax-dark] .hljs-formula, [theme=panda-syntax-dark] .hljs-property, [theme=panda-syntax-dark] .hljs-section, [theme=panda-syntax-dark] .hljs-subst, [theme=panda-syntax-dark] .hljs-title.function_ {
  color: #45a9f9;
}
[theme=panda-syntax-dark] .hljs-addition, [theme=panda-syntax-dark] .hljs-bullet, [theme=panda-syntax-dark] .hljs-meta .hljs-string, [theme=panda-syntax-dark] .hljs-selector-class, [theme=panda-syntax-dark] .hljs-string, [theme=panda-syntax-dark] .hljs-symbol, [theme=panda-syntax-dark] .hljs-title.class_, [theme=panda-syntax-dark] .hljs-title.class_.inherited__ {
  color: #19f9d8;
}
[theme=panda-syntax-dark] .hljs-attribute, [theme=panda-syntax-dark] .hljs-built_in, [theme=panda-syntax-dark] .hljs-doctag, [theme=panda-syntax-dark] .hljs-link, [theme=panda-syntax-dark] .hljs-literal, [theme=panda-syntax-dark] .hljs-meta .hljs-keyword, [theme=panda-syntax-dark] .hljs-number, [theme=panda-syntax-dark] .hljs-punctuation, [theme=panda-syntax-dark] .hljs-selector-id, [theme=panda-syntax-dark] .hljs-tag, [theme=panda-syntax-dark] .hljs-template-tag, [theme=panda-syntax-dark] .hljs-template-variable, [theme=panda-syntax-dark] .hljs-title, [theme=panda-syntax-dark] .hljs-type, [theme=panda-syntax-dark] .hljs-variable {
  color: #ffb86c;
}

[theme=panda-syntax-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=panda-syntax-light] code.hljs {
  padding: 3px 5px;
}
[theme=panda-syntax-light] .hljs {
  color: #2a2c2d;
  background: #e6e6e6;
}
[theme=panda-syntax-light] .hljs-emphasis {
  font-style: italic;
}
[theme=panda-syntax-light] .hljs-strong {
  font-weight: 700;
}
[theme=panda-syntax-light] .hljs-link {
  text-decoration: underline;
}
[theme=panda-syntax-light] .hljs-comment, [theme=panda-syntax-light] .hljs-quote {
  color: #676b79;
  font-style: italic;
}
[theme=panda-syntax-light] .hljs-params {
  color: #676b79;
}
[theme=panda-syntax-light] .hljs-attr, [theme=panda-syntax-light] .hljs-punctuation {
  color: #2a2c2d;
}
[theme=panda-syntax-light] .hljs-char.escape_, [theme=panda-syntax-light] .hljs-meta, [theme=panda-syntax-light] .hljs-name, [theme=panda-syntax-light] .hljs-operator, [theme=panda-syntax-light] .hljs-selector-tag {
  color: #c56200;
}
[theme=panda-syntax-light] .hljs-deletion, [theme=panda-syntax-light] .hljs-keyword {
  color: #d92792;
}
[theme=panda-syntax-light] .hljs-regexp, [theme=panda-syntax-light] .hljs-selector-attr, [theme=panda-syntax-light] .hljs-selector-pseudo, [theme=panda-syntax-light] .hljs-variable.language_ {
  color: #cc5e91;
}
[theme=panda-syntax-light] .hljs-code, [theme=panda-syntax-light] .hljs-formula, [theme=panda-syntax-light] .hljs-property, [theme=panda-syntax-light] .hljs-section, [theme=panda-syntax-light] .hljs-subst, [theme=panda-syntax-light] .hljs-title.function_ {
  color: #3787c7;
}
[theme=panda-syntax-light] .hljs-addition, [theme=panda-syntax-light] .hljs-bullet, [theme=panda-syntax-light] .hljs-meta .hljs-string, [theme=panda-syntax-light] .hljs-selector-class, [theme=panda-syntax-light] .hljs-string, [theme=panda-syntax-light] .hljs-symbol, [theme=panda-syntax-light] .hljs-title.class_, [theme=panda-syntax-light] .hljs-title.class_.inherited__ {
  color: #0d7d6c;
}
[theme=panda-syntax-light] .hljs-attribute, [theme=panda-syntax-light] .hljs-built_in, [theme=panda-syntax-light] .hljs-doctag, [theme=panda-syntax-light] .hljs-link, [theme=panda-syntax-light] .hljs-literal, [theme=panda-syntax-light] .hljs-meta .hljs-keyword, [theme=panda-syntax-light] .hljs-number, [theme=panda-syntax-light] .hljs-selector-id, [theme=panda-syntax-light] .hljs-tag, [theme=panda-syntax-light] .hljs-template-tag, [theme=panda-syntax-light] .hljs-template-variable, [theme=panda-syntax-light] .hljs-title, [theme=panda-syntax-light] .hljs-type, [theme=panda-syntax-light] .hljs-variable {
  color: #7641bb;
}

[theme=paraiso-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=paraiso-dark] code.hljs {
  padding: 3px 5px;
}
[theme=paraiso-dark] .hljs {
  background: #2f1e2e;
  color: #a39e9b;
}
[theme=paraiso-dark] .hljs-comment, [theme=paraiso-dark] .hljs-quote {
  color: #8d8687;
}
[theme=paraiso-dark] .hljs-link, [theme=paraiso-dark] .hljs-meta, [theme=paraiso-dark] .hljs-name, [theme=paraiso-dark] .hljs-regexp, [theme=paraiso-dark] .hljs-selector-class, [theme=paraiso-dark] .hljs-selector-id, [theme=paraiso-dark] .hljs-tag, [theme=paraiso-dark] .hljs-template-variable, [theme=paraiso-dark] .hljs-variable {
  color: #ef6155;
}
[theme=paraiso-dark] .hljs-built_in, [theme=paraiso-dark] .hljs-deletion, [theme=paraiso-dark] .hljs-literal, [theme=paraiso-dark] .hljs-number, [theme=paraiso-dark] .hljs-params, [theme=paraiso-dark] .hljs-type {
  color: #f99b15;
}
[theme=paraiso-dark] .hljs-attribute, [theme=paraiso-dark] .hljs-section, [theme=paraiso-dark] .hljs-title {
  color: #fec418;
}
[theme=paraiso-dark] .hljs-addition, [theme=paraiso-dark] .hljs-bullet, [theme=paraiso-dark] .hljs-string, [theme=paraiso-dark] .hljs-symbol {
  color: #48b685;
}
[theme=paraiso-dark] .hljs-keyword, [theme=paraiso-dark] .hljs-selector-tag {
  color: #815ba4;
}
[theme=paraiso-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=paraiso-dark] .hljs-strong {
  font-weight: 700;
}

[theme=paraiso-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=paraiso-light] code.hljs {
  padding: 3px 5px;
}
[theme=paraiso-light] .hljs {
  background: #e7e9db;
  color: #4f424c;
}
[theme=paraiso-light] .hljs-comment, [theme=paraiso-light] .hljs-quote {
  color: #776e71;
}
[theme=paraiso-light] .hljs-link, [theme=paraiso-light] .hljs-meta, [theme=paraiso-light] .hljs-name, [theme=paraiso-light] .hljs-regexp, [theme=paraiso-light] .hljs-selector-class, [theme=paraiso-light] .hljs-selector-id, [theme=paraiso-light] .hljs-tag, [theme=paraiso-light] .hljs-template-variable, [theme=paraiso-light] .hljs-variable {
  color: #ef6155;
}
[theme=paraiso-light] .hljs-built_in, [theme=paraiso-light] .hljs-deletion, [theme=paraiso-light] .hljs-literal, [theme=paraiso-light] .hljs-number, [theme=paraiso-light] .hljs-params, [theme=paraiso-light] .hljs-type {
  color: #f99b15;
}
[theme=paraiso-light] .hljs-attribute, [theme=paraiso-light] .hljs-section, [theme=paraiso-light] .hljs-title {
  color: #fec418;
}
[theme=paraiso-light] .hljs-addition, [theme=paraiso-light] .hljs-bullet, [theme=paraiso-light] .hljs-string, [theme=paraiso-light] .hljs-symbol {
  color: #48b685;
}
[theme=paraiso-light] .hljs-keyword, [theme=paraiso-light] .hljs-selector-tag {
  color: #815ba4;
}
[theme=paraiso-light] .hljs-emphasis {
  font-style: italic;
}
[theme=paraiso-light] .hljs-strong {
  font-weight: 700;
}

[theme=pojoaque] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=pojoaque] code.hljs {
  padding: 3px 5px;
}
[theme=pojoaque] .hljs {
  color: #dccf8f;
  background: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAMAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQACQYGBgcGCQcHCQ0IBwgNDwsJCQsPEQ4ODw4OERENDg4ODg0RERQUFhQUERoaHBwaGiYmJiYmKysrKysrKysrKwEJCAgJCgkMCgoMDwwODA8TDg4ODhMVDg4PDg4VGhMRERERExoXGhYWFhoXHR0aGh0dJCQjJCQrKysrKysrKysr/8AAEQgAjACMAwEiAAIRAQMRAf/EAF4AAQEBAAAAAAAAAAAAAAAAAAABBwEBAQAAAAAAAAAAAAAAAAAAAAIQAAEDAwIHAQEAAAAAAAAAAADwAREhYaExkUFRcYGxwdHh8REBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyGFEjHaBS2fDDs2zkhKmBKktb7km+ZwwCnXPkLVmCTMItj6AXFxRS465/BTnkAJvkLkJe+7AKKoi2AtRS2zuAWsCb5GOlBN8gKfmuGHZ8MFqIth3ALmFoFwbwKWyAlTAp17uKqBvgBD8sM4fTjhvAhkzhaRkBMKBrfs7jGPIpzy7gFrAqnC0C0gB0EWwBDW2cBVQwm+QtPpa3wBO3sVvszCnLAhkzgL5/RLf13cLQd8/AGlu0Cb5HTx9KuAEieGJEdcehS3eRTp2ATdt3CpIm+QtZwAhROXFeb7swp/ahaM3kBE/jSIUBc/AWrgBN8uNFAl+b7sAXFxFn2YLUU5Ns7gFX8C4ib+hN8gFWXwK3bZglxEJm+gKdciLPsFV/TClsgJUwKJ5FVA7tvIFrfZhVfGJDcsCKaYgAqv6YRbE+RWOWBtu7+AL3yRalXLyKqAIIfk+zARbDgFyEsncYwJvlgFRW+GEWntIi2P0BooyFxcNr8Ep3+ANLbMO+QyhvbiqdgC0kVvgUUiLYgBS2QtPbiVI1/sgOmG9uO+Y8DW+7jS2zAOnj6O2BndwuIAUtkdRN8gFoK3wwXMQyZwHVbClsuNLd4E3yAUR6FVDBR+BafQGt93LVMxJTv8ABts4CVLhcfYWsCb5kC9/BHdU8CLYFY5bMAd+eX9MGthhpbA1vu4B7+RKkaW2Yq4AQtVBBFsAJU/AuIXBhN8gGWnstefhiZyWvLAEnbYS1uzSFP6Jvn4Baxx70JKkQojLib5AVTey1jjgkKJGO0AKWyOm7N7cSpgSpAdPH0Tfd/gp1z5C1ZgKqN9J2wFxcUUuAFLZAm+QC0Fb4YUVRFsAOvj4KW2dwtYE3yAWk/wS/PLMKfmuGHZ8MAXF/Ja32Yi5haAKWz4Ydm2cSpgU693Atb7km+Zwwh+WGcPpxw3gAkzCLY+iYUDW/Z3Adc/gpzyFrAqnALkJe+7DoItgAtRS2zuKqGE3yAx0oJvkdvYrfZmALURbDuL5/RLf13cAuDeBS2RpbtAm+QFVA3wR+3fUtFHoBDJnC0jIXH0HWsgMY8inPLuOkd9chp4z20ALQLSA8cI9jYAIa2zjzjBd8gRafS1vgiUho/kAKcsCGTOGWvoOpkAtB3z8Hm8x2Ff5ADp4+lXAlIvcmwH/2Q==) left top #181914;
}
[theme=pojoaque] .hljs-comment, [theme=pojoaque] .hljs-quote {
  color: #586e75;
  font-style: italic;
}
[theme=pojoaque] .hljs-addition, [theme=pojoaque] .hljs-keyword, [theme=pojoaque] .hljs-literal, [theme=pojoaque] .hljs-selector-tag {
  color: #b64926;
}
[theme=pojoaque] .hljs-doctag, [theme=pojoaque] .hljs-number, [theme=pojoaque] .hljs-regexp, [theme=pojoaque] .hljs-string {
  color: #468966;
}
[theme=pojoaque] .hljs-built_in, [theme=pojoaque] .hljs-name, [theme=pojoaque] .hljs-section, [theme=pojoaque] .hljs-title {
  color: #ffb03b;
}
[theme=pojoaque] .hljs-class .hljs-title, [theme=pojoaque] .hljs-tag, [theme=pojoaque] .hljs-template-variable, [theme=pojoaque] .hljs-title.class_, [theme=pojoaque] .hljs-type, [theme=pojoaque] .hljs-variable {
  color: #b58900;
}
[theme=pojoaque] .hljs-attribute {
  color: #b89859;
}
[theme=pojoaque] .hljs-bullet, [theme=pojoaque] .hljs-link, [theme=pojoaque] .hljs-meta, [theme=pojoaque] .hljs-subst, [theme=pojoaque] .hljs-symbol {
  color: #cb4b16;
}
[theme=pojoaque] .hljs-deletion {
  color: #dc322f;
}
[theme=pojoaque] .hljs-selector-class, [theme=pojoaque] .hljs-selector-id {
  color: #d3a60c;
}
[theme=pojoaque] .hljs-formula {
  background: #073642;
}
[theme=pojoaque] .hljs-emphasis {
  font-style: italic;
}
[theme=pojoaque] .hljs-strong {
  font-weight: 700;
}

[theme=purebasic] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=purebasic] code.hljs {
  padding: 3px 5px;
}
[theme=purebasic] .hljs {
  background: #ffffdf;
}
[theme=purebasic] .hljs, [theme=purebasic] .hljs-attr, [theme=purebasic] .hljs-function, [theme=purebasic] .hljs-name, [theme=purebasic] .hljs-number, [theme=purebasic] .hljs-params, [theme=purebasic] .hljs-subst, [theme=purebasic] .hljs-type {
  color: #000;
}
[theme=purebasic] .hljs-addition, [theme=purebasic] .hljs-comment, [theme=purebasic] .hljs-regexp, [theme=purebasic] .hljs-section, [theme=purebasic] .hljs-selector-pseudo {
  color: #0aa;
}
[theme=purebasic] .hljs-built_in, [theme=purebasic] .hljs-class, [theme=purebasic] .hljs-keyword, [theme=purebasic] .hljs-meta .hljs-keyword, [theme=purebasic] .hljs-selector-class {
  color: #066;
  font-weight: 700;
}
[theme=purebasic] .hljs-code, [theme=purebasic] .hljs-tag, [theme=purebasic] .hljs-title, [theme=purebasic] .hljs-variable {
  color: #066;
}
[theme=purebasic] .hljs-selector-attr, [theme=purebasic] .hljs-string {
  color: #0080ff;
}
[theme=purebasic] .hljs-attribute, [theme=purebasic] .hljs-deletion, [theme=purebasic] .hljs-link, [theme=purebasic] .hljs-symbol {
  color: #924b72;
}
[theme=purebasic] .hljs-literal, [theme=purebasic] .hljs-meta, [theme=purebasic] .hljs-selector-id {
  color: #924b72;
  font-weight: 700;
}
[theme=purebasic] .hljs-name, [theme=purebasic] .hljs-strong {
  font-weight: 700;
}
[theme=purebasic] .hljs-emphasis {
  font-style: italic;
}

[theme=qtcreator-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=qtcreator-dark] code.hljs {
  padding: 3px 5px;
}
[theme=qtcreator-dark] .hljs {
  color: #aaa;
  background: #000;
}
[theme=qtcreator-dark] .hljs-emphasis, [theme=qtcreator-dark] .hljs-strong {
  color: #a8a8a2;
}
[theme=qtcreator-dark] .hljs-bullet, [theme=qtcreator-dark] .hljs-literal, [theme=qtcreator-dark] .hljs-number, [theme=qtcreator-dark] .hljs-quote, [theme=qtcreator-dark] .hljs-regexp {
  color: #f5f;
}
[theme=qtcreator-dark] .hljs-code .hljs-selector-class {
  color: #aaf;
}
[theme=qtcreator-dark] .hljs-emphasis, [theme=qtcreator-dark] .hljs-stronge, [theme=qtcreator-dark] .hljs-type {
  font-style: italic;
}
[theme=qtcreator-dark] .hljs-function, [theme=qtcreator-dark] .hljs-keyword, [theme=qtcreator-dark] .hljs-name, [theme=qtcreator-dark] .hljs-section, [theme=qtcreator-dark] .hljs-selector-tag, [theme=qtcreator-dark] .hljs-symbol {
  color: #ff5;
}
[theme=qtcreator-dark] .hljs-subst, [theme=qtcreator-dark] .hljs-tag, [theme=qtcreator-dark] .hljs-title {
  color: #aaa;
}
[theme=qtcreator-dark] .hljs-attribute {
  color: #f55;
}
[theme=qtcreator-dark] .hljs-class .hljs-title, [theme=qtcreator-dark] .hljs-params, [theme=qtcreator-dark] .hljs-title.class_, [theme=qtcreator-dark] .hljs-variable {
  color: #88f;
}
[theme=qtcreator-dark] .hljs-addition, [theme=qtcreator-dark] .hljs-built_in, [theme=qtcreator-dark] .hljs-link, [theme=qtcreator-dark] .hljs-selector-attr, [theme=qtcreator-dark] .hljs-selector-id, [theme=qtcreator-dark] .hljs-selector-pseudo, [theme=qtcreator-dark] .hljs-string, [theme=qtcreator-dark] .hljs-template-tag, [theme=qtcreator-dark] .hljs-template-variable, [theme=qtcreator-dark] .hljs-type {
  color: #f5f;
}
[theme=qtcreator-dark] .hljs-comment, [theme=qtcreator-dark] .hljs-deletion, [theme=qtcreator-dark] .hljs-meta {
  color: #5ff;
}

[theme=qtcreator-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=qtcreator-light] code.hljs {
  padding: 3px 5px;
}
[theme=qtcreator-light] .hljs {
  color: #000;
  background: #fff;
}
[theme=qtcreator-light] .hljs-emphasis, [theme=qtcreator-light] .hljs-strong {
  color: #000;
}
[theme=qtcreator-light] .hljs-bullet, [theme=qtcreator-light] .hljs-literal, [theme=qtcreator-light] .hljs-number, [theme=qtcreator-light] .hljs-quote, [theme=qtcreator-light] .hljs-regexp {
  color: navy;
}
[theme=qtcreator-light] .hljs-code .hljs-selector-class {
  color: purple;
}
[theme=qtcreator-light] .hljs-emphasis, [theme=qtcreator-light] .hljs-stronge, [theme=qtcreator-light] .hljs-type {
  font-style: italic;
}
[theme=qtcreator-light] .hljs-function, [theme=qtcreator-light] .hljs-keyword, [theme=qtcreator-light] .hljs-name, [theme=qtcreator-light] .hljs-section, [theme=qtcreator-light] .hljs-selector-tag, [theme=qtcreator-light] .hljs-symbol {
  color: olive;
}
[theme=qtcreator-light] .hljs-subst, [theme=qtcreator-light] .hljs-tag, [theme=qtcreator-light] .hljs-title {
  color: #000;
}
[theme=qtcreator-light] .hljs-attribute {
  color: maroon;
}
[theme=qtcreator-light] .hljs-class .hljs-title, [theme=qtcreator-light] .hljs-params, [theme=qtcreator-light] .hljs-title.class_, [theme=qtcreator-light] .hljs-variable {
  color: #0055af;
}
[theme=qtcreator-light] .hljs-addition, [theme=qtcreator-light] .hljs-built_in, [theme=qtcreator-light] .hljs-comment, [theme=qtcreator-light] .hljs-deletion, [theme=qtcreator-light] .hljs-link, [theme=qtcreator-light] .hljs-meta, [theme=qtcreator-light] .hljs-selector-attr, [theme=qtcreator-light] .hljs-selector-id, [theme=qtcreator-light] .hljs-selector-pseudo, [theme=qtcreator-light] .hljs-string, [theme=qtcreator-light] .hljs-template-tag, [theme=qtcreator-light] .hljs-template-variable, [theme=qtcreator-light] .hljs-type {
  color: green;
}

[theme=rainbow] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=rainbow] code.hljs {
  padding: 3px 5px;
}
[theme=rainbow] .hljs {
  background: #474949;
  color: #d1d9e1;
}
[theme=rainbow] .hljs-comment, [theme=rainbow] .hljs-quote {
  color: #969896;
  font-style: italic;
}
[theme=rainbow] .hljs-addition, [theme=rainbow] .hljs-keyword, [theme=rainbow] .hljs-literal, [theme=rainbow] .hljs-selector-tag, [theme=rainbow] .hljs-type {
  color: #c9c;
}
[theme=rainbow] .hljs-number, [theme=rainbow] .hljs-selector-attr, [theme=rainbow] .hljs-selector-pseudo {
  color: #f99157;
}
[theme=rainbow] .hljs-doctag, [theme=rainbow] .hljs-regexp, [theme=rainbow] .hljs-string {
  color: #8abeb7;
}
[theme=rainbow] .hljs-built_in, [theme=rainbow] .hljs-name, [theme=rainbow] .hljs-section, [theme=rainbow] .hljs-title {
  color: #b5bd68;
}
[theme=rainbow] .hljs-class .hljs-title, [theme=rainbow] .hljs-selector-id, [theme=rainbow] .hljs-template-variable, [theme=rainbow] .hljs-title.class_, [theme=rainbow] .hljs-variable {
  color: #fc6;
}
[theme=rainbow] .hljs-name, [theme=rainbow] .hljs-section, [theme=rainbow] .hljs-strong {
  font-weight: 700;
}
[theme=rainbow] .hljs-bullet, [theme=rainbow] .hljs-link, [theme=rainbow] .hljs-meta, [theme=rainbow] .hljs-subst, [theme=rainbow] .hljs-symbol {
  color: #f99157;
}
[theme=rainbow] .hljs-deletion {
  color: #dc322f;
}
[theme=rainbow] .hljs-formula {
  background: #eee8d5;
}
[theme=rainbow] .hljs-attr, [theme=rainbow] .hljs-attribute {
  color: #81a2be;
}
[theme=rainbow] .hljs-emphasis {
  font-style: italic;
}

[theme=routeros] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=routeros] code.hljs {
  padding: 3px 5px;
}
[theme=routeros] .hljs {
  color: #444;
  background: #f0f0f0;
}
[theme=routeros] .hljs-subst {
  color: #444;
}
[theme=routeros] .hljs-comment {
  color: #888;
}
[theme=routeros] .hljs-doctag, [theme=routeros] .hljs-keyword, [theme=routeros] .hljs-meta .hljs-keyword, [theme=routeros] .hljs-name, [theme=routeros] .hljs-selector-tag {
  font-weight: 700;
}
[theme=routeros] .hljs-attribute {
  color: #0e9a00;
}
[theme=routeros] .hljs-function {
  color: #99069a;
}
[theme=routeros] .hljs-deletion, [theme=routeros] .hljs-number, [theme=routeros] .hljs-quote, [theme=routeros] .hljs-selector-class, [theme=routeros] .hljs-selector-id, [theme=routeros] .hljs-string, [theme=routeros] .hljs-template-tag, [theme=routeros] .hljs-type {
  color: #800;
}
[theme=routeros] .hljs-section, [theme=routeros] .hljs-title {
  color: #800;
  font-weight: 700;
}
[theme=routeros] .hljs-link, [theme=routeros] .hljs-regexp, [theme=routeros] .hljs-selector-attr, [theme=routeros] .hljs-selector-pseudo, [theme=routeros] .hljs-symbol, [theme=routeros] .hljs-template-variable, [theme=routeros] .hljs-variable {
  color: #bc6060;
}
[theme=routeros] .hljs-literal {
  color: #78a960;
}
[theme=routeros] .hljs-addition, [theme=routeros] .hljs-built_in, [theme=routeros] .hljs-bullet, [theme=routeros] .hljs-code {
  color: #0c9a9a;
}
[theme=routeros] .hljs-meta {
  color: #1f7199;
}
[theme=routeros] .hljs-meta .hljs-string {
  color: #4d99bf;
}
[theme=routeros] .hljs-emphasis {
  font-style: italic;
}
[theme=routeros] .hljs-strong {
  font-weight: 700;
}

[theme=school-book] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=school-book] code.hljs {
  padding: 3px 5px;
}
[theme=school-book] .hljs {
  color: #3e5915;
  background: #f6f5b2;
}
[theme=school-book] .hljs-keyword, [theme=school-book] .hljs-literal, [theme=school-book] .hljs-selector-tag {
  color: #059;
}
[theme=school-book] .hljs-subst {
  color: #3e5915;
}
[theme=school-book] .hljs-addition, [theme=school-book] .hljs-attribute, [theme=school-book] .hljs-built_in, [theme=school-book] .hljs-bullet, [theme=school-book] .hljs-link, [theme=school-book] .hljs-section, [theme=school-book] .hljs-string, [theme=school-book] .hljs-symbol, [theme=school-book] .hljs-template-tag, [theme=school-book] .hljs-template-variable, [theme=school-book] .hljs-title, [theme=school-book] .hljs-type, [theme=school-book] .hljs-variable {
  color: #2c009f;
}
[theme=school-book] .hljs-comment, [theme=school-book] .hljs-deletion, [theme=school-book] .hljs-meta, [theme=school-book] .hljs-quote {
  color: #e60415;
}
[theme=school-book] .hljs-doctag, [theme=school-book] .hljs-keyword, [theme=school-book] .hljs-literal, [theme=school-book] .hljs-name, [theme=school-book] .hljs-section, [theme=school-book] .hljs-selector-id, [theme=school-book] .hljs-selector-tag, [theme=school-book] .hljs-strong, [theme=school-book] .hljs-title, [theme=school-book] .hljs-type {
  font-weight: 700;
}
[theme=school-book] .hljs-emphasis {
  font-style: italic;
}

[theme=shades-of-purple] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=shades-of-purple] code.hljs {
  padding: 3px 5px;
}
[theme=shades-of-purple] .hljs {
  background: #2d2b57;
  color: #e3dfff;
  font-weight: 400;
}
[theme=shades-of-purple] .hljs-subst {
  color: #e3dfff;
}
[theme=shades-of-purple] .hljs-title {
  color: #fad000;
  font-weight: 400;
}
[theme=shades-of-purple] .hljs-name {
  color: #a1feff;
}
[theme=shades-of-purple] .hljs-tag {
  color: #fff;
}
[theme=shades-of-purple] .hljs-attr {
  color: #f8d000;
  font-style: italic;
}
[theme=shades-of-purple] .hljs-built_in, [theme=shades-of-purple] .hljs-keyword, [theme=shades-of-purple] .hljs-section, [theme=shades-of-purple] .hljs-selector-tag {
  color: #fb9e00;
}
[theme=shades-of-purple] .hljs-addition, [theme=shades-of-purple] .hljs-attribute, [theme=shades-of-purple] .hljs-bullet, [theme=shades-of-purple] .hljs-code, [theme=shades-of-purple] .hljs-deletion, [theme=shades-of-purple] .hljs-quote, [theme=shades-of-purple] .hljs-regexp, [theme=shades-of-purple] .hljs-selector-attr, [theme=shades-of-purple] .hljs-selector-class, [theme=shades-of-purple] .hljs-selector-pseudo, [theme=shades-of-purple] .hljs-string, [theme=shades-of-purple] .hljs-symbol, [theme=shades-of-purple] .hljs-template-tag {
  color: #4cd213;
}
[theme=shades-of-purple] .hljs-meta, [theme=shades-of-purple] .hljs-meta .hljs-string {
  color: #fb9e00;
}
[theme=shades-of-purple] .hljs-comment {
  color: #ac65ff;
}
[theme=shades-of-purple] .hljs-keyword, [theme=shades-of-purple] .hljs-literal, [theme=shades-of-purple] .hljs-name, [theme=shades-of-purple] .hljs-selector-tag, [theme=shades-of-purple] .hljs-strong {
  font-weight: 400;
}
[theme=shades-of-purple] .hljs-literal, [theme=shades-of-purple] .hljs-number {
  color: #fa658d;
}
[theme=shades-of-purple] .hljs-emphasis {
  font-style: italic;
}
[theme=shades-of-purple] .hljs-strong {
  font-weight: 700;
}

[theme=srcery] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=srcery] code.hljs {
  padding: 3px 5px;
}
[theme=srcery] .hljs {
  background: #1c1b19;
  color: #fce8c3;
}
[theme=srcery] .hljs-literal, [theme=srcery] .hljs-quote, [theme=srcery] .hljs-subst {
  color: #fce8c3;
}
[theme=srcery] .hljs-symbol, [theme=srcery] .hljs-type {
  color: #68a8e4;
}
[theme=srcery] .hljs-deletion, [theme=srcery] .hljs-keyword {
  color: #ef2f27;
}
[theme=srcery] .hljs-attribute, [theme=srcery] .hljs-function, [theme=srcery] .hljs-name, [theme=srcery] .hljs-section, [theme=srcery] .hljs-selector-attr, [theme=srcery] .hljs-selector-class, [theme=srcery] .hljs-selector-id, [theme=srcery] .hljs-selector-pseudo, [theme=srcery] .hljs-title {
  color: #fbb829;
}
[theme=srcery] .hljs-class, [theme=srcery] .hljs-code, [theme=srcery] .hljs-property, [theme=srcery] .hljs-template-variable, [theme=srcery] .hljs-variable {
  color: #0aaeb3;
}
[theme=srcery] .hljs-addition, [theme=srcery] .hljs-bullet, [theme=srcery] .hljs-regexp, [theme=srcery] .hljs-string {
  color: #98bc37;
}
[theme=srcery] .hljs-built_in, [theme=srcery] .hljs-params {
  color: #ff5c8f;
}
[theme=srcery] .hljs-selector-tag, [theme=srcery] .hljs-template-tag {
  color: #2c78bf;
}
[theme=srcery] .hljs-comment, [theme=srcery] .hljs-link, [theme=srcery] .hljs-meta, [theme=srcery] .hljs-number {
  color: #918175;
}
[theme=srcery] .hljs-emphasis {
  font-style: italic;
}
[theme=srcery] .hljs-strong {
  font-weight: 700;
}

[theme=stackoverflow-dark] {
  /*!
    Theme: StackOverflow Dark
    Description: Dark theme as used on stackoverflow.com
    Author: stackoverflow.com
    Maintainer: @Hirse
    Website: https://github.com/StackExchange/Stacks
    License: MIT
    Updated: 2021-05-15

    Updated for @stackoverflow/stacks v0.64.0
    Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
    Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
  */
}
[theme=stackoverflow-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=stackoverflow-dark] code.hljs {
  padding: 3px 5px;
}
[theme=stackoverflow-dark] .hljs {
  color: #fff;
  background: #1c1b1b;
}
[theme=stackoverflow-dark] .hljs-subst {
  color: #fff;
}
[theme=stackoverflow-dark] .hljs-comment {
  color: #999;
}
[theme=stackoverflow-dark] .hljs-attr, [theme=stackoverflow-dark] .hljs-doctag, [theme=stackoverflow-dark] .hljs-keyword, [theme=stackoverflow-dark] .hljs-meta .hljs-keyword, [theme=stackoverflow-dark] .hljs-section, [theme=stackoverflow-dark] .hljs-selector-tag {
  color: #88aece;
}
[theme=stackoverflow-dark] .hljs-attribute {
  color: #c59bc1;
}
[theme=stackoverflow-dark] .hljs-name, [theme=stackoverflow-dark] .hljs-number, [theme=stackoverflow-dark] .hljs-quote, [theme=stackoverflow-dark] .hljs-selector-id, [theme=stackoverflow-dark] .hljs-template-tag, [theme=stackoverflow-dark] .hljs-type {
  color: #f08d49;
}
[theme=stackoverflow-dark] .hljs-selector-class {
  color: #88aece;
}
[theme=stackoverflow-dark] .hljs-link, [theme=stackoverflow-dark] .hljs-regexp, [theme=stackoverflow-dark] .hljs-selector-attr, [theme=stackoverflow-dark] .hljs-string, [theme=stackoverflow-dark] .hljs-symbol, [theme=stackoverflow-dark] .hljs-template-variable, [theme=stackoverflow-dark] .hljs-variable {
  color: #b5bd68;
}
[theme=stackoverflow-dark] .hljs-meta, [theme=stackoverflow-dark] .hljs-selector-pseudo {
  color: #88aece;
}
[theme=stackoverflow-dark] .hljs-built_in, [theme=stackoverflow-dark] .hljs-literal, [theme=stackoverflow-dark] .hljs-title {
  color: #f08d49;
}
[theme=stackoverflow-dark] .hljs-bullet, [theme=stackoverflow-dark] .hljs-code {
  color: #ccc;
}
[theme=stackoverflow-dark] .hljs-meta .hljs-string {
  color: #b5bd68;
}
[theme=stackoverflow-dark] .hljs-deletion {
  color: #de7176;
}
[theme=stackoverflow-dark] .hljs-addition {
  color: #76c490;
}
[theme=stackoverflow-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=stackoverflow-dark] .hljs-strong {
  font-weight: 700;
}

[theme=stackoverflow-light] {
  /*!
    Theme: StackOverflow Light
    Description: Light theme as used on stackoverflow.com
    Author: stackoverflow.com
    Maintainer: @Hirse
    Website: https://github.com/StackExchange/Stacks
    License: MIT
    Updated: 2021-05-15

    Updated for @stackoverflow/stacks v0.64.0
    Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
    Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
  */
}
[theme=stackoverflow-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=stackoverflow-light] code.hljs {
  padding: 3px 5px;
}
[theme=stackoverflow-light] .hljs {
  color: #2f3337;
  background: #f6f6f6;
}
[theme=stackoverflow-light] .hljs-subst {
  color: #2f3337;
}
[theme=stackoverflow-light] .hljs-comment {
  color: #656e77;
}
[theme=stackoverflow-light] .hljs-attr, [theme=stackoverflow-light] .hljs-doctag, [theme=stackoverflow-light] .hljs-keyword, [theme=stackoverflow-light] .hljs-meta .hljs-keyword, [theme=stackoverflow-light] .hljs-section, [theme=stackoverflow-light] .hljs-selector-tag {
  color: #015692;
}
[theme=stackoverflow-light] .hljs-attribute {
  color: #803378;
}
[theme=stackoverflow-light] .hljs-name, [theme=stackoverflow-light] .hljs-number, [theme=stackoverflow-light] .hljs-quote, [theme=stackoverflow-light] .hljs-selector-id, [theme=stackoverflow-light] .hljs-template-tag, [theme=stackoverflow-light] .hljs-type {
  color: #b75501;
}
[theme=stackoverflow-light] .hljs-selector-class {
  color: #015692;
}
[theme=stackoverflow-light] .hljs-link, [theme=stackoverflow-light] .hljs-regexp, [theme=stackoverflow-light] .hljs-selector-attr, [theme=stackoverflow-light] .hljs-string, [theme=stackoverflow-light] .hljs-symbol, [theme=stackoverflow-light] .hljs-template-variable, [theme=stackoverflow-light] .hljs-variable {
  color: #54790d;
}
[theme=stackoverflow-light] .hljs-meta, [theme=stackoverflow-light] .hljs-selector-pseudo {
  color: #015692;
}
[theme=stackoverflow-light] .hljs-built_in, [theme=stackoverflow-light] .hljs-literal, [theme=stackoverflow-light] .hljs-title {
  color: #b75501;
}
[theme=stackoverflow-light] .hljs-bullet, [theme=stackoverflow-light] .hljs-code {
  color: #535a60;
}
[theme=stackoverflow-light] .hljs-meta .hljs-string {
  color: #54790d;
}
[theme=stackoverflow-light] .hljs-deletion {
  color: #c02d2e;
}
[theme=stackoverflow-light] .hljs-addition {
  color: #2f6f44;
}
[theme=stackoverflow-light] .hljs-emphasis {
  font-style: italic;
}
[theme=stackoverflow-light] .hljs-strong {
  font-weight: 700;
}

[theme=sunburst] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=sunburst] code.hljs {
  padding: 3px 5px;
}
[theme=sunburst] .hljs {
  background: #000;
  color: #f8f8f8;
}
[theme=sunburst] .hljs-comment, [theme=sunburst] .hljs-quote {
  color: #aeaeae;
  font-style: italic;
}
[theme=sunburst] .hljs-keyword, [theme=sunburst] .hljs-selector-tag, [theme=sunburst] .hljs-type {
  color: #e28964;
}
[theme=sunburst] .hljs-string {
  color: #65b042;
}
[theme=sunburst] .hljs-subst {
  color: #daefa3;
}
[theme=sunburst] .hljs-link, [theme=sunburst] .hljs-regexp {
  color: #e9c062;
}
[theme=sunburst] .hljs-name, [theme=sunburst] .hljs-section, [theme=sunburst] .hljs-tag, [theme=sunburst] .hljs-title {
  color: #89bdff;
}
[theme=sunburst] .hljs-class .hljs-title, [theme=sunburst] .hljs-doctag, [theme=sunburst] .hljs-title.class_ {
  text-decoration: underline;
}
[theme=sunburst] .hljs-bullet, [theme=sunburst] .hljs-number, [theme=sunburst] .hljs-symbol {
  color: #3387cc;
}
[theme=sunburst] .hljs-params, [theme=sunburst] .hljs-template-variable, [theme=sunburst] .hljs-variable {
  color: #3e87e3;
}
[theme=sunburst] .hljs-attribute {
  color: #cda869;
}
[theme=sunburst] .hljs-meta {
  color: #8996a8;
}
[theme=sunburst] .hljs-formula {
  background-color: #0e2231;
  color: #f8f8f8;
  font-style: italic;
}
[theme=sunburst] .hljs-addition {
  background-color: #253b22;
  color: #f8f8f8;
}
[theme=sunburst] .hljs-deletion {
  background-color: #420e09;
  color: #f8f8f8;
}
[theme=sunburst] .hljs-selector-class {
  color: #9b703f;
}
[theme=sunburst] .hljs-selector-id {
  color: #8b98ab;
}
[theme=sunburst] .hljs-emphasis {
  font-style: italic;
}
[theme=sunburst] .hljs-strong {
  font-weight: 700;
}

[theme=tokyo-night-dark] {
  /*!
    Theme: Tokyo-night-Dark
    origin: https://github.com/enkia/tokyo-night-vscode-theme
    Description: Original highlight.js style
    Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
    License: see project LICENSE
    Touched: 2022
  */
}
[theme=tokyo-night-dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tokyo-night-dark] code.hljs {
  padding: 3px 5px;
}
[theme=tokyo-night-dark] .hljs-comment, [theme=tokyo-night-dark] .hljs-meta {
  color: #565f89;
}
[theme=tokyo-night-dark] .hljs-deletion, [theme=tokyo-night-dark] .hljs-doctag, [theme=tokyo-night-dark] .hljs-regexp, [theme=tokyo-night-dark] .hljs-selector-attr, [theme=tokyo-night-dark] .hljs-selector-class, [theme=tokyo-night-dark] .hljs-selector-id, [theme=tokyo-night-dark] .hljs-selector-pseudo, [theme=tokyo-night-dark] .hljs-tag, [theme=tokyo-night-dark] .hljs-template-tag, [theme=tokyo-night-dark] .hljs-variable.language_ {
  color: #f7768e;
}
[theme=tokyo-night-dark] .hljs-link, [theme=tokyo-night-dark] .hljs-literal, [theme=tokyo-night-dark] .hljs-number, [theme=tokyo-night-dark] .hljs-params, [theme=tokyo-night-dark] .hljs-template-variable, [theme=tokyo-night-dark] .hljs-type, [theme=tokyo-night-dark] .hljs-variable {
  color: #ff9e64;
}
[theme=tokyo-night-dark] .hljs-attribute, [theme=tokyo-night-dark] .hljs-built_in {
  color: #e0af68;
}
[theme=tokyo-night-dark] .hljs-keyword, [theme=tokyo-night-dark] .hljs-property, [theme=tokyo-night-dark] .hljs-subst, [theme=tokyo-night-dark] .hljs-title, [theme=tokyo-night-dark] .hljs-title.class_, [theme=tokyo-night-dark] .hljs-title.class_.inherited__, [theme=tokyo-night-dark] .hljs-title.function_ {
  color: #7dcfff;
}
[theme=tokyo-night-dark] .hljs-selector-tag {
  color: #73daca;
}
[theme=tokyo-night-dark] .hljs-addition, [theme=tokyo-night-dark] .hljs-bullet, [theme=tokyo-night-dark] .hljs-quote, [theme=tokyo-night-dark] .hljs-string, [theme=tokyo-night-dark] .hljs-symbol {
  color: #9ece6a;
}
[theme=tokyo-night-dark] .hljs-code, [theme=tokyo-night-dark] .hljs-formula, [theme=tokyo-night-dark] .hljs-section {
  color: #7aa2f7;
}
[theme=tokyo-night-dark] .hljs-attr, [theme=tokyo-night-dark] .hljs-char.escape_, [theme=tokyo-night-dark] .hljs-keyword, [theme=tokyo-night-dark] .hljs-name, [theme=tokyo-night-dark] .hljs-operator {
  color: #bb9af7;
}
[theme=tokyo-night-dark] .hljs-punctuation {
  color: #c0caf5;
}
[theme=tokyo-night-dark] .hljs {
  background: #1a1b26;
  color: #9aa5ce;
}
[theme=tokyo-night-dark] .hljs-emphasis {
  font-style: italic;
}
[theme=tokyo-night-dark] .hljs-strong {
  font-weight: 700;
}

[theme=tokyo-night-light] {
  /*!
    Theme: Tokyo-night-light
    origin: https://github.com/enkia/tokyo-night-vscode-theme
    Description: Original highlight.js style
    Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
    License: see project LICENSE
    Touched: 2022
  */
}
[theme=tokyo-night-light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tokyo-night-light] code.hljs {
  padding: 3px 5px;
}
[theme=tokyo-night-light] .hljs-comment, [theme=tokyo-night-light] .hljs-meta {
  color: #9699a3;
}
[theme=tokyo-night-light] .hljs-deletion, [theme=tokyo-night-light] .hljs-doctag, [theme=tokyo-night-light] .hljs-regexp, [theme=tokyo-night-light] .hljs-selector-attr, [theme=tokyo-night-light] .hljs-selector-class, [theme=tokyo-night-light] .hljs-selector-id, [theme=tokyo-night-light] .hljs-selector-pseudo, [theme=tokyo-night-light] .hljs-tag, [theme=tokyo-night-light] .hljs-template-tag, [theme=tokyo-night-light] .hljs-variable.language_ {
  color: #8c4351;
}
[theme=tokyo-night-light] .hljs-link, [theme=tokyo-night-light] .hljs-literal, [theme=tokyo-night-light] .hljs-number, [theme=tokyo-night-light] .hljs-params, [theme=tokyo-night-light] .hljs-template-variable, [theme=tokyo-night-light] .hljs-type, [theme=tokyo-night-light] .hljs-variable {
  color: #965027;
}
[theme=tokyo-night-light] .hljs-attribute, [theme=tokyo-night-light] .hljs-built_in {
  color: #8f5e15;
}
[theme=tokyo-night-light] .hljs-keyword, [theme=tokyo-night-light] .hljs-property, [theme=tokyo-night-light] .hljs-subst, [theme=tokyo-night-light] .hljs-title, [theme=tokyo-night-light] .hljs-title.class_, [theme=tokyo-night-light] .hljs-title.class_.inherited__, [theme=tokyo-night-light] .hljs-title.function_ {
  color: #0f4b6e;
}
[theme=tokyo-night-light] .hljs-selector-tag {
  color: #33635c;
}
[theme=tokyo-night-light] .hljs-addition, [theme=tokyo-night-light] .hljs-bullet, [theme=tokyo-night-light] .hljs-quote, [theme=tokyo-night-light] .hljs-string, [theme=tokyo-night-light] .hljs-symbol {
  color: #485e30;
}
[theme=tokyo-night-light] .hljs-code, [theme=tokyo-night-light] .hljs-formula, [theme=tokyo-night-light] .hljs-section {
  color: #34548a;
}
[theme=tokyo-night-light] .hljs-attr, [theme=tokyo-night-light] .hljs-char.escape_, [theme=tokyo-night-light] .hljs-keyword, [theme=tokyo-night-light] .hljs-name, [theme=tokyo-night-light] .hljs-operator {
  color: #5a4a78;
}
[theme=tokyo-night-light] .hljs-punctuation {
  color: #343b58;
}
[theme=tokyo-night-light] .hljs {
  background: #d5d6db;
  color: #565a6e;
}
[theme=tokyo-night-light] .hljs-emphasis {
  font-style: italic;
}
[theme=tokyo-night-light] .hljs-strong {
  font-weight: 700;
}

[theme=tomorrow-night-blue] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tomorrow-night-blue] code.hljs {
  padding: 3px 5px;
}
[theme=tomorrow-night-blue] .hljs-comment, [theme=tomorrow-night-blue] .hljs-quote {
  color: #7285b7;
}
[theme=tomorrow-night-blue] .hljs-deletion, [theme=tomorrow-night-blue] .hljs-name, [theme=tomorrow-night-blue] .hljs-regexp, [theme=tomorrow-night-blue] .hljs-selector-class, [theme=tomorrow-night-blue] .hljs-selector-id, [theme=tomorrow-night-blue] .hljs-tag, [theme=tomorrow-night-blue] .hljs-template-variable, [theme=tomorrow-night-blue] .hljs-variable {
  color: #ff9da4;
}
[theme=tomorrow-night-blue] .hljs-built_in, [theme=tomorrow-night-blue] .hljs-link, [theme=tomorrow-night-blue] .hljs-literal, [theme=tomorrow-night-blue] .hljs-meta, [theme=tomorrow-night-blue] .hljs-number, [theme=tomorrow-night-blue] .hljs-params, [theme=tomorrow-night-blue] .hljs-type {
  color: #ffc58f;
}
[theme=tomorrow-night-blue] .hljs-attribute {
  color: #ffeead;
}
[theme=tomorrow-night-blue] .hljs-addition, [theme=tomorrow-night-blue] .hljs-bullet, [theme=tomorrow-night-blue] .hljs-string, [theme=tomorrow-night-blue] .hljs-symbol {
  color: #d1f1a9;
}
[theme=tomorrow-night-blue] .hljs-section, [theme=tomorrow-night-blue] .hljs-title {
  color: #bbdaff;
}
[theme=tomorrow-night-blue] .hljs-keyword, [theme=tomorrow-night-blue] .hljs-selector-tag {
  color: #ebbbff;
}
[theme=tomorrow-night-blue] .hljs {
  background: #002451;
  color: #fff;
}
[theme=tomorrow-night-blue] .hljs-emphasis {
  font-style: italic;
}
[theme=tomorrow-night-blue] .hljs-strong {
  font-weight: 700;
}

[theme=tomorrow-night-bright] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=tomorrow-night-bright] code.hljs {
  padding: 3px 5px;
}
[theme=tomorrow-night-bright] .hljs-comment, [theme=tomorrow-night-bright] .hljs-quote {
  color: #969896;
}
[theme=tomorrow-night-bright] .hljs-deletion, [theme=tomorrow-night-bright] .hljs-name, [theme=tomorrow-night-bright] .hljs-regexp, [theme=tomorrow-night-bright] .hljs-selector-class, [theme=tomorrow-night-bright] .hljs-selector-id, [theme=tomorrow-night-bright] .hljs-tag, [theme=tomorrow-night-bright] .hljs-template-variable, [theme=tomorrow-night-bright] .hljs-variable {
  color: #d54e53;
}
[theme=tomorrow-night-bright] .hljs-built_in, [theme=tomorrow-night-bright] .hljs-link, [theme=tomorrow-night-bright] .hljs-literal, [theme=tomorrow-night-bright] .hljs-meta, [theme=tomorrow-night-bright] .hljs-number, [theme=tomorrow-night-bright] .hljs-params, [theme=tomorrow-night-bright] .hljs-type {
  color: #e78c45;
}
[theme=tomorrow-night-bright] .hljs-attribute {
  color: #e7c547;
}
[theme=tomorrow-night-bright] .hljs-addition, [theme=tomorrow-night-bright] .hljs-bullet, [theme=tomorrow-night-bright] .hljs-string, [theme=tomorrow-night-bright] .hljs-symbol {
  color: #b9ca4a;
}
[theme=tomorrow-night-bright] .hljs-section, [theme=tomorrow-night-bright] .hljs-title {
  color: #7aa6da;
}
[theme=tomorrow-night-bright] .hljs-keyword, [theme=tomorrow-night-bright] .hljs-selector-tag {
  color: #c397d8;
}
[theme=tomorrow-night-bright] .hljs {
  background: #000;
  color: #eaeaea;
}
[theme=tomorrow-night-bright] .hljs-emphasis {
  font-style: italic;
}
[theme=tomorrow-night-bright] .hljs-strong {
  font-weight: 700;
}

[theme=vs] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=vs] code.hljs {
  padding: 3px 5px;
}
[theme=vs] .hljs {
  background: #fff;
  color: #000;
}
[theme=vs] .hljs-comment, [theme=vs] .hljs-quote, [theme=vs] .hljs-variable {
  color: green;
}
[theme=vs] .hljs-built_in, [theme=vs] .hljs-keyword, [theme=vs] .hljs-name, [theme=vs] .hljs-selector-tag, [theme=vs] .hljs-tag {
  color: #00f;
}
[theme=vs] .hljs-addition, [theme=vs] .hljs-attribute, [theme=vs] .hljs-literal, [theme=vs] .hljs-section, [theme=vs] .hljs-string, [theme=vs] .hljs-template-tag, [theme=vs] .hljs-template-variable, [theme=vs] .hljs-title, [theme=vs] .hljs-type {
  color: #a31515;
}
[theme=vs] .hljs-deletion, [theme=vs] .hljs-meta, [theme=vs] .hljs-selector-attr, [theme=vs] .hljs-selector-pseudo {
  color: #2b91af;
}
[theme=vs] .hljs-doctag {
  color: grey;
}
[theme=vs] .hljs-attr {
  color: red;
}
[theme=vs] .hljs-bullet, [theme=vs] .hljs-link, [theme=vs] .hljs-symbol {
  color: #00b0e8;
}
[theme=vs] .hljs-emphasis {
  font-style: italic;
}
[theme=vs] .hljs-strong {
  font-weight: 700;
}

[theme=vs2015] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=vs2015] code.hljs {
  padding: 3px 5px;
}
[theme=vs2015] .hljs {
  background: #1e1e1e;
  color: #dcdcdc;
}
[theme=vs2015] .hljs-keyword, [theme=vs2015] .hljs-literal, [theme=vs2015] .hljs-name, [theme=vs2015] .hljs-symbol {
  color: #569cd6;
}
[theme=vs2015] .hljs-link {
  color: #569cd6;
  text-decoration: underline;
}
[theme=vs2015] .hljs-built_in, [theme=vs2015] .hljs-type {
  color: #4ec9b0;
}
[theme=vs2015] .hljs-class, [theme=vs2015] .hljs-number {
  color: #b8d7a3;
}
[theme=vs2015] .hljs-meta .hljs-string, [theme=vs2015] .hljs-string {
  color: #d69d85;
}
[theme=vs2015] .hljs-regexp, [theme=vs2015] .hljs-template-tag {
  color: #9a5334;
}
[theme=vs2015] .hljs-formula, [theme=vs2015] .hljs-function, [theme=vs2015] .hljs-params, [theme=vs2015] .hljs-subst, [theme=vs2015] .hljs-title {
  color: #dcdcdc;
}
[theme=vs2015] .hljs-comment, [theme=vs2015] .hljs-quote {
  color: #57a64a;
  font-style: italic;
}
[theme=vs2015] .hljs-doctag {
  color: #608b4e;
}
[theme=vs2015] .hljs-meta, [theme=vs2015] .hljs-meta .hljs-keyword, [theme=vs2015] .hljs-tag {
  color: #9b9b9b;
}
[theme=vs2015] .hljs-template-variable, [theme=vs2015] .hljs-variable {
  color: #bd63c5;
}
[theme=vs2015] .hljs-attr, [theme=vs2015] .hljs-attribute {
  color: #9cdcfe;
}
[theme=vs2015] .hljs-section {
  color: gold;
}
[theme=vs2015] .hljs-emphasis {
  font-style: italic;
}
[theme=vs2015] .hljs-strong {
  font-weight: 700;
}
[theme=vs2015] .hljs-bullet, [theme=vs2015] .hljs-selector-attr, [theme=vs2015] .hljs-selector-class, [theme=vs2015] .hljs-selector-id, [theme=vs2015] .hljs-selector-pseudo, [theme=vs2015] .hljs-selector-tag {
  color: #d7ba7d;
}
[theme=vs2015] .hljs-addition {
  background-color: #144212;
  display: inline-block;
  width: 100%;
}
[theme=vs2015] .hljs-deletion {
  background-color: #600;
  display: inline-block;
  width: 100%;
}

[theme=xcode] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=xcode] code.hljs {
  padding: 3px 5px;
}
[theme=xcode] .hljs {
  background: #fff;
  color: #000;
}
[theme=xcode] .xml .hljs-meta {
  color: silver;
}
[theme=xcode] .hljs-comment, [theme=xcode] .hljs-quote {
  color: #007400;
}
[theme=xcode] .hljs-attribute, [theme=xcode] .hljs-keyword, [theme=xcode] .hljs-literal, [theme=xcode] .hljs-name, [theme=xcode] .hljs-selector-tag, [theme=xcode] .hljs-tag {
  color: #aa0d91;
}
[theme=xcode] .hljs-template-variable, [theme=xcode] .hljs-variable {
  color: #3f6e74;
}
[theme=xcode] .hljs-code, [theme=xcode] .hljs-meta .hljs-string, [theme=xcode] .hljs-string {
  color: #c41a16;
}
[theme=xcode] .hljs-link, [theme=xcode] .hljs-regexp {
  color: #0e0eff;
}
[theme=xcode] .hljs-bullet, [theme=xcode] .hljs-number, [theme=xcode] .hljs-symbol, [theme=xcode] .hljs-title {
  color: #1c00cf;
}
[theme=xcode] .hljs-meta, [theme=xcode] .hljs-section {
  color: #643820;
}
[theme=xcode] .hljs-built_in, [theme=xcode] .hljs-class .hljs-title, [theme=xcode] .hljs-params, [theme=xcode] .hljs-title.class_, [theme=xcode] .hljs-type {
  color: #5c2699;
}
[theme=xcode] .hljs-attr {
  color: #836c28;
}
[theme=xcode] .hljs-subst {
  color: #000;
}
[theme=xcode] .hljs-formula {
  background-color: #eee;
  font-style: italic;
}
[theme=xcode] .hljs-addition {
  background-color: #baeeba;
}
[theme=xcode] .hljs-deletion {
  background-color: #ffc8bd;
}
[theme=xcode] .hljs-selector-class, [theme=xcode] .hljs-selector-id {
  color: #9b703f;
}
[theme=xcode] .hljs-doctag, [theme=xcode] .hljs-strong {
  font-weight: 700;
}
[theme=xcode] .hljs-emphasis {
  font-style: italic;
}

[theme=xt256] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme=xt256] code.hljs {
  padding: 3px 5px;
}
[theme=xt256] .hljs {
  color: #eaeaea;
  background: #000;
}
[theme=xt256] .hljs-subst {
  color: #eaeaea;
}
[theme=xt256] .hljs-emphasis {
  font-style: italic;
}
[theme=xt256] .hljs-strong {
  font-weight: 700;
}
[theme=xt256] .hljs-type {
  color: #eaeaea;
}
[theme=xt256] .hljs-params {
  color: #da0000;
}
[theme=xt256] .hljs-literal, [theme=xt256] .hljs-name, [theme=xt256] .hljs-number {
  color: red;
  font-weight: bolder;
}
[theme=xt256] .hljs-comment {
  color: #969896;
}
[theme=xt256] .hljs-quote, [theme=xt256] .hljs-selector-id {
  color: #0ff;
}
[theme=xt256] .hljs-template-variable, [theme=xt256] .hljs-title, [theme=xt256] .hljs-variable {
  color: #0ff;
  font-weight: 700;
}
[theme=xt256] .hljs-keyword, [theme=xt256] .hljs-selector-class, [theme=xt256] .hljs-symbol {
  color: #fff000;
}
[theme=xt256] .hljs-bullet, [theme=xt256] .hljs-string {
  color: #0f0;
}
[theme=xt256] .hljs-section, [theme=xt256] .hljs-tag {
  color: #000fff;
}
[theme=xt256] .hljs-selector-tag {
  color: #000fff;
  font-weight: 700;
}
[theme=xt256] .hljs-attribute, [theme=xt256] .hljs-built_in, [theme=xt256] .hljs-link, [theme=xt256] .hljs-regexp {
  color: #f0f;
}
[theme=xt256] .hljs-meta {
  color: #fff;
  font-weight: bolder;
}
.code-editor {
  position: relative;
}
.code-editor > div {
  width: 100%;
  height: 100%;
}
/* header */
.code-editor .header {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  height: 34px;
}
.code-editor .header > .dropdown {
  position: absolute;
  top: 12px;
  left: 18px;
}
.code-editor .header > .copy-code {
  position: absolute;
  top: 10px;
  right: 12px;
}
/* code-area */
.code-editor .code-area {
  position: relative;
  z-index: 0;
  text-align: left;
  overflow: hidden;
}
/* font style */
.code-editor .code-area > textarea,
.code-editor .code-area > pre > code,
.code-editor .line-nums > div {
  font-family: Consolas, Monaco, monospace;
  line-height: 1.5;
}
.code-editor .code-area > textarea:hover,
.code-editor .code-area > textarea:focus-visible {
  outline: none;
}
.code-editor .code-area > textarea {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-y: hidden;
  box-sizing: border-box;
  caret-color: rgb(127, 127, 127);
  color: transparent;
  white-space: pre;
  word-wrap: normal;
  border: 0;
  width: 100%;
  height: 100%;
  background: none;
  resize: none;
}
.code-editor .code-area > pre {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-size: 0;
  margin: 0;
}
.code-editor .code-area > pre > code {
  background: none;
  display: block;
  position: relative;
  overflow-x: visible !important;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0;
}
/* wrap code */
.code-editor.wrap .code-area > textarea,
.code-editor.wrap .code-area > pre > code {
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* hide-header */
.code-editor.hide-header.scroll .code-area {
  height: 100%;
}
/* scroll */
.code-editor.scroll .code-area {
  height: calc(100% - 34px);
}
.code-editor.scroll .code-area > textarea {
  overflow: auto;
}
.code-editor.scroll .code-area > pre {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* dropdown */
.code-editor .list {
  -webkit-user-select: none;
  user-select: none;
  height: 100%;
  font-family: sans-serif;
}
.code-editor .list > .lang-list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: auto;
  font-size: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.code-editor .list > .lang-list > li {
  font-size: 13px;
  transition: background 0.16s ease, color 0.16s ease;
  box-sizing: border-box;
  padding: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.code-editor .list > .lang-list > li:first-child {
  padding-top: 5px;
}
.code-editor .list > .lang-list > li:last-child {
  padding-bottom: 5px;
}
.code-editor .list > .lang-list > li:hover {
  background: rgba(160, 160, 160, 0.4);
}
/* line-nums */
.code-editor .line-nums {
  min-width: 36px;
  text-align: right;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  padding-right: 8px;
  padding-left: 8px;
  opacity: 0.3;
}
.code-editor .line-nums::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-right: 1px solid currentColor;
  opacity: 0.5;
}
.code-editor .header.border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: currentColor;
  opacity: 0.15;
}
/* packages/themes/src/css/genesis/variables.css */
:root {
  --formkit-theme: genesis;
  --fk-font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --fk-font-family-input: var(--fk-font-family);
  --fk-font-family-label: var(--fk-font-family);
  --fk-font-family-legend: var(--fk-font-family-label);
  --fk-font-family-option: var(--fk-font-family-input);
  --fk-font-family-help: var(--fk-font-family);
  --fk-font-family-message: var(--fk-font-family);
  --fk-font-weight: 400;
  --fk-font-weight-input: var(--fk-font-weight);
  --fk-font-weight-label: 700;
  --fk-font-weight-legend: var(--fk-font-weight-label, bold);
  --fk-font-weight-help: var(--fk-font-weight);
  --fk-font-weight-option: var(--fk-font-weight);
  --fk-font-weight-message: var(--fk-font-weight);
  --fk-font-size: 1em;
  --fk-font-size-input: var(--fk-font-size);
  --fk-font-size-label: 0.875em;
  --fk-font-size-legend: 0.875em;
  --fk-font-size-help: 0.8125em;
  --fk-font-size-remove: 0.8125em;
  --fk-font-size-option: 0.9em;
  --fk-font-size-message: 0.8125em;
  --fk-font-size-button: 0.875em;
  --fk-font-size-summary: 1.25em;
  --fk-line-height: 1.1;
  --fk-line-height-label: var(--fk-line-height);
  --fk-line-height-help: var(--fk-line-height);
  --fk-line-height-option: var(--fk-line-height);
  --fk-line-height-message: var(--fk-line-height);
  --fk-line-height-textarea: var(--fk-line-height);
  --fk-line-height-input: 1.125em;
  --fk-line-height-button: 1.3;
  --fk-max-width-input: 25em;
  --fk-box-size: 1.25em;
  --fk-color-primary: #006ff9;
  --fk-color-checked: var(--fk-color-primary);
  --fk-color-input: #000;
  --fk-color-input-selection: rgba(0, 122, 255, 25%);
  --fk-color-border: #94929c;
  --fk-color-border-focus: var(--fk-color-primary);
  --fk-color-danger: #ea0000;
  --fk-color-error: var(--fk-color-danger);
  --fk-color-placeholder: #767676;
  --fk-color-disabled: rgba(0 0 0 / 10%);
  --fk-color-help: rgba(0 0 0 / 60%);
  --fk-color-icon: rgba(0 0 0 / 80%);
  --fk-color-icon-minor: rgba(0 0 0 / 55%);
  --fk-color-button: #fff;
  --fk-color-button-hover: #fff;
  --fk-color-submit: var(--fk-color-button);
  --fk-color-submit-hover: var(--fk-color-button-hover);
  --fk-color-range-track: var(--fk-color-border);
  --fk-color-range-thumb: var(--fk-color-primary);
  --fk-focus-ring-color: rgb(50 100 203 / 31%);
  --fk-error-ring-color: rgb(235 0 0 / 60%);
  --fk-error-ring-focus-color: rgb(235 0 0 / 30%);
  --fk-bg-input: transparent;
  --fk-bg-disabled: rgba(0 0 0 / 5%);
  --fk-bg-decorator:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.07),
      transparent);
  --fk-bg-button: var(--fk-color-primary);
  --fk-bg-button-hover: var(--fk-bg-button);
  --fk-bg-submit: var(--fk-bg-button);
  --fk-bg-submit-hover: var(--fk-bg-submit);
  --fk-border-width: 1px;
  --fk-border-width-decorator: var(--fk-border-width);
  --fk-border-width-focus: 2px;
  --fk-border-width-checked: 1px;
  --fk-border-width-decorator-checked: 2px;
  --fk-border-width-decorator-focus: var(--fk-border-width-decorator-checked);
  --fk-border-width-decorator-focus-visible: var(--fk-border-width-focus);
  --fk-border-style: solid;
  --fk-border: var(--fk-border-width) var(--fk-border-style) var(--fk-color-border);
  --fk-border-focus: var(--fk-border-width-focus) var(--fk-border-style) var(--fk-color-border-focus);
  --fk-border-decorator: var(--fk-border-width-decorator) var(--fk-border-style) var(--fk-color-border);
  --fk-border-decorator-focus: var(--fk-border-width-focus) var(--fk-border-style) var(--fk-color-border-focus);
  --fk-border-decorator-focus-visible: var(--fk-border-width-decorator-focus-visible) var(--fk-border-style) var(--fk-color-border-focus);
  --fk-border-decorator-checked: var(--fk-border-width-checked) var(--fk-border-style) var(--fk-color-border-focus);
  --fk-border-box-shadow: 0 0 0 var(--fk-border-width) var(--fk-color-border);
  --fk-border-box-shadow-focus: 0 0 0 var(--fk-border-width-focus) var(--fk-color-border-focus);
  --fk-border-box-shadow-decorator: 0 0 0 var(--fk-border-width-decorator);
  --fk-border-box-shadow-decorator-focus: 0 0 0 var(--fk-border-width-decorator-focus) var(--fk-color-border-focus);
  --fk-border-box-shadow-decorator-focus-visible: 0 0 0 var(--fk-border-width-decorator-focus-visible) var(--fk-color-border-focus);
  --fk-border-box-shadow-decorator-checked: 0 0 0 var(--fk-border-width-decorator-checked) var(--fk-color-border-focus);
  --fk-border-box-shadow-invalid: 0 0 0 var(--fk-border-width-decorator-focus-visible) var(--fk-error-ring-color);
  --fk-border-radius-tl: 0.25em;
  --fk-border-radius-tr: 0.25em;
  --fk-border-radius-bl: 0.25em;
  --fk-border-radius-br: 0.25em;
  --fk-border-radius: var(--fk-border-radius-tl, 0.25em) var(--fk-border-radius-tr, 0.25em) var(--fk-border-radius-br, 0.25em) var(--fk-border-radius-bl, 0.25em);
  --fk-border-radius-full: 999em;
  --fk-focus-ring: 0.25em;
  --fk-error-ring: 3px;
  --fk-error-ring-offset: 2px;
  --fk-padding-base: 0.25em;
  --fk-padding-input-x: calc(var(--fk-padding-base) * 3);
  --fk-padding-input-y: calc(var(--fk-padding-base) * 3);
  --fk-padding-input-t: var(--fk-padding-input-y, 0);
  --fk-padding-input-r: var(--fk-padding-input-x, 0);
  --fk-padding-input-b: var(--fk-padding-input-y, 0);
  --fk-padding-input-l: var(--fk-padding-input-x, 0);
  --fk-padding-input: var(--fk-padding-input-t) var(--fk-padding-input-r) var(--fk-padding-input-b) var(--fk-padding-input-l);
  --fk-padding-label-x: inherit;
  --fk-padding-label-y: inherit;
  --fk-padding-label-t: var(--fk-padding-label-y, 0);
  --fk-padding-label-r: var(--fk-padding-label-x, 0);
  --fk-padding-label-b: var(--fk-padding-label-y, 0.5em);
  --fk-padding-label-l: var(--fk-padding-label-x, 0);
  --fk-padding-label: var(--fk-padding-label-t) var(--fk-padding-label-r) var(--fk-padding-label-b) var(--fk-padding-label-l);
  --fk-padding-help-x: inherit;
  --fk-padding-help-y: var(--fk-padding-base);
  --fk-padding-help-t: var(--fk-padding-help-y, 0);
  --fk-padding-help-r: var(--fk-padding-help-x, 0);
  --fk-padding-help-b: var(--fk-padding-help-y, 0);
  --fk-padding-help-l: var(--fk-padding-help-x, 0);
  --fk-padding-help: var(--fk-padding-help-t) var(--fk-padding-help-r) var(--fk-padding-help-b) var(--fk-padding-help-l);
  --fk-padding-option-x: inherit;
  --fk-padding-option-y: inherit;
  --fk-padding-option-t: var(--fk-padding-option-y, 0);
  --fk-padding-option-r: var(--fk-padding-option-x, 0);
  --fk-padding-option-b: var(--fk-padding-option-y, 0);
  --fk-padding-option-l: var(--fk-padding-option-x, 0);
  --fk-padding-option: var(--fk-padding-option-t) var(--fk-padding-option-r) var(--fk-padding-option-b) var(--fk-padding-option-l);
  --fk-padding-messages-x: inherit;
  --fk-padding-messages-y: inherit;
  --fk-padding-messages-t: var(--fk-padding-messages-y, var(--fk-padding-base));
  --fk-padding-messages-r: var(--fk-padding-messages-x, 0);
  --fk-padding-messages-b: var(--fk-padding-messages-y, 0);
  --fk-padding-messages-l: var(--fk-padding-messages-x, 0);
  --fk-padding-messages: var(--fk-padding-messages-t) var(--fk-padding-messages-r) var(--fk-padding-messages-b) var(--fk-padding-messages-l);
  --fk-padding-message-x: inherit;
  --fk-padding-message-y: var(--fk-padding-base);
  --fk-padding-message-t: var(--fk-padding-message-y, 0);
  --fk-padding-message-r: var(--fk-padding-message-x, 0);
  --fk-padding-message-b: var(--fk-padding-message-y, 0);
  --fk-padding-message-l: var(--fk-padding-message-x, 0);
  --fk-padding-message: var(--fk-padding-message-t) var(--fk-padding-message-r) var(--fk-padding-message-b) var(--fk-padding-message-l);
  --fk-padding-legend-x: 0.25em;
  --fk-padding-legend-y: 0.25em;
  --fk-padding-legend-t: var(--fk-padding-legend-y);
  --fk-padding-legend-r: var(--fk-padding-legend-x);
  --fk-padding-legend-b: var(--fk-padding-legend-y);
  --fk-padding-legend-l: var(--fk-padding-legend-x);
  --fk-padding-legend: var(--fk-padding-legend-t) var(--fk-padding-legend-r) var(--fk-padding-legend-b) var(--fk-padding-legend-l);
  --fk-padding-fieldset-x: var(--fk-padding-input-x);
  --fk-padding-fieldset-y: var(--fk-padding-input-y);
  --fk-padding-fieldset-t: var(--fk-padding-fieldset-y);
  --fk-padding-fieldset-r: var(--fk-padding-fieldset-x);
  --fk-padding-fieldset-b: var(--fk-padding-fieldset-y);
  --fk-padding-fieldset-l: var(--fk-padding-fieldset-x);
  --fk-padding-fieldset: var(--fk-padding-fieldset-t) var(--fk-padding-fieldset-r) var(--fk-padding-fieldset-b) var(--fk-padding-fieldset-l);
  --fk-padding-decorator-x: inherit;
  --fk-padding-decorator-y: var(--fk-padding-base);
  --fk-padding-decorator-t: var(--fk-padding-decorator-y, 1.25em);
  --fk-padding-decorator-r: var(--fk-padding-decorator-x, 1.25em);
  --fk-padding-decorator-b: var(--fk-padding-decorator-y, 1.25em);
  --fk-padding-decorator-l: var(--fk-padding-decorator-x, 1.25em);
  --fk-padding-decorator: var(--fk-padding-decorator-t) var(--fk-padding-decorator-r) var(--fk-padding-decorator-b) var(--fk-padding-decorator-l);
  --fk-padding-button-x: calc(var(--fk-padding-base) * 8);
  --fk-padding-button-y: calc(var(--fk-padding-base) * 3);
  --fk-padding-button-t: var(--fk-padding-button-y);
  --fk-padding-button-r: var(--fk-padding-button-x);
  --fk-padding-button-b: var(--fk-padding-button-y);
  --fk-padding-button-l: var(--fk-padding-button-x);
  --fk-padding-button: var(--fk-padding-button-t) var(--fk-padding-button-r) var(--fk-padding-button-b) var(--fk-padding-button-l);
  --fk-margin-base: 0.5em;
  --fk-margin-outer-x: inherit;
  --fk-margin-outer-y: inherit;
  --fk-margin-outer-t: var(--fk-margin-outer-y, 0);
  --fk-margin-outer-r: var(--fk-margin-outer-x, 0);
  --fk-margin-outer-b: var(--fk-margin-outer-y, calc(var(--fk-margin-base) * 2));
  --fk-margin-outer-l: var(--fk-margin-outer-x, 0);
  --fk-margin-outer: var(--fk-margin-outer-t) var(--fk-margin-outer-r) var(--fk-margin-outer-b) var(--fk-margin-outer-l);
  --fk-margin-wrapper-x: inherit;
  --fk-margin-wrapper-y: inherit;
  --fk-margin-wrapper-t: var(--fk-margin-wrapper-y, 0);
  --fk-margin-wrapper-r: var(--fk-margin-wrapper-x, 0);
  --fk-margin-wrapper-b: var(--fk-margin-wrapper-y, 0);
  --fk-margin-wrapper-l: var(--fk-margin-wrapper-x, 0);
  --fk-margin-wrapper: var(--fk-margin-wrapper-t) var(--fk-margin-wrapper-r) var(--fk-margin-wrapper-b) var(--fk-margin-wrapper-l);
  --fk-margin-input-x: inherit;
  --fk-margin-input-y: inherit;
  --fk-margin-input-t: var(--fk-margin-input-y, 0);
  --fk-margin-input-r: var(--fk-margin-input-x, 0);
  --fk-margin-input-b: var(--fk-margin-input-y, 0);
  --fk-margin-input-l: var(--fk-margin-input-x, 0);
  --fk-margin-input: var(--fk-margin-input-t) var(--fk-margin-input-r) var(--fk-margin-input-b) var(--fk-margin-input-l);
  --fk-margin-label-x: inherit;
  --fk-margin-label-y: 0;
  --fk-margin-label-t: var(--fk-margin-label-y, 0);
  --fk-margin-label-r: var(--fk-margin-label-x, 0);
  --fk-margin-label-b: var(--fk-margin-label-y, var(--fk-margin-base));
  --fk-margin-label-l: var(--fk-margin-label-x, 0);
  --fk-margin-label: var(--fk-margin-label-t) var(--fk-margin-label-r) var(--fk-margin-label-b) var(--fk-margin-label-l);
  --fk-margin-help-x: inherit;
  --fk-margin-help-y: 0.3em;
  --fk-margin-help-t: var(--fk-margin-help-y, 0);
  --fk-margin-help-r: var(--fk-margin-help-x, 0);
  --fk-margin-help-b: 0;
  --fk-margin-help-l: var(--fk-margin-help-x, 0);
  --fk-margin-help: var(--fk-margin-help-t) var(--fk-margin-help-r) var(--fk-margin-help-b) var(--fk-margin-help-l);
  --fk-margin-option-x: inherit;
  --fk-margin-option-y: inherit;
  --fk-margin-option-t: var(--fk-margin-option-y, 0);
  --fk-margin-option-r: var(--fk-margin-option-x, 0);
  --fk-margin-option-b: var(--fk-margin-option-y, 0.625em);
  --fk-margin-option-l: var(--fk-margin-option-x, 0);
  --fk-margin-option: var(--fk-margin-option-t) var(--fk-margin-option-r) var(--fk-margin-option-b) var(--fk-margin-option-l);
  --fk-margin-message-x: inherit;
  --fk-margin-message-y: inherit;
  --fk-margin-message-t: var(--fk-margin-message-y, 0);
  --fk-margin-message-r: var(--fk-margin-message-x, 0);
  --fk-margin-message-b: var(--fk-margin-message-y, 0);
  --fk-margin-message-l: var(--fk-margin-message-x, 0);
  --fk-margin-message: var(--fk-margin-message-t) var(--fk-margin-message-r) var(--fk-margin-message-b) var(--fk-margin-message-l);
  --fk-margin-legend-x: 0em;
  --fk-margin-legend-y: inherit;
  --fk-margin-legend-t: var(--fk-margin-legend-y, 0);
  --fk-margin-legend-r: var(--fk-margin-legend-x, 0);
  --fk-margin-legend-b: var(--fk-margin-legend-y, 0);
  --fk-margin-legend-l: var(--fk-margin-legend-x, 0);
  --fk-margin-legend: var(--fk-margin-legend-t) var(--fk-margin-legend-r) var(--fk-margin-legend-b) var(--fk-margin-legend-l);
  --fk-margin-fieldset-x: inherit;
  --fk-margin-fieldset-y: inherit;
  --fk-margin-fieldset-t: var(--fk-margin-fieldset-y, 0);
  --fk-margin-fieldset-r: var(--fk-margin-fieldset-x, 0);
  --fk-margin-fieldset-b: var(--fk-margin-fieldset-y, 0);
  --fk-margin-fieldset-l: var(--fk-margin-fieldset-x, 0);
  --fk-margin-fieldset: var(--fk-margin-fieldset-t) var(--fk-margin-fieldset-r) var(--fk-margin-fieldset-b) var(--fk-margin-fieldset-l);
  --fk-margin-decorator-x: inherit;
  --fk-margin-decorator-y: inherit;
  --fk-margin-decorator-t: var(--fk-margin-decorator-y, 0);
  --fk-margin-decorator-r: var(--fk-margin-decorator-x, 0.5em);
  --fk-margin-decorator-b: var(--fk-margin-decorator-y, 0);
  --fk-margin-decorator-l: var(--fk-margin-decorator-x, 0);
  --fk-margin-decorator: var(--fk-margin-decorator-t) var(--fk-margin-decorator-r) var(--fk-margin-decorator-b) var(--fk-margin-decorator-l);
  --fk-margin-button-x: inherit;
  --fk-margin-button-y: inherit;
  --fk-margin-button-t: var(--fk-margin-button-y, 0);
  --fk-margin-button-r: var(--fk-margin-button-x, 0.5em);
  --fk-margin-button-b: var(--fk-margin-button-y, 0);
  --fk-margin-button-l: var(--fk-margin-button-x, 0);
  --fk-margin-button: var(--fk-margin-button-t) var(--fk-margin-button-r) var(--fk-margin-button-b) var(--fk-margin-button-l);
  --fk-icon-close: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxNiI+PHBhdGggZD0iTTEwLDEyLjVjLS4xMywwLS4yNi0uMDUtLjM1LS4xNUwxLjY1LDQuMzVjLS4yLS4yLS4yLS41MSwwLS43MSwuMi0uMiwuNTEtLjIsLjcxLDBMMTAuMzUsMTEuNjVjLjIsLjIsLjIsLjUxLDAsLjcxLS4xLC4xLS4yMywuMTUtLjM1LC4xNVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjxwYXRoIGQ9Ik0yLDEyLjVjLS4xMywwLS4yNi0uMDUtLjM1LS4xNS0uMi0uMi0uMi0uNTEsMC0uNzFMOS42NSwzLjY1Yy4yLS4yLC41MS0uMiwuNzEsMCwuMiwuMiwuMiwuNTEsMCwuNzFMMi4zNSwxMi4zNWMtLjEsLjEtLjIzLC4xNS0uMzUsLjE1WiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+;
  --fk-icon-down: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiA3Ij48cGF0aCBkPSJNOCw2LjVjLS4xMywwLS4yNi0uMDUtLjM1LS4xNUwzLjE1LDEuODVjLS4yLS4yLS4yLS41MSwwLS43MSwuMi0uMiwuNTEtLjIsLjcxLDBsNC4xNSw0LjE1TDEyLjE1LDEuMTVjLjItLjIsLjUxLS4yLC43MSwwLC4yLC4yLC4yLC41MSwwLC43MWwtNC41LDQuNWMtLjEsLjEtLjIzLC4xNS0uMzUsLjE1WiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+;
  --fk-icon-fileDoc: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxNiI+PHBhdGggZD0iTTEyLjUsMTZIMi41Yy0uODMsMC0xLjUtLjY3LTEuNS0xLjVWMS41YzAtLjgzLC42Ny0xLjUsMS41LTEuNWg3LjA5Yy40LDAsLjc4LC4xNiwxLjA2LC40NGwyLjkxLDIuOTFjLjI4LC4yOCwuNDQsLjY2LC40NCwxLjA2VjE0LjVjMCwuODMtLjY3LDEuNS0xLjUsMS41Wk0yLjUsMWMtLjI4LDAtLjUsLjIyLS41LC41VjE0LjVjMCwuMjgsLjIyLC41LC41LC41SDEyLjVjLjI4LDAsLjUtLjIyLC41LS41VjQuNDFjMC0uMTMtLjA1LS4yNi0uMTUtLjM1bC0yLjkxLTIuOTFjLS4wOS0uMDktLjIyLS4xNS0uMzUtLjE1SDIuNVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjxwYXRoIGQ9Ik0xMy4zOCw1aC0yLjkxYy0uODEsMC0xLjQ3LS42Ni0xLjQ3LTEuNDdWLjYyYzAtLjI4LC4yMi0uNSwuNS0uNXMuNSwuMjIsLjUsLjVWMy41M2MwLC4yNiwuMjEsLjQ3LC40NywuNDdoMi45MWMuMjgsMCwuNSwuMjIsLjUsLjVzLS4yMiwuNS0uNSwuNVoiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjxwYXRoIGQ9Ik0xMCwxM0g1Yy0uMjgsMC0uNS0uMjItLjUtLjVzLjIyLS41LC41LS41aDVjLjI4LDAsLjUsLjIyLC41LC41cy0uMjIsLjUtLjUsLjVaIiBmaWxsPSJjdXJyZW50Q29sb3IiLz48cGF0aCBkPSJNMTAsMTBINWMtLjI4LDAtLjUtLjIyLS41LS41cy4yMi0uNSwuNS0uNWg1Yy4yOCwwLC41LC4yMiwuNSwuNXMtLjIyLC41LS41LC41WiIgZmlsbD0iY3VycmVudENvbG9yIi8+PHBhdGggZD0iTTcsN2gtMmMtLjI4LDAtLjUtLjIyLS41LS41cy4yMi0uNSwuNS0uNWgyYy4yOCwwLC41LC4yMiwuNSwuNXMtLjIyLC41LS41LC41WiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+Cg==;
  --fk-icon-check: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAyNyI+PHBvbHlnb24gZmlsbD0iY3VycmVudENvbG9yIiBwb2ludHM9IjI2Ljk5IDAgMTAuMTMgMTcuMTcgNC42OSAxMS42MyAwIDE2LjQxIDEwLjQgMjcgMTUuMDUgMjIuMjcgMTUuMDkgMjIuMzEgMzIgNS4xIDI2Ljk5IDAiLz48L3N2Zz4=;
  --fk-icon-circle: PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGNpcmNsZSBmaWxsPSJjdXJyZW50Q29sb3IiIGN4PSIxNiIgY3k9IjE2IiByPSIxNiIvPjwvc3ZnPg==;
  --fk-icon-fileItem: var(--fk-icon-fileDoc);
  --fk-icon-fileRemove: var(--fk-icon-close);
  --fk-icon-noFiles: var(--fk-icon-fileDoc);
  --fk-icon-select: var(--fk-icon-down);
  --fk-icon-checkboxDecorator: var(--fk-icon-check);
  --fk-icon-radioDecorator: var(--fk-icon-circle);
}

/* packages/themes/src/css/genesis/formkit-reset.css */
.formkit-outer {
  box-sizing: border-box;
}
.formkit-outer * {
  box-sizing: border-box;
}
.formkit-outer *::before,
.formkit-outer *::after {
  box-sizing: inherit;
}
.formkit-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.formkit-input:focus {
  outline: none;
}
@media (forced-colors: active) {
  .formkit-input,
  .formkit-decorator {
    border: 1px solid !important;
  }
}
.formkit-message {
  list-style-type: none;
}

/* packages/themes/src/css/genesis/colors.css */
.formkit-inner:focus-within {
  border-color: var(--fk-color-border-focus);
}
[data-type=select]:not([data-multiple]) .formkit-inner:after {
  background-color: var(--fk-color-icon);
}
.formkit-input {
  background-color: var(--fk-bg-input);
  color: var(--fk-color-input);
}
input.formkit-input[type=radio]:checked ~ .formkit-decorator::before {
  background: var(--fk-color-checked);
}
input.formkit-input[type=checkbox]:checked ~ .formkit-decorator::before {
  border-color: var(--fk-color-checked);
}
[data-family=text] .formkit-input::-moz-selection {
  background-color: var(--fk-color-input-selection);
}
[data-family=text] .formkit-input::selection {
  background-color: var(--fk-color-input-selection);
}
.formkit-help,
.formkit-option-help {
  color: var(--fk-color-help);
}
.formkit-message {
  color: var(--fk-color-error);
}

/* packages/themes/src/css/genesis/typography.css */
.formkit-outer {
  font-family: var(--fk-font-family);
  font-weight: var(--fk-font-weight);
  font-size: var(--fk-font-size);
  line-height: var(--fk-line-height);
}
.formkit-outer[data-type=textarea] textarea {
  line-height: var(--fk-line-height-textarea);
}
.formkit-label {
  font-family: var(--fk-font-family-label);
  font-size: var(--fk-font-size-label);
  font-weight: var(--fk-font-weight-label);
  line-height: var(--fk-line-height-label);
}
[data-type=checkbox] .formkit-label,
[data-type=radio] .formkit-label,
.formkit-option .formkit-label {
  font-weight: var(--fk-font-weight-option);
  font-size: var(--fk-font-size-option);
  margin-bottom: 0.1em;
}
.formkit-legend {
  font-family: var(--fk-font-family-legend);
  font-size: var(--fk-font-size-legend);
  font-weight: var(--fk-font-weight-legend);
}
.formkit-input {
  font-family: var(--fk-font-family-input);
  font-size: var(--fk-font-size-input);
  font-weight: var(--fk-font-weight-input);
  line-height: var(--fk-line-height-input);
}
.formkit-help,
.formkit-option-help {
  font-family: var(--fk-font-family-help);
  font-size: var(--fk-font-size-help);
  font-weight: var(--fk-font-weight-help);
  line-height: var(--fk-line-height-help);
}
.formkit-messages {
  font-family: var(--fk-font-family-message);
  font-family: var(--fk-font-family);
  line-height: var(--fk-line-height-message);
}
.formkit-message {
  font-size: var(--fk-font-size-message);
  font-weight: var(--fk-font-weight-message);
}

/* packages/themes/src/css/genesis/structure.css */
.formkit-outer {
  margin: var(--fk-margin-outer);
}
.formkit-outer[data-disabled] {
  opacity: 0.5;
}
.formkit-outer[data-disabled] [data-disabled] {
  opacity: 1;
}
.formkit-wrapper,
.formkit-fieldset {
  max-width: var(--fk-max-width-input);
}
.formkit-label {
  display: block;
  margin: var(--fk-margin-label);
  padding: var(--fk-padding-label);
}
.formkit-fieldset {
  margin: var(--fk-margin-fieldset);
  padding: var(--fk-padding-fieldset);
  border-radius: var(--fk-border-radius);
  border: var(--fk-border);
}
.formkit-fieldset:focus-within {
  border: var(--fk-border-focus);
}
.formkit-fieldset > .formkit-help {
  margin-top: calc(var(--fk-padding-fieldset-t) * -0.5);
  margin-bottom: calc(var(--fk-padding-fieldset-t) * 1.5);
}
.formkit-legend {
  display: block;
  margin: var(--fk-margin-legend);
  padding: var(--fk-padding-legend);
}
.formkit-inner {
  position: relative;
  box-shadow: var(--fk-border-box-shadow);
  border-radius: var(--fk-border-radius);
  display: flex;
  align-items: center;
}
.formkit-inner:focus-within {
  box-shadow: var(--fk-border-box-shadow-focus);
}
[data-type=checkbox] .formkit-inner,
[data-type=radio] .formkit-inner {
  border: none;
  box-shadow: none;
  display: inline-block;
}
[data-invalid] :is([data-type=checkbox] .formkit-inner):focus-within,
[data-invalid] :is([data-type=radio] .formkit-inner):focus-within,
[data-errors] :is([data-type=checkbox] .formkit-inner):focus-within,
[data-errors] :is([data-type=radio] .formkit-inner):focus-within {
  outline: none;
}
.formkit-input {
  display: block;
  width: 100%;
  border-radius: var(--fk-border-radius);
  padding: var(--fk-padding-input);
}
.formkit-input[disabled] {
  background-color: var(--fk-bg-disabled);
}
.formkit-input[multiple] {
  padding: 0;
}
.formkit-input[multiple] option {
  padding: var(--fk-padding-input);
}
input.formkit-input[type=date]::-webkit-calendar-picker-indicator {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.875em;
}
input.formkit-input[type=date]::-webkit-datetime-edit {
  line-height: 1;
  overflow: visible;
}
select.formkit-input {
  padding-right: calc(var(--fk-padding-base) * 7);
}
select.formkit-input[data-placeholder]:not([multiple]) {
  color: var(--fk-color-placeholder);
}
select.formkit-input[data-placeholder]:not([multiple]) option {
  color: var(--fk-color-input);
}
select.formkit-input[data-placeholder]:not([multiple]) option[disabled] {
  color: var(--fk-color-disabled);
}
select.formkit-input[data-placeholder]:not([multiple]) option[data-is-placeholder] {
  color: var(--fk-color-placeholder);
}
select.formkit-input option {
  font-size: var(--fk-font-size-option);
}
input.formkit-input[type=radio] ~ .formkit-decorator {
  border-radius: var(--fk-border-radius-full);
}
input.formkit-input[type=radio] ~ .formkit-decorator::before {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 2em;
}
.formkit-help,
.formkit-option-help {
  margin: var(--fk-margin-help);
}
.formkit-messages {
  padding: var(--fk-padding-messages);
  margin: var(--fk-margin-messages);
}
.formkit-help + .formkit-messages {
  padding-top: 0;
}
.formkit-message {
  padding: var(--fk-padding-message);
  margin: var(--fk-margin-message);
}
.formkit-messages + .formkit-actions {
  margin-top: var(--fk-margin-outer-b);
}

/* packages/themes/src/css/genesis/animations.css */
@keyframes fk-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fk-glow {
  0% {
    box-shadow: 0 0 0 0.1em var(--fk-color-primary);
  }
  100% {
    box-shadow: 0 0 0 0.4em var(--fk-color-primary);
  }
}

/* packages/themes/src/css/genesis/inputs/button-and-submit.css */
[data-type=button] .formkit-input,
[data-type=submit] .formkit-input {
  font-size: var(--fk-font-size-button);
  border-radius: var(--fk-border-radius);
  cursor: pointer;
  display: inline-flex;
  width: auto;
  justify-content: center;
  padding: var(--fk-padding-button);
  margin: var(--fk-margin-button);
  position: relative;
  transition: filter 0.25s;
  border: 1px solid transparent;
  line-height: var(--fk-line-height-button);
}
[data-type=button] .formkit-input:focus-visible,
[data-type=submit] .formkit-input:focus-visible {
  outline: var(--fk-color-border-focus) solid 2px;
  outline-offset: 2px;
}
[data-type=button][data-disabled] .formkit-input,
[data-type=submit][data-disabled] .formkit-input,
[data-type=button] .formkit-input[disabled],
[data-type=submit] .formkit-input[disabled] {
  background: var(--fk-color-border) !important;
  color: var(--fk-color-button) !important;
  cursor: not-allowed;
}
[data-type=submit] .formkit-input {
  background: var(--fk-bg-submit);
  color: var(--fk-color-submit);
}
[data-type=submit] .formkit-input::before {
  box-sizing: border-box;
  content: "";
  width: 0;
  margin-right: 0;
  height: 1.28571428em;
  border: 0 solid transparent;
  border-radius: 1.28571428em;
  transition:
    width 0.25s,
    border 0.25s,
    margin-right 0.25s;
}
[data-type=submit] .formkit-input:hover {
  background: var(--fk-bg-submit-hover);
}
[data-loading] [data-type=submit] .formkit-input::before {
  animation: fk-rotate 0.5s linear infinite;
  width: 1.28571428em;
  border: 0.1428571429em solid white;
  border-right-color: transparent;
  margin-right: 0.75em;
}
[data-loading] .formkit-actions [data-type=submit] .formkit-input {
  filter: brightness(1.1);
  pointer-events: none;
}
[data-type=button] .formkit-input {
  background: var(--fk-bg-button);
  color: var(--fk-color-button);
}
[data-type=button] .formkit-input:hover {
  background: var(--fk-bg-button-hover);
}

/* packages/themes/src/css/genesis/inputs/checkbox-and-radio.css */
[data-type=checkbox] [data-disabled],
[data-type=radio] [data-disabled] {
  opacity: 30%;
}
[data-type=checkbox] .formkit-label,
[data-type=radio] .formkit-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0;
}
[data-type=checkbox] .formkit-wrapper,
[data-type=radio] .formkit-wrapper {
  display: flex;
  align-items: center;
}
[data-type=checkbox] .formkit-input,
[data-type=radio] .formkit-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  left: -999em;
}
[data-type=checkbox] .formkit-input ~ .formkit-decorator,
[data-type=radio] .formkit-input ~ .formkit-decorator {
  background: var(--fk-bg-decorator);
  display: block;
  box-sizing: content-box;
  width: var(--fk-box-size);
  height: var(--fk-box-size);
  flex: 0 0 var(--fk-box-size);
  border: none;
  box-shadow: var(--fk-border-box-shadow);
  border-radius: var(--fk-border-radius);
  margin: var(--fk-margin-decorator);
  position: relative;
}
[data-type=checkbox] .formkit-input ~ .formkit-decorator .formkit-icon,
[data-type=radio] .formkit-input ~ .formkit-decorator .formkit-icon {
  width: 0;
  height: 0;
  position: absolute;
  padding: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  pointer-events: none;
}
[data-type=checkbox] .formkit-input ~ .formkit-decorator .formkit-icon svg,
[data-type=radio] .formkit-input ~ .formkit-decorator .formkit-icon svg {
  height: 100%;
}
[data-type=checkbox] .formkit-input:checked ~ .formkit-decorator,
[data-type=radio] .formkit-input:checked ~ .formkit-decorator {
  box-shadow: var(--fk-border-box-shadow-decorator-checked);
}
[data-type=checkbox] .formkit-input:checked ~ .formkit-decorator .formkit-icon,
[data-type=radio] .formkit-input:checked ~ .formkit-decorator .formkit-icon {
  width: 100%;
  height: 100%;
}
[data-type=checkbox] .formkit-input:checked ~ .formkit-decorator .formkit-icon,
[data-type=radio] .formkit-input:checked ~ .formkit-decorator .formkit-icon {
  color: var(--fk-color-border-focus);
}
[data-type=checkbox] .formkit-input:focus ~ .formkit-decorator,
[data-type=radio] .formkit-input:focus ~ .formkit-decorator {
  box-shadow: var(--fk-border-box-shadow-decorator-focus);
  outline: var(--fk-focus-ring) solid var(--fk-focus-ring-color);
}
[data-type=checkbox] .formkit-input:focus-visible ~ .formkit-decorator,
[data-type=radio] .formkit-input:focus-visible ~ .formkit-decorator {
  box-shadow: var(--fk-border-box-shadow-decorator-focus-visible);
}
[data-type=checkbox] .formkit-options,
[data-type=radio] .formkit-options {
  margin: var(--fk-checkbox-options-margin);
  padding: 0;
}
[data-type=checkbox] .formkit-option,
[data-type=radio] .formkit-option {
  list-style-type: none;
  margin: var(--fk-margin-option);
}
[data-type=checkbox] .formkit-option:last-child,
[data-type=radio] .formkit-option:last-child {
  margin-bottom: 0;
}
[data-type=checkbox] fieldset.formkit-fieldset,
[data-type=radio] fieldset.formkit-fieldset {
  border: var(--fk-border);
  border-radius: var(--fk-border-radius);
}
[data-type=radio] .formkit-input ~ .formkit-decorator .formkit-icon {
  padding: 5px;
}

/* packages/themes/src/css/genesis/inputs/color.css */
[data-type=color] .formkit-inner {
  max-width: 5em;
}
[data-type=color] input[type=color] {
  border: none;
  padding: 0;
}
[data-type=color] input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
  border: none;
}
[data-type=color] input[type=color]::-moz-color-swatch-wrapper {
  padding: 0;
  border: none;
}
[data-type=color] input[type=color]::-webkit-color-swatch {
  border-radius: var(--fk-border-radius);
  border: none;
}
[data-type=color] input[type=color]::-moz-color-swatch {
  border-radius: var(--fk-border-radius);
  border: none;
}

/* packages/themes/src/css/genesis/inputs/range.css */
[data-type=range] .formkit-inner {
  border: 0;
  box-shadow: none;
}
[data-type=range] .formkit-inner:focus-within {
  border: 0;
  box-shadow: none;
}
[data-type=range] input {
  padding-left: 0;
  padding-right: 0;
}
[data-type=range] input[disabled] {
  background: transparent;
}
[data-type=range] input::-webkit-slider-runnable-track {
  background-color: var(--fk-color-border);
  height: 4px;
  border-radius: 4px;
}
[data-type=range] input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  transform: translateY(calc(-50% + 2px));
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background-color: var(--fk-color-range-thumb);
  border: 0;
}
[data-type=range] input::-moz-range-track {
  background-color: var(--fk-color-border);
  height: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
}
[data-type=range] input::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background-color: var(--fk-color-range-thumb);
  border: 1px solid var(--fk-color-range-thumb);
}
[data-type=range] input:focus::-webkit-slider-thumb {
  outline: var(--fk-focus-ring) solid var(--fk-focus-ring-color);
}
[data-type=range] input:focus::-moz-range-thumb {
  outline: var(--fk-focus-ring) solid var(--fk-focus-ring-color);
}
[data-type=range] input[disabled]::-webkit-slider-thumb {
  background-color: var(--fk-color-border);
}
[data-type=range] input[disabled]::-moz-slider-thumb {
  background-color: var(--fk-color-border);
}

/* packages/themes/src/css/genesis/inputs/select.css */
[data-type=select]:not([data-multiple]) .formkit-inner .formkit-select-icon {
  margin-left: -2.5em;
  pointer-events: none;
}
[data-type=select][data-multiple] .formkit-select-icon {
  display: none;
}

/* packages/themes/src/css/genesis/inputs/file.css */
[data-type=file] .formkit-no-files,
[data-type=file] .formkit-file-list {
  padding: var(--fk-padding-input);
  margin: 0;
}
[data-type=file] .formkit-no-files,
[data-type=file] .formkit-file-item {
  display: flex;
  flex-grow: 1;
  align-items: center;
  font-size: var(--fk-font-size-input);
  position: relative;
}
[data-type=file] .formkit-no-files + .formkit-no-files,
[data-type=file] .formkit-file-item + .formkit-file-item {
  margin-top: var(--fk-padding-input-t);
}
[data-type=file] .formkit-inner .formkit-file-item-icon,
[data-type=file] .formkit-inner .formkit-no-files-icon {
  width: 1em;
  margin-right: 0.5em;
}
[data-type=file] .formkit-file-item .formkit-file-remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  font-size: 0;
  margin-left: auto;
  padding: 0;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
[data-type=file] .formkit-file-item .formkit-file-remove:hover {
  color: var(--fk-color-danger);
}
[data-type=file] .formkit-file-item .formkit-file-remove .formkit-file-remove-icon {
  width: 1em;
  font-size: 1rem;
}
[data-type=file] .formkit-no-files {
  color: var(--fk-color-placeholder);
}
[data-type=file] .formkit-no-files::before {
  background-color: var(--fk-color-placeholder);
}
[data-type=file] .formkit-file-list {
  width: 100%;
}
[data-type=file] .formkit-file-list[data-has-multiple] {
  margin-bottom: calc(var(--fk-padding-input-b) + var(--fk-font-size-remove) * 1.1);
}
[data-type=file] .formkit-file-list[data-has-multiple] .formkit-file-item {
  line-height: var(--fk-line-height-input);
}
[data-type=file] .formkit-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 2;
  color: transparent;
}
[data-type=file] .formkit-input::file-selector-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
  padding: 0;
  border: 0;
}
[data-type=file] .formkit-input[data-file-hover] {
  animation: fk-glow 0.75s infinite alternate;
}
[data-type=file] [data-has-multiple=true] ~ .formkit-file-remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  font-size: var(--fk-font-size-remove);
  color: var(--fk-color-primary);
  bottom: calc(var(--fk-padding-input-b) + (1em - var(--fk-font-size-remove)));
  left: calc(var(--fk-padding-input-l) + (1em - var(--fk-font-size-remove)));
  display: block;
  z-index: 5;
  cursor: pointer;
}
[data-type=file] [data-has-multiple=true] ~ .formkit-file-remove:hover {
  color: var(--fk-color-danger);
}

/* packages/themes/src/css/genesis/inputs/textarea.css */
[data-type=textarea] textarea {
  width: 100%;
  min-height: 6em;
  flex-grow: 1;
}

/* packages/themes/src/css/genesis/extras/summary.css */
.formkit-summary {
  padding: 0;
  margin: 0;
  width: 100%;
}
.formkit-summary-inner {
  padding: var(--fk-margin-outer-b);
  border: var(--fk-error-ring) solid var(--fk-error-ring-color);
  border-radius: 0.5em;
}
.formkit-summary-header {
  font-size: var(--fk-font-size-summary);
  margin: 0 0 var(--fk-margin-outer-b) 0;
}
.formkit-message-link {
  color: var(--fk-color-danger);
  text-decoration: none;
}
.formkit-message-link:focus {
  outline: var(--fk-error-ring) solid var(--fk-error-ring-color);
}

/* packages/themes/src/css/genesis/addons/icons.css */
.formkit-inner:focus-within .formkit-icon.formkit-prefix-icon {
  color: var(--fk-color-primary);
}
.formkit-outer .formkit-icon {
  width: 2.5em;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-self: stretch;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.formkit-outer .formkit-icon.formkit-prefix-icon {
  border-radius: var(--fk-border-radius-tl) 0 0 var(--fk-border-radius-bl);
  background: var(--fk-bg-decorator);
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.33);
}
.formkit-outer .formkit-icon.formkit-suffix-icon {
  width: 1.75em;
  padding-left: 0em;
  padding-right: 0.75em;
}
.formkit-outer .formkit-icon svg {
  width: 100%;
  margin: auto;
  max-height: 1em;
  max-width: 1em;
}
[data-type=button] .formkit-icon.formkit-prefix-icon,
[data-type=submit] .formkit-icon.formkit-prefix-icon,
[data-type=range] .formkit-icon.formkit-prefix-icon {
  background: none;
  box-shadow: none;
}
[data-type=button] .formkit-inner:focus-within .formkit-icon,
[data-type=submit] .formkit-inner:focus-within .formkit-icon,
[data-type=range] .formkit-inner:focus-within .formkit-icon {
  color: currentColor;
}
[data-type=button] .formkit-icon,
[data-type=submit] .formkit-icon,
[data-type=range] .formkit-icon {
  padding: 0;
  width: 1em;
  font-size: 1rem;
}
[data-type=button] .formkit-icon.formkit--prefix-icon,
[data-type=submit] .formkit-icon.formkit--prefix-icon,
[data-type=range] .formkit-icon.formkit--prefix-icon {
  margin-right: 0.5em;
}
[data-type=button] .formkit-icon.formkit-suffix-icon,
[data-type=submit] .formkit-icon.formkit-suffix-icon,
[data-type=range] .formkit-icon.formkit-suffix-icon {
  margin-left: 0.5em;
}
[data-type=button] .formkit-prefix-icon,
[data-type=submit] .formkit-prefix-icon {
  margin-left: -0.5em;
  margin-right: 0.5em;
}
[data-type=button] .formkit-suffix-icon,
[data-type=submit] .formkit-suffix-icon {
  margin-left: 0.5em;
  margin-right: -0.5em;
}
[data-prefix-icon=true][data-prefix-icon-click=true] .formkit-prefix-icon {
  cursor: pointer;
}
[data-prefix-icon=true][data-type=color] input[type=color]::-webkit-color-swatch {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-prefix-icon=true][data-type=color] input[type=color]::-moz-color-swatch {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[data-prefix-icon=true][data-type=file][data-multiple=true] .formkit-file-remove {
  left: calc(var(--fk-padding-input-l) + (4em - var(--fk-font-size-remove)));
}
[data-suffix-icon=true][data-suffix-icon-click=true] .formkit-suffix-icon {
  cursor: pointer;
}
[data-suffix-icon=true][data-type=color] input[type=color]::-webkit-color-swatch {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-suffix-icon=true][data-type=color] input[type=color]::-moz-color-swatch {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[data-suffix-icon=true][data-type=color] .formkit-icon.formkit-suffix-icon {
  padding-right: 0;
  width: 2.5em;
}
[data-suffix-icon=true][data-type=select] .formkit-inner::after {
  right: 2.5em;
}
[data-prefix-icon=true][data-type=color] .formkit-inner,
[data-suffix-icon=true][data-type=color] .formkit-inner {
  max-width: 7.5em;
}
[data-prefix-icon=true][data-suffix-icon=true][data-type=color] .formkit-inner {
  max-width: 10em;
}

/* packages/themes/src/css/genesis/genesis.css */
/*# sourceMappingURL=index.css.map */