sccoreui
Version:
ui-sccore
2,406 lines (2,202 loc) • 467 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: 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) !