primeflex
Version:
PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well.
2,276 lines (2,076 loc) • 446 kB
CSS
.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: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.text-50 {
color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.text-100 {
color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.text-200 {
color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.text-300 {
color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.text-400 {
color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.text-500 {
color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.text-600 {
color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.text-700 {
color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.text-800 {
color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.text-900 {
color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.focus\:text-0:focus {
color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.hover\:text-0:hover {
color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.active\:text-0:active {
color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.focus\:text-50:focus {
color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.hover\:text-50:hover {
color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.active\:text-50:active {
color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.focus\:text-100:focus {
color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.hover\:text-100:hover {
color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.active\:text-100:active {
color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.focus\:text-200:focus {
color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.hover\:text-200:hover {
color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.active\:text-200:active {
color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.focus\:text-300:focus {
color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.hover\:text-300:hover {
color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.active\:text-300:active {
color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.focus\:text-400:focus {
color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.hover\:text-400:hover {
color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.active\:text-400:active {
color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.focus\:text-500:focus {
color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.hover\:text-500:hover {
color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.active\:text-500:active {
color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.focus\:text-600:focus {
color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.hover\:text-600:hover {
color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.active\:text-600:active {
color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.focus\:text-700:focus {
color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.hover\:text-700:hover {
color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.active\:text-700:active {
color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.focus\:text-800:focus {
color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.hover\:text-800:hover {
color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.active\:text-800:active {
color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.focus\:text-900:focus {
color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.hover\:text-900:hover {
color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.active\:text-900:active {
color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.surface-0 {
background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.surface-50 {
background-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.surface-100 {
background-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.surface-200 {
background-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.surface-300 {
background-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.surface-400 {
background-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.surface-500 {
background-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.surface-600 {
background-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.surface-700 {
background-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.surface-800 {
background-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.surface-900 {
background-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.focus\:surface-0:focus {
background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.hover\:surface-0:hover {
background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.active\:surface-0:active {
background-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.focus\:surface-50:focus {
background-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.hover\:surface-50:hover {
background-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.active\:surface-50:active {
background-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.focus\:surface-100:focus {
background-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.hover\:surface-100:hover {
background-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.active\:surface-100:active {
background-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.focus\:surface-200:focus {
background-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.hover\:surface-200:hover {
background-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.active\:surface-200:active {
background-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.focus\:surface-300:focus {
background-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.hover\:surface-300:hover {
background-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.active\:surface-300:active {
background-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.focus\:surface-400:focus {
background-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.hover\:surface-400:hover {
background-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.active\:surface-400:active {
background-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.focus\:surface-500:focus {
background-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.hover\:surface-500:hover {
background-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.active\:surface-500:active {
background-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.focus\:surface-600:focus {
background-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.hover\:surface-600:hover {
background-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.active\:surface-600:active {
background-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.focus\:surface-700:focus {
background-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.hover\:surface-700:hover {
background-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.active\:surface-700:active {
background-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.focus\:surface-800:focus {
background-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.hover\:surface-800:hover {
background-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.active\:surface-800:active {
background-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.focus\:surface-900:focus {
background-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.hover\:surface-900:hover {
background-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.active\:surface-900:active {
background-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.border-0 {
border-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.border-50 {
border-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.border-100 {
border-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.border-200 {
border-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.border-300 {
border-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.border-400 {
border-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.border-500 {
border-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.border-600 {
border-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.border-700 {
border-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.border-800 {
border-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.border-900 {
border-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.focus\:border-0:focus {
border-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.hover\:border-0:hover {
border-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.active\:border-0:active {
border-color: light-dark(var(--p-surface-0), var(--p-surface-900)) !important;
}
.focus\:border-50:focus {
border-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.hover\:border-50:hover {
border-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.active\:border-50:active {
border-color: light-dark(var(--p-surface-50), var(--p-surface-800)) !important;
}
.focus\:border-100:focus {
border-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.hover\:border-100:hover {
border-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.active\:border-100:active {
border-color: light-dark(var(--p-surface-100), var(--p-surface-700)) !important;
}
.focus\:border-200:focus {
border-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.hover\:border-200:hover {
border-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.active\:border-200:active {
border-color: light-dark(var(--p-surface-200), var(--p-surface-600)) !important;
}
.focus\:border-300:focus {
border-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.hover\:border-300:hover {
border-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.active\:border-300:active {
border-color: light-dark(var(--p-surface-300), var(--p-surface-500)) !important;
}
.focus\:border-400:focus {
border-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.hover\:border-400:hover {
border-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.active\:border-400:active {
border-color: light-dark(var(--p-surface-400), var(--p-surface-400)) !important;
}
.focus\:border-500:focus {
border-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.hover\:border-500:hover {
border-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.active\:border-500:active {
border-color: light-dark(var(--p-surface-500), var(--p-surface-300)) !important;
}
.focus\:border-600:focus {
border-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.hover\:border-600:hover {
border-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.active\:border-600:active {
border-color: light-dark(var(--p-surface-600), var(--p-surface-200)) !important;
}
.focus\:border-700:focus {
border-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.hover\:border-700:hover {
border-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.active\:border-700:active {
border-color: light-dark(var(--p-surface-700), var(--p-surface-100)) !important;
}
.focus\:border-800:focus {
border-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.hover\:border-800:hover {
border-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.active\:border-800:active {
border-color: light-dark(var(--p-surface-800), var(--p-surface-50)) !important;
}
.focus\:border-900:focus {
border-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.hover\:border-900:hover {
border-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !important;
}
.active\:border-900:active {
border-color: light-dark(var(--p-surface-900), var(--p-surface-0)) !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(--p-blue-50) !important;
}
.text-blue-100 {
color: var(--p-blue-100) !important;
}
.text-blue-200 {
color: var(--p-blue-200) !important;
}
.text-blue-300 {
color: var(--p-blue-300) !important;
}
.text-blue-400 {
color: var(--p-blue-400) !important;
}
.text-blue-500 {
color: var(--p-blue-500) !important;
}
.text-blue-600 {
color: var(--p-blue-600) !important;
}
.text-blue-700 {
color: var(--p-blue-700) !important;
}
.text-blue-800 {
color: var(--p-blue-800) !important;
}
.text-blue-900 {
color: var(--p-blue-900) !important;
}
.focus\:text-blue-50:focus {
color: var(--p-blue-50) !important;
}
.focus\:text-blue-100:focus {
color: var(--p-blue-100) !important;
}
.focus\:text-blue-200:focus {
color: var(--p-blue-200) !important;
}
.focus\:text-blue-300:focus {
color: var(--p-blue-300) !important;
}
.focus\:text-blue-400:focus {
color: var(--p-blue-400) !important;
}
.focus\:text-blue-500:focus {
color: var(--p-blue-500) !important;
}
.focus\:text-blue-600:focus {
color: var(--p-blue-600) !important;
}
.focus\:text-blue-700:focus {
color: var(--p-blue-700) !important;
}
.focus\:text-blue-800:focus {
color: var(--p-blue-800) !important;
}
.focus\:text-blue-900:focus {
color: var(--p-blue-900) !important;
}
.hover\:text-blue-50:hover {
color: var(--p-blue-50) !important;
}
.hover\:text-blue-100:hover {
color: var(--p-blue-100) !important;
}
.hover\:text-blue-200:hover {
color: var(--p-blue-200) !important;
}
.hover\:text-blue-300:hover {
color: var(--p-blue-300) !important;
}
.hover\:text-blue-400:hover {
color: var(--p-blue-400) !important;
}
.hover\:text-blue-500:hover {
color: var(--p-blue-500) !important;
}
.hover\:text-blue-600:hover {
color: var(--p-blue-600) !important;
}
.hover\:text-blue-700:hover {
color: var(--p-blue-700) !important;
}
.hover\:text-blue-800:hover {
color: var(--p-blue-800) !important;
}
.hover\:text-blue-900:hover {
color: var(--p-blue-900) !important;
}
.active\:text-blue-50:active {
color: var(--p-blue-50) !important;
}
.active\:text-blue-100:active {
color: var(--p-blue-100) !important;
}
.active\:text-blue-200:active {
color: var(--p-blue-200) !important;
}
.active\:text-blue-300:active {
color: var(--p-blue-300) !important;
}
.active\:text-blue-400:active {
color: var(--p-blue-400) !important;
}
.active\:text-blue-500:active {
color: var(--p-blue-500) !important;
}
.active\:text-blue-600:active {
color: var(--p-blue-600) !important;
}
.active\:text-blue-700:active {
color: var(--p-blue-700) !important;
}
.active\:text-blue-800:active {
color: var(--p-blue-800) !important;
}
.active\:text-blue-900:active {
color: var(--p-blue-900) !important;
}
.text-green-50 {
color: var(--p-green-50) !important;
}
.text-green-100 {
color: var(--p-green-100) !important;
}
.text-green-200 {
color: var(--p-green-200) !important;
}
.text-green-300 {
color: var(--p-green-300) !important;
}
.text-green-400 {
color: var(--p-green-400) !important;
}
.text-green-500 {
color: var(--p-green-500) !important;
}
.text-green-600 {
color: var(--p-green-600) !important;
}
.text-green-700 {
color: var(--p-green-700) !important;
}
.text-green-800 {
color: var(--p-green-800) !important;
}
.text-green-900 {
color: var(--p-green-900) !important;
}
.focus\:text-green-50:focus {
color: var(--p-green-50) !important;
}
.focus\:text-green-100:focus {
color: var(--p-green-100) !important;
}
.focus\:text-green-200:focus {
color: var(--p-green-200) !important;
}
.focus\:text-green-300:focus {
color: var(--p-green-300) !important;
}
.focus\:text-green-400:focus {
color: var(--p-green-400) !important;
}
.focus\:text-green-500:focus {
color: var(--p-green-500) !important;
}
.focus\:text-green-600:focus {
color: var(--p-green-600) !important;
}
.focus\:text-green-700:focus {
color: var(--p-green-700) !important;
}
.focus\:text-green-800:focus {
color: var(--p-green-800) !important;
}
.focus\:text-green-900:focus {
color: var(--p-green-900) !important;
}
.hover\:text-green-50:hover {
color: var(--p-green-50) !important;
}
.hover\:text-green-100:hover {
color: var(--p-green-100) !important;
}
.hover\:text-green-200:hover {
color: var(--p-green-200) !important;
}
.hover\:text-green-300:hover {
color: var(--p-green-300) !important;
}
.hover\:text-green-400:hover {
color: var(--p-green-400) !important;
}
.hover\:text-green-500:hover {
color: var(--p-green-500) !important;
}
.hover\:text-green-600:hover {
color: var(--p-green-600) !important;
}
.hover\:text-green-700:hover {
color: var(--p-green-700) !important;
}
.hover\:text-green-800:hover {
color: var(--p-green-800) !important;
}
.hover\:text-green-900:hover {
color: var(--p-green-900) !important;
}
.active\:text-green-50:active {
color: var(--p-green-50) !important;
}
.active\:text-green-100:active {
color: var(--p-green-100) !important;
}
.active\:text-green-200:active {
color: var(--p-green-200) !important;
}
.active\:text-green-300:active {
color: var(--p-green-300) !important;
}
.active\:text-green-400:active {
color: var(--p-green-400) !important;
}
.active\:text-green-500:active {
color: var(--p-green-500) !important;
}
.active\:text-green-600:active {
color: var(--p-green-600) !important;
}
.active\:text-green-700:active {
color: var(--p-green-700) !important;
}
.active\:text-green-800:active {
color: var(--p-green-800) !important;
}
.active\:text-green-900:active {
color: var(--p-green-900) !important;
}
.text-yellow-50 {
color: var(--p-yellow-50) !important;
}
.text-yellow-100 {
color: var(--p-yellow-100) !important;
}
.text-yellow-200 {
color: var(--p-yellow-200) !important;
}
.text-yellow-300 {
color: var(--p-yellow-300) !important;
}
.text-yellow-400 {
color: var(--p-yellow-400) !important;
}
.text-yellow-500 {
color: var(--p-yellow-500) !important;
}
.text-yellow-600 {
color: var(--p-yellow-600) !important;
}
.text-yellow-700 {
color: var(--p-yellow-700) !important;
}
.text-yellow-800 {
color: var(--p-yellow-800) !important;
}
.text-yellow-900 {
color: var(--p-yellow-900) !important;
}
.focus\:text-yellow-50:focus {
color: var(--p-yellow-50) !important;
}
.focus\:text-yellow-100:focus {
color: var(--p-yellow-100) !important;
}
.focus\:text-yellow-200:focus {
color: var(--p-yellow-200) !important;
}
.focus\:text-yellow-300:focus {
color: var(--p-yellow-300) !important;
}
.focus\:text-yellow-400:focus {
color: var(--p-yellow-400) !important;
}
.focus\:text-yellow-500:focus {
color: var(--p-yellow-500) !important;
}
.focus\:text-yellow-600:focus {
color: var(--p-yellow-600) !important;
}
.focus\:text-yellow-700:focus {
color: var(--p-yellow-700) !important;
}
.focus\:text-yellow-800:focus {
color: var(--p-yellow-800) !important;
}
.focus\:text-yellow-900:focus {
color: var(--p-yellow-900) !important;
}
.hover\:text-yellow-50:hover {
color: var(--p-yellow-50) !important;
}
.hover\:text-yellow-100:hover {
color: var(--p-yellow-100) !important;
}
.hover\:text-yellow-200:hover {
color: var(--p-yellow-200) !important;
}
.hover\:text-yellow-300:hover {
color: var(--p-yellow-300) !important;
}
.hover\:text-yellow-400:hover {
color: var(--p-yellow-400) !important;
}
.hover\:text-yellow-500:hover {
color: var(--p-yellow-500) !important;
}
.hover\:text-yellow-600:hover {
color: var(--p-yellow-600) !important;
}
.hover\:text-yellow-700:hover {
color: var(--p-yellow-700) !important;
}
.hover\:text-yellow-800:hover {
color: var(--p-yellow-800) !important;
}
.hover\:text-yellow-900:hover {
color: var(--p-yellow-900) !important;
}
.active\:text-yellow-50:active {
color: var(--p-yellow-50) !important;
}
.active\:text-yellow-100:active {
color: var(--p-yellow-100) !important;
}
.active\:text-yellow-200:active {
color: var(--p-yellow-200) !important;
}
.active\:text-yellow-300:active {
color: var(--p-yellow-300) !important;
}
.active\:text-yellow-400:active {
color: var(--p-yellow-400) !important;
}
.active\:text-yellow-500:active {
color: var(--p-yellow-500) !important;
}
.active\:text-yellow-600:active {
color: var(--p-yellow-600) !important;
}
.active\:text-yellow-700:active {
color: var(--p-yellow-700) !important;
}
.active\:text-yellow-800:active {
color: var(--p-yellow-800) !important;
}
.active\:text-yellow-900:active {
color: var(--p-yellow-900) !important;
}
.text-cyan-50 {
color: var(--p-cyan-50) !important;
}
.text-cyan-100 {
color: var(--p-cyan-100) !important;
}
.text-cyan-200 {
color: var(--p-cyan-200) !important;
}
.text-cyan-300 {
color: var(--p-cyan-300) !important;
}
.text-cyan-400 {
color: var(--p-cyan-400) !important;
}
.text-cyan-500 {
color: var(--p-cyan-500) !important;
}
.text-cyan-600 {
color: var(--p-cyan-600) !important;
}
.text-cyan-700 {
color: var(--p-cyan-700) !important;
}
.text-cyan-800 {
color: var(--p-cyan-800) !important;
}
.text-cyan-900 {
color: var(--p-cyan-900) !important;
}
.focus\:text-cyan-50:focus {
color: var(--p-cyan-50) !important;
}
.focus\:text-cyan-100:focus {
color: var(--p-cyan-100) !important;
}
.focus\:text-cyan-200:focus {
color: var(--p-cyan-200) !important;
}
.focus\:text-cyan-300:focus {
color: var(--p-cyan-300) !important;
}
.focus\:text-cyan-400:focus {
color: var(--p-cyan-400) !important;
}
.focus\:text-cyan-500:focus {
color: var(--p-cyan-500) !important;
}
.focus\:text-cyan-600:focus {
color: var(--p-cyan-600) !important;
}
.focus\:text-cyan-700:focus {
color: var(--p-cyan-700) !important;
}
.focus\:text-cyan-800:focus {
color: var(--p-cyan-800) !important;
}
.focus\:text-cyan-900:focus {
color: var(--p-cyan-900) !important;
}
.hover\:text-cyan-50:hover {
color: var(--p-cyan-50) !important;
}
.hover\:text-cyan-100:hover {
color: var(--p-cyan-100) !important;
}
.hover\:text-cyan-200:hover {
color: var(--p-cyan-200) !important;
}
.hover\:text-cyan-300:hover {
color: var(--p-cyan-300) !important;
}
.hover\:text-cyan-400:hover {
color: var(--p-cyan-400) !important;
}
.hover\:text-cyan-500:hover {
color: var(--p-cyan-500) !important;
}
.hover\:text-cyan-600:hover {
color: var(--p-cyan-600) !important;
}
.hover\:text-cyan-700:hover {
color: var(--p-cyan-700) !important;
}
.hover\:text-cyan-800:hover {
color: var(--p-cyan-800) !important;
}
.hover\:text-cyan-900:hover {
color: var(--p-cyan-900) !important;
}
.active\:text-cyan-50:active {
color: var(--p-cyan-50) !important;
}
.active\:text-cyan-100:active {
color: var(--p-cyan-100) !important;
}
.active\:text-cyan-200:active {
color: var(--p-cyan-200) !important;
}
.active\:text-cyan-300:active {
color: var(--p-cyan-300) !important;
}
.active\:text-cyan-400:active {
color: var(--p-cyan-400) !important;
}
.active\:text-cyan-500:active {
color: var(--p-cyan-500) !important;
}
.active\:text-cyan-600:active {
color: var(--p-cyan-600) !important;
}
.active\:text-cyan-700:active {
color: var(--p-cyan-700) !important;
}
.active\:text-cyan-800:active {
color: var(--p-cyan-800) !important;
}
.active\:text-cyan-900:active {
color: var(--p-cyan-900) !important;
}
.text-pink-50 {
color: var(--p-pink-50) !important;
}
.text-pink-100 {
color: var(--p-pink-100) !important;
}
.text-pink-200 {
color: var(--p-pink-200) !important;
}
.text-pink-300 {
color: var(--p-pink-300) !important;
}
.text-pink-400 {
color: var(--p-pink-400) !important;
}
.text-pink-500 {
color: var(--p-pink-500) !important;
}
.text-pink-600 {
color: var(--p-pink-600) !important;
}
.text-pink-700 {
color: var(--p-pink-700) !important;
}
.text-pink-800 {
color: var(--p-pink-800) !important;
}
.text-pink-900 {
color: var(--p-pink-900) !important;
}
.focus\:text-pink-50:focus {
color: var(--p-pink-50) !important;
}
.focus\:text-pink-100:focus {
color: var(--p-pink-100) !important;
}
.focus\:text-pink-200:focus {
color: var(--p-pink-200) !important;
}
.focus\:text-pink-300:focus {
color: var(--p-pink-300) !important;
}
.focus\:text-pink-400:focus {
color: var(--p-pink-400) !important;
}
.focus\:text-pink-500:focus {
color: var(--p-pink-500) !important;
}
.focus\:text-pink-600:focus {
color: var(--p-pink-600) !important;
}
.focus\:text-pink-700:focus {
color: var(--p-pink-700) !important;
}
.focus\:text-pink-800:focus {
color: var(--p-pink-800) !important;
}
.focus\:text-pink-900:focus {
color: var(--p-pink-900) !important;
}
.hover\:text-pink-50:hover {
color: var(--p-pink-50) !important;
}
.hover\:text-pink-100:hover {
color: var(--p-pink-100) !important;
}
.hover\:text-pink-200:hover {
color: var(--p-pink-200) !important;
}
.hover\:text-pink-300:hover {
color: var(--p-pink-300) !important;
}
.hover\:text-pink-400:hover {
color: var(--p-pink-400) !important;
}
.hover\:text-pink-500:hover {
color: var(--p-pink-500) !important;
}
.hover\:text-pink-600:hover {
color: var(--p-pink-600) !important;
}
.hover\:text-pink-700:hover {
color: var(--p-pink-700) !important;
}
.hover\:text-pink-800:hover {
color: var(--p-pink-800) !important;
}
.hover\:text-pink-900:hover {
color: var(--p-pink-900) !important;
}
.active\:text-pink-50:active {
color: var(--p-pink-50) !important;
}
.active\:text-pink-100:active {
color: var(--p-pink-100) !important;
}
.active\:text-pink-200:active {
color: var(--p-pink-200) !important;
}
.active\:text-pink-300:active {
color: var(--p-pink-300) !important;
}
.active\:text-pink-400:active {
color: var(--p-pink-400) !important;
}
.active\:text-pink-500:active {
color: var(--p-pink-500) !important;
}
.active\:text-pink-600:active {
color: var(--p-pink-600) !important;
}
.active\:text-pink-700:active {
color: var(--p-pink-700) !important;
}
.active\:text-pink-800:active {
color: var(--p-pink-800) !important;
}
.active\:text-pink-900:active {
color: var(--p-pink-900) !important;
}
.text-indigo-50 {
color: var(--p-indigo-50) !important;
}
.text-indigo-100 {
color: var(--p-indigo-100) !important;
}
.text-indigo-200 {
color: var(--p-indigo-200) !important;
}
.text-indigo-300 {
color: var(--p-indigo-300) !important;
}
.text-indigo-400 {
color: var(--p-indigo-400) !important;
}
.text-indigo-500 {
color: var(--p-indigo-500) !important;
}
.text-indigo-600 {
color: var(--p-indigo-600) !important;
}
.text-indigo-700 {
color: var(--p-indigo-700) !important;
}
.text-indigo-800 {
color: var(--p-indigo-800) !important;
}
.text-indigo-900 {
color: var(--p-indigo-900) !important;
}
.focus\:text-indigo-50:focus {
color: var(--p-indigo-50) !important;
}
.focus\:text-indigo-100:focus {
color: var(--p-indigo-100) !important;
}
.focus\:text-indigo-200:focus {
color: var(--p-indigo-200) !important;
}
.focus\:text-indigo-300:focus {
color: var(--p-indigo-300) !important;
}
.focus\:text-indigo-400:focus {
color: var(--p-indigo-400) !important;
}
.focus\:text-indigo-500:focus {
color: var(--p-indigo-500) !important;
}
.focus\:text-indigo-600:focus {
color: var(--p-indigo-600) !important;
}
.focus\:text-indigo-700:focus {
color: var(--p-indigo-700) !important;
}
.focus\:text-indigo-800:focus {
color: var(--p-indigo-800) !important;
}
.focus\:text-indigo-900:focus {
color: var(--p-indigo-900) !important;
}
.hover\:text-indigo-50:hover {
color: var(--p-indigo-50) !important;
}
.hover\:text-indigo-100:hover {
color: var(--p-indigo-100) !important;
}
.hover\:text-indigo-200:hover {
color: var(--p-indigo-200) !important;
}
.hover\:text-indigo-300:hover {
color: var(--p-indigo-300) !important;
}
.hover\:text-indigo-400:hover {
color: var(--p-indigo-400) !important;
}
.hover\:text-indigo-500:hover {
color: var(--p-indigo-500) !important;
}
.hover\:text-indigo-600:hover {
color: var(--p-indigo-600) !important;
}
.hover\:text-indigo-700:hover {
color: var(--p-indigo-700) !important;
}
.hover\:text-indigo-800:hover {
color: var(--p-indigo-800) !important;
}
.hover\:text-indigo-900:hover {
color: var(--p-indigo-900) !important;
}
.active\:text-indigo-50:active {
color: var(--p-indigo-50) !important;
}
.active\:text-indigo-100:active {
color: var(--p-indigo-100) !important;
}
.active\:text-indigo-200:active {
color: var(--p-indigo-200) !important;
}
.active\:text-indigo-300:active {
color: var(--p-indigo-300) !important;
}
.active\:text-indigo-400:active {
color: var(--p-indigo-400) !important;
}
.active\:text-indigo-500:active {
color: var(--p-indigo-500) !important;
}
.active\:text-indigo-600:active {
color: var(--p-indigo-600) !important;
}
.active\:text-indigo-700:active {
color: var(--p-indigo-700) !important;
}
.active\:text-indigo-800:active {
color: var(--p-indigo-800) !important;
}
.active\:text-indigo-900:active {
color: var(--p-indigo-900) !important;
}
.text-teal-50 {
color: var(--p-teal-50) !important;
}
.text-teal-100 {
color: var(--p-teal-100) !important;
}
.text-teal-200 {
color: var(--p-teal-200) !important;
}
.text-teal-300 {
color: var(--p-teal-300) !important;
}
.text-teal-400 {
color: var(--p-teal-400) !important;
}
.text-teal-500 {
color: var(--p-teal-500) !important;
}
.text-teal-600 {
color: var(--p-teal-600) !important;
}
.text-teal-700 {
color: var(--p-teal-700) !important;
}
.text-teal-800 {
color: var(--p-teal-800) !important;
}
.text-teal-900 {
color: var(--p-teal-900) !important;
}
.focus\:text-teal-50:focus {
color: var(--p-teal-50) !important;
}
.focus\:text-teal-100:focus {
color: var(--p-teal-100) !important;
}
.focus\:text-teal-200:focus {
color: var(--p-teal-200) !important;
}
.focus\:text-teal-300:focus {
color: var(--p-teal-300) !important;
}
.focus\:text-teal-400:focus {
color: var(--p-teal-400) !important;
}
.focus\:text-teal-500:focus {
color: var(--p-teal-500) !important;
}
.focus\:text-teal-600:focus {
color: var(--p-teal-600) !important;
}
.focus\:text-teal-700:focus {
color: var(--p-teal-700) !important;
}
.focus\:text-teal-800:focus {
color: var(--p-teal-800) !important;
}
.focus\:text-teal-900:focus {
color: var(--p-teal-900) !important;
}
.hover\:text-teal-50:hover {
color: var(--p-teal-50) !important;
}
.hover\:text-teal-100:hover {
color: var(--p-teal-100) !important;
}
.hover\:text-teal-200:hover {
color: var(--p-teal-200) !important;
}
.hover\:text-teal-300:hover {
color: var(--p-teal-300) !important;
}
.hover\:text-teal-400:hover {
color: var(--p-teal-400) !important;
}
.hover\:text-teal-500:hover {
color: var(--p-teal-500) !important;
}
.hover\:text-teal-600:hover {
color: var(--p-teal-600) !important;
}
.hover\:text-teal-700:hover {
color: var(--p-teal-700) !important;
}
.hover\:text-teal-800:hover {
color: var(--p-teal-800) !important;
}
.hover\:text-teal-900:hover {
color: var(--p-teal-900) !important;
}
.active\:text-teal-50:active {
color: var(--p-teal-50) !important;
}
.active\:text-teal-100:active {
color: var(--p-teal-100) !important;
}
.active\:text-teal-200:active {
color: var(--p-teal-200) !important;
}
.active\:text-teal-300:active {
color: var(--p-teal-300) !important;
}
.active\:text-teal-400:active {
color: var(--p-teal-400) !important;
}
.active\:text-teal-500:active {
color: var(--p-teal-500) !important;
}
.active\:text-teal-600:active {
color: var(--p-teal-600) !important;
}
.active\:text-teal-700:active {
color: var(--p-teal-700) !important;
}
.active\:text-teal-800:active {
color: var(--p-teal-800) !important;
}
.active\:text-teal-900:active {
color: var(--p-teal-900) !important;
}
.text-orange-50 {
color: var(--p-orange-50) !important;
}
.text-orange-100 {
color: var(--p-orange-100) !important;
}
.text-orange-200 {
color: var(--p-orange-200) !important;
}
.text-orange-300 {
color: var(--p-orange-300) !important;
}
.text-orange-400 {
color: var(--p-orange-400) !important;
}
.text-orange-500 {
color: var(--p-orange-500) !important;
}
.text-orange-600 {
color: var(--p-orange-600) !important;
}
.text-orange-700 {
color: var(--p-orange-700) !important;
}
.text-orange-800 {
color: var(--p-orange-800) !important;
}
.text-orange-900 {
color: var(--p-orange-900) !important;
}
.focus\:text-orange-50:focus {
color: var(--p-orange-50) !important;
}
.focus\:text-orange-100:focus {
color: var(--p-orange-100) !important;
}
.focus\:text-orange-200:focus {
color: var(--p-orange-200) !important;
}
.focus\:text-orange-300:focus {
color: var(--p-orange-300) !important;
}
.focus\:text-orange-400:focus {
color: var(--p-orange-400) !important;
}
.focus\:text-orange-500:focus {
color: var(--p-orange-500) !important;
}
.focus\:text-orange-600:focus {
color: var(--p-orange-600) !important;
}
.focus\:text-orange-700:focus {
color: var(--p-orange-700) !important;
}
.focus\:text-orange-800:focus {
color: var(--p-orange-800) !important;
}
.focus\:text-orange-900:focus {
color: var(--p-orange-900) !important;
}
.hover\:text-orange-50:hover {
color: var(--p-orange-50) !important;
}
.hover\:text-orange-100:hover {
color: var(--p-orange-100) !important;
}
.hover\:text-orange-200:hover {
color: var(--p-orange-200) !important;
}
.hover\:text-orange-300:hover {
color: var(--p-orange-300) !important;
}
.hover\:text-orange-400:hover {
color: var(--p-orange-400) !important;
}
.hover\:text-orange-500:hover {
color: var(--p-orange-500) !important;
}
.hover\:text-orange-600:hover {
color: var(--p-orange-600) !important;
}
.hover\:text-orange-700:hover {
color: var(--p-orange-700) !important;
}
.hover\:text-orange-800:hover {
color: var(--p-orange-800) !important;
}
.hover\:text-orange-900:hover {
color: var(--p-orange-900) !important;
}
.active\:text-orange-50:active {
color: var(--p-orange-50) !important;
}
.active\:text-orange-100:active {
color: var(--p-orange-100) !important;
}
.active\:text-orange-200:active {
color: var(--p-orange-200) !important;
}
.active\:text-orange-300:active {
color: var(--p-orange-300) !important;
}
.active\:text-orange-400:active {
color: var(--p-orange-400) !important;
}
.active\:text-orange-500:active {
color: var(--p-orange-500) !important;
}
.active\:text-orange-600:active {
color: var(--p-orange-600) !important;
}
.active\:text-orange-700:active {
color: var(--p-orange-700) !important;
}
.active\:text-orange-800:active {
color: var(--p-orange-800) !important;
}
.active\:text-orange-900:active {
color: var(--p-orange-900) !important;
}
.text-bluegray-50 {
color: var(--p-bluegray-50) !important;
}
.text-bluegray-100 {
color: var(--p-bluegray-100) !important;
}
.text-bluegray-200 {
color: var(--p-bluegray-200) !important;
}
.text-bluegray-300 {
color: var(--p-bluegray-300) !important;
}
.text-bluegray-400 {
color: var(--p-bluegray-400) !important;
}
.text-bluegray-500 {
color: var(--p-bluegray-500) !important;
}
.text-bluegray-600 {
color: var(--p-bluegray-600) !important;
}
.text-bluegray-700 {
color: var(--p-bluegray-700) !important;
}
.text-bluegray-800 {
color: var(--p-bluegray-800) !important;
}
.text-bluegray-900 {
color: var(--p-bluegray-900) !important;
}
.focus\:text-bluegray-50:focus {
color: var(--p-bluegray-50) !important;
}
.focus\:text-bluegray-100:focus {
color: var(--p-bluegray-100) !important;
}
.focus\:text-bluegray-200:focus {
color: var(--p-bluegray-200) !important;
}
.focus\:text-bluegray-300:focus {
color: var(--p-bluegray-300) !important;
}
.focus\:text-bluegray-400:focus {
color: var(--p-bluegray-400) !important;
}
.focus\:text-bluegray-500:focus {
color: var(--p-bluegray-500) !important;
}
.focus\:text-bluegray-600:focus {
color: var(--p-bluegray-600) !important;
}
.focus\:text-bluegray-700:focus {
color: var(--p-bluegray-700) !important;
}
.focus\:text-bluegray-800:focus {
color: var(--p-bluegray-800) !important;
}
.focus\:text-bluegray-900:focus {
color: var(--p-bluegray-900) !important;
}
.hover\:text-bluegray-50:hover {
color: var(--p-bluegray-50) !important;
}
.hover\:text-bluegray-100:hover {
color: var(--p-bluegray-100) !important;
}
.hover\:text-bluegray-200:hover {
color: var(--p-bluegray-200) !important;
}
.hover\:text-bluegray-300:hover {
color: var(--p-bluegray-300) !important;
}
.hover\:text-bluegray-400:hover {
color: var(--p-bluegray-400) !important;
}
.hover\:text-bluegray-500:hover {
color: var(--p-bluegray-500) !important;
}
.hover\:text-bluegray-600:hover {
color: var(--p-bluegray-600) !important;
}
.hover\:text-bluegray-700:hover {
color: var(--p-bluegray-700) !important;
}
.hover\:text-bluegray-800:hover {
color: var(--p-bluegray-800) !important;
}
.hover\:text-bluegray-900:hover {
color: var(--p-bluegray-900) !important;
}
.active\:text-bluegray-50:active {
color: var(--p-bluegray-50) !important;
}
.active\:text-bluegray-100:active {
color: var(--p-bluegray-100) !important;
}
.active\:text-bluegray-200:active {
c