|
/*
.container {
width: 100%
}
@media (min-width: 768px) {
.container {
max-width: 768px
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px
}
}
*/
.space-y-0 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(0 * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(0 * var(--space-y-reverse)) !important
}
.space-x-0 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(0 * var(--space-x-reverse)) !important;
margin-left: calc(0 * calc(1 - var(--space-x-reverse))) !important
}
.space-y-1 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important
}
.space-x-1 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-2 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important
}
.space-x-2 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-3 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important
}
.space-x-3 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-4 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(1rem * var(--space-y-reverse)) !important
}
.space-x-4 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(1rem * var(--space-x-reverse)) !important;
margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-5 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important
}
.space-x-5 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-6 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important
}
.space-x-6 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-8 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(2rem * var(--space-y-reverse)) !important
}
.space-x-8 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(2rem * var(--space-x-reverse)) !important;
margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-10 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important
}
.space-x-10 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-12 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(3rem * var(--space-y-reverse)) !important
}
.space-x-12 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(3rem * var(--space-x-reverse)) !important;
margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-16 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(4rem * var(--space-y-reverse)) !important
}
.space-x-16 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(4rem * var(--space-x-reverse)) !important;
margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-20 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(5rem * var(--space-y-reverse)) !important
}
.space-x-20 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(5rem * var(--space-x-reverse)) !important;
margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-24 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(6rem * var(--space-y-reverse)) !important
}
.space-x-24 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(6rem * var(--space-x-reverse)) !important;
margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-32 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(8rem * var(--space-y-reverse)) !important
}
.space-x-32 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(8rem * var(--space-x-reverse)) !important;
margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-40 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(10rem * var(--space-y-reverse)) !important
}
.space-x-40 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(10rem * var(--space-x-reverse)) !important;
margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-48 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(12rem * var(--space-y-reverse)) !important
}
.space-x-48 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(12rem * var(--space-x-reverse)) !important;
margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-56 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(14rem * var(--space-y-reverse)) !important
}
.space-x-56 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(14rem * var(--space-x-reverse)) !important;
margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-64 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(16rem * var(--space-y-reverse)) !important
}
.space-x-64 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(16rem * var(--space-x-reverse)) !important;
margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important
}
.space-y-px > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(1px * var(--space-y-reverse)) !important
}
.space-x-px > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(1px * var(--space-x-reverse)) !important;
margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-1 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important
}
.-space-x-1 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-2 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important
}
.-space-x-2 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-3 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important
}
.-space-x-3 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-4 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-1rem * var(--space-y-reverse)) !important
}
.-space-x-4 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-1rem * var(--space-x-reverse)) !important;
margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-5 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important
}
.-space-x-5 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-6 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important
}
.-space-x-6 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-8 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-2rem * var(--space-y-reverse)) !important
}
.-space-x-8 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-2rem * var(--space-x-reverse)) !important;
margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-10 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important
}
.-space-x-10 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-12 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-3rem * var(--space-y-reverse)) !important
}
.-space-x-12 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-3rem * var(--space-x-reverse)) !important;
margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-16 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-4rem * var(--space-y-reverse)) !important
}
.-space-x-16 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-4rem * var(--space-x-reverse)) !important;
margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-20 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-5rem * var(--space-y-reverse)) !important
}
.-space-x-20 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-5rem * var(--space-x-reverse)) !important;
margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-24 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-6rem * var(--space-y-reverse)) !important
}
.-space-x-24 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-6rem * var(--space-x-reverse)) !important;
margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-32 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-8rem * var(--space-y-reverse)) !important
}
.-space-x-32 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-8rem * var(--space-x-reverse)) !important;
margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-40 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-10rem * var(--space-y-reverse)) !important
}
.-space-x-40 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-10rem * var(--space-x-reverse)) !important;
margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-48 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-12rem * var(--space-y-reverse)) !important
}
.-space-x-48 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-12rem * var(--space-x-reverse)) !important;
margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-56 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-14rem * var(--space-y-reverse)) !important
}
.-space-x-56 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-14rem * var(--space-x-reverse)) !important;
margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-64 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-16rem * var(--space-y-reverse)) !important
}
.-space-x-64 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-16rem * var(--space-x-reverse)) !important;
margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important
}
.-space-y-px > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-1px * var(--space-y-reverse)) !important
}
.-space-x-px > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-1px * var(--space-x-reverse)) !important;
margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important
}
.space-y-reverse > :not(template) ~ :not(template) {
--space-y-reverse: 1 !important
}
.space-x-reverse > :not(template) ~ :not(template) {
--space-x-reverse: 1 !important
}
.divide-y-0 > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(0 * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(0 * var(--divide-y-reverse)) !important
}
.divide-x-0 > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(0 * var(--divide-x-reverse)) !important;
border-left-width: calc(0 * calc(1 - var(--divide-x-reverse))) !important
}
.divide-y-2 > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(2px * var(--divide-y-reverse)) !important
}
.divide-x-2 > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(2px * var(--divide-x-reverse)) !important;
border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important
}
.divide-y-4 > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(4px * var(--divide-y-reverse)) !important
}
.divide-x-4 > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(4px * var(--divide-x-reverse)) !important;
border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important
}
.divide-y-8 > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(8px * var(--divide-y-reverse)) !important
}
.divide-x-8 > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(8px * var(--divide-x-reverse)) !important;
border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important
}
.divide-y > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(1px * var(--divide-y-reverse)) !important
}
.divide-x > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(1px * var(--divide-x-reverse)) !important;
border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important
}
.divide-y-reverse > :not(template) ~ :not(template) {
--divide-y-reverse: 1 !important
}
.divide-x-reverse > :not(template) ~ :not(template) {
--divide-x-reverse: 1 !important
}
.divide-transparent > :not(template) ~ :not(template) {
border-color: transparent !important
}
.divide-black > :not(template) ~ :not(template) {
border-color: #000 !important
}
.divide-white > :not(template) ~ :not(template) {
border-color: #fff !important
}
.divide-gray-100 > :not(template) ~ :not(template) {
border-color: #f7fafc !important
}
.divide-gray-200 > :not(template) ~ :not(template) {
border-color: #edf2f7 !important
}
.divide-gray-300 > :not(template) ~ :not(template) {
border-color: #e2e8f0 !important
}
.divide-gray-400 > :not(template) ~ :not(template) {
border-color: #cbd5e0 !important
}
.divide-gray-500 > :not(template) ~ :not(template) {
border-color: #a0aec0 !important
}
.divide-gray-600 > :not(template) ~ :not(template) {
border-color: #718096 !important
}
.divide-gray-700 > :not(template) ~ :not(template) {
border-color: #4a5568 !important
}
.divide-gray-800 > :not(template) ~ :not(template) {
border-color: #2d3748 !important
}
.divide-gray-900 > :not(template) ~ :not(template) {
border-color: #1a202c !important
}
.divide-red-100 > :not(template) ~ :not(template) {
border-color: #fff5f5 !important
}
.divide-red-200 > :not(template) ~ :not(template) {
border-color: #fed7d7 !important
}
.divide-red-300 > :not(template) ~ :not(template) {
border-color: #feb2b2 !important
}
.divide-red-400 > :not(template) ~ :not(template) {
border-color: #fc8181 !important
}
.divide-red-500 > :not(template) ~ :not(template) {
border-color: #f56565 !important
}
.divide-red-600 > :not(template) ~ :not(template) {
border-color: #e53e3e !important
}
.divide-red-700 > :not(template) ~ :not(template) {
border-color: #c53030 !important
}
.divide-red-800 > :not(template) ~ :not(template) {
border-color: #9b2c2c !important
}
.divide-red-900 > :not(template) ~ :not(template) {
border-color: #742a2a !important
}
.divide-orange-100 > :not(template) ~ :not(template) {
border-color: #fffaf0 !important
}
.divide-orange-200 > :not(template) ~ :not(template) {
border-color: #feebc8 !important
}
.divide-orange-300 > :not(template) ~ :not(template) {
border-color: #fbd38d !important
}
.divide-orange-400 > :not(template) ~ :not(template) {
border-color: #f6ad55 !important
}
.divide-orange-500 > :not(template) ~ :not(template) {
border-color: #ed8936 !important
}
.divide-orange-600 > :not(template) ~ :not(template) {
border-color: #dd6b20 !important
}
.divide-orange-700 > :not(template) ~ :not(template) {
border-color: #c05621 !important
}
.divide-orange-800 > :not(template) ~ :not(template) {
border-color: #9c4221 !important
}
.divide-orange-900 > :not(template) ~ :not(template) {
border-color: #7b341e !important
}
.divide-yellow-100 > :not(template) ~ :not(template) {
border-color: #fffff0 !important
}
.divide-yellow-200 > :not(template) ~ :not(template) {
border-color: #fefcbf !important
}
.divide-yellow-300 > :not(template) ~ :not(template) {
border-color: #faf089 !important
}
.divide-yellow-400 > :not(template) ~ :not(template) {
border-color: #f6e05e !important
}
.divide-yellow-500 > :not(template) ~ :not(template) {
border-color: #ecc94b !important
}
.divide-yellow-600 > :not(template) ~ :not(template) {
border-color: #d69e2e !important
}
.divide-yellow-700 > :not(template) ~ :not(template) {
border-color: #b7791f !important
}
.divide-yellow-800 > :not(template) ~ :not(template) {
border-color: #975a16 !important
}
.divide-yellow-900 > :not(template) ~ :not(template) {
border-color: #744210 !important
}
.divide-green-100 > :not(template) ~ :not(template) {
border-color: #f0fff4 !important
}
.divide-green-200 > :not(template) ~ :not(template) {
border-color: #c6f6d5 !important
}
.divide-green-300 > :not(template) ~ :not(template) {
border-color: #9ae6b4 !important
}
.divide-green-400 > :not(template) ~ :not(template) {
border-color: #68d391 !important
}
.divide-green-500 > :not(template) ~ :not(template) {
border-color: #48bb78 !important
}
.divide-green-600 > :not(template) ~ :not(template) {
border-color: #38a169 !important
}
.divide-green-700 > :not(template) ~ :not(template) {
border-color: #2f855a !important
}
.divide-green-800 > :not(template) ~ :not(template) {
border-color: #276749 !important
}
.divide-green-900 > :not(template) ~ :not(template) {
border-color: #22543d !important
}
.divide-teal-100 > :not(template) ~ :not(template) {
border-color: #e6fffa !important
}
.divide-teal-200 > :not(template) ~ :not(template) {
border-color: #b2f5ea !important
}
.divide-teal-300 > :not(template) ~ :not(template) {
border-color: #81e6d9 !important
}
.divide-teal-400 > :not(template) ~ :not(template) {
border-color: #4fd1c5 !important
}
.divide-teal-500 > :not(template) ~ :not(template) {
border-color: #38b2ac !important
}
.divide-teal-600 > :not(template) ~ :not(template) {
border-color: #319795 !important
}
.divide-teal-700 > :not(template) ~ :not(template) {
border-color: #2c7a7b !important
}
.divide-teal-800 > :not(template) ~ :not(template) {
border-color: #285e61 !important
}
.divide-teal-900 > :not(template) ~ :not(template) {
border-color: #234e52 !important
}
.divide-blue-100 > :not(template) ~ :not(template) {
border-color: #ebf8ff !important
}
.divide-blue-200 > :not(template) ~ :not(template) {
border-color: #bee3f8 !important
}
.divide-blue-300 > :not(template) ~ :not(template) {
border-color: #90cdf4 !important
}
.divide-blue-400 > :not(template) ~ :not(template) {
border-color: #63b3ed !important
}
.divide-blue-500 > :not(template) ~ :not(template) {
border-color: #4299e1 !important
}
.divide-blue-600 > :not(template) ~ :not(template) {
border-color: #3182ce !important
}
.divide-blue-700 > :not(template) ~ :not(template) {
border-color: #2b6cb0 !important
}
.divide-blue-800 > :not(template) ~ :not(template) {
border-color: #2c5282 !important
}
.divide-blue-900 > :not(template) ~ :not(template) {
border-color: #2a4365 !important
}
.divide-indigo-100 > :not(template) ~ :not(template) {
border-color: #ebf4ff !important
}
.divide-indigo-200 > :not(template) ~ :not(template) {
border-color: #c3dafe !important
}
.divide-indigo-300 > :not(template) ~ :not(template) {
border-color: #a3bffa !important
}
.divide-indigo-400 > :not(template) ~ :not(template) {
border-color: #7f9cf5 !important
}
.divide-indigo-500 > :not(template) ~ :not(template) {
border-color: #667eea !important
}
.divide-indigo-600 > :not(template) ~ :not(template) {
border-color: #5a67d8 !important
}
.divide-indigo-700 > :not(template) ~ :not(template) {
border-color: #4c51bf !important
}
.divide-indigo-800 > :not(template) ~ :not(template) {
border-color: #434190 !important
}
.divide-indigo-900 > :not(template) ~ :not(template) {
border-color: #3c366b !important
}
.divide-purple-100 > :not(template) ~ :not(template) {
border-color: #faf5ff !important
}
.divide-purple-200 > :not(template) ~ :not(template) {
border-color: #e9d8fd !important
}
.divide-purple-300 > :not(template) ~ :not(template) {
border-color: #d6bcfa !important
}
.divide-purple-400 > :not(template) ~ :not(template) {
border-color: #b794f4 !important
}
.divide-purple-500 > :not(template) ~ :not(template) {
border-color: #9f7aea !important
}
.divide-purple-600 > :not(template) ~ :not(template) {
border-color: #805ad5 !important
}
.divide-purple-700 > :not(template) ~ :not(template) {
border-color: #6b46c1 !important
}
.divide-purple-800 > :not(template) ~ :not(template) {
border-color: #553c9a !important
}
.divide-purple-900 > :not(template) ~ :not(template) {
border-color: #44337a !important
}
.divide-pink-100 > :not(template) ~ :not(template) {
border-color: #fff5f7 !important
}
.divide-pink-200 > :not(template) ~ :not(template) {
border-color: #fed7e2 !important
}
.divide-pink-300 > :not(template) ~ :not(template) {
border-color: #fbb6ce !important
}
.divide-pink-400 > :not(template) ~ :not(template) {
border-color: #f687b3 !important
}
.divide-pink-500 > :not(template) ~ :not(template) {
border-color: #ed64a6 !important
}
.divide-pink-600 > :not(template) ~ :not(template) {
border-color: #d53f8c !important
}
.divide-pink-700 > :not(template) ~ :not(template) {
border-color: #b83280 !important
}
.divide-pink-800 > :not(template) ~ :not(template) {
border-color: #97266d !important
}
.divide-pink-900 > :not(template) ~ :not(template) {
border-color: #702459 !important
}
.sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border-width: 0 !important
}
.not-sr-only {
position: static !important;
width: auto !important;
height: auto !important;
padding: 0 !important;
margin: 0 !important;
overflow: visible !important;
clip: auto !important;
white-space: normal !important
}
.focus\:sr-only:focus {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border-width: 0 !important
}
.focus\:not-sr-only:focus {
position: static !important;
width: auto !important;
height: auto !important;
padding: 0 !important;
margin: 0 !important;
overflow: visible !important;
clip: auto !important;
white-space: normal !important
}
.appearance-none {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important
}
.bg-fixed {
background-attachment: fixed !important
}
.bg-local {
background-attachment: local !important
}
.bg-scroll {
background-attachment: scroll !important
}
.bg-transparent {
background-color: transparent !important
}
.bg-black {
background-color: #000 !important
}
.bg-white {
background-color: #fff !important
}
.bg-gray-100 {
background-color: #f7fafc !important
}
.bg-gray-200 {
background-color: #edf2f7 !important
}
.bg-gray-300 {
background-color: #e2e8f0 !important
}
.bg-gray-400 {
background-color: #cbd5e0 !important
}
.bg-gray-500 {
background-color: #a0aec0 !important
}
.bg-gray-600 {
background-color: #718096 !important
}
.bg-gray-700 {
background-color: #4a5568 !important
}
.bg-gray-800 {
background-color: #2d3748 !important
}
.bg-gray-900 {
background-color: #1a202c !important
}
.bg-red-100 {
background-color: #fff5f5 !important
}
.bg-red-200 {
background-color: #fed7d7 !important
}
.bg-red-300 {
background-color: #feb2b2 !important
}
.bg-red-400 {
background-color: #fc8181 !important
}
.bg-red-500 {
background-color: #f56565 !important
}
.bg-red-600 {
background-color: #e53e3e !important
}
.bg-red-700 {
background-color: #c53030 !important
}
.bg-red-800 {
background-color: #9b2c2c !important
}
.bg-red-900 {
background-color: #742a2a !important
}
.bg-orange-100 {
background-color: #fffaf0 !important
}
.bg-orange-200 {
background-color: #feebc8 !important
}
.bg-orange-300 {
background-color: #fbd38d !important
}
.bg-orange-400 {
background-color: #f6ad55 !important
}
.bg-orange-500 {
background-color: #ed8936 !important
}
.bg-orange-600 {
background-color: #dd6b20 !important
}
.bg-orange-700 {
background-color: #c05621 !important
}
.bg-orange-800 {
background-color: #9c4221 !important
}
.bg-orange-900 {
background-color: #7b341e !important
}
.bg-yellow-100 {
background-color: #fffff0 !important
}
.bg-yellow-200 {
background-color: #fefcbf !important
}
.bg-yellow-300 {
background-color: #faf089 !important
}
.bg-yellow-400 {
background-color: #f6e05e !important
}
.bg-yellow-500 {
background-color: #ecc94b !important
}
.bg-yellow-600 {
background-color: #d69e2e !important
}
.bg-yellow-700 {
background-color: #b7791f !important
}
.bg-yellow-800 {
background-color: #975a16 !important
}
.bg-yellow-900 {
background-color: #744210 !important
}
.bg-green-100 {
background-color: #f0fff4 !important
}
.bg-green-200 {
background-color: #c6f6d5 !important
}
.bg-green-300 {
background-color: #9ae6b4 !important
}
.bg-green-400 {
background-color: #68d391 !important
}
.bg-green-500 {
background-color: #48bb78 !important
}
.bg-green-600 {
background-color: #38a169 !important
}
.bg-green-700 {
background-color: #2f855a !important
}
.bg-green-800 {
background-color: #276749 !important
}
.bg-green-900 {
background-color: #22543d !important
}
.bg-teal-100 {
background-color: #e6fffa !important
}
.bg-teal-200 {
background-color: #b2f5ea !important
}
.bg-teal-300 {
background-color: #81e6d9 !important
}
.bg-teal-400 {
background-color: #4fd1c5 !important
}
.bg-teal-500 {
background-color: #38b2ac !important
}
.bg-teal-600 {
background-color: #319795 !important
}
.bg-teal-700 {
background-color: #2c7a7b !important
}
.bg-teal-800 {
background-color: #285e61 !important
}
.bg-teal-900 {
background-color: #234e52 !important
}
.bg-blue-100 {
background-color: #ebf8ff !important
}
.bg-blue-200 {
background-color: #bee3f8 !important
}
.bg-blue-300 {
background-color: #90cdf4 !important
}
.bg-blue-400 {
background-color: #63b3ed !important
}
.bg-blue-500 {
background-color: #4299e1 !important
}
.bg-blue-600 {
background-color: #3182ce !important
}
.bg-blue-700 {
background-color: #2b6cb0 !important
}
.bg-blue-800 {
background-color: #2c5282 !important
}
.bg-blue-900 {
background-color: #2a4365 !important
}
.bg-indigo-100 {
background-color: #ebf4ff !important
}
.bg-indigo-200 {
background-color: #c3dafe !important
}
.bg-indigo-300 {
background-color: #a3bffa !important
}
.bg-indigo-400 {
background-color: #7f9cf5 !important
}
.bg-indigo-500 {
background-color: #667eea !important
}
.bg-indigo-600 {
background-color: #5a67d8 !important
}
.bg-indigo-700 {
background-color: #4c51bf !important
}
.bg-indigo-800 {
background-color: #434190 !important
}
.bg-indigo-900 {
background-color: #3c366b !important
}
.bg-purple-100 {
background-color: #faf5ff !important
}
.bg-purple-200 {
background-color: #e9d8fd !important
}
.bg-purple-300 {
background-color: #d6bcfa !important
}
.bg-purple-400 {
background-color: #b794f4 !important
}
.bg-purple-500 {
background-color: #9f7aea !important
}
.bg-purple-600 {
background-color: #805ad5 !important
}
.bg-purple-700 {
background-color: #6b46c1 !important
}
.bg-purple-800 {
background-color: #553c9a !important
}
.bg-purple-900 {
background-color: #44337a !important
}
.bg-pink-100 {
background-color: #fff5f7 !important
}
.bg-pink-200 {
background-color: #fed7e2 !important
}
.bg-pink-300 {
background-color: #fbb6ce !important
}
.bg-pink-400 {
background-color: #f687b3 !important
}
.bg-pink-500 {
background-color: #ed64a6 !important
}
.bg-pink-600 {
background-color: #d53f8c !important
}
.bg-pink-700 {
background-color: #b83280 !important
}
.bg-pink-800 {
background-color: #97266d !important
}
.bg-pink-900 {
background-color: #702459 !important
}
.hover\:bg-transparent:hover {
background-color: transparent !important
}
.hover\:bg-black:hover {
background-color: #000 !important
}
.hover\:bg-white:hover {
background-color: #fff !important
}
.hover\:bg-gray-100:hover {
background-color: #f7fafc !important
}
.hover\:bg-gray-200:hover {
background-color: #edf2f7 !important
}
.hover\:bg-gray-300:hover {
background-color: #e2e8f0 !important
}
.hover\:bg-gray-400:hover {
background-color: #cbd5e0 !important
}
.hover\:bg-gray-500:hover {
background-color: #a0aec0 !important
}
.hover\:bg-gray-600:hover {
background-color: #718096 !important
}
.hover\:bg-gray-700:hover {
background-color: #4a5568 !important
}
.hover\:bg-gray-800:hover {
background-color: #2d3748 !important
}
.hover\:bg-gray-900:hover {
background-color: #1a202c !important
}
.hover\:bg-red-100:hover {
background-color: #fff5f5 !important
}
.hover\:bg-red-200:hover {
background-color: #fed7d7 !important
}
.hover\:bg-red-300:hover {
background-color: #feb2b2 !important
}
.hover\:bg-red-400:hover {
background-color: #fc8181 !important
}
.hover\:bg-red-500:hover {
background-color: #f56565 !important
}
.hover\:bg-red-600:hover {
background-color: #e53e3e !important
}
.hover\:bg-red-700:hover {
background-color: #c53030 !important
}
.hover\:bg-red-800:hover {
background-color: #9b2c2c !important
}
.hover\:bg-red-900:hover {
background-color: #742a2a !important
}
.hover\:bg-orange-100:hover {
background-color: #fffaf0 !important
}
.hover\:bg-orange-200:hover {
background-color: #feebc8 !important
}
.hover\:bg-orange-300:hover {
background-color: #fbd38d !important
}
.hover\:bg-orange-400:hover {
background-color: #f6ad55 !important
}
.hover\:bg-orange-500:hover {
background-color: #ed8936 !important
}
.hover\:bg-orange-600:hover {
background-color: #dd6b20 !important
}
.hover\:bg-orange-700:hover {
background-color: #c05621 !important
}
.hover\:bg-orange-800:hover {
background-color: #9c4221 !important
}
.hover\:bg-orange-900:hover {
background-color: #7b341e !important
}
.hover\:bg-yellow-100:hover {
background-color: #fffff0 !important
}
.hover\:bg-yellow-200:hover {
background-color: #fefcbf !important
}
.hover\:bg-yellow-300:hover {
background-color: #faf089 !important
}
.hover\:bg-yellow-400:hover {
background-color: #f6e05e !important
}
.hover\:bg-yellow-500:hover {
background-color: #ecc94b !important
}
.hover\:bg-yellow-600:hover {
background-color: #d69e2e !important
}
.hover\:bg-yellow-700:hover {
background-color: #b7791f !important
}
.hover\:bg-yellow-800:hover {
background-color: #975a16 !important
}
.hover\:bg-yellow-900:hover {
background-color: #744210 !important
}
.hover\:bg-green-100:hover {
background-color: #f0fff4 !important
}
.hover\:bg-green-200:hover {
background-color: #c6f6d5 !important
}
.hover\:bg-green-300:hover {
background-color: #9ae6b4 !important
}
.hover\:bg-green-400:hover {
background-color: #68d391 !important
}
.hover\:bg-green-500:hover {
background-color: #48bb78 !important
}
.hover\:bg-green-600:hover {
background-color: #38a169 !important
}
.hover\:bg-green-700:hover {
background-color: #2f855a !important
}
.hover\:bg-green-800:hover {
background-color: #276749 !important
}
.hover\:bg-green-900:hover {
background-color: #22543d !important
}
.hover\:bg-teal-100:hover {
background-color: #e6fffa !important
}
.hover\:bg-teal-200:hover {
background-color: #b2f5ea !important
}
.hover\:bg-teal-300:hover {
background-color: #81e6d9 !important
}
.hover\:bg-teal-400:hover {
background-color: #4fd1c5 !important
}
.hover\:bg-teal-500:hover {
background-color: #38b2ac !important
}
.hover\:bg-teal-600:hover {
background-color: #319795 !important
}
.hover\:bg-teal-700:hover {
background-color: #2c7a7b !important
}
.hover\:bg-teal-800:hover {
background-color: #285e61 !important
}
.hover\:bg-teal-900:hover {
background-color: #234e52 !important
}
.hover\:bg-blue-100:hover {
background-color: #ebf8ff !important
}
.hover\:bg-blue-200:hover {
background-color: #bee3f8 !important
}
.hover\:bg-blue-300:hover {
background-color: #90cdf4 !important
}
.hover\:bg-blue-400:hover {
background-color: #63b3ed !important
}
.hover\:bg-blue-500:hover {
background-color: #4299e1 !important
}
.hover\:bg-blue-600:hover {
background-color: #3182ce !important
}
.hover\:bg-blue-700:hover {
background-color: #2b6cb0 !important
}
.hover\:bg-blue-800:hover {
background-color: #2c5282 !important
}
.hover\:bg-blue-900:hover {
background-color: #2a4365 !important
}
.hover\:bg-indigo-100:hover {
background-color: #ebf4ff !important
}
.hover\:bg-indigo-200:hover {
background-color: #c3dafe !important
}
.hover\:bg-indigo-300:hover {
background-color: #a3bffa !important
}
.hover\:bg-indigo-400:hover {
background-color: #7f9cf5 !important
}
.hover\:bg-indigo-500:hover {
background-color: #667eea !important
}
.hover\:bg-indigo-600:hover {
background-color: #5a67d8 !important
}
.hover\:bg-indigo-700:hover {
background-color: #4c51bf !important
}
.hover\:bg-indigo-800:hover {
background-color: #434190 !important
}
.hover\:bg-indigo-900:hover {
background-color: #3c366b !important
}
.hover\:bg-purple-100:hover {
background-color: #faf5ff !important
}
.hover\:bg-purple-200:hover {
background-color: #e9d8fd !important
}
.hover\:bg-purple-300:hover {
background-color: #d6bcfa !important
}
.hover\:bg-purple-400:hover {
background-color: #b794f4 !important
}
.hover\:bg-purple-500:hover {
background-color: #9f7aea !important
}
.hover\:bg-purple-600:hover {
background-color: #805ad5 !important
}
.hover\:bg-purple-700:hover {
background-color: #6b46c1 !important
}
.hover\:bg-purple-800:hover {
background-color: #553c9a !important
}
.hover\:bg-purple-900:hover {
background-color: #44337a !important
}
.hover\:bg-pink-100:hover {
background-color: #fff5f7 !important
}
.hover\:bg-pink-200:hover {
background-color: #fed7e2 !important
}
.hover\:bg-pink-300:hover {
background-color: #fbb6ce !important
}
.hover\:bg-pink-400:hover {
background-color: #f687b3 !important
}
.hover\:bg-pink-500:hover {
background-color: #ed64a6 !important
}
.hover\:bg-pink-600:hover {
background-color: #d53f8c !important
}
.hover\:bg-pink-700:hover {
background-color: #b83280 !important
}
.hover\:bg-pink-800:hover {
background-color: #97266d !important
}
.hover\:bg-pink-900:hover {
background-color: #702459 !important
}
.focus\:bg-transparent:focus {
background-color: transparent !important
}
.focus\:bg-black:focus {
background-color: #000 !important
}
.focus\:bg-white:focus {
background-color: #fff !important
}
.focus\:bg-gray-100:focus {
background-color: #f7fafc !important
}
.focus\:bg-gray-200:focus {
background-color: #edf2f7 !important
}
.focus\:bg-gray-300:focus {
background-color: #e2e8f0 !important
}
.focus\:bg-gray-400:focus {
background-color: #cbd5e0 !important
}
.focus\:bg-gray-500:focus {
background-color: #a0aec0 !important
}
.focus\:bg-gray-600:focus {
background-color: #718096 !important
}
.focus\:bg-gray-700:focus {
background-color: #4a5568 !important
}
.focus\:bg-gray-800:focus {
background-color: #2d3748 !important
}
.focus\:bg-gray-900:focus {
background-color: #1a202c !important
}
.focus\:bg-red-100:focus {
background-color: #fff5f5 !important
}
.focus\:bg-red-200:focus {
background-color: #fed7d7 !important
}
.focus\:bg-red-300:focus {
background-color: #feb2b2 !important
}
.focus\:bg-red-400:focus {
background-color: #fc8181 !important
}
.focus\:bg-red-500:focus {
background-color: #f56565 !important
}
.focus\:bg-red-600:focus {
background-color: #e53e3e !important
}
.focus\:bg-red-700:focus {
background-color: #c53030 !important
}
.focus\:bg-red-800:focus {
background-color: #9b2c2c !important
}
.focus\:bg-red-900:focus {
background-color: #742a2a !important
}
.focus\:bg-orange-100:focus {
background-color: #fffaf0 !important
}
.focus\:bg-orange-200:focus {
background-color: #feebc8 !important
}
.focus\:bg-orange-300:focus {
background-color: #fbd38d !important
}
.focus\:bg-orange-400:focus {
background-color: #f6ad55 !important
}
.focus\:bg-orange-500:focus {
background-color: #ed8936 !important
}
.focus\:bg-orange-600:focus {
background-color: #dd6b20 !important
}
.focus\:bg-orange-700:focus {
background-color: #c05621 !important
}
.focus\:bg-orange-800:focus {
background-color: #9c4221 !important
}
.focus\:bg-orange-900:focus {
background-color: #7b341e !important
}
.focus\:bg-yellow-100:focus {
background-color: #fffff0 !important
}
.focus\:bg-yellow-200:focus {
background-color: #fefcbf !important
}
.focus\:bg-yellow-300:focus {
background-color: #faf089 !important
}
.focus\:bg-yellow-400:focus {
background-color: #f6e05e !important
}
.focus\:bg-yellow-500:focus {
background-color: #ecc94b !important
}
.focus\:bg-yellow-600:focus {
background-color: #d69e2e !important
}
.focus\:bg-yellow-700:focus {
background-color: #b7791f !important
}
.focus\:bg-yellow-800:focus {
background-color: #975a16 !important
}
.focus\:bg-yellow-900:focus {
background-color: #744210 !important
}
.focus\:bg-green-100:focus {
background-color: #f0fff4 !important
}
.focus\:bg-green-200:focus {
background-color: #c6f6d5 !important
}
.focus\:bg-green-300:focus {
background-color: #9ae6b4 !important
}
.focus\:bg-green-400:focus {
background-color: #68d391 !important
}
.focus\:bg-green-500:focus {
background-color: #48bb78 !important
}
.focus\:bg-green-600:focus {
background-color: #38a169 !important
}
.focus\:bg-green-700:focus {
background-color: #2f855a !important
}
.focus\:bg-green-800:focus {
background-color: #276749 !important
}
.focus\:bg-green-900:focus {
background-color: #22543d !important
}
.focus\:bg-teal-100:focus {
background-color: #e6fffa !important
}
.focus\:bg-teal-200:focus {
background-color: #b2f5ea !important
}
.focus\:bg-teal-300:focus {
background-color: #81e6d9 !important
}
.focus\:bg-teal-400:focus {
background-color: #4fd1c5 !important
}
.focus\:bg-teal-500:focus {
background-color: #38b2ac !important
}
.focus\:bg-teal-600:focus {
background-color: #319795 !important
}
.focus\:bg-teal-700:focus {
background-color: #2c7a7b !important
}
.focus\:bg-teal-800:focus {
background-color: #285e61 !important
}
.focus\:bg-teal-900:focus {
background-color: #234e52 !important
}
.focus\:bg-blue-100:focus {
background-color: #ebf8ff !important
}
.focus\:bg-blue-200:focus {
background-color: #bee3f8 !important
}
.focus\:bg-blue-300:focus {
background-color: #90cdf4 !important
}
.focus\:bg-blue-400:focus {
background-color: #63b3ed !important
}
.focus\:bg-blue-500:focus {
background-color: #4299e1 !important
}
.focus\:bg-blue-600:focus {
background-color: #3182ce !important
}
.focus\:bg-blue-700:focus {
background-color: #2b6cb0 !important
}
.focus\:bg-blue-800:focus {
background-color: #2c5282 !important
}
.focus\:bg-blue-900:focus {
background-color: #2a4365 !important
}
.focus\:bg-indigo-100:focus {
background-color: #ebf4ff !important
}
.focus\:bg-indigo-200:focus {
background-color: #c3dafe !important
}
.focus\:bg-indigo-300:focus {
background-color: #a3bffa !important
}
.focus\:bg-indigo-400:focus {
background-color: #7f9cf5 !important
}
.focus\:bg-indigo-500:focus {
background-color: #667eea !important
}
.focus\:bg-indigo-600:focus {
background-color: #5a67d8 !important
}
.focus\:bg-indigo-700:focus {
background-color: #4c51bf !important
}
.focus\:bg-indigo-800:focus {
background-color: #434190 !important
}
.focus\:bg-indigo-900:focus {
background-color: #3c366b !important
}
.focus\:bg-purple-100:focus {
background-color: #faf5ff !important
}
.focus\:bg-purple-200:focus {
background-color: #e9d8fd !important
}
.focus\:bg-purple-300:focus {
background-color: #d6bcfa !important
}
.focus\:bg-purple-400:focus {
background-color: #b794f4 !important
}
.focus\:bg-purple-500:focus {
background-color: #9f7aea !important
}
.focus\:bg-purple-600:focus {
background-color: #805ad5 !important
}
.focus\:bg-purple-700:focus {
background-color: #6b46c1 !important
}
.focus\:bg-purple-800:focus {
background-color: #553c9a !important
}
.focus\:bg-purple-900:focus {
background-color: #44337a !important
}
.focus\:bg-pink-100:focus {
background-color: #fff5f7 !important
}
.focus\:bg-pink-200:focus {
background-color: #fed7e2 !important
}
.focus\:bg-pink-300:focus {
background-color: #fbb6ce !important
}
.focus\:bg-pink-400:focus {
background-color: #f687b3 !important
}
.focus\:bg-pink-500:focus {
background-color: #ed64a6 !important
}
.focus\:bg-pink-600:focus {
background-color: #d53f8c !important
}
.focus\:bg-pink-700:focus {
background-color: #b83280 !important
}
.focus\:bg-pink-800:focus {
background-color: #97266d !important
}
.focus\:bg-pink-900:focus {
background-color: #702459 !important
}
.bg-bottom {
background-position: bottom !important
}
.bg-center {
background-position: center !important
}
.bg-left {
background-position: left !important
}
.bg-left-bottom {
background-position: left bottom !important
}
.bg-left-top {
background-position: left top !important
}
.bg-right {
background-position: right !important
}
.bg-right-bottom {
background-position: right bottom !important
}
.bg-right-top {
background-position: right top !important
}
.bg-top {
background-position: top !important
}
.bg-repeat {
background-repeat: repeat !important
}
.bg-no-repeat {
background-repeat: no-repeat !important
}
.bg-repeat-x {
background-repeat: repeat-x !important
}
.bg-repeat-y {
background-repeat: repeat-y !important
}
.bg-repeat-round {
background-repeat: round !important
}
.bg-repeat-space {
background-repeat: space !important
}
.bg-auto {
background-size: auto !important
}
.bg-cover {
background-size: cover !important
}
.bg-contain {
background-size: contain !important
}
.border-collapse {
border-collapse: collapse !important
}
.border-separate {
border-collapse: separate !important
}
.border-transparent {
border-color: transparent !important
}
.border-black {
border-color: #000 !important
}
.border-white {
border-color: #fff !important
}
.border-gray-100 {
border-color: #f7fafc !important
}
.border-gray-200 {
border-color: #edf2f7 !important
}
.border-gray-300 {
border-color: #e2e8f0 !important
}
.border-gray-400 {
border-color: #cbd5e0 !important
}
.border-gray-500 {
border-color: #a0aec0 !important
}
.border-gray-600 {
border-color: #718096 !important
}
.border-gray-700 {
border-color: #4a5568 !important
}
.border-gray-800 {
border-color: #2d3748 !important
}
.border-gray-900 {
border-color: #1a202c !important
}
.border-red-100 {
border-color: #fff5f5 !important
}
.border-red-200 {
border-color: #fed7d7 !important
}
.border-red-300 {
border-color: #feb2b2 !important
}
.border-red-400 {
border-color: #fc8181 !important
}
.border-red-500 {
border-color: #f56565 !important
}
.border-red-600 {
border-color: #e53e3e !important
}
.border-red-700 {
border-color: #c53030 !important
}
.border-red-800 {
border-color: #9b2c2c !important
}
.border-red-900 {
border-color: #742a2a !important
}
.border-orange-100 {
border-color: #fffaf0 !important
}
.border-orange-200 {
border-color: #feebc8 !important
}
.border-orange-300 {
border-color: #fbd38d !important
}
.border-orange-400 {
border-color: #f6ad55 !important
}
.border-orange-500 {
border-color: #ed8936 !important
}
.border-orange-600 {
border-color: #dd6b20 !important
}
.border-orange-700 {
border-color: #c05621 !important
}
.border-orange-800 {
border-color: #9c4221 !important
}
.border-orange-900 {
border-color: #7b341e !important
}
.border-yellow-100 {
border-color: #fffff0 !important
}
.border-yellow-200 {
border-color: #fefcbf !important
}
.border-yellow-300 {
border-color: #faf089 !important
}
.border-yellow-400 {
border-color: #f6e05e !important
}
.border-yellow-500 {
border-color: #ecc94b !important
}
.border-yellow-600 {
border-color: #d69e2e !important
}
.border-yellow-700 {
border-color: #b7791f !important
}
.border-yellow-800 {
border-color: #975a16 !important
}
.border-yellow-900 {
border-color: #744210 !important
}
.border-green-100 {
border-color: #f0fff4 !important
}
.border-green-200 {
border-color: #c6f6d5 !important
}
.border-green-300 {
border-color: #9ae6b4 !important
}
.border-green-400 {
border-color: #68d391 !important
}
.border-green-500 {
border-color: #48bb78 !important
}
.border-green-600 {
border-color: #38a169 !important
}
.border-green-700 {
border-color: #2f855a !important
}
.border-green-800 {
border-color: #276749 !important
}
.border-green-900 {
border-color: #22543d !important
}
.border-teal-100 {
border-color: #e6fffa !important
}
.border-teal-200 {
border-color: #b2f5ea !important
}
.border-teal-300 {
border-color: #81e6d9 !important
}
.border-teal-400 {
border-color: #4fd1c5 !important
}
.border-teal-500 {
border-color: #38b2ac !important
}
.border-teal-600 {
border-color: #319795 !important
}
.border-teal-700 {
border-color: #2c7a7b !important
}
.border-teal-800 {
border-color: #285e61 !important
}
.border-teal-900 {
border-color: #234e52 !important
}
.border-blue-100 {
border-color: #ebf8ff !important
}
.border-blue-200 {
border-color: #bee3f8 !important
}
.border-blue-300 {
border-color: #90cdf4 !important
}
.border-blue-400 {
border-color: #63b3ed !important
}
.border-blue-500 {
border-color: #4299e1 !important
}
.border-blue-600 {
border-color: #3182ce !important
}
.border-blue-700 {
border-color: #2b6cb0 !important
}
.border-blue-800 {
border-color: #2c5282 !important
}
.border-blue-900 {
border-color: #2a4365 !important
}
.border-indigo-100 {
border-color: #ebf4ff !important
}
.border-indigo-200 {
border-color: #c3dafe !important
}
.border-indigo-300 {
border-color: #a3bffa !important
}
.border-indigo-400 {
border-color: #7f9cf5 !important
}
.border-indigo-500 {
border-color: #667eea !important
}
.border-indigo-600 {
border-color: #5a67d8 !important
}
.border-indigo-700 {
border-color: #4c51bf !important
}
.border-indigo-800 {
border-color: #434190 !important
}
.border-indigo-900 {
border-color: #3c366b !important
}
.border-purple-100 {
border-color: #faf5ff !important
}
.border-purple-200 {
border-color: #e9d8fd !important
}
.border-purple-300 {
border-color: #d6bcfa !important
}
.border-purple-400 {
border-color: #b794f4 !important
}
.border-purple-500 {
border-color: #9f7aea !important
}
.border-purple-600 {
border-color: #805ad5 !important
}
.border-purple-700 {
border-color: #6b46c1 !important
}
.border-purple-800 {
border-color: #553c9a !important
}
.border-purple-900 {
border-color: #44337a !important
}
.border-pink-100 {
border-color: #fff5f7 !important
}
.border-pink-200 {
border-color: #fed7e2 !important
}
.border-pink-300 {
border-color: #fbb6ce !important
}
.border-pink-400 {
border-color: #f687b3 !important
}
.border-pink-500 {
border-color: #ed64a6 !important
}
.border-pink-600 {
border-color: #d53f8c !important
}
.border-pink-700 {
border-color: #b83280 !important
}
.border-pink-800 {
border-color: #97266d !important
}
.border-pink-900 {
border-color: #702459 !important
}
.hover\:border-transparent:hover {
border-color: transparent !important
}
.hover\:border-black:hover {
border-color: #000 !important
}
.hover\:border-white:hover {
border-color: #fff !important
}
.hover\:border-gray-100:hover {
border-color: #f7fafc !important
}
.hover\:border-gray-200:hover {
border-color: #edf2f7 !important
}
.hover\:border-gray-300:hover {
border-color: #e2e8f0 !important
}
.hover\:border-gray-400:hover {
border-color: #cbd5e0 !important
}
.hover\:border-gray-500:hover {
border-color: #a0aec0 !important
}
.hover\:border-gray-600:hover {
border-color: #718096 !important
}
.hover\:border-gray-700:hover {
border-color: #4a5568 !important
}
.hover\:border-gray-800:hover {
border-color: #2d3748 !important
}
.hover\:border-gray-900:hover {
border-color: #1a202c !important
}
.hover\:border-red-100:hover {
border-color: #fff5f5 !important
}
.hover\:border-red-200:hover {
border-color: #fed7d7 !important
}
.hover\:border-red-300:hover {
border-color: #feb2b2 !important
}
.hover\:border-red-400:hover {
border-color: #fc8181 !important
}
.hover\:border-red-500:hover {
border-color: #f56565 !important
}
.hover\:border-red-600:hover {
border-color: #e53e3e !important
}
.hover\:border-red-700:hover {
border-color: #c53030 !important
}
.hover\:border-red-800:hover {
border-color: #9b2c2c !important
}
.hover\:border-red-900:hover {
border-color: #742a2a !important
}
.hover\:border-orange-100:hover {
border-color: #fffaf0 !important
}
.hover\:border-orange-200:hover {
border-color: #feebc8 !important
}
.hover\:border-orange-300:hover {
border-color: #fbd38d !important
}
.hover\:border-orange-400:hover {
border-color: #f6ad55 !important
}
.hover\:border-orange-500:hover {
border-color: #ed8936 !important
}
.hover\:border-orange-600:hover {
border-color: #dd6b20 !important
}
.hover\:border-orange-700:hover {
border-color: #c05621 !important
}
.hover\:border-orange-800:hover {
border-color: #9c4221 !important
}
.hover\:border-orange-900:hover {
border-color: #7b341e !important
}
.hover\:border-yellow-100:hover {
border-color: #fffff0 !important
}
.hover\:border-yellow-200:hover {
border-color: #fefcbf !important
}
.hover\:border-yellow-300:hover {
border-color: #faf089 !important
}
.hover\:border-yellow-400:hover {
border-color: #f6e05e !important
}
.hover\:border-yellow-500:hover {
border-color: #ecc94b !important
}
.hover\:border-yellow-600:hover {
border-color: #d69e2e !important
}
.hover\:border-yellow-700:hover {
border-color: #b7791f !important
}
.hover\:border-yellow-800:hover {
border-color: #975a16 !important
}
.hover\:border-yellow-900:hover {
border-color: #744210 !important
}
.hover\:border-green-100:hover {
border-color: #f0fff4 !important
}
.hover\:border-green-200:hover {
border-color: #c6f6d5 !important
}
.hover\:border-green-300:hover {
border-color: #9ae6b4 !important
}
.hover\:border-green-400:hover {
border-color: #68d391 !important
}
.hover\:border-green-500:hover {
border-color: #48bb78 !important
}
.hover\:border-green-600:hover {
border-color: #38a169 !important
}
.hover\:border-green-700:hover {
border-color: #2f855a !important
}
.hover\:border-green-800:hover {
border-color: #276749 !important
}
.hover\:border-green-900:hover {
border-color: #22543d !important
}
.hover\:border-teal-100:hover {
border-color: #e6fffa !important
}
.hover\:border-teal-200:hover {
border-color: #b2f5ea !important
}
.hover\:border-teal-300:hover {
border-color: #81e6d9 !important
}
.hover\:border-teal-400:hover {
border-color: #4fd1c5 !important
}
.hover\:border-teal-500:hover {
border-color: #38b2ac !important
}
.hover\:border-teal-600:hover {
border-color: #319795 !important
}
.hover\:border-teal-700:hover {
border-color: #2c7a7b !important
}
.hover\:border-teal-800:hover {
border-color: #285e61 !important
}
.hover\:border-teal-900:hover {
border-color: #234e52 !important
}
.hover\:border-blue-100:hover {
border-color: #ebf8ff !important
}
.hover\:border-blue-200:hover {
border-color: #bee3f8 !important
}
.hover\:border-blue-300:hover {
border-color: #90cdf4 !important
}
.hover\:border-blue-400:hover {
border-color: #63b3ed !important
}
.hover\:border-blue-500:hover {
border-color: #4299e1 !important
}
.hover\:border-blue-600:hover {
border-color: #3182ce !important
}
.hover\:border-blue-700:hover {
border-color: #2b6cb0 !important
}
.hover\:border-blue-800:hover {
border-color: #2c5282 !important
}
.hover\:border-blue-900:hover {
border-color: #2a4365 !important
}
.hover\:border-indigo-100:hover {
border-color: #ebf4ff !important
}
.hover\:border-indigo-200:hover {
border-color: #c3dafe !important
}
.hover\:border-indigo-300:hover {
border-color: #a3bffa !important
}
.hover\:border-indigo-400:hover {
border-color: #7f9cf5 !important
}
.hover\:border-indigo-500:hover {
border-color: #667eea !important
}
.hover\:border-indigo-600:hover {
border-color: #5a67d8 !important
}
.hover\:border-indigo-700:hover {
border-color: #4c51bf !important
}
.hover\:border-indigo-800:hover {
border-color: #434190 !important
}
.hover\:border-indigo-900:hover {
border-color: #3c366b !important
}
.hover\:border-purple-100:hover {
border-color: #faf5ff !important
}
.hover\:border-purple-200:hover {
border-color: #e9d8fd !important
}
.hover\:border-purple-300:hover {
border-color: #d6bcfa !important
}
.hover\:border-purple-400:hover {
border-color: #b794f4 !important
}
.hover\:border-purple-500:hover {
border-color: #9f7aea !important
}
.hover\:border-purple-600:hover {
border-color: #805ad5 !important
}
.hover\:border-purple-700:hover {
border-color: #6b46c1 !important
}
.hover\:border-purple-800:hover {
border-color: #553c9a !important
}
.hover\:border-purple-900:hover {
border-color: #44337a !important
}
.hover\:border-pink-100:hover {
border-color: #fff5f7 !important
}
.hover\:border-pink-200:hover {
border-color: #fed7e2 !important
}
.hover\:border-pink-300:hover {
border-color: #fbb6ce !important
}
.hover\:border-pink-400:hover {
border-color: #f687b3 !important
}
.hover\:border-pink-500:hover {
border-color: #ed64a6 !important
}
.hover\:border-pink-600:hover {
border-color: #d53f8c !important
}
.hover\:border-pink-700:hover {
border-color: #b83280 !important
}
.hover\:border-pink-800:hover {
border-color: #97266d !important
}
.hover\:border-pink-900:hover {
border-color: #702459 !important
}
.focus\:border-transparent:focus {
border-color: transparent !important
}
.focus\:border-black:focus {
border-color: #000 !important
}
.focus\:border-white:focus {
border-color: #fff !important
}
.focus\:border-gray-100:focus {
border-color: #f7fafc !important
}
.focus\:border-gray-200:focus {
border-color: #edf2f7 !important
}
.focus\:border-gray-300:focus {
border-color: #e2e8f0 !important
}
.focus\:border-gray-400:focus {
border-color: #cbd5e0 !important
}
.focus\:border-gray-500:focus {
border-color: #a0aec0 !important
}
.focus\:border-gray-600:focus {
border-color: #718096 !important
}
.focus\:border-gray-700:focus {
border-color: #4a5568 !important
}
.focus\:border-gray-800:focus {
border-color: #2d3748 !important
}
.focus\:border-gray-900:focus {
border-color: #1a202c !important
}
.focus\:border-red-100:focus {
border-color: #fff5f5 !important
}
.focus\:border-red-200:focus {
border-color: #fed7d7 !important
}
.focus\:border-red-300:focus {
border-color: #feb2b2 !important
}
.focus\:border-red-400:focus {
border-color: #fc8181 !important
}
.focus\:border-red-500:focus {
border-color: #f56565 !important
}
.focus\:border-red-600:focus {
border-color: #e53e3e !important
}
.focus\:border-red-700:focus {
border-color: #c53030 !important
}
.focus\:border-red-800:focus {
border-color: #9b2c2c !important
}
.focus\:border-red-900:focus {
border-color: #742a2a !important
}
.focus\:border-orange-100:focus {
border-color: #fffaf0 !important
}
.focus\:border-orange-200:focus {
border-color: #feebc8 !important
}
.focus\:border-orange-300:focus {
border-color: #fbd38d !important
}
.focus\:border-orange-400:focus {
border-color: #f6ad55 !important
}
.focus\:border-orange-500:focus {
border-color: #ed8936 !important
}
.focus\:border-orange-600:focus {
border-color: #dd6b20 !important
}
.focus\:border-orange-700:focus {
border-color: #c05621 !important
}
.focus\:border-orange-800:focus {
border-color: #9c4221 !important
}
.focus\:border-orange-900:focus {
border-color: #7b341e !important
}
.focus\:border-yellow-100:focus {
border-color: #fffff0 !important
}
.focus\:border-yellow-200:focus {
border-color: #fefcbf !important
}
.focus\:border-yellow-300:focus {
border-color: #faf089 !important
}
.focus\:border-yellow-400:focus {
border-color: #f6e05e !important
}
.focus\:border-yellow-500:focus {
border-color: #ecc94b !important
}
.focus\:border-yellow-600:focus {
border-color: #d69e2e !important
}
.focus\:border-yellow-700:focus {
border-color: #b7791f !important
}
.focus\:border-yellow-800:focus {
border-color: #975a16 !important
}
.focus\:border-yellow-900:focus {
border-color: #744210 !important
}
.focus\:border-green-100:focus {
border-color: #f0fff4 !important
}
.focus\:border-green-200:focus {
border-color: #c6f6d5 !important
}
.focus\:border-green-300:focus {
border-color: #9ae6b4 !important
}
.focus\:border-green-400:focus {
border-color: #68d391 !important
}
.focus\:border-green-500:focus {
border-color: #48bb78 !important
}
.focus\:border-green-600:focus {
border-color: #38a169 !important
}
.focus\:border-green-700:focus {
border-color: #2f855a !important
}
.focus\:border-green-800:focus {
border-color: #276749 !important
}
.focus\:border-green-900:focus {
border-color: #22543d !important
}
.focus\:border-teal-100:focus {
border-color: #e6fffa !important
}
.focus\:border-teal-200:focus {
border-color: #b2f5ea !important
}
.focus\:border-teal-300:focus {
border-color: #81e6d9 !important
}
.focus\:border-teal-400:focus {
border-color: #4fd1c5 !important
}
.focus\:border-teal-500:focus {
border-color: #38b2ac !important
}
.focus\:border-teal-600:focus {
border-color: #319795 !important
}
.focus\:border-teal-700:focus {
border-color: #2c7a7b !important
}
.focus\:border-teal-800:focus {
border-color: #285e61 !important
}
.focus\:border-teal-900:focus {
border-color: #234e52 !important
}
.focus\:border-blue-100:focus {
border-color: #ebf8ff !important
}
.focus\:border-blue-200:focus {
border-color: #bee3f8 !important
}
.focus\:border-blue-300:focus {
border-color: #90cdf4 !important
}
.focus\:border-blue-400:focus {
border-color: #63b3ed !important
}
.focus\:border-blue-500:focus {
border-color: #4299e1 !important
}
.focus\:border-blue-600:focus {
border-color: #3182ce !important
}
.focus\:border-blue-700:focus {
border-color: #2b6cb0 !important
}
.focus\:border-blue-800:focus {
border-color: #2c5282 !important
}
.focus\:border-blue-900:focus {
border-color: #2a4365 !important
}
.focus\:border-indigo-100:focus {
border-color: #ebf4ff !important
}
.focus\:border-indigo-200:focus {
border-color: #c3dafe !important
}
.focus\:border-indigo-300:focus {
border-color: #a3bffa !important
}
.focus\:border-indigo-400:focus {
border-color: #7f9cf5 !important
}
.focus\:border-indigo-500:focus {
border-color: #667eea !important
}
.focus\:border-indigo-600:focus {
border-color: #5a67d8 !important
}
.focus\:border-indigo-700:focus {
border-color: #4c51bf !important
}
.focus\:border-indigo-800:focus {
border-color: #434190 !important
}
.focus\:border-indigo-900:focus {
border-color: #3c366b !important
}
.focus\:border-purple-100:focus {
border-color: #faf5ff !important
}
.focus\:border-purple-200:focus {
border-color: #e9d8fd !important
}
.focus\:border-purple-300:focus {
border-color: #d6bcfa !important
}
.focus\:border-purple-400:focus {
border-color: #b794f4 !important
}
.focus\:border-purple-500:focus {
border-color: #9f7aea !important
}
.focus\:border-purple-600:focus {
border-color: #805ad5 !important
}
.focus\:border-purple-700:focus {
border-color: #6b46c1 !important
}
.focus\:border-purple-800:focus {
border-color: #553c9a !important
}
.focus\:border-purple-900:focus {
border-color: #44337a !important
}
.focus\:border-pink-100:focus {
border-color: #fff5f7 !important
}
.focus\:border-pink-200:focus {
border-color: #fed7e2 !important
}
.focus\:border-pink-300:focus {
border-color: #fbb6ce !important
}
.focus\:border-pink-400:focus {
border-color: #f687b3 !important
}
.focus\:border-pink-500:focus {
border-color: #ed64a6 !important
}
.focus\:border-pink-600:focus {
border-color: #d53f8c !important
}
.focus\:border-pink-700:focus {
border-color: #b83280 !important
}
.focus\:border-pink-800:focus {
border-color: #97266d !important
}
.focus\:border-pink-900:focus {
border-color: #702459 !important
}
.rounded-none {
border-radius: 0 !important
}
.rounded-sm {
border-radius: 0.125rem !important
}
.rounded {
border-radius: 0.25rem !important
}
.rounded-md {
border-radius: 0.375rem !important
}
.rounded-lg {
border-radius: 0.5rem !important
}
.rounded-full {
border-radius: 9999px !important
}
.rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important
}
.rounded-r-none {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.rounded-b-none {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.rounded-l-none {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.rounded-t-sm {
border-top-left-radius: 0.125rem !important;
border-top-right-radius: 0.125rem !important
}
.rounded-r-sm {
border-top-right-radius: 0.125rem !important;
border-bottom-right-radius: 0.125rem !important
}
.rounded-b-sm {
border-bottom-right-radius: 0.125rem !important;
border-bottom-left-radius: 0.125rem !important
}
.rounded-l-sm {
border-top-left-radius: 0.125rem !important;
border-bottom-left-radius: 0.125rem !important
}
.rounded-t {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important
}
.rounded-r {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important
}
.rounded-b {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important
}
.rounded-l {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important
}
.rounded-t-md {
border-top-left-radius: 0.375rem !important;
border-top-right-radius: 0.375rem !important
}
.rounded-r-md {
border-top-right-radius: 0.375rem !important;
border-bottom-right-radius: 0.375rem !important
}
.rounded-b-md {
border-bottom-right-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important
}
.rounded-l-md {
border-top-left-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important
}
.rounded-t-lg {
border-top-left-radius: 0.5rem !important;
border-top-right-radius: 0.5rem !important
}
.rounded-r-lg {
border-top-right-radius: 0.5rem !important;
border-bottom-right-radius: 0.5rem !important
}
.rounded-b-lg {
border-bottom-right-radius: 0.5rem !important;
border-bottom-left-radius: 0.5rem !important
}
.rounded-l-lg {
border-top-left-radius: 0.5rem !important;
border-bottom-left-radius: 0.5rem !important
}
.rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important
}
.rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important
}
.rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important
}
.rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important
}
.rounded-tl-none {
border-top-left-radius: 0 !important
}
.rounded-tr-none {
border-top-right-radius: 0 !important
}
.rounded-br-none {
border-bottom-right-radius: 0 !important
}
.rounded-bl-none {
border-bottom-left-radius: 0 !important
}
.rounded-tl-sm {
border-top-left-radius: 0.125rem !important
}
.rounded-tr-sm {
border-top-right-radius: 0.125rem !important
}
.rounded-br-sm {
border-bottom-right-radius: 0.125rem !important
}
.rounded-bl-sm {
border-bottom-left-radius: 0.125rem !important
}
.rounded-tl {
border-top-left-radius: 0.25rem !important
}
.rounded-tr {
border-top-right-radius: 0.25rem !important
}
.rounded-br {
border-bottom-right-radius: 0.25rem !important
}
.rounded-bl {
border-bottom-left-radius: 0.25rem !important
}
.rounded-tl-md {
border-top-left-radius: 0.375rem !important
}
.rounded-tr-md {
border-top-right-radius: 0.375rem !important
}
.rounded-br-md {
border-bottom-right-radius: 0.375rem !important
}
.rounded-bl-md {
border-bottom-left-radius: 0.375rem !important
}
.rounded-tl-lg {
border-top-left-radius: 0.5rem !important
}
.rounded-tr-lg {
border-top-right-radius: 0.5rem !important
}
.rounded-br-lg {
border-bottom-right-radius: 0.5rem !important
}
.rounded-bl-lg {
border-bottom-left-radius: 0.5rem !important
}
.rounded-tl-full {
border-top-left-radius: 9999px !important
}
.rounded-tr-full {
border-top-right-radius: 9999px !important
}
.rounded-br-full {
border-bottom-right-radius: 9999px !important
}
.rounded-bl-full {
border-bottom-left-radius: 9999px !important
}
.border-solid {
border-style: solid !important
}
.border-dashed {
border-style: dashed !important
}
.border-dotted {
border-style: dotted !important
}
.border-double {
border-style: double !important
}
.border-none {
border-style: none !important
}
.border-0 {
border-width: 0 !important
}
.border-2 {
border-width: 2px !important
}
.border-4 {
border-width: 4px !important
}
.border-8 {
border-width: 8px !important
}
.border {
border-width: 1px !important
}
.border-t-0 {
border-top-width: 0 !important
}
.border-r-0 {
border-right-width: 0 !important
}
.border-b-0 {
border-bottom-width: 0 !important
}
.border-l-0 {
border-left-width: 0 !important
}
.border-t-2 {
border-top-width: 2px !important
}
.border-r-2 {
border-right-width: 2px !important
}
.border-b-2 {
border-bottom-width: 2px !important
}
.border-l-2 {
border-left-width: 2px !important
}
.border-t-4 {
border-top-width: 4px !important
}
.border-r-4 {
border-right-width: 4px !important
}
.border-b-4 {
border-bottom-width: 4px !important
}
.border-l-4 {
border-left-width: 4px !important
}
.border-t-8 {
border-top-width: 8px !important
}
.border-r-8 {
border-right-width: 8px !important
}
.border-b-8 {
border-bottom-width: 8px !important
}
.border-l-8 {
border-left-width: 8px !important
}
.border-t {
border-top-width: 1px !important
}
.border-r {
border-right-width: 1px !important
}
.border-b {
border-bottom-width: 1px !important
}
.border-l {
border-left-width: 1px !important
}
.box-border {
box-sizing: border-box !important
}
.box-content {
box-sizing: content-box !important
}
.cursor-auto {
cursor: auto !important
}
.cursor-default {
cursor: default !important
}
.cursor-pointer {
cursor: pointer !important
}
.cursor-wait {
cursor: wait !important
}
.cursor-text {
cursor: text !important
}
.cursor-move {
cursor: move !important
}
.cursor-not-allowed {
cursor: not-allowed !important
}
.block {
display: block !important
}
.inline-block {
display: inline-block !important
}
.inline {
display: inline !important
}
.flow-root {
display: flow-root !important
}
.flex {
display: flex !important
}
.inline-flex {
display: inline-flex !important
}
.grid {
display: grid !important
}
.inline-grid {
display: inline-grid !important
}
.table {
display: table !important
}
.table-caption {
display: table-caption !important
}
.table-cell {
display: table-cell !important
}
.table-column {
display: table-column !important
}
.table-column-group {
display: table-column-group !important
}
.table-footer-group {
display: table-footer-group !important
}
.table-header-group {
display: table-header-group !important
}
.table-row-group {
display: table-row-group !important
}
.table-row {
display: table-row !important
}
.hidden {
display: none !important
}
.flex-row {
flex-direction: row !important
}
.flex-row-reverse {
flex-direction: row-reverse !important
}
.flex-col {
flex-direction: column !important
}
.flex-col-reverse {
flex-direction: column-reverse !important
}
.flex-wrap {
flex-wrap: wrap !important
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.flex-no-wrap {
flex-wrap: nowrap !important
}
.items-start {
align-items: flex-start !important
}
.items-end {
align-items: flex-end !important
}
.items-center {
align-items: center !important
}
.items-baseline {
align-items: baseline !important
}
.items-stretch {
align-items: stretch !important
}
.self-auto {
align-self: auto !important
}
.self-start {
align-self: flex-start !important
}
.self-end {
align-self: flex-end !important
}
.self-center {
align-self: center !important
}
.self-stretch {
align-self: stretch !important
}
.justify-start {
justify-content: flex-start !important
}
.justify-end {
justify-content: flex-end !important
}
.justify-center {
justify-content: center !important
}
.justify-between {
justify-content: space-between !important
}
.justify-around {
justify-content: space-around !important
}
.justify-evenly {
justify-content: space-evenly !important
}
.content-center {
align-content: center !important
}
.content-start {
align-content: flex-start !important
}
.content-end {
align-content: flex-end !important
}
.content-between {
align-content: space-between !important
}
.content-around {
align-content: space-around !important
}
.flex-1 {
flex: 1 1 0% !important
}
.flex-auto {
flex: 1 1 auto !important
}
.flex-initial {
flex: 0 1 auto !important
}
.flex-none {
flex: none !important
}
.flex-grow-0 {
flex-grow: 0 !important
}
.flex-grow {
flex-grow: 1 !important
}
.flex-shrink-0 {
flex-shrink: 0 !important
}
.flex-shrink {
flex-shrink: 1 !important
}
.order-1 {
order: 1 !important
}
.order-2 {
order: 2 !important
}
.order-3 {
order: 3 !important
}
.order-4 {
order: 4 !important
}
.order-5 {
order: 5 !important
}
.order-6 {
order: 6 !important
}
.order-7 {
order: 7 !important
}
.order-8 {
order: 8 !important
}
.order-9 {
order: 9 !important
}
.order-10 {
order: 10 !important
}
.order-11 {
order: 11 !important
}
.order-12 {
order: 12 !important
}
.order-first {
order: -9999 !important
}
.order-last {
order: 9999 !important
}
.order-none {
order: 0 !important
}
.float-right {
float: right !important
}
.float-left {
float: left !important
}
.float-none {
float: none !important
}
.clearfix:after {
content: "" !important;
display: table !important;
clear: both !important
}
.clear-left {
clear: left !important
}
.clear-right {
clear: right !important
}
.clear-both {
clear: both !important
}
.clear-none {
clear: none !important
}
.font-sans {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}
.font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif !important
}
.font-mono {
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}
.font-hairline {
font-weight: 100 !important
}
.font-thin {
font-weight: 200 !important
}
.font-light {
font-weight: 300 !important
}
.font-normal {
font-weight: 400 !important
}
.font-medium {
font-weight: 500 !important
}
.font-semibold {
font-weight: 600 !important
}
.font-bold {
font-weight: 700 !important
}
.font-extrabold {
font-weight: 800 !important
}
.font-black {
font-weight: 900 !important
}
.hover\:font-hairline:hover {
font-weight: 100 !important
}
.hover\:font-thin:hover {
font-weight: 200 !important
}
.hover\:font-light:hover {
font-weight: 300 !important
}
.hover\:font-normal:hover {
font-weight: 400 !important
}
.hover\:font-medium:hover {
font-weight: 500 !important
}
.hover\:font-semibold:hover {
font-weight: 600 !important
}
.hover\:font-bold:hover {
font-weight: 700 !important
}
.hover\:font-extrabold:hover {
font-weight: 800 !important
}
.hover\:font-black:hover {
font-weight: 900 !important
}
.focus\:font-hairline:focus {
font-weight: 100 !important
}
.focus\:font-thin:focus {
font-weight: 200 !important
}
.focus\:font-light:focus {
font-weight: 300 !important
}
.focus\:font-normal:focus {
font-weight: 400 !important
}
.focus\:font-medium:focus {
font-weight: 500 !important
}
.focus\:font-semibold:focus {
font-weight: 600 !important
}
.focus\:font-bold:focus {
font-weight: 700 !important
}
.focus\:font-extrabold:focus {
font-weight: 800 !important
}
.focus\:font-black:focus {
font-weight: 900 !important
}
.h-0 {
height: 0 !important
}
.h-1 {
height: 0.25rem !important
}
.h-2 {
height: 0.5rem !important
}
.h-3 {
height: 0.75rem !important
}
.h-4 {
height: 1rem !important
}
.h-5 {
height: 1.25rem !important
}
.h-6 {
height: 1.5rem !important
}
.h-8 {
height: 2rem !important
}
.h-10 {
height: 2.5rem !important
}
.h-12 {
height: 3rem !important
}
.h-16 {
height: 4rem !important
}
.h-20 {
height: 5rem !important
}
.h-24 {
height: 6rem !important
}
.h-32 {
height: 8rem !important
}
.h-40 {
height: 10rem !important
}
.h-48 {
height: 12rem !important
}
.h-56 {
height: 14rem !important
}
.h-64 {
height: 16rem !important
}
.h-auto {
height: auto !important
}
.h-px {
height: 1px !important
}
.h-1-2 {
height: 50% !important
}
.h-1-3 {
height: 33.333333% !important
}
.h-2-3 {
height: 66.666667% !important
}
.h-1-4 {
height: 25% !important
}
.h-2-4 {
height: 50% !important
}
.h-3-4 {
height: 75% !important
}
.h-1-5 {
height: 20% !important
}
.h-2-5 {
height: 40% !important
}
.h-3-5 {
height: 60% !important
}
.h-4-5 {
height: 80% !important
}
.h-1-6 {
height: 16.666667% !important
}
.h-2-6 {
height: 33.333333% !important
}
.h-3-6 {
height: 50% !important
}
.h-4-6 {
height: 66.666667% !important
}
.h-5-6 {
height: 83.333333% !important
}
.h-1-12 {
height: 8.333333% !important
}
.h-2-12 {
height: 16.666667% !important
}
.h-3-12 {
height: 25% !important
}
.h-4-12 {
height: 33.333333% !important
}
.h-5-12 {
height: 41.666667% !important
}
.h-6-12 {
height: 50% !important
}
.h-7-12 {
height: 58.333333% !important
}
.h-8-12 {
height: 66.666667% !important
}
.h-9-12 {
height: 75% !important
}
.h-10-12 {
height: 83.333333% !important
}
.h-11-12 {
height: 91.666667% !important
}
.h-full {
height: 100% !important
}
.h-screen {
height: 100vh !important
}
.text-xs {
font-size: 0.75rem !important
}
.text-sm {
font-size: 0.875rem !important
}
.text-base {
font-size: 1rem !important
}
.text-lg {
font-size: 1.125rem !important
}
.text-xl {
font-size: 1.25rem !important
}
.text-2xl {
font-size: 1.5rem !important
}
.text-3xl {
font-size: 1.875rem !important
}
.text-4xl {
font-size: 2.25rem !important
}
.text-5xl {
font-size: 3rem !important
}
.text-6xl {
font-size: 4rem !important
}
.leading-3 {
line-height: .75rem !important
}
.leading-4 {
line-height: 1rem !important
}
.leading-5 {
line-height: 1.25rem !important
}
.leading-6 {
line-height: 1.5rem !important
}
.leading-7 {
line-height: 1.75rem !important
}
.leading-8 {
line-height: 2rem !important
}
.leading-9 {
line-height: 2.25rem !important
}
.leading-10 {
line-height: 2.5rem !important
}
.leading-none {
line-height: 1 !important
}
.leading-tight {
line-height: 1.25 !important
}
.leading-snug {
line-height: 1.375 !important
}
.leading-normal {
line-height: 1.5 !important
}
.leading-relaxed {
line-height: 1.625 !important
}
.leading-loose {
line-height: 2 !important
}
.list-inside {
list-style-position: inside !important
}
.list-outside {
list-style-position: outside !important
}
.list-none {
list-style-type: none !important
}
.list-disc {
list-style-type: disc !important
}
.list-decimal {
list-style-type: decimal !important
}
.m-0 {
margin: 0 !important
}
.m-1 {
margin: 0.25rem !important
}
.m-2 {
margin: 0.5rem !important
}
.m-3 {
margin: 0.75rem !important
}
.m-4 {
margin: 1rem !important
}
.m-5 {
margin: 1.25rem !important
}
.m-6 {
margin: 1.5rem !important
}
.m-8 {
margin: 2rem !important
}
.m-10 {
margin: 2.5rem !important
}
.m-12 {
margin: 3rem !important
}
.m-16 {
margin: 4rem !important
}
.m-20 {
margin: 5rem !important
}
.m-24 {
margin: 6rem !important
}
.m-32 {
margin: 8rem !important
}
.m-40 {
margin: 10rem !important
}
.m-48 {
margin: 12rem !important
}
.m-56 {
margin: 14rem !important
}
.m-64 {
margin: 16rem !important
}
.m-auto {
margin: auto !important
}
.m-px {
margin: 1px !important
}
.-m-1 {
margin: -0.25rem !important
}
.-m-2 {
margin: -0.5rem !important
}
.-m-3 {
margin: -0.75rem !important
}
.-m-4 {
margin: -1rem !important
}
.-m-5 {
margin: -1.25rem !important
}
.-m-6 {
margin: -1.5rem !important
}
.-m-8 {
margin: -2rem !important
}
.-m-10 {
margin: -2.5rem !important
}
.-m-12 {
margin: -3rem !important
}
.-m-16 {
margin: -4rem !important
}
.-m-20 {
margin: -5rem !important
}
.-m-24 {
margin: -6rem !important
}
.-m-32 {
margin: -8rem !important
}
.-m-40 {
margin: -10rem !important
}
.-m-48 {
margin: -12rem !important
}
.-m-56 {
margin: -14rem !important
}
.-m-64 {
margin: -16rem !important
}
.-m-px {
margin: -1px !important
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important
}
.mx-0 {
margin-left: 0 !important;
margin-right: 0 !important
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important
}
.mx-1 {
margin-left: 0.25rem !important;
margin-right: 0.25rem !important
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important
}
.mx-2 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important
}
.my-3 {
margin-top: 0.75rem !important;
margin-bottom: 0.75rem !important
}
.mx-3 {
margin-left: 0.75rem !important;
margin-right: 0.75rem !important
}
.my-4 {
margin-top: 1rem !important;
margin-bottom: 1rem !important
}
.mx-4 {
margin-left: 1rem !important;
margin-right: 1rem !important
}
.my-5 {
margin-top: 1.25rem !important;
margin-bottom: 1.25rem !important
}
.mx-5 {
margin-left: 1.25rem !important;
margin-right: 1.25rem !important
}
.my-6 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important
}
.mx-6 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important
}
.my-8 {
margin-top: 2rem !important;
margin-bottom: 2rem !important
}
.mx-8 {
margin-left: 2rem !important;
margin-right: 2rem !important
}
.my-10 {
margin-top: 2.5rem !important;
margin-bottom: 2.5rem !important
}
.mx-10 {
margin-left: 2.5rem !important;
margin-right: 2.5rem !important
}
.my-12 {
margin-top: 3rem !important;
margin-bottom: 3rem !important
}
.mx-12 {
margin-left: 3rem !important;
margin-right: 3rem !important
}
.my-16 {
margin-top: 4rem !important;
margin-bottom: 4rem !important
}
.mx-16 {
margin-left: 4rem !important;
margin-right: 4rem !important
}
.my-20 {
margin-top: 5rem !important;
margin-bottom: 5rem !important
}
.mx-20 {
margin-left: 5rem !important;
margin-right: 5rem !important
}
.my-24 {
margin-top: 6rem !important;
margin-bottom: 6rem !important
}
.mx-24 {
margin-left: 6rem !important;
margin-right: 6rem !important
}
.my-32 {
margin-top: 8rem !important;
margin-bottom: 8rem !important
}
.mx-32 {
margin-left: 8rem !important;
margin-right: 8rem !important
}
.my-40 {
margin-top: 10rem !important;
margin-bottom: 10rem !important
}
.mx-40 {
margin-left: 10rem !important;
margin-right: 10rem !important
}
.my-48 {
margin-top: 12rem !important;
margin-bottom: 12rem !important
}
.mx-48 {
margin-left: 12rem !important;
margin-right: 12rem !important
}
.my-56 {
margin-top: 14rem !important;
margin-bottom: 14rem !important
}
.mx-56 {
margin-left: 14rem !important;
margin-right: 14rem !important
}
.my-64 {
margin-top: 16rem !important;
margin-bottom: 16rem !important
}
.mx-64 {
margin-left: 16rem !important;
margin-right: 16rem !important
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important
}
.mx-auto {
margin-left: auto !important;
margin-right: auto !important
}
.my-px {
margin-top: 1px !important;
margin-bottom: 1px !important
}
.mx-px {
margin-left: 1px !important;
margin-right: 1px !important
}
.-my-1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important
}
.-mx-1 {
margin-left: -0.25rem !important;
margin-right: -0.25rem !important
}
.-my-2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important
}
.-mx-2 {
margin-left: -0.5rem !important;
margin-right: -0.5rem !important
}
.-my-3 {
margin-top: -0.75rem !important;
margin-bottom: -0.75rem !important
}
.-mx-3 {
margin-left: -0.75rem !important;
margin-right: -0.75rem !important
}
.-my-4 {
margin-top: -1rem !important;
margin-bottom: -1rem !important
}
.-mx-4 {
margin-left: -1rem !important;
margin-right: -1rem !important
}
.-my-5 {
margin-top: -1.25rem !important;
margin-bottom: -1.25rem !important
}
.-mx-5 {
margin-left: -1.25rem !important;
margin-right: -1.25rem !important
}
.-my-6 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important
}
.-mx-6 {
margin-left: -1.5rem !important;
margin-right: -1.5rem !important
}
.-my-8 {
margin-top: -2rem !important;
margin-bottom: -2rem !important
}
.-mx-8 {
margin-left: -2rem !important;
margin-right: -2rem !important
}
.-my-10 {
margin-top: -2.5rem !important;
margin-bottom: -2.5rem !important
}
.-mx-10 {
margin-left: -2.5rem !important;
margin-right: -2.5rem !important
}
.-my-12 {
margin-top: -3rem !important;
margin-bottom: -3rem !important
}
.-mx-12 {
margin-left: -3rem !important;
margin-right: -3rem !important
}
.-my-16 {
margin-top: -4rem !important;
margin-bottom: -4rem !important
}
.-mx-16 {
margin-left: -4rem !important;
margin-right: -4rem !important
}
.-my-20 {
margin-top: -5rem !important;
margin-bottom: -5rem !important
}
.-mx-20 {
margin-left: -5rem !important;
margin-right: -5rem !important
}
.-my-24 {
margin-top: -6rem !important;
margin-bottom: -6rem !important
}
.-mx-24 {
margin-left: -6rem !important;
margin-right: -6rem !important
}
.-my-32 {
margin-top: -8rem !important;
margin-bottom: -8rem !important
}
.-mx-32 {
margin-left: -8rem !important;
margin-right: -8rem !important
}
.-my-40 {
margin-top: -10rem !important;
margin-bottom: -10rem !important
}
.-mx-40 {
margin-left: -10rem !important;
margin-right: -10rem !important
}
.-my-48 {
margin-top: -12rem !important;
margin-bottom: -12rem !important
}
.-mx-48 {
margin-left: -12rem !important;
margin-right: -12rem !important
}
.-my-56 {
margin-top: -14rem !important;
margin-bottom: -14rem !important
}
.-mx-56 {
margin-left: -14rem !important;
margin-right: -14rem !important
}
.-my-64 {
margin-top: -16rem !important;
margin-bottom: -16rem !important
}
.-mx-64 {
margin-left: -16rem !important;
margin-right: -16rem !important
}
.-my-px {
margin-top: -1px !important;
margin-bottom: -1px !important
}
.-mx-px {
margin-left: -1px !important;
margin-right: -1px !important
}
.mt-0 {
margin-top: 0 !important
}
.mr-0 {
margin-right: 0 !important
}
.mb-0 {
margin-bottom: 0 !important
}
.ml-0 {
margin-left: 0 !important
}
.mt-1 {
margin-top: 0.25rem !important
}
.mr-1 {
margin-right: 0.25rem !important
}
.mb-1 {
margin-bottom: 0.25rem !important
}
.ml-1 {
margin-left: 0.25rem !important
}
.mt-2 {
margin-top: 0.5rem !important
}
.mr-2 {
margin-right: 0.5rem !important
}
.mb-2 {
margin-bottom: 0.5rem !important
}
.ml-2 {
margin-left: 0.5rem !important
}
.mt-3 {
margin-top: 0.75rem !important
}
.mr-3 {
margin-right: 0.75rem !important
}
.mb-3 {
margin-bottom: 0.75rem !important
}
.ml-3 {
margin-left: 0.75rem !important
}
.mt-4 {
margin-top: 1rem !important
}
.mr-4 {
margin-right: 1rem !important
}
.mb-4 {
margin-bottom: 1rem !important
}
.ml-4 {
margin-left: 1rem !important
}
.mt-5 {
margin-top: 1.25rem !important
}
.mr-5 {
margin-right: 1.25rem !important
}
.mb-5 {
margin-bottom: 1.25rem !important
}
.ml-5 {
margin-left: 1.25rem !important
}
.mt-6 {
margin-top: 1.5rem !important
}
.mr-6 {
margin-right: 1.5rem !important
}
.mb-6 {
margin-bottom: 1.5rem !important
}
.ml-6 {
margin-left: 1.5rem !important
}
.mt-8 {
margin-top: 2rem !important
}
.mr-8 {
margin-right: 2rem !important
}
.mb-8 {
margin-bottom: 2rem !important
}
.ml-8 {
margin-left: 2rem !important
}
.mt-10 {
margin-top: 2.5rem !important
}
.mr-10 {
margin-right: 2.5rem !important
}
.mb-10 {
margin-bottom: 2.5rem !important
}
.ml-10 {
margin-left: 2.5rem !important
}
.mt-12 {
margin-top: 3rem !important
}
.mr-12 {
margin-right: 3rem !important
}
.mb-12 {
margin-bottom: 3rem !important
}
.ml-12 {
margin-left: 3rem !important
}
.mt-16 {
margin-top: 4rem !important
}
.mr-16 {
margin-right: 4rem !important
}
.mb-16 {
margin-bottom: 4rem !important
}
.ml-16 {
margin-left: 4rem !important
}
.mt-20 {
margin-top: 5rem !important
}
.mr-20 {
margin-right: 5rem !important
}
.mb-20 {
margin-bottom: 5rem !important
}
.ml-20 {
margin-left: 5rem !important
}
.mt-24 {
margin-top: 6rem !important
}
.mr-24 {
margin-right: 6rem !important
}
.mb-24 {
margin-bottom: 6rem !important
}
.ml-24 {
margin-left: 6rem !important
}
.mt-32 {
margin-top: 8rem !important
}
.mr-32 {
margin-right: 8rem !important
}
.mb-32 {
margin-bottom: 8rem !important
}
.ml-32 {
margin-left: 8rem !important
}
.mt-40 {
margin-top: 10rem !important
}
.mr-40 {
margin-right: 10rem !important
}
.mb-40 {
margin-bottom: 10rem !important
}
.ml-40 {
margin-left: 10rem !important
}
.mt-48 {
margin-top: 12rem !important
}
.mr-48 {
margin-right: 12rem !important
}
.mb-48 {
margin-bottom: 12rem !important
}
.ml-48 {
margin-left: 12rem !important
}
.mt-56 {
margin-top: 14rem !important
}
.mr-56 {
margin-right: 14rem !important
}
.mb-56 {
margin-bottom: 14rem !important
}
.ml-56 {
margin-left: 14rem !important
}
.mt-64 {
margin-top: 16rem !important
}
.mr-64 {
margin-right: 16rem !important
}
.mb-64 {
margin-bottom: 16rem !important
}
.ml-64 {
margin-left: 16rem !important
}
.mt-auto {
margin-top: auto !important
}
.mr-auto {
margin-right: auto !important
}
.mb-auto {
margin-bottom: auto !important
}
.ml-auto {
margin-left: auto !important
}
.mt-px {
margin-top: 1px !important
}
.mr-px {
margin-right: 1px !important
}
.mb-px {
margin-bottom: 1px !important
}
.ml-px {
margin-left: 1px !important
}
.-mt-1 {
margin-top: -0.25rem !important
}
.-mr-1 {
margin-right: -0.25rem !important
}
.-mb-1 {
margin-bottom: -0.25rem !important
}
.-ml-1 {
margin-left: -0.25rem !important
}
.-mt-2 {
margin-top: -0.5rem !important
}
.-mr-2 {
margin-right: -0.5rem !important
}
.-mb-2 {
margin-bottom: -0.5rem !important
}
.-ml-2 {
margin-left: -0.5rem !important
}
.-mt-3 {
margin-top: -0.75rem !important
}
.-mr-3 {
margin-right: -0.75rem !important
}
.-mb-3 {
margin-bottom: -0.75rem !important
}
.-ml-3 {
margin-left: -0.75rem !important
}
.-mt-4 {
margin-top: -1rem !important
}
.-mr-4 {
margin-right: -1rem !important
}
.-mb-4 {
margin-bottom: -1rem !important
}
.-ml-4 {
margin-left: -1rem !important
}
.-mt-5 {
margin-top: -1.25rem !important
}
.-mr-5 {
margin-right: -1.25rem !important
}
.-mb-5 {
margin-bottom: -1.25rem !important
}
.-ml-5 {
margin-left: -1.25rem !important
}
.-mt-6 {
margin-top: -1.5rem !important
}
.-mr-6 {
margin-right: -1.5rem !important
}
.-mb-6 {
margin-bottom: -1.5rem !important
}
.-ml-6 {
margin-left: -1.5rem !important
}
.-mt-8 {
margin-top: -2rem !important
}
.-mr-8 {
margin-right: -2rem !important
}
.-mb-8 {
margin-bottom: -2rem !important
}
.-ml-8 {
margin-left: -2rem !important
}
.-mt-10 {
margin-top: -2.5rem !important
}
.-mr-10 {
margin-right: -2.5rem !important
}
.-mb-10 {
margin-bottom: -2.5rem !important
}
.-ml-10 {
margin-left: -2.5rem !important
}
.-mt-12 {
margin-top: -3rem !important
}
.-mr-12 {
margin-right: -3rem !important
}
.-mb-12 {
margin-bottom: -3rem !important
}
.-ml-12 {
margin-left: -3rem !important
}
.-mt-16 {
margin-top: -4rem !important
}
.-mr-16 {
margin-right: -4rem !important
}
.-mb-16 {
margin-bottom: -4rem !important
}
.-ml-16 {
margin-left: -4rem !important
}
.-mt-20 {
margin-top: -5rem !important
}
.-mr-20 {
margin-right: -5rem !important
}
.-mb-20 {
margin-bottom: -5rem !important
}
.-ml-20 {
margin-left: -5rem !important
}
.-mt-24 {
margin-top: -6rem !important
}
.-mr-24 {
margin-right: -6rem !important
}
.-mb-24 {
margin-bottom: -6rem !important
}
.-ml-24 {
margin-left: -6rem !important
}
.-mt-32 {
margin-top: -8rem !important
}
.-mr-32 {
margin-right: -8rem !important
}
.-mb-32 {
margin-bottom: -8rem !important
}
.-ml-32 {
margin-left: -8rem !important
}
.-mt-40 {
margin-top: -10rem !important
}
.-mr-40 {
margin-right: -10rem !important
}
.-mb-40 {
margin-bottom: -10rem !important
}
.-ml-40 {
margin-left: -10rem !important
}
.-mt-48 {
margin-top: -12rem !important
}
.-mr-48 {
margin-right: -12rem !important
}
.-mb-48 {
margin-bottom: -12rem !important
}
.-ml-48 {
margin-left: -12rem !important
}
.-mt-56 {
margin-top: -14rem !important
}
.-mr-56 {
margin-right: -14rem !important
}
.-mb-56 {
margin-bottom: -14rem !important
}
.-ml-56 {
margin-left: -14rem !important
}
.-mt-64 {
margin-top: -16rem !important
}
.-mr-64 {
margin-right: -16rem !important
}
.-mb-64 {
margin-bottom: -16rem !important
}
.-ml-64 {
margin-left: -16rem !important
}
.-mt-px {
margin-top: -1px !important
}
.-mr-px {
margin-right: -1px !important
}
.-mb-px {
margin-bottom: -1px !important
}
.-ml-px {
margin-left: -1px !important
}
.max-h-full {
max-height: 100% !important
}
.max-h-screen {
max-height: 100vh !important
}
.max-w-none {
max-width: none !important
}
.max-w-xs {
max-width: 20rem !important
}
.max-w-sm {
max-width: 24rem !important
}
.max-w-md {
max-width: 28rem !important
}
.max-w-lg {
max-width: 32rem !important
}
.max-w-xl {
max-width: 36rem !important
}
.max-w-2xl {
max-width: 42rem !important
}
.max-w-3xl {
max-width: 48rem !important
}
.max-w-4xl {
max-width: 56rem !important
}
.max-w-5xl {
max-width: 64rem !important
}
.max-w-6xl {
max-width: 72rem !important
}
.max-w-full {
max-width: 100% !important
}
.max-w-screen-md {
max-width: 768px !important
}
.max-w-screen-lg {
max-width: 1024px !important
}
.min-h-0 {
min-height: 0 !important
}
.min-h-full {
min-height: 100% !important
}
.min-h-screen {
min-height: 100vh !important
}
.min-w-0 {
min-width: 0 !important
}
.min-w-full {
min-width: 100% !important
}
.object-contain {
-o-object-fit: contain !important;
object-fit: contain !important
}
.object-cover {
-o-object-fit: cover !important;
object-fit: cover !important
}
.object-fill {
-o-object-fit: fill !important;
object-fit: fill !important
}
.object-none {
-o-object-fit: none !important;
object-fit: none !important
}
.object-scale-down {
-o-object-fit: scale-down !important;
object-fit: scale-down !important
}
.object-bottom {
-o-object-position: bottom !important;
object-position: bottom !important
}
.object-center {
-o-object-position: center !important;
object-position: center !important
}
.object-left {
-o-object-position: left !important;
object-position: left !important
}
.object-left-bottom {
-o-object-position: left bottom !important;
object-position: left bottom !important
}
.object-left-top {
-o-object-position: left top !important;
object-position: left top !important
}
.object-right {
-o-object-position: right !important;
object-position: right !important
}
.object-right-bottom {
-o-object-position: right bottom !important;
object-position: right bottom !important
}
.object-right-top {
-o-object-position: right top !important;
object-position: right top !important
}
.object-top {
-o-object-position: top !important;
object-position: top !important
}
.opacity-0 {
opacity: 0 !important
}
.opacity-25 {
opacity: 0.25 !important
}
.opacity-50 {
opacity: 0.5 !important
}
.opacity-75 {
opacity: 0.75 !important
}
.opacity-100 {
opacity: 1 !important
}
.hover\:opacity-0:hover {
opacity: 0 !important
}
.hover\:opacity-25:hover {
opacity: 0.25 !important
}
.hover\:opacity-50:hover {
opacity: 0.5 !important
}
.hover\:opacity-75:hover {
opacity: 0.75 !important
}
.hover\:opacity-100:hover {
opacity: 1 !important
}
.focus\:opacity-0:focus {
opacity: 0 !important
}
.focus\:opacity-25:focus {
opacity: 0.25 !important
}
.focus\:opacity-50:focus {
opacity: 0.5 !important
}
.focus\:opacity-75:focus {
opacity: 0.75 !important
}
.focus\:opacity-100:focus {
opacity: 1 !important
}
.outline-none {
outline: 0 !important
}
.focus\:outline-none:focus {
outline: 0 !important
}
.overflow-auto {
overflow: auto !important
}
.overflow-hidden {
overflow: hidden !important
}
.overflow-visible {
overflow: visible !important
}
.overflow-scroll {
overflow: scroll !important
}
.overflow-x-auto {
overflow-x: auto !important
}
.overflow-y-auto {
overflow-y: auto !important
}
.overflow-x-hidden {
overflow-x: hidden !important
}
.overflow-y-hidden {
overflow-y: hidden !important
}
.overflow-x-visible {
overflow-x: visible !important
}
.overflow-y-visible {
overflow-y: visible !important
}
.overflow-x-scroll {
overflow-x: scroll !important
}
.overflow-y-scroll {
overflow-y: scroll !important
}
.scrolling-touch {
-webkit-overflow-scrolling: touch !important
}
.scrolling-auto {
-webkit-overflow-scrolling: auto !important
}
.p-0 {
padding: 0 !important
}
.p-1 {
padding: 0.25rem !important
}
.p-2 {
padding: 0.5rem !important
}
.p-3 {
padding: 0.75rem !important
}
.p-4 {
padding: 1rem !important
}
.p-5 {
padding: 1.25rem !important
}
.p-6 {
padding: 1.5rem !important
}
.p-8 {
padding: 2rem !important
}
.p-10 {
padding: 2.5rem !important
}
.p-12 {
padding: 3rem !important
}
.p-16 {
padding: 4rem !important
}
.p-20 {
padding: 5rem !important
}
.p-24 {
padding: 6rem !important
}
.p-32 {
padding: 8rem !important
}
.p-40 {
padding: 10rem !important
}
.p-48 {
padding: 12rem !important
}
.p-56 {
padding: 14rem !important
}
.p-64 {
padding: 16rem !important
}
.p-px {
padding: 1px !important
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important
}
.px-0 {
padding-left: 0 !important;
padding-right: 0 !important
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important
}
.px-1 {
padding-left: 0.25rem !important;
padding-right: 0.25rem !important
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important
}
.px-2 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important
}
.py-3 {
padding-top: 0.75rem !important;
padding-bottom: 0.75rem !important
}
.px-3 {
padding-left: 0.75rem !important;
padding-right: 0.75rem !important
}
.py-4 {
padding-top: 1rem !important;
padding-bottom: 1rem !important
}
.px-4 {
padding-left: 1rem !important;
padding-right: 1rem !important
}
.py-5 {
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important
}
.px-5 {
padding-left: 1.25rem !important;
padding-right: 1.25rem !important
}
.py-6 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important
}
.px-6 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important
}
.py-8 {
padding-top: 2rem !important;
padding-bottom: 2rem !important
}
.px-8 {
padding-left: 2rem !important;
padding-right: 2rem !important
}
.py-10 {
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important
}
.px-10 {
padding-left: 2.5rem !important;
padding-right: 2.5rem !important
}
.py-12 {
padding-top: 3rem !important;
padding-bottom: 3rem !important
}
.px-12 {
padding-left: 3rem !important;
padding-right: 3rem !important
}
.py-16 {
padding-top: 4rem !important;
padding-bottom: 4rem !important
}
.px-16 {
padding-left: 4rem !important;
padding-right: 4rem !important
}
.py-20 {
padding-top: 5rem !important;
padding-bottom: 5rem !important
}
.px-20 {
padding-left: 5rem !important;
padding-right: 5rem !important
}
.py-24 {
padding-top: 6rem !important;
padding-bottom: 6rem !important
}
.px-24 {
padding-left: 6rem !important;
padding-right: 6rem !important
}
.py-32 {
padding-top: 8rem !important;
padding-bottom: 8rem !important
}
.px-32 {
padding-left: 8rem !important;
padding-right: 8rem !important
}
.py-40 {
padding-top: 10rem !important;
padding-bottom: 10rem !important
}
.px-40 {
padding-left: 10rem !important;
padding-right: 10rem !important
}
.py-48 {
padding-top: 12rem !important;
padding-bottom: 12rem !important
}
.px-48 {
padding-left: 12rem !important;
padding-right: 12rem !important
}
.py-56 {
padding-top: 14rem !important;
padding-bottom: 14rem !important
}
.px-56 {
padding-left: 14rem !important;
padding-right: 14rem !important
}
.py-64 {
padding-top: 16rem !important;
padding-bottom: 16rem !important
}
.px-64 {
padding-left: 16rem !important;
padding-right: 16rem !important
}
.py-px {
padding-top: 1px !important;
padding-bottom: 1px !important
}
.px-px {
padding-left: 1px !important;
padding-right: 1px !important
}
.pt-0 {
padding-top: 0 !important
}
.pr-0 {
padding-right: 0 !important
}
.pb-0 {
padding-bottom: 0 !important
}
.pl-0 {
padding-left: 0 !important
}
.pt-1 {
padding-top: 0.25rem !important
}
.pr-1 {
padding-right: 0.25rem !important
}
.pb-1 {
padding-bottom: 0.25rem !important
}
.pl-1 {
padding-left: 0.25rem !important
}
.pt-2 {
padding-top: 0.5rem !important
}
.pr-2 {
padding-right: 0.5rem !important
}
.pb-2 {
padding-bottom: 0.5rem !important
}
.pl-2 {
padding-left: 0.5rem !important
}
.pt-3 {
padding-top: 0.75rem !important
}
.pr-3 {
padding-right: 0.75rem !important
}
.pb-3 {
padding-bottom: 0.75rem !important
}
.pl-3 {
padding-left: 0.75rem !important
}
.pt-4 {
padding-top: 1rem !important
}
.pr-4 {
padding-right: 1rem !important
}
.pb-4 {
padding-bottom: 1rem !important
}
.pl-4 {
padding-left: 1rem !important
}
.pt-5 {
padding-top: 1.25rem !important
}
.pr-5 {
padding-right: 1.25rem !important
}
.pb-5 {
padding-bottom: 1.25rem !important
}
.pl-5 {
padding-left: 1.25rem !important
}
.pt-6 {
padding-top: 1.5rem !important
}
.pr-6 {
padding-right: 1.5rem !important
}
.pb-6 {
padding-bottom: 1.5rem !important
}
.pl-6 {
padding-left: 1.5rem !important
}
.pt-8 {
padding-top: 2rem !important
}
.pr-8 {
padding-right: 2rem !important
}
.pb-8 {
padding-bottom: 2rem !important
}
.pl-8 {
padding-left: 2rem !important
}
.pt-10 {
padding-top: 2.5rem !important
}
.pr-10 {
padding-right: 2.5rem !important
}
.pb-10 {
padding-bottom: 2.5rem !important
}
.pl-10 {
padding-left: 2.5rem !important
}
.pt-12 {
padding-top: 3rem !important
}
.pr-12 {
padding-right: 3rem !important
}
.pb-12 {
padding-bottom: 3rem !important
}
.pl-12 {
padding-left: 3rem !important
}
.pt-16 {
padding-top: 4rem !important
}
.pr-16 {
padding-right: 4rem !important
}
.pb-16 {
padding-bottom: 4rem !important
}
.pl-16 {
padding-left: 4rem !important
}
.pt-20 {
padding-top: 5rem !important
}
.pr-20 {
padding-right: 5rem !important
}
.pb-20 {
padding-bottom: 5rem !important
}
.pl-20 {
padding-left: 5rem !important
}
.pt-24 {
padding-top: 6rem !important
}
.pr-24 {
padding-right: 6rem !important
}
.pb-24 {
padding-bottom: 6rem !important
}
.pl-24 {
padding-left: 6rem !important
}
.pt-32 {
padding-top: 8rem !important
}
.pr-32 {
padding-right: 8rem !important
}
.pb-32 {
padding-bottom: 8rem !important
}
.pl-32 {
padding-left: 8rem !important
}
.pt-40 {
padding-top: 10rem !important
}
.pr-40 {
padding-right: 10rem !important
}
.pb-40 {
padding-bottom: 10rem !important
}
.pl-40 {
padding-left: 10rem !important
}
.pt-48 {
padding-top: 12rem !important
}
.pr-48 {
padding-right: 12rem !important
}
.pb-48 {
padding-bottom: 12rem !important
}
.pl-48 {
padding-left: 12rem !important
}
.pt-56 {
padding-top: 14rem !important
}
.pr-56 {
padding-right: 14rem !important
}
.pb-56 {
padding-bottom: 14rem !important
}
.pl-56 {
padding-left: 14rem !important
}
.pt-64 {
padding-top: 16rem !important
}
.pr-64 {
padding-right: 16rem !important
}
.pb-64 {
padding-bottom: 16rem !important
}
.pl-64 {
padding-left: 16rem !important
}
.pt-px {
padding-top: 1px !important
}
.pr-px {
padding-right: 1px !important
}
.pb-px {
padding-bottom: 1px !important
}
.pl-px {
padding-left: 1px !important
}
.placeholder-transparent::-webkit-input-placeholder {
color: transparent !important
}
.placeholder-transparent::-moz-placeholder {
color: transparent !important
}
.placeholder-transparent:-ms-input-placeholder {
color: transparent !important
}
.placeholder-transparent::-ms-input-placeholder {
color: transparent !important
}
.placeholder-transparent::placeholder {
color: transparent !important
}
.placeholder-black::-webkit-input-placeholder {
color: #000 !important
}
.placeholder-black::-moz-placeholder {
color: #000 !important
}
.placeholder-black:-ms-input-placeholder {
color: #000 !important
}
.placeholder-black::-ms-input-placeholder {
color: #000 !important
}
.placeholder-black::placeholder {
color: #000 !important
}
.placeholder-white::-webkit-input-placeholder {
color: #fff !important
}
.placeholder-white::-moz-placeholder {
color: #fff !important
}
.placeholder-white:-ms-input-placeholder {
color: #fff !important
}
.placeholder-white::-ms-input-placeholder {
color: #fff !important
}
.placeholder-white::placeholder {
color: #fff !important
}
.placeholder-gray-100::-webkit-input-placeholder {
color: #f7fafc !important
}
.placeholder-gray-100::-moz-placeholder {
color: #f7fafc !important
}
.placeholder-gray-100:-ms-input-placeholder {
color: #f7fafc !important
}
.placeholder-gray-100::-ms-input-placeholder {
color: #f7fafc !important
}
.placeholder-gray-100::placeholder {
color: #f7fafc !important
}
.placeholder-gray-200::-webkit-input-placeholder {
color: #edf2f7 !important
}
.placeholder-gray-200::-moz-placeholder {
color: #edf2f7 !important
}
.placeholder-gray-200:-ms-input-placeholder {
color: #edf2f7 !important
}
.placeholder-gray-200::-ms-input-placeholder {
color: #edf2f7 !important
}
.placeholder-gray-200::placeholder {
color: #edf2f7 !important
}
.placeholder-gray-300::-webkit-input-placeholder {
color: #e2e8f0 !important
}
.placeholder-gray-300::-moz-placeholder {
color: #e2e8f0 !important
}
.placeholder-gray-300:-ms-input-placeholder {
color: #e2e8f0 !important
}
.placeholder-gray-300::-ms-input-placeholder {
color: #e2e8f0 !important
}
.placeholder-gray-300::placeholder {
color: #e2e8f0 !important
}
.placeholder-gray-400::-webkit-input-placeholder {
color: #cbd5e0 !important
}
.placeholder-gray-400::-moz-placeholder {
color: #cbd5e0 !important
}
.placeholder-gray-400:-ms-input-placeholder {
color: #cbd5e0 !important
}
.placeholder-gray-400::-ms-input-placeholder {
color: #cbd5e0 !important
}
.placeholder-gray-400::placeholder {
color: #cbd5e0 !important
}
.placeholder-gray-500::-webkit-input-placeholder {
color: #a0aec0 !important
}
.placeholder-gray-500::-moz-placeholder {
color: #a0aec0 !important
}
.placeholder-gray-500:-ms-input-placeholder {
color: #a0aec0 !important
}
.placeholder-gray-500::-ms-input-placeholder {
color: #a0aec0 !important
}
.placeholder-gray-500::placeholder {
color: #a0aec0 !important
}
.placeholder-gray-600::-webkit-input-placeholder {
color: #718096 !important
}
.placeholder-gray-600::-moz-placeholder {
color: #718096 !important
}
.placeholder-gray-600:-ms-input-placeholder {
color: #718096 !important
}
.placeholder-gray-600::-ms-input-placeholder {
color: #718096 !important
}
.placeholder-gray-600::placeholder {
color: #718096 !important
}
.placeholder-gray-700::-webkit-input-placeholder {
color: #4a5568 !important
}
.placeholder-gray-700::-moz-placeholder {
color: #4a5568 !important
}
.placeholder-gray-700:-ms-input-placeholder {
color: #4a5568 !important
}
.placeholder-gray-700::-ms-input-placeholder {
color: #4a5568 !important
}
.placeholder-gray-700::placeholder {
color: #4a5568 !important
}
.placeholder-gray-800::-webkit-input-placeholder {
color: #2d3748 !important
}
.placeholder-gray-800::-moz-placeholder {
color: #2d3748 !important
}
.placeholder-gray-800:-ms-input-placeholder {
color: #2d3748 !important
}
.placeholder-gray-800::-ms-input-placeholder {
color: #2d3748 !important
}
.placeholder-gray-800::placeholder {
color: #2d3748 !important
}
.placeholder-gray-900::-webkit-input-placeholder {
color: #1a202c !important
}
.placeholder-gray-900::-moz-placeholder {
color: #1a202c !important
}
.placeholder-gray-900:-ms-input-placeholder {
color: #1a202c !important
}
.placeholder-gray-900::-ms-input-placeholder {
color: #1a202c !important
}
.placeholder-gray-900::placeholder {
color: #1a202c !important
}
.placeholder-red-100::-webkit-input-placeholder {
color: #fff5f5 !important
}
.placeholder-red-100::-moz-placeholder {
color: #fff5f5 !important
}
.placeholder-red-100:-ms-input-placeholder {
color: #fff5f5 !important
}
.placeholder-red-100::-ms-input-placeholder {
color: #fff5f5 !important
}
.placeholder-red-100::placeholder {
color: #fff5f5 !important
}
.placeholder-red-200::-webkit-input-placeholder {
color: #fed7d7 !important
}
.placeholder-red-200::-moz-placeholder {
color: #fed7d7 !important
}
.placeholder-red-200:-ms-input-placeholder {
color: #fed7d7 !important
}
.placeholder-red-200::-ms-input-placeholder {
color: #fed7d7 !important
}
.placeholder-red-200::placeholder {
color: #fed7d7 !important
}
.placeholder-red-300::-webkit-input-placeholder {
color: #feb2b2 !important
}
.placeholder-red-300::-moz-placeholder {
color: #feb2b2 !important
}
.placeholder-red-300:-ms-input-placeholder {
color: #feb2b2 !important
}
.placeholder-red-300::-ms-input-placeholder {
color: #feb2b2 !important
}
.placeholder-red-300::placeholder {
color: #feb2b2 !important
}
.placeholder-red-400::-webkit-input-placeholder {
color: #fc8181 !important
}
.placeholder-red-400::-moz-placeholder {
color: #fc8181 !important
}
.placeholder-red-400:-ms-input-placeholder {
color: #fc8181 !important
}
.placeholder-red-400::-ms-input-placeholder {
color: #fc8181 !important
}
.placeholder-red-400::placeholder {
color: #fc8181 !important
}
.placeholder-red-500::-webkit-input-placeholder {
color: #f56565 !important
}
.placeholder-red-500::-moz-placeholder {
color: #f56565 !important
}
.placeholder-red-500:-ms-input-placeholder {
color: #f56565 !important
}
.placeholder-red-500::-ms-input-placeholder {
color: #f56565 !important
}
.placeholder-red-500::placeholder {
color: #f56565 !important
}
.placeholder-red-600::-webkit-input-placeholder {
color: #e53e3e !important
}
.placeholder-red-600::-moz-placeholder {
color: #e53e3e !important
}
.placeholder-red-600:-ms-input-placeholder {
color: #e53e3e !important
}
.placeholder-red-600::-ms-input-placeholder {
color: #e53e3e !important
}
.placeholder-red-600::placeholder {
color: #e53e3e !important
}
.placeholder-red-700::-webkit-input-placeholder {
color: #c53030 !important
}
.placeholder-red-700::-moz-placeholder {
color: #c53030 !important
}
.placeholder-red-700:-ms-input-placeholder {
color: #c53030 !important
}
.placeholder-red-700::-ms-input-placeholder {
color: #c53030 !important
}
.placeholder-red-700::placeholder {
color: #c53030 !important
}
.placeholder-red-800::-webkit-input-placeholder {
color: #9b2c2c !important
}
.placeholder-red-800::-moz-placeholder {
color: #9b2c2c !important
}
.placeholder-red-800:-ms-input-placeholder {
color: #9b2c2c !important
}
.placeholder-red-800::-ms-input-placeholder {
color: #9b2c2c !important
}
.placeholder-red-800::placeholder {
color: #9b2c2c !important
}
.placeholder-red-900::-webkit-input-placeholder {
color: #742a2a !important
}
.placeholder-red-900::-moz-placeholder {
color: #742a2a !important
}
.placeholder-red-900:-ms-input-placeholder {
color: #742a2a !important
}
.placeholder-red-900::-ms-input-placeholder {
color: #742a2a !important
}
.placeholder-red-900::placeholder {
color: #742a2a !important
}
.placeholder-orange-100::-webkit-input-placeholder {
color: #fffaf0 !important
}
.placeholder-orange-100::-moz-placeholder {
color: #fffaf0 !important
}
.placeholder-orange-100:-ms-input-placeholder {
color: #fffaf0 !important
}
.placeholder-orange-100::-ms-input-placeholder {
color: #fffaf0 !important
}
.placeholder-orange-100::placeholder {
color: #fffaf0 !important
}
.placeholder-orange-200::-webkit-input-placeholder {
color: #feebc8 !important
}
.placeholder-orange-200::-moz-placeholder {
color: #feebc8 !important
}
.placeholder-orange-200:-ms-input-placeholder {
color: #feebc8 !important
}
.placeholder-orange-200::-ms-input-placeholder {
color: #feebc8 !important
}
.placeholder-orange-200::placeholder {
color: #feebc8 !important
}
.placeholder-orange-300::-webkit-input-placeholder {
color: #fbd38d !important
}
.placeholder-orange-300::-moz-placeholder {
color: #fbd38d !important
}
.placeholder-orange-300:-ms-input-placeholder {
color: #fbd38d !important
}
.placeholder-orange-300::-ms-input-placeholder {
color: #fbd38d !important
}
.placeholder-orange-300::placeholder {
color: #fbd38d !important
}
.placeholder-orange-400::-webkit-input-placeholder {
color: #f6ad55 !important
}
.placeholder-orange-400::-moz-placeholder {
color: #f6ad55 !important
}
.placeholder-orange-400:-ms-input-placeholder {
color: #f6ad55 !important
}
.placeholder-orange-400::-ms-input-placeholder {
color: #f6ad55 !important
}
.placeholder-orange-400::placeholder {
color: #f6ad55 !important
}
.placeholder-orange-500::-webkit-input-placeholder {
color: #ed8936 !important
}
.placeholder-orange-500::-moz-placeholder {
color: #ed8936 !important
}
.placeholder-orange-500:-ms-input-placeholder {
color: #ed8936 !important
}
.placeholder-orange-500::-ms-input-placeholder {
color: #ed8936 !important
}
.placeholder-orange-500::placeholder {
color: #ed8936 !important
}
.placeholder-orange-600::-webkit-input-placeholder {
color: #dd6b20 !important
}
.placeholder-orange-600::-moz-placeholder {
color: #dd6b20 !important
}
.placeholder-orange-600:-ms-input-placeholder {
color: #dd6b20 !important
}
.placeholder-orange-600::-ms-input-placeholder {
color: #dd6b20 !important
}
.placeholder-orange-600::placeholder {
color: #dd6b20 !important
}
.placeholder-orange-700::-webkit-input-placeholder {
color: #c05621 !important
}
.placeholder-orange-700::-moz-placeholder {
color: #c05621 !important
}
.placeholder-orange-700:-ms-input-placeholder {
color: #c05621 !important
}
.placeholder-orange-700::-ms-input-placeholder {
color: #c05621 !important
}
.placeholder-orange-700::placeholder {
color: #c05621 !important
}
.placeholder-orange-800::-webkit-input-placeholder {
color: #9c4221 !important
}
.placeholder-orange-800::-moz-placeholder {
color: #9c4221 !important
}
.placeholder-orange-800:-ms-input-placeholder {
color: #9c4221 !important
}
.placeholder-orange-800::-ms-input-placeholder {
color: #9c4221 !important
}
.placeholder-orange-800::placeholder {
color: #9c4221 !important
}
.placeholder-orange-900::-webkit-input-placeholder {
color: #7b341e !important
}
.placeholder-orange-900::-moz-placeholder {
color: #7b341e !important
}
.placeholder-orange-900:-ms-input-placeholder {
color: #7b341e !important
}
.placeholder-orange-900::-ms-input-placeholder {
color: #7b341e !important
}
.placeholder-orange-900::placeholder {
color: #7b341e !important
}
.placeholder-yellow-100::-webkit-input-placeholder {
color: #fffff0 !important
}
.placeholder-yellow-100::-moz-placeholder {
color: #fffff0 !important
}
.placeholder-yellow-100:-ms-input-placeholder {
color: #fffff0 !important
}
.placeholder-yellow-100::-ms-input-placeholder {
color: #fffff0 !important
}
.placeholder-yellow-100::placeholder {
color: #fffff0 !important
}
.placeholder-yellow-200::-webkit-input-placeholder {
color: #fefcbf !important
}
.placeholder-yellow-200::-moz-placeholder {
color: #fefcbf !important
}
.placeholder-yellow-200:-ms-input-placeholder {
color: #fefcbf !important
}
.placeholder-yellow-200::-ms-input-placeholder {
color: #fefcbf !important
}
.placeholder-yellow-200::placeholder {
color: #fefcbf !important
}
.placeholder-yellow-300::-webkit-input-placeholder {
color: #faf089 !important
}
.placeholder-yellow-300::-moz-placeholder {
color: #faf089 !important
}
.placeholder-yellow-300:-ms-input-placeholder {
color: #faf089 !important
}
.placeholder-yellow-300::-ms-input-placeholder {
color: #faf089 !important
}
.placeholder-yellow-300::placeholder {
color: #faf089 !important
}
.placeholder-yellow-400::-webkit-input-placeholder {
color: #f6e05e !important
}
.placeholder-yellow-400::-moz-placeholder {
color: #f6e05e !important
}
.placeholder-yellow-400:-ms-input-placeholder {
color: #f6e05e !important
}
.placeholder-yellow-400::-ms-input-placeholder {
color: #f6e05e !important
}
.placeholder-yellow-400::placeholder {
color: #f6e05e !important
}
.placeholder-yellow-500::-webkit-input-placeholder {
color: #ecc94b !important
}
.placeholder-yellow-500::-moz-placeholder {
color: #ecc94b !important
}
.placeholder-yellow-500:-ms-input-placeholder {
color: #ecc94b !important
}
.placeholder-yellow-500::-ms-input-placeholder {
color: #ecc94b !important
}
.placeholder-yellow-500::placeholder {
color: #ecc94b !important
}
.placeholder-yellow-600::-webkit-input-placeholder {
color: #d69e2e !important
}
.placeholder-yellow-600::-moz-placeholder {
color: #d69e2e !important
}
.placeholder-yellow-600:-ms-input-placeholder {
color: #d69e2e !important
}
.placeholder-yellow-600::-ms-input-placeholder {
color: #d69e2e !important
}
.placeholder-yellow-600::placeholder {
color: #d69e2e !important
}
.placeholder-yellow-700::-webkit-input-placeholder {
color: #b7791f !important
}
.placeholder-yellow-700::-moz-placeholder {
color: #b7791f !important
}
.placeholder-yellow-700:-ms-input-placeholder {
color: #b7791f !important
}
.placeholder-yellow-700::-ms-input-placeholder {
color: #b7791f !important
}
.placeholder-yellow-700::placeholder {
color: #b7791f !important
}
.placeholder-yellow-800::-webkit-input-placeholder {
color: #975a16 !important
}
.placeholder-yellow-800::-moz-placeholder {
color: #975a16 !important
}
.placeholder-yellow-800:-ms-input-placeholder {
color: #975a16 !important
}
.placeholder-yellow-800::-ms-input-placeholder {
color: #975a16 !important
}
.placeholder-yellow-800::placeholder {
color: #975a16 !important
}
.placeholder-yellow-900::-webkit-input-placeholder {
color: #744210 !important
}
.placeholder-yellow-900::-moz-placeholder {
color: #744210 !important
}
.placeholder-yellow-900:-ms-input-placeholder {
color: #744210 !important
}
.placeholder-yellow-900::-ms-input-placeholder {
color: #744210 !important
}
.placeholder-yellow-900::placeholder {
color: #744210 !important
}
.placeholder-green-100::-webkit-input-placeholder {
color: #f0fff4 !important
}
.placeholder-green-100::-moz-placeholder {
color: #f0fff4 !important
}
.placeholder-green-100:-ms-input-placeholder {
color: #f0fff4 !important
}
.placeholder-green-100::-ms-input-placeholder {
color: #f0fff4 !important
}
.placeholder-green-100::placeholder {
color: #f0fff4 !important
}
.placeholder-green-200::-webkit-input-placeholder {
color: #c6f6d5 !important
}
.placeholder-green-200::-moz-placeholder {
color: #c6f6d5 !important
}
.placeholder-green-200:-ms-input-placeholder {
color: #c6f6d5 !important
}
.placeholder-green-200::-ms-input-placeholder {
color: #c6f6d5 !important
}
.placeholder-green-200::placeholder {
color: #c6f6d5 !important
}
.placeholder-green-300::-webkit-input-placeholder {
color: #9ae6b4 !important
}
.placeholder-green-300::-moz-placeholder {
color: #9ae6b4 !important
}
.placeholder-green-300:-ms-input-placeholder {
color: #9ae6b4 !important
}
.placeholder-green-300::-ms-input-placeholder {
color: #9ae6b4 !important
}
.placeholder-green-300::placeholder {
color: #9ae6b4 !important
}
.placeholder-green-400::-webkit-input-placeholder {
color: #68d391 !important
}
.placeholder-green-400::-moz-placeholder {
color: #68d391 !important
}
.placeholder-green-400:-ms-input-placeholder {
color: #68d391 !important
}
.placeholder-green-400::-ms-input-placeholder {
color: #68d391 !important
}
.placeholder-green-400::placeholder {
color: #68d391 !important
}
.placeholder-green-500::-webkit-input-placeholder {
color: #48bb78 !important
}
.placeholder-green-500::-moz-placeholder {
color: #48bb78 !important
}
.placeholder-green-500:-ms-input-placeholder {
color: #48bb78 !important
}
.placeholder-green-500::-ms-input-placeholder {
color: #48bb78 !important
}
.placeholder-green-500::placeholder {
color: #48bb78 !important
}
.placeholder-green-600::-webkit-input-placeholder {
color: #38a169 !important
}
.placeholder-green-600::-moz-placeholder {
color: #38a169 !important
}
.placeholder-green-600:-ms-input-placeholder {
color: #38a169 !important
}
.placeholder-green-600::-ms-input-placeholder {
color: #38a169 !important
}
.placeholder-green-600::placeholder {
color: #38a169 !important
}
.placeholder-green-700::-webkit-input-placeholder {
color: #2f855a !important
}
.placeholder-green-700::-moz-placeholder {
color: #2f855a !important
}
.placeholder-green-700:-ms-input-placeholder {
color: #2f855a !important
}
.placeholder-green-700::-ms-input-placeholder {
color: #2f855a !important
}
.placeholder-green-700::placeholder {
color: #2f855a !important
}
.placeholder-green-800::-webkit-input-placeholder {
color: #276749 !important
}
.placeholder-green-800::-moz-placeholder {
color: #276749 !important
}
.placeholder-green-800:-ms-input-placeholder {
color: #276749 !important
}
.placeholder-green-800::-ms-input-placeholder {
color: #276749 !important
}
.placeholder-green-800::placeholder {
color: #276749 !important
}
.placeholder-green-900::-webkit-input-placeholder {
color: #22543d !important
}
.placeholder-green-900::-moz-placeholder {
color: #22543d !important
}
.placeholder-green-900:-ms-input-placeholder {
color: #22543d !important
}
.placeholder-green-900::-ms-input-placeholder {
color: #22543d !important
}
.placeholder-green-900::placeholder {
color: #22543d !important
}
.placeholder-teal-100::-webkit-input-placeholder {
color: #e6fffa !important
}
.placeholder-teal-100::-moz-placeholder {
color: #e6fffa !important
}
.placeholder-teal-100:-ms-input-placeholder {
color: #e6fffa !important
}
.placeholder-teal-100::-ms-input-placeholder {
color: #e6fffa !important
}
.placeholder-teal-100::placeholder {
color: #e6fffa !important
}
.placeholder-teal-200::-webkit-input-placeholder {
color: #b2f5ea !important
}
.placeholder-teal-200::-moz-placeholder {
color: #b2f5ea !important
}
.placeholder-teal-200:-ms-input-placeholder {
color: #b2f5ea !important
}
.placeholder-teal-200::-ms-input-placeholder {
color: #b2f5ea !important
}
.placeholder-teal-200::placeholder {
color: #b2f5ea !important
}
.placeholder-teal-300::-webkit-input-placeholder {
color: #81e6d9 !important
}
.placeholder-teal-300::-moz-placeholder {
color: #81e6d9 !important
}
.placeholder-teal-300:-ms-input-placeholder {
color: #81e6d9 !important
}
.placeholder-teal-300::-ms-input-placeholder {
color: #81e6d9 !important
}
.placeholder-teal-300::placeholder {
color: #81e6d9 !important
}
.placeholder-teal-400::-webkit-input-placeholder {
color: #4fd1c5 !important
}
.placeholder-teal-400::-moz-placeholder {
color: #4fd1c5 !important
}
.placeholder-teal-400:-ms-input-placeholder {
color: #4fd1c5 !important
}
.placeholder-teal-400::-ms-input-placeholder {
color: #4fd1c5 !important
}
.placeholder-teal-400::placeholder {
color: #4fd1c5 !important
}
.placeholder-teal-500::-webkit-input-placeholder {
color: #38b2ac !important
}
.placeholder-teal-500::-moz-placeholder {
color: #38b2ac !important
}
.placeholder-teal-500:-ms-input-placeholder {
color: #38b2ac !important
}
.placeholder-teal-500::-ms-input-placeholder {
color: #38b2ac !important
}
.placeholder-teal-500::placeholder {
color: #38b2ac !important
}
.placeholder-teal-600::-webkit-input-placeholder {
color: #319795 !important
}
.placeholder-teal-600::-moz-placeholder {
color: #319795 !important
}
.placeholder-teal-600:-ms-input-placeholder {
color: #319795 !important
}
.placeholder-teal-600::-ms-input-placeholder {
color: #319795 !important
}
.placeholder-teal-600::placeholder {
color: #319795 !important
}
.placeholder-teal-700::-webkit-input-placeholder {
color: #2c7a7b !important
}
.placeholder-teal-700::-moz-placeholder {
color: #2c7a7b !important
}
.placeholder-teal-700:-ms-input-placeholder {
color: #2c7a7b !important
}
.placeholder-teal-700::-ms-input-placeholder {
color: #2c7a7b !important
}
.placeholder-teal-700::placeholder {
color: #2c7a7b !important
}
.placeholder-teal-800::-webkit-input-placeholder {
color: #285e61 !important
}
.placeholder-teal-800::-moz-placeholder {
color: #285e61 !important
}
.placeholder-teal-800:-ms-input-placeholder {
color: #285e61 !important
}
.placeholder-teal-800::-ms-input-placeholder {
color: #285e61 !important
}
.placeholder-teal-800::placeholder {
color: #285e61 !important
}
.placeholder-teal-900::-webkit-input-placeholder {
color: #234e52 !important
}
.placeholder-teal-900::-moz-placeholder {
color: #234e52 !important
}
.placeholder-teal-900:-ms-input-placeholder {
color: #234e52 !important
}
.placeholder-teal-900::-ms-input-placeholder {
color: #234e52 !important
}
.placeholder-teal-900::placeholder {
color: #234e52 !important
}
.placeholder-blue-100::-webkit-input-placeholder {
color: #ebf8ff !important
}
.placeholder-blue-100::-moz-placeholder {
color: #ebf8ff !important
}
.placeholder-blue-100:-ms-input-placeholder {
color: #ebf8ff !important
}
.placeholder-blue-100::-ms-input-placeholder {
color: #ebf8ff !important
}
.placeholder-blue-100::placeholder {
color: #ebf8ff !important
}
.placeholder-blue-200::-webkit-input-placeholder {
color: #bee3f8 !important
}
.placeholder-blue-200::-moz-placeholder {
color: #bee3f8 !important
}
.placeholder-blue-200:-ms-input-placeholder {
color: #bee3f8 !important
}
.placeholder-blue-200::-ms-input-placeholder {
color: #bee3f8 !important
}
.placeholder-blue-200::placeholder {
color: #bee3f8 !important
}
.placeholder-blue-300::-webkit-input-placeholder {
color: #90cdf4 !important
}
.placeholder-blue-300::-moz-placeholder {
color: #90cdf4 !important
}
.placeholder-blue-300:-ms-input-placeholder {
color: #90cdf4 !important
}
.placeholder-blue-300::-ms-input-placeholder {
color: #90cdf4 !important
}
.placeholder-blue-300::placeholder {
color: #90cdf4 !important
}
.placeholder-blue-400::-webkit-input-placeholder {
color: #63b3ed !important
}
.placeholder-blue-400::-moz-placeholder {
color: #63b3ed !important
}
.placeholder-blue-400:-ms-input-placeholder {
color: #63b3ed !important
}
.placeholder-blue-400::-ms-input-placeholder {
color: #63b3ed !important
}
.placeholder-blue-400::placeholder {
color: #63b3ed !important
}
.placeholder-blue-500::-webkit-input-placeholder {
color: #4299e1 !important
}
.placeholder-blue-500::-moz-placeholder {
color: #4299e1 !important
}
.placeholder-blue-500:-ms-input-placeholder {
color: #4299e1 !important
}
.placeholder-blue-500::-ms-input-placeholder {
color: #4299e1 !important
}
.placeholder-blue-500::placeholder {
color: #4299e1 !important
}
.placeholder-blue-600::-webkit-input-placeholder {
color: #3182ce !important
}
.placeholder-blue-600::-moz-placeholder {
color: #3182ce !important
}
.placeholder-blue-600:-ms-input-placeholder {
color: #3182ce !important
}
.placeholder-blue-600::-ms-input-placeholder {
color: #3182ce !important
}
.placeholder-blue-600::placeholder {
color: #3182ce !important
}
.placeholder-blue-700::-webkit-input-placeholder {
color: #2b6cb0 !important
}
.placeholder-blue-700::-moz-placeholder {
color: #2b6cb0 !important
}
.placeholder-blue-700:-ms-input-placeholder {
color: #2b6cb0 !important
}
.placeholder-blue-700::-ms-input-placeholder {
color: #2b6cb0 !important
}
.placeholder-blue-700::placeholder {
color: #2b6cb0 !important
}
.placeholder-blue-800::-webkit-input-placeholder {
color: #2c5282 !important
}
.placeholder-blue-800::-moz-placeholder {
color: #2c5282 !important
}
.placeholder-blue-800:-ms-input-placeholder {
color: #2c5282 !important
}
.placeholder-blue-800::-ms-input-placeholder {
color: #2c5282 !important
}
.placeholder-blue-800::placeholder {
color: #2c5282 !important
}
.placeholder-blue-900::-webkit-input-placeholder {
color: #2a4365 !important
}
.placeholder-blue-900::-moz-placeholder {
color: #2a4365 !important
}
.placeholder-blue-900:-ms-input-placeholder {
color: #2a4365 !important
}
.placeholder-blue-900::-ms-input-placeholder {
color: #2a4365 !important
}
.placeholder-blue-900::placeholder {
color: #2a4365 !important
}
.placeholder-indigo-100::-webkit-input-placeholder {
color: #ebf4ff !important
}
.placeholder-indigo-100::-moz-placeholder {
color: #ebf4ff !important
}
.placeholder-indigo-100:-ms-input-placeholder {
color: #ebf4ff !important
}
.placeholder-indigo-100::-ms-input-placeholder {
color: #ebf4ff !important
}
.placeholder-indigo-100::placeholder {
color: #ebf4ff !important
}
.placeholder-indigo-200::-webkit-input-placeholder {
color: #c3dafe !important
}
.placeholder-indigo-200::-moz-placeholder {
color: #c3dafe !important
}
.placeholder-indigo-200:-ms-input-placeholder {
color: #c3dafe !important
}
.placeholder-indigo-200::-ms-input-placeholder {
color: #c3dafe !important
}
.placeholder-indigo-200::placeholder {
color: #c3dafe !important
}
.placeholder-indigo-300::-webkit-input-placeholder {
color: #a3bffa !important
}
.placeholder-indigo-300::-moz-placeholder {
color: #a3bffa !important
}
.placeholder-indigo-300:-ms-input-placeholder {
color: #a3bffa !important
}
.placeholder-indigo-300::-ms-input-placeholder {
color: #a3bffa !important
}
.placeholder-indigo-300::placeholder {
color: #a3bffa !important
}
.placeholder-indigo-400::-webkit-input-placeholder {
color: #7f9cf5 !important
}
.placeholder-indigo-400::-moz-placeholder {
color: #7f9cf5 !important
}
.placeholder-indigo-400:-ms-input-placeholder {
color: #7f9cf5 !important
}
.placeholder-indigo-400::-ms-input-placeholder {
color: #7f9cf5 !important
}
.placeholder-indigo-400::placeholder {
color: #7f9cf5 !important
}
.placeholder-indigo-500::-webkit-input-placeholder {
color: #667eea !important
}
.placeholder-indigo-500::-moz-placeholder {
color: #667eea !important
}
.placeholder-indigo-500:-ms-input-placeholder {
color: #667eea !important
}
.placeholder-indigo-500::-ms-input-placeholder {
color: #667eea !important
}
.placeholder-indigo-500::placeholder {
color: #667eea !important
}
.placeholder-indigo-600::-webkit-input-placeholder {
color: #5a67d8 !important
}
.placeholder-indigo-600::-moz-placeholder {
color: #5a67d8 !important
}
.placeholder-indigo-600:-ms-input-placeholder {
color: #5a67d8 !important
}
.placeholder-indigo-600::-ms-input-placeholder {
color: #5a67d8 !important
}
.placeholder-indigo-600::placeholder {
color: #5a67d8 !important
}
.placeholder-indigo-700::-webkit-input-placeholder {
color: #4c51bf !important
}
.placeholder-indigo-700::-moz-placeholder {
color: #4c51bf !important
}
.placeholder-indigo-700:-ms-input-placeholder {
color: #4c51bf !important
}
.placeholder-indigo-700::-ms-input-placeholder {
color: #4c51bf !important
}
.placeholder-indigo-700::placeholder {
color: #4c51bf !important
}
.placeholder-indigo-800::-webkit-input-placeholder {
color: #434190 !important
}
.placeholder-indigo-800::-moz-placeholder {
color: #434190 !important
}
.placeholder-indigo-800:-ms-input-placeholder {
color: #434190 !important
}
.placeholder-indigo-800::-ms-input-placeholder {
color: #434190 !important
}
.placeholder-indigo-800::placeholder {
color: #434190 !important
}
.placeholder-indigo-900::-webkit-input-placeholder {
color: #3c366b !important
}
.placeholder-indigo-900::-moz-placeholder {
color: #3c366b !important
}
.placeholder-indigo-900:-ms-input-placeholder {
color: #3c366b !important
}
.placeholder-indigo-900::-ms-input-placeholder {
color: #3c366b !important
}
.placeholder-indigo-900::placeholder {
color: #3c366b !important
}
.placeholder-purple-100::-webkit-input-placeholder {
color: #faf5ff !important
}
.placeholder-purple-100::-moz-placeholder {
color: #faf5ff !important
}
.placeholder-purple-100:-ms-input-placeholder {
color: #faf5ff !important
}
.placeholder-purple-100::-ms-input-placeholder {
color: #faf5ff !important
}
.placeholder-purple-100::placeholder {
color: #faf5ff !important
}
.placeholder-purple-200::-webkit-input-placeholder {
color: #e9d8fd !important
}
.placeholder-purple-200::-moz-placeholder {
color: #e9d8fd !important
}
.placeholder-purple-200:-ms-input-placeholder {
color: #e9d8fd !important
}
.placeholder-purple-200::-ms-input-placeholder {
color: #e9d8fd !important
}
.placeholder-purple-200::placeholder {
color: #e9d8fd !important
}
.placeholder-purple-300::-webkit-input-placeholder {
color: #d6bcfa !important
}
.placeholder-purple-300::-moz-placeholder {
color: #d6bcfa !important
}
.placeholder-purple-300:-ms-input-placeholder {
color: #d6bcfa !important
}
.placeholder-purple-300::-ms-input-placeholder {
color: #d6bcfa !important
}
.placeholder-purple-300::placeholder {
color: #d6bcfa !important
}
.placeholder-purple-400::-webkit-input-placeholder {
color: #b794f4 !important
}
.placeholder-purple-400::-moz-placeholder {
color: #b794f4 !important
}
.placeholder-purple-400:-ms-input-placeholder {
color: #b794f4 !important
}
.placeholder-purple-400::-ms-input-placeholder {
color: #b794f4 !important
}
.placeholder-purple-400::placeholder {
color: #b794f4 !important
}
.placeholder-purple-500::-webkit-input-placeholder {
color: #9f7aea !important
}
.placeholder-purple-500::-moz-placeholder {
color: #9f7aea !important
}
.placeholder-purple-500:-ms-input-placeholder {
color: #9f7aea !important
}
.placeholder-purple-500::-ms-input-placeholder {
color: #9f7aea !important
}
.placeholder-purple-500::placeholder {
color: #9f7aea !important
}
.placeholder-purple-600::-webkit-input-placeholder {
color: #805ad5 !important
}
.placeholder-purple-600::-moz-placeholder {
color: #805ad5 !important
}
.placeholder-purple-600:-ms-input-placeholder {
color: #805ad5 !important
}
.placeholder-purple-600::-ms-input-placeholder {
color: #805ad5 !important
}
.placeholder-purple-600::placeholder {
color: #805ad5 !important
}
.placeholder-purple-700::-webkit-input-placeholder {
color: #6b46c1 !important
}
.placeholder-purple-700::-moz-placeholder {
color: #6b46c1 !important
}
.placeholder-purple-700:-ms-input-placeholder {
color: #6b46c1 !important
}
.placeholder-purple-700::-ms-input-placeholder {
color: #6b46c1 !important
}
.placeholder-purple-700::placeholder {
color: #6b46c1 !important
}
.placeholder-purple-800::-webkit-input-placeholder {
color: #553c9a !important
}
.placeholder-purple-800::-moz-placeholder {
color: #553c9a !important
}
.placeholder-purple-800:-ms-input-placeholder {
color: #553c9a !important
}
.placeholder-purple-800::-ms-input-placeholder {
color: #553c9a !important
}
.placeholder-purple-800::placeholder {
color: #553c9a !important
}
.placeholder-purple-900::-webkit-input-placeholder {
color: #44337a !important
}
.placeholder-purple-900::-moz-placeholder {
color: #44337a !important
}
.placeholder-purple-900:-ms-input-placeholder {
color: #44337a !important
}
.placeholder-purple-900::-ms-input-placeholder {
color: #44337a !important
}
.placeholder-purple-900::placeholder {
color: #44337a !important
}
.placeholder-pink-100::-webkit-input-placeholder {
color: #fff5f7 !important
}
.placeholder-pink-100::-moz-placeholder {
color: #fff5f7 !important
}
.placeholder-pink-100:-ms-input-placeholder {
color: #fff5f7 !important
}
.placeholder-pink-100::-ms-input-placeholder {
color: #fff5f7 !important
}
.placeholder-pink-100::placeholder {
color: #fff5f7 !important
}
.placeholder-pink-200::-webkit-input-placeholder {
color: #fed7e2 !important
}
.placeholder-pink-200::-moz-placeholder {
color: #fed7e2 !important
}
.placeholder-pink-200:-ms-input-placeholder {
color: #fed7e2 !important
}
.placeholder-pink-200::-ms-input-placeholder {
color: #fed7e2 !important
}
.placeholder-pink-200::placeholder {
color: #fed7e2 !important
}
.placeholder-pink-300::-webkit-input-placeholder {
color: #fbb6ce !important
}
.placeholder-pink-300::-moz-placeholder {
color: #fbb6ce !important
}
.placeholder-pink-300:-ms-input-placeholder {
color: #fbb6ce !important
}
.placeholder-pink-300::-ms-input-placeholder {
color: #fbb6ce !important
}
.placeholder-pink-300::placeholder {
color: #fbb6ce !important
}
.placeholder-pink-400::-webkit-input-placeholder {
color: #f687b3 !important
}
.placeholder-pink-400::-moz-placeholder {
color: #f687b3 !important
}
.placeholder-pink-400:-ms-input-placeholder {
color: #f687b3 !important
}
.placeholder-pink-400::-ms-input-placeholder {
color: #f687b3 !important
}
.placeholder-pink-400::placeholder {
color: #f687b3 !important
}
.placeholder-pink-500::-webkit-input-placeholder {
color: #ed64a6 !important
}
.placeholder-pink-500::-moz-placeholder {
color: #ed64a6 !important
}
.placeholder-pink-500:-ms-input-placeholder {
color: #ed64a6 !important
}
.placeholder-pink-500::-ms-input-placeholder {
color: #ed64a6 !important
}
.placeholder-pink-500::placeholder {
color: #ed64a6 !important
}
.placeholder-pink-600::-webkit-input-placeholder {
color: #d53f8c !important
}
.placeholder-pink-600::-moz-placeholder {
color: #d53f8c !important
}
.placeholder-pink-600:-ms-input-placeholder {
color: #d53f8c !important
}
.placeholder-pink-600::-ms-input-placeholder {
color: #d53f8c !important
}
.placeholder-pink-600::placeholder {
color: #d53f8c !important
}
.placeholder-pink-700::-webkit-input-placeholder {
color: #b83280 !important
}
.placeholder-pink-700::-moz-placeholder {
color: #b83280 !important
}
.placeholder-pink-700:-ms-input-placeholder {
color: #b83280 !important
}
.placeholder-pink-700::-ms-input-placeholder {
color: #b83280 !important
}
.placeholder-pink-700::placeholder {
color: #b83280 !important
}
.placeholder-pink-800::-webkit-input-placeholder {
color: #97266d !important
}
.placeholder-pink-800::-moz-placeholder {
color: #97266d !important
}
.placeholder-pink-800:-ms-input-placeholder {
color: #97266d !important
}
.placeholder-pink-800::-ms-input-placeholder {
color: #97266d !important
}
.placeholder-pink-800::placeholder {
color: #97266d !important
}
.placeholder-pink-900::-webkit-input-placeholder {
color: #702459 !important
}
.placeholder-pink-900::-moz-placeholder {
color: #702459 !important
}
.placeholder-pink-900:-ms-input-placeholder {
color: #702459 !important
}
.placeholder-pink-900::-ms-input-placeholder {
color: #702459 !important
}
.placeholder-pink-900::placeholder {
color: #702459 !important
}
.focus\:placeholder-transparent:focus::-webkit-input-placeholder {
color: transparent !important
}
.focus\:placeholder-transparent:focus::-moz-placeholder {
color: transparent !important
}
.focus\:placeholder-transparent:focus:-ms-input-placeholder {
color: transparent !important
}
.focus\:placeholder-transparent:focus::-ms-input-placeholder {
color: transparent !important
}
.focus\:placeholder-transparent:focus::placeholder {
color: transparent !important
}
.focus\:placeholder-black:focus::-webkit-input-placeholder {
color: #000 !important
}
.focus\:placeholder-black:focus::-moz-placeholder {
color: #000 !important
}
.focus\:placeholder-black:focus:-ms-input-placeholder {
color: #000 !important
}
.focus\:placeholder-black:focus::-ms-input-placeholder {
color: #000 !important
}
.focus\:placeholder-black:focus::placeholder {
color: #000 !important
}
.focus\:placeholder-white:focus::-webkit-input-placeholder {
color: #fff !important
}
.focus\:placeholder-white:focus::-moz-placeholder {
color: #fff !important
}
.focus\:placeholder-white:focus:-ms-input-placeholder {
color: #fff !important
}
.focus\:placeholder-white:focus::-ms-input-placeholder {
color: #fff !important
}
.focus\:placeholder-white:focus::placeholder {
color: #fff !important
}
.focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
color: #f7fafc !important
}
.focus\:placeholder-gray-100:focus::-moz-placeholder {
color: #f7fafc !important
}
.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
color: #f7fafc !important
}
.focus\:placeholder-gray-100:focus::-ms-input-placeholder {
color: #f7fafc !important
}
.focus\:placeholder-gray-100:focus::placeholder {
color: #f7fafc !important
}
.focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
color: #edf2f7 !important
}
.focus\:placeholder-gray-200:focus::-moz-placeholder {
color: #edf2f7 !important
}
.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
color: #edf2f7 !important
}
.focus\:placeholder-gray-200:focus::-ms-input-placeholder {
color: #edf2f7 !important
}
.focus\:placeholder-gray-200:focus::placeholder {
color: #edf2f7 !important
}
.focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
color: #e2e8f0 !important
}
.focus\:placeholder-gray-300:focus::-moz-placeholder {
color: #e2e8f0 !important
}
.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
color: #e2e8f0 !important
}
.focus\:placeholder-gray-300:focus::-ms-input-placeholder {
color: #e2e8f0 !important
}
.focus\:placeholder-gray-300:focus::placeholder {
color: #e2e8f0 !important
}
.focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
color: #cbd5e0 !important
}
.focus\:placeholder-gray-400:focus::-moz-placeholder {
color: #cbd5e0 !important
}
.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
color: #cbd5e0 !important
}
.focus\:placeholder-gray-400:focus::-ms-input-placeholder {
color: #cbd5e0 !important
}
.focus\:placeholder-gray-400:focus::placeholder {
color: #cbd5e0 !important
}
.focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
color: #a0aec0 !important
}
.focus\:placeholder-gray-500:focus::-moz-placeholder {
color: #a0aec0 !important
}
.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
color: #a0aec0 !important
}
.focus\:placeholder-gray-500:focus::-ms-input-placeholder {
color: #a0aec0 !important
}
.focus\:placeholder-gray-500:focus::placeholder {
color: #a0aec0 !important
}
.focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
color: #718096 !important
}
.focus\:placeholder-gray-600:focus::-moz-placeholder {
color: #718096 !important
}
.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
color: #718096 !important
}
.focus\:placeholder-gray-600:focus::-ms-input-placeholder {
color: #718096 !important
}
.focus\:placeholder-gray-600:focus::placeholder {
color: #718096 !important
}
.focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
color: #4a5568 !important
}
.focus\:placeholder-gray-700:focus::-moz-placeholder {
color: #4a5568 !important
}
.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
color: #4a5568 !important
}
.focus\:placeholder-gray-700:focus::-ms-input-placeholder {
color: #4a5568 !important
}
.focus\:placeholder-gray-700:focus::placeholder {
color: #4a5568 !important
}
.focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
color: #2d3748 !important
}
.focus\:placeholder-gray-800:focus::-moz-placeholder {
color: #2d3748 !important
}
.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
color: #2d3748 !important
}
.focus\:placeholder-gray-800:focus::-ms-input-placeholder {
color: #2d3748 !important
}
.focus\:placeholder-gray-800:focus::placeholder {
color: #2d3748 !important
}
.focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
color: #1a202c !important
}
.focus\:placeholder-gray-900:focus::-moz-placeholder {
color: #1a202c !important
}
.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
color: #1a202c !important
}
.focus\:placeholder-gray-900:focus::-ms-input-placeholder {
color: #1a202c !important
}
.focus\:placeholder-gray-900:focus::placeholder {
color: #1a202c !important
}
.focus\:placeholder-red-100:focus::-webkit-input-placeholder {
color: #fff5f5 !important
}
.focus\:placeholder-red-100:focus::-moz-placeholder {
color: #fff5f5 !important
}
.focus\:placeholder-red-100:focus:-ms-input-placeholder {
color: #fff5f5 !important
}
.focus\:placeholder-red-100:focus::-ms-input-placeholder {
color: #fff5f5 !important
}
.focus\:placeholder-red-100:focus::placeholder {
color: #fff5f5 !important
}
.focus\:placeholder-red-200:focus::-webkit-input-placeholder {
color: #fed7d7 !important
}
.focus\:placeholder-red-200:focus::-moz-placeholder {
color: #fed7d7 !important
}
.focus\:placeholder-red-200:focus:-ms-input-placeholder {
color: #fed7d7 !important
}
.focus\:placeholder-red-200:focus::-ms-input-placeholder {
color: #fed7d7 !important
}
.focus\:placeholder-red-200:focus::placeholder {
color: #fed7d7 !important
}
.focus\:placeholder-red-300:focus::-webkit-input-placeholder {
color: #feb2b2 !important
}
.focus\:placeholder-red-300:focus::-moz-placeholder {
color: #feb2b2 !important
}
.focus\:placeholder-red-300:focus:-ms-input-placeholder {
color: #feb2b2 !important
}
.focus\:placeholder-red-300:focus::-ms-input-placeholder {
color: #feb2b2 !important
}
.focus\:placeholder-red-300:focus::placeholder {
color: #feb2b2 !important
}
.focus\:placeholder-red-400:focus::-webkit-input-placeholder {
color: #fc8181 !important
}
.focus\:placeholder-red-400:focus::-moz-placeholder {
color: #fc8181 !important
}
.focus\:placeholder-red-400:focus:-ms-input-placeholder {
color: #fc8181 !important
}
.focus\:placeholder-red-400:focus::-ms-input-placeholder {
color: #fc8181 !important
}
.focus\:placeholder-red-400:focus::placeholder {
color: #fc8181 !important
}
.focus\:placeholder-red-500:focus::-webkit-input-placeholder {
color: #f56565 !important
}
.focus\:placeholder-red-500:focus::-moz-placeholder {
color: #f56565 !important
}
.focus\:placeholder-red-500:focus:-ms-input-placeholder {
color: #f56565 !important
}
.focus\:placeholder-red-500:focus::-ms-input-placeholder {
color: #f56565 !important
}
.focus\:placeholder-red-500:focus::placeholder {
color: #f56565 !important
}
.focus\:placeholder-red-600:focus::-webkit-input-placeholder {
color: #e53e3e !important
}
.focus\:placeholder-red-600:focus::-moz-placeholder {
color: #e53e3e !important
}
.focus\:placeholder-red-600:focus:-ms-input-placeholder {
color: #e53e3e !important
}
.focus\:placeholder-red-600:focus::-ms-input-placeholder {
color: #e53e3e !important
}
.focus\:placeholder-red-600:focus::placeholder {
color: #e53e3e !important
}
.focus\:placeholder-red-700:focus::-webkit-input-placeholder {
color: #c53030 !important
}
.focus\:placeholder-red-700:focus::-moz-placeholder {
color: #c53030 !important
}
.focus\:placeholder-red-700:focus:-ms-input-placeholder {
color: #c53030 !important
}
.focus\:placeholder-red-700:focus::-ms-input-placeholder {
color: #c53030 !important
}
.focus\:placeholder-red-700:focus::placeholder {
color: #c53030 !important
}
.focus\:placeholder-red-800:focus::-webkit-input-placeholder {
color: #9b2c2c !important
}
.focus\:placeholder-red-800:focus::-moz-placeholder {
color: #9b2c2c !important
}
.focus\:placeholder-red-800:focus:-ms-input-placeholder {
color: #9b2c2c !important
}
.focus\:placeholder-red-800:focus::-ms-input-placeholder {
color: #9b2c2c !important
}
.focus\:placeholder-red-800:focus::placeholder {
color: #9b2c2c !important
}
.focus\:placeholder-red-900:focus::-webkit-input-placeholder {
color: #742a2a !important
}
.focus\:placeholder-red-900:focus::-moz-placeholder {
color: #742a2a !important
}
.focus\:placeholder-red-900:focus:-ms-input-placeholder {
color: #742a2a !important
}
.focus\:placeholder-red-900:focus::-ms-input-placeholder {
color: #742a2a !important
}
.focus\:placeholder-red-900:focus::placeholder {
color: #742a2a !important
}
.focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
color: #fffaf0 !important
}
.focus\:placeholder-orange-100:focus::-moz-placeholder {
color: #fffaf0 !important
}
.focus\:placeholder-orange-100:focus:-ms-input-placeholder {
color: #fffaf0 !important
}
.focus\:placeholder-orange-100:focus::-ms-input-placeholder {
color: #fffaf0 !important
}
.focus\:placeholder-orange-100:focus::placeholder {
color: #fffaf0 !important
}
.focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
color: #feebc8 !important
}
.focus\:placeholder-orange-200:focus::-moz-placeholder {
color: #feebc8 !important
}
.focus\:placeholder-orange-200:focus:-ms-input-placeholder {
color: #feebc8 !important
}
.focus\:placeholder-orange-200:focus::-ms-input-placeholder {
color: #feebc8 !important
}
.focus\:placeholder-orange-200:focus::placeholder {
color: #feebc8 !important
}
.focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
color: #fbd38d !important
}
.focus\:placeholder-orange-300:focus::-moz-placeholder {
color: #fbd38d !important
}
.focus\:placeholder-orange-300:focus:-ms-input-placeholder {
color: #fbd38d !important
}
.focus\:placeholder-orange-300:focus::-ms-input-placeholder {
color: #fbd38d !important
}
.focus\:placeholder-orange-300:focus::placeholder {
color: #fbd38d !important
}
.focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
color: #f6ad55 !important
}
.focus\:placeholder-orange-400:focus::-moz-placeholder {
color: #f6ad55 !important
}
.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
color: #f6ad55 !important
}
.focus\:placeholder-orange-400:focus::-ms-input-placeholder {
color: #f6ad55 !important
}
.focus\:placeholder-orange-400:focus::placeholder {
color: #f6ad55 !important
}
.focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
color: #ed8936 !important
}
.focus\:placeholder-orange-500:focus::-moz-placeholder {
color: #ed8936 !important
}
.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
color: #ed8936 !important
}
.focus\:placeholder-orange-500:focus::-ms-input-placeholder {
color: #ed8936 !important
}
.focus\:placeholder-orange-500:focus::placeholder {
color: #ed8936 !important
}
.focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
color: #dd6b20 !important
}
.focus\:placeholder-orange-600:focus::-moz-placeholder {
color: #dd6b20 !important
}
.focus\:placeholder-orange-600:focus:-ms-input-placeholder {
color: #dd6b20 !important
}
.focus\:placeholder-orange-600:focus::-ms-input-placeholder {
color: #dd6b20 !important
}
.focus\:placeholder-orange-600:focus::placeholder {
color: #dd6b20 !important
}
.focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
color: #c05621 !important
}
.focus\:placeholder-orange-700:focus::-moz-placeholder {
color: #c05621 !important
}
.focus\:placeholder-orange-700:focus:-ms-input-placeholder {
color: #c05621 !important
}
.focus\:placeholder-orange-700:focus::-ms-input-placeholder {
color: #c05621 !important
}
.focus\:placeholder-orange-700:focus::placeholder {
color: #c05621 !important
}
.focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
color: #9c4221 !important
}
.focus\:placeholder-orange-800:focus::-moz-placeholder {
color: #9c4221 !important
}
.focus\:placeholder-orange-800:focus:-ms-input-placeholder {
color: #9c4221 !important
}
.focus\:placeholder-orange-800:focus::-ms-input-placeholder {
color: #9c4221 !important
}
.focus\:placeholder-orange-800:focus::placeholder {
color: #9c4221 !important
}
.focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
color: #7b341e !important
}
.focus\:placeholder-orange-900:focus::-moz-placeholder {
color: #7b341e !important
}
.focus\:placeholder-orange-900:focus:-ms-input-placeholder {
color: #7b341e !important
}
.focus\:placeholder-orange-900:focus::-ms-input-placeholder {
color: #7b341e !important
}
.focus\:placeholder-orange-900:focus::placeholder {
color: #7b341e !important
}
.focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
color: #fffff0 !important
}
.focus\:placeholder-yellow-100:focus::-moz-placeholder {
color: #fffff0 !important
}
.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
color: #fffff0 !important
}
.focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
color: #fffff0 !important
}
.focus\:placeholder-yellow-100:focus::placeholder {
color: #fffff0 !important
}
.focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
color: #fefcbf !important
}
.focus\:placeholder-yellow-200:focus::-moz-placeholder {
color: #fefcbf !important
}
.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
color: #fefcbf !important
}
.focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
color: #fefcbf !important
}
.focus\:placeholder-yellow-200:focus::placeholder {
color: #fefcbf !important
}
.focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
color: #faf089 !important
}
.focus\:placeholder-yellow-300:focus::-moz-placeholder {
color: #faf089 !important
}
.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
color: #faf089 !important
}
.focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
color: #faf089 !important
}
.focus\:placeholder-yellow-300:focus::placeholder {
color: #faf089 !important
}
.focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
color: #f6e05e !important
}
.focus\:placeholder-yellow-400:focus::-moz-placeholder {
color: #f6e05e !important
}
.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
color: #f6e05e !important
}
.focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
color: #f6e05e !important
}
.focus\:placeholder-yellow-400:focus::placeholder {
color: #f6e05e !important
}
.focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
color: #ecc94b !important
}
.focus\:placeholder-yellow-500:focus::-moz-placeholder {
color: #ecc94b !important
}
.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
color: #ecc94b !important
}
.focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
color: #ecc94b !important
}
.focus\:placeholder-yellow-500:focus::placeholder {
color: #ecc94b !important
}
.focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
color: #d69e2e !important
}
.focus\:placeholder-yellow-600:focus::-moz-placeholder {
color: #d69e2e !important
}
.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
color: #d69e2e !important
}
.focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
color: #d69e2e !important
}
.focus\:placeholder-yellow-600:focus::placeholder {
color: #d69e2e !important
}
.focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
color: #b7791f !important
}
.focus\:placeholder-yellow-700:focus::-moz-placeholder {
color: #b7791f !important
}
.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
color: #b7791f !important
}
.focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
color: #b7791f !important
}
.focus\:placeholder-yellow-700:focus::placeholder {
color: #b7791f !important
}
.focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
color: #975a16 !important
}
.focus\:placeholder-yellow-800:focus::-moz-placeholder {
color: #975a16 !important
}
.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
color: #975a16 !important
}
.focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
color: #975a16 !important
}
.focus\:placeholder-yellow-800:focus::placeholder {
color: #975a16 !important
}
.focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
color: #744210 !important
}
.focus\:placeholder-yellow-900:focus::-moz-placeholder {
color: #744210 !important
}
.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
color: #744210 !important
}
.focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
color: #744210 !important
}
.focus\:placeholder-yellow-900:focus::placeholder {
color: #744210 !important
}
.focus\:placeholder-green-100:focus::-webkit-input-placeholder {
color: #f0fff4 !important
}
.focus\:placeholder-green-100:focus::-moz-placeholder {
color: #f0fff4 !important
}
.focus\:placeholder-green-100:focus:-ms-input-placeholder {
color: #f0fff4 !important
}
.focus\:placeholder-green-100:focus::-ms-input-placeholder {
color: #f0fff4 !important
}
.focus\:placeholder-green-100:focus::placeholder {
color: #f0fff4 !important
}
.focus\:placeholder-green-200:focus::-webkit-input-placeholder {
color: #c6f6d5 !important
}
.focus\:placeholder-green-200:focus::-moz-placeholder {
color: #c6f6d5 !important
}
.focus\:placeholder-green-200:focus:-ms-input-placeholder {
color: #c6f6d5 !important
}
.focus\:placeholder-green-200:focus::-ms-input-placeholder {
color: #c6f6d5 !important
}
.focus\:placeholder-green-200:focus::placeholder {
color: #c6f6d5 !important
}
.focus\:placeholder-green-300:focus::-webkit-input-placeholder {
color: #9ae6b4 !important
}
.focus\:placeholder-green-300:focus::-moz-placeholder {
color: #9ae6b4 !important
}
.focus\:placeholder-green-300:focus:-ms-input-placeholder {
color: #9ae6b4 !important
}
.focus\:placeholder-green-300:focus::-ms-input-placeholder {
color: #9ae6b4 !important
}
.focus\:placeholder-green-300:focus::placeholder {
color: #9ae6b4 !important
}
.focus\:placeholder-green-400:focus::-webkit-input-placeholder {
color: #68d391 !important
}
.focus\:placeholder-green-400:focus::-moz-placeholder {
color: #68d391 !important
}
.focus\:placeholder-green-400:focus:-ms-input-placeholder {
color: #68d391 !important
}
.focus\:placeholder-green-400:focus::-ms-input-placeholder {
color: #68d391 !important
}
.focus\:placeholder-green-400:focus::placeholder {
color: #68d391 !important
}
.focus\:placeholder-green-500:focus::-webkit-input-placeholder {
color: #48bb78 !important
}
.focus\:placeholder-green-500:focus::-moz-placeholder {
color: #48bb78 !important
}
.focus\:placeholder-green-500:focus:-ms-input-placeholder {
color: #48bb78 !important
}
.focus\:placeholder-green-500:focus::-ms-input-placeholder {
color: #48bb78 !important
}
.focus\:placeholder-green-500:focus::placeholder {
color: #48bb78 !important
}
.focus\:placeholder-green-600:focus::-webkit-input-placeholder {
color: #38a169 !important
}
.focus\:placeholder-green-600:focus::-moz-placeholder {
color: #38a169 !important
}
.focus\:placeholder-green-600:focus:-ms-input-placeholder {
color: #38a169 !important
}
.focus\:placeholder-green-600:focus::-ms-input-placeholder {
color: #38a169 !important
}
.focus\:placeholder-green-600:focus::placeholder {
color: #38a169 !important
}
.focus\:placeholder-green-700:focus::-webkit-input-placeholder {
color: #2f855a !important
}
.focus\:placeholder-green-700:focus::-moz-placeholder {
color: #2f855a !important
}
.focus\:placeholder-green-700:focus:-ms-input-placeholder {
color: #2f855a !important
}
.focus\:placeholder-green-700:focus::-ms-input-placeholder {
color: #2f855a !important
}
.focus\:placeholder-green-700:focus::placeholder {
color: #2f855a !important
}
.focus\:placeholder-green-800:focus::-webkit-input-placeholder {
color: #276749 !important
}
.focus\:placeholder-green-800:focus::-moz-placeholder {
color: #276749 !important
}
.focus\:placeholder-green-800:focus:-ms-input-placeholder {
color: #276749 !important
}
.focus\:placeholder-green-800:focus::-ms-input-placeholder {
color: #276749 !important
}
.focus\:placeholder-green-800:focus::placeholder {
color: #276749 !important
}
.focus\:placeholder-green-900:focus::-webkit-input-placeholder {
color: #22543d !important
}
.focus\:placeholder-green-900:focus::-moz-placeholder {
color: #22543d !important
}
.focus\:placeholder-green-900:focus:-ms-input-placeholder {
color: #22543d !important
}
.focus\:placeholder-green-900:focus::-ms-input-placeholder {
color: #22543d !important
}
.focus\:placeholder-green-900:focus::placeholder {
color: #22543d !important
}
.focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
color: #e6fffa !important
}
.focus\:placeholder-teal-100:focus::-moz-placeholder {
color: #e6fffa !important
}
.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
color: #e6fffa !important
}
.focus\:placeholder-teal-100:focus::-ms-input-placeholder {
color: #e6fffa !important
}
.focus\:placeholder-teal-100:focus::placeholder {
color: #e6fffa !important
}
.focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
color: #b2f5ea !important
}
.focus\:placeholder-teal-200:focus::-moz-placeholder {
color: #b2f5ea !important
}
.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
color: #b2f5ea !important
}
.focus\:placeholder-teal-200:focus::-ms-input-placeholder {
color: #b2f5ea !important
}
.focus\:placeholder-teal-200:focus::placeholder {
color: #b2f5ea !important
}
.focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
color: #81e6d9 !important
}
.focus\:placeholder-teal-300:focus::-moz-placeholder {
color: #81e6d9 !important
}
.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
color: #81e6d9 !important
}
.focus\:placeholder-teal-300:focus::-ms-input-placeholder {
color: #81e6d9 !important
}
.focus\:placeholder-teal-300:focus::placeholder {
color: #81e6d9 !important
}
.focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
color: #4fd1c5 !important
}
.focus\:placeholder-teal-400:focus::-moz-placeholder {
color: #4fd1c5 !important
}
.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
color: #4fd1c5 !important
}
.focus\:placeholder-teal-400:focus::-ms-input-placeholder {
color: #4fd1c5 !important
}
.focus\:placeholder-teal-400:focus::placeholder {
color: #4fd1c5 !important
}
.focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
color: #38b2ac !important
}
.focus\:placeholder-teal-500:focus::-moz-placeholder {
color: #38b2ac !important
}
.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
color: #38b2ac !important
}
.focus\:placeholder-teal-500:focus::-ms-input-placeholder {
color: #38b2ac !important
}
.focus\:placeholder-teal-500:focus::placeholder {
color: #38b2ac !important
}
.focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
color: #319795 !important
}
.focus\:placeholder-teal-600:focus::-moz-placeholder {
color: #319795 !important
}
.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
color: #319795 !important
}
.focus\:placeholder-teal-600:focus::-ms-input-placeholder {
color: #319795 !important
}
.focus\:placeholder-teal-600:focus::placeholder {
color: #319795 !important
}
.focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
color: #2c7a7b !important
}
.focus\:placeholder-teal-700:focus::-moz-placeholder {
color: #2c7a7b !important
}
.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
color: #2c7a7b !important
}
.focus\:placeholder-teal-700:focus::-ms-input-placeholder {
color: #2c7a7b !important
}
.focus\:placeholder-teal-700:focus::placeholder {
color: #2c7a7b !important
}
.focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
color: #285e61 !important
}
.focus\:placeholder-teal-800:focus::-moz-placeholder {
color: #285e61 !important
}
.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
color: #285e61 !important
}
.focus\:placeholder-teal-800:focus::-ms-input-placeholder {
color: #285e61 !important
}
.focus\:placeholder-teal-800:focus::placeholder {
color: #285e61 !important
}
.focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
color: #234e52 !important
}
.focus\:placeholder-teal-900:focus::-moz-placeholder {
color: #234e52 !important
}
.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
color: #234e52 !important
}
.focus\:placeholder-teal-900:focus::-ms-input-placeholder {
color: #234e52 !important
}
.focus\:placeholder-teal-900:focus::placeholder {
color: #234e52 !important
}
.focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
color: #ebf8ff !important
}
.focus\:placeholder-blue-100:focus::-moz-placeholder {
color: #ebf8ff !important
}
.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
color: #ebf8ff !important
}
.focus\:placeholder-blue-100:focus::-ms-input-placeholder {
color: #ebf8ff !important
}
.focus\:placeholder-blue-100:focus::placeholder {
color: #ebf8ff !important
}
.focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
color: #bee3f8 !important
}
.focus\:placeholder-blue-200:focus::-moz-placeholder {
color: #bee3f8 !important
}
.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
color: #bee3f8 !important
}
.focus\:placeholder-blue-200:focus::-ms-input-placeholder {
color: #bee3f8 !important
}
.focus\:placeholder-blue-200:focus::placeholder {
color: #bee3f8 !important
}
.focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
color: #90cdf4 !important
}
.focus\:placeholder-blue-300:focus::-moz-placeholder {
color: #90cdf4 !important
}
.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
color: #90cdf4 !important
}
.focus\:placeholder-blue-300:focus::-ms-input-placeholder {
color: #90cdf4 !important
}
.focus\:placeholder-blue-300:focus::placeholder {
color: #90cdf4 !important
}
.focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
color: #63b3ed !important
}
.focus\:placeholder-blue-400:focus::-moz-placeholder {
color: #63b3ed !important
}
.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
color: #63b3ed !important
}
.focus\:placeholder-blue-400:focus::-ms-input-placeholder {
color: #63b3ed !important
}
.focus\:placeholder-blue-400:focus::placeholder {
color: #63b3ed !important
}
.focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
color: #4299e1 !important
}
.focus\:placeholder-blue-500:focus::-moz-placeholder {
color: #4299e1 !important
}
.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
color: #4299e1 !important
}
.focus\:placeholder-blue-500:focus::-ms-input-placeholder {
color: #4299e1 !important
}
.focus\:placeholder-blue-500:focus::placeholder {
color: #4299e1 !important
}
.focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
color: #3182ce !important
}
.focus\:placeholder-blue-600:focus::-moz-placeholder {
color: #3182ce !important
}
.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
color: #3182ce !important
}
.focus\:placeholder-blue-600:focus::-ms-input-placeholder {
color: #3182ce !important
}
.focus\:placeholder-blue-600:focus::placeholder {
color: #3182ce !important
}
.focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
color: #2b6cb0 !important
}
.focus\:placeholder-blue-700:focus::-moz-placeholder {
color: #2b6cb0 !important
}
.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
color: #2b6cb0 !important
}
.focus\:placeholder-blue-700:focus::-ms-input-placeholder {
color: #2b6cb0 !important
}
.focus\:placeholder-blue-700:focus::placeholder {
color: #2b6cb0 !important
}
.focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
color: #2c5282 !important
}
.focus\:placeholder-blue-800:focus::-moz-placeholder {
color: #2c5282 !important
}
.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
color: #2c5282 !important
}
.focus\:placeholder-blue-800:focus::-ms-input-placeholder {
color: #2c5282 !important
}
.focus\:placeholder-blue-800:focus::placeholder {
color: #2c5282 !important
}
.focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
color: #2a4365 !important
}
.focus\:placeholder-blue-900:focus::-moz-placeholder {
color: #2a4365 !important
}
.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
color: #2a4365 !important
}
.focus\:placeholder-blue-900:focus::-ms-input-placeholder {
color: #2a4365 !important
}
.focus\:placeholder-blue-900:focus::placeholder {
color: #2a4365 !important
}
.focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
color: #ebf4ff !important
}
.focus\:placeholder-indigo-100:focus::-moz-placeholder {
color: #ebf4ff !important
}
.focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
color: #ebf4ff !important
}
.focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
color: #ebf4ff !important
}
.focus\:placeholder-indigo-100:focus::placeholder {
color: #ebf4ff !important
}
.focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
color: #c3dafe !important
}
.focus\:placeholder-indigo-200:focus::-moz-placeholder {
color: #c3dafe !important
}
.focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
color: #c3dafe !important
}
.focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
color: #c3dafe !important
}
.focus\:placeholder-indigo-200:focus::placeholder {
color: #c3dafe !important
}
.focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
color: #a3bffa !important
}
.focus\:placeholder-indigo-300:focus::-moz-placeholder {
color: #a3bffa !important
}
.focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
color: #a3bffa !important
}
.focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
color: #a3bffa !important
}
.focus\:placeholder-indigo-300:focus::placeholder {
color: #a3bffa !important
}
.focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
color: #7f9cf5 !important
}
.focus\:placeholder-indigo-400:focus::-moz-placeholder {
color: #7f9cf5 !important
}
.focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
color: #7f9cf5 !important
}
.focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
color: #7f9cf5 !important
}
.focus\:placeholder-indigo-400:focus::placeholder {
color: #7f9cf5 !important
}
.focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
color: #667eea !important
}
.focus\:placeholder-indigo-500:focus::-moz-placeholder {
color: #667eea !important
}
.focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
color: #667eea !important
}
.focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
color: #667eea !important
}
.focus\:placeholder-indigo-500:focus::placeholder {
color: #667eea !important
}
.focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
color: #5a67d8 !important
}
.focus\:placeholder-indigo-600:focus::-moz-placeholder {
color: #5a67d8 !important
}
.focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
color: #5a67d8 !important
}
.focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
color: #5a67d8 !important
}
.focus\:placeholder-indigo-600:focus::placeholder {
color: #5a67d8 !important
}
.focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
color: #4c51bf !important
}
.focus\:placeholder-indigo-700:focus::-moz-placeholder {
color: #4c51bf !important
}
.focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
color: #4c51bf !important
}
.focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
color: #4c51bf !important
}
.focus\:placeholder-indigo-700:focus::placeholder {
color: #4c51bf !important
}
.focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
color: #434190 !important
}
.focus\:placeholder-indigo-800:focus::-moz-placeholder {
color: #434190 !important
}
.focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
color: #434190 !important
}
.focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
color: #434190 !important
}
.focus\:placeholder-indigo-800:focus::placeholder {
color: #434190 !important
}
.focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
color: #3c366b !important
}
.focus\:placeholder-indigo-900:focus::-moz-placeholder {
color: #3c366b !important
}
.focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
color: #3c366b !important
}
.focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
color: #3c366b !important
}
.focus\:placeholder-indigo-900:focus::placeholder {
color: #3c366b !important
}
.focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
color: #faf5ff !important
}
.focus\:placeholder-purple-100:focus::-moz-placeholder {
color: #faf5ff !important
}
.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
color: #faf5ff !important
}
.focus\:placeholder-purple-100:focus::-ms-input-placeholder {
color: #faf5ff !important
}
.focus\:placeholder-purple-100:focus::placeholder {
color: #faf5ff !important
}
.focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
color: #e9d8fd !important
}
.focus\:placeholder-purple-200:focus::-moz-placeholder {
color: #e9d8fd !important
}
.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
color: #e9d8fd !important
}
.focus\:placeholder-purple-200:focus::-ms-input-placeholder {
color: #e9d8fd !important
}
.focus\:placeholder-purple-200:focus::placeholder {
color: #e9d8fd !important
}
.focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
color: #d6bcfa !important
}
.focus\:placeholder-purple-300:focus::-moz-placeholder {
color: #d6bcfa !important
}
.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
color: #d6bcfa !important
}
.focus\:placeholder-purple-300:focus::-ms-input-placeholder {
color: #d6bcfa !important
}
.focus\:placeholder-purple-300:focus::placeholder {
color: #d6bcfa !important
}
.focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
color: #b794f4 !important
}
.focus\:placeholder-purple-400:focus::-moz-placeholder {
color: #b794f4 !important
}
.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
color: #b794f4 !important
}
.focus\:placeholder-purple-400:focus::-ms-input-placeholder {
color: #b794f4 !important
}
.focus\:placeholder-purple-400:focus::placeholder {
color: #b794f4 !important
}
.focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
color: #9f7aea !important
}
.focus\:placeholder-purple-500:focus::-moz-placeholder {
color: #9f7aea !important
}
.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
color: #9f7aea !important
}
.focus\:placeholder-purple-500:focus::-ms-input-placeholder {
color: #9f7aea !important
}
.focus\:placeholder-purple-500:focus::placeholder {
color: #9f7aea !important
}
.focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
color: #805ad5 !important
}
.focus\:placeholder-purple-600:focus::-moz-placeholder {
color: #805ad5 !important
}
.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
color: #805ad5 !important
}
.focus\:placeholder-purple-600:focus::-ms-input-placeholder {
color: #805ad5 !important
}
.focus\:placeholder-purple-600:focus::placeholder {
color: #805ad5 !important
}
.focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
color: #6b46c1 !important
}
.focus\:placeholder-purple-700:focus::-moz-placeholder {
color: #6b46c1 !important
}
.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
color: #6b46c1 !important
}
.focus\:placeholder-purple-700:focus::-ms-input-placeholder {
color: #6b46c1 !important
}
.focus\:placeholder-purple-700:focus::placeholder {
color: #6b46c1 !important
}
.focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
color: #553c9a !important
}
.focus\:placeholder-purple-800:focus::-moz-placeholder {
color: #553c9a !important
}
.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
color: #553c9a !important
}
.focus\:placeholder-purple-800:focus::-ms-input-placeholder {
color: #553c9a !important
}
.focus\:placeholder-purple-800:focus::placeholder {
color: #553c9a !important
}
.focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
color: #44337a !important
}
.focus\:placeholder-purple-900:focus::-moz-placeholder {
color: #44337a !important
}
.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
color: #44337a !important
}
.focus\:placeholder-purple-900:focus::-ms-input-placeholder {
color: #44337a !important
}
.focus\:placeholder-purple-900:focus::placeholder {
color: #44337a !important
}
.focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
color: #fff5f7 !important
}
.focus\:placeholder-pink-100:focus::-moz-placeholder {
color: #fff5f7 !important
}
.focus\:placeholder-pink-100:focus:-ms-input-placeholder {
color: #fff5f7 !important
}
.focus\:placeholder-pink-100:focus::-ms-input-placeholder {
color: #fff5f7 !important
}
.focus\:placeholder-pink-100:focus::placeholder {
color: #fff5f7 !important
}
.focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
color: #fed7e2 !important
}
.focus\:placeholder-pink-200:focus::-moz-placeholder {
color: #fed7e2 !important
}
.focus\:placeholder-pink-200:focus:-ms-input-placeholder {
color: #fed7e2 !important
}
.focus\:placeholder-pink-200:focus::-ms-input-placeholder {
color: #fed7e2 !important
}
.focus\:placeholder-pink-200:focus::placeholder {
color: #fed7e2 !important
}
.focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
color: #fbb6ce !important
}
.focus\:placeholder-pink-300:focus::-moz-placeholder {
color: #fbb6ce !important
}
.focus\:placeholder-pink-300:focus:-ms-input-placeholder {
color: #fbb6ce !important
}
.focus\:placeholder-pink-300:focus::-ms-input-placeholder {
color: #fbb6ce !important
}
.focus\:placeholder-pink-300:focus::placeholder {
color: #fbb6ce !important
}
.focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
color: #f687b3 !important
}
.focus\:placeholder-pink-400:focus::-moz-placeholder {
color: #f687b3 !important
}
.focus\:placeholder-pink-400:focus:-ms-input-placeholder {
color: #f687b3 !important
}
.focus\:placeholder-pink-400:focus::-ms-input-placeholder {
color: #f687b3 !important
}
.focus\:placeholder-pink-400:focus::placeholder {
color: #f687b3 !important
}
.focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
color: #ed64a6 !important
}
.focus\:placeholder-pink-500:focus::-moz-placeholder {
color: #ed64a6 !important
}
.focus\:placeholder-pink-500:focus:-ms-input-placeholder {
color: #ed64a6 !important
}
.focus\:placeholder-pink-500:focus::-ms-input-placeholder {
color: #ed64a6 !important
}
.focus\:placeholder-pink-500:focus::placeholder {
color: #ed64a6 !important
}
.focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
color: #d53f8c !important
}
.focus\:placeholder-pink-600:focus::-moz-placeholder {
color: #d53f8c !important
}
.focus\:placeholder-pink-600:focus:-ms-input-placeholder {
color: #d53f8c !important
}
.focus\:placeholder-pink-600:focus::-ms-input-placeholder {
color: #d53f8c !important
}
.focus\:placeholder-pink-600:focus::placeholder {
color: #d53f8c !important
}
.focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
color: #b83280 !important
}
.focus\:placeholder-pink-700:focus::-moz-placeholder {
color: #b83280 !important
}
.focus\:placeholder-pink-700:focus:-ms-input-placeholder {
color: #b83280 !important
}
.focus\:placeholder-pink-700:focus::-ms-input-placeholder {
color: #b83280 !important
}
.focus\:placeholder-pink-700:focus::placeholder {
color: #b83280 !important
}
.focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
color: #97266d !important
}
.focus\:placeholder-pink-800:focus::-moz-placeholder {
color: #97266d !important
}
.focus\:placeholder-pink-800:focus:-ms-input-placeholder {
color: #97266d !important
}
.focus\:placeholder-pink-800:focus::-ms-input-placeholder {
color: #97266d !important
}
.focus\:placeholder-pink-800:focus::placeholder {
color: #97266d !important
}
.focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
color: #702459 !important
}
.focus\:placeholder-pink-900:focus::-moz-placeholder {
color: #702459 !important
}
.focus\:placeholder-pink-900:focus:-ms-input-placeholder {
color: #702459 !important
}
.focus\:placeholder-pink-900:focus::-ms-input-placeholder {
color: #702459 !important
}
.focus\:placeholder-pink-900:focus::placeholder {
color: #702459 !important
}
.pointer-events-none {
pointer-events: none !important
}
.pointer-events-auto {
pointer-events: auto !important
}
.static {
position: static !important
}
.fixed {
position: fixed !important
}
.absolute {
position: absolute !important
}
.relative {
position: relative !important
}
.sticky {
position: -webkit-sticky !important;
position: sticky !important
}
.inset-0 {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important
}
.inset-auto {
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important
}
.inset-y-0 {
top: 0 !important;
bottom: 0 !important
}
.inset-x-0 {
right: 0 !important;
left: 0 !important
}
.inset-y-auto {
top: auto !important;
bottom: auto !important
}
.inset-x-auto {
right: auto !important;
left: auto !important
}
.top-0 {
top: 0 !important
}
.right-0 {
right: 0 !important
}
.bottom-0 {
bottom: 0 !important
}
.left-0 {
left: 0 !important
}
.top-auto {
top: auto !important
}
.right-auto {
right: auto !important
}
.bottom-auto {
bottom: auto !important
}
.left-auto {
left: auto !important
}
.resize-none {
resize: none !important
}
.resize-y {
resize: vertical !important
}
.resize-x {
resize: horizontal !important
}
.resize {
resize: both !important
}
.shadow-xs {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important
}
.shadow-sm {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important
}
.shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important
}
.shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important
}
.shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}
.shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
}
.shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
}
.shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
}
.shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
}
.shadow-none {
box-shadow: none !important
}
.hover\:shadow-xs:hover {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important
}
.hover\:shadow-sm:hover {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important
}
.hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important
}
.hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important
}
.hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}
.hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
}
.hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
}
.hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
}
.hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
}
.hover\:shadow-none:hover {
box-shadow: none !important
}
.focus\:shadow-xs:focus {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important
}
.focus\:shadow-sm:focus {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important
}
.focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important
}
.focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important
}
.focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}
.focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
}
.focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
}
.focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
}
.focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
}
.focus\:shadow-none:focus {
box-shadow: none !important
}
.fill-current {
fill: currentColor !important
}
.stroke-current {
stroke: currentColor !important
}
.stroke-0 {
stroke-width: 0 !important
}
.stroke-1 {
stroke-width: 1 !important
}
.stroke-2 {
stroke-width: 2 !important
}
.table-auto {
table-layout: auto !important
}
.table-fixed {
table-layout: fixed !important
}
.text-left {
text-align: left !important
}
.text-center {
text-align: center !important
}
.text-right {
text-align: right !important
}
.text-justify {
text-align: justify !important
}
.text-transparent {
color: transparent !important
}
.text-black {
color: #000 !important
}
.text-white {
color: #fff !important
}
.text-gray-100 {
color: #f7fafc !important
}
.text-gray-200 {
color: #edf2f7 !important
}
.text-gray-300 {
color: #e2e8f0 !important
}
.text-gray-400 {
color: #cbd5e0 !important
}
.text-gray-500 {
color: #a0aec0 !important
}
.text-gray-600 {
color: #718096 !important
}
.text-gray-700 {
color: #4a5568 !important
}
.text-gray-800 {
color: #2d3748 !important
}
.text-gray-900 {
color: #1a202c !important
}
.text-red-100 {
color: #fff5f5 !important
}
.text-red-200 {
color: #fed7d7 !important
}
.text-red-300 {
color: #feb2b2 !important
}
.text-red-400 {
color: #fc8181 !important
}
.text-red-500 {
color: #f56565 !important
}
.text-red-600 {
color: #e53e3e !important
}
.text-red-700 {
color: #c53030 !important
}
.text-red-800 {
color: #9b2c2c !important
}
.text-red-900 {
color: #742a2a !important
}
.text-orange-100 {
color: #fffaf0 !important
}
.text-orange-200 {
color: #feebc8 !important
}
.text-orange-300 {
color: #fbd38d !important
}
.text-orange-400 {
color: #f6ad55 !important
}
.text-orange-500 {
color: #ed8936 !important
}
.text-orange-600 {
color: #dd6b20 !important
}
.text-orange-700 {
color: #c05621 !important
}
.text-orange-800 {
color: #9c4221 !important
}
.text-orange-900 {
color: #7b341e !important
}
.text-yellow-100 {
color: #fffff0 !important
}
.text-yellow-200 {
color: #fefcbf !important
}
.text-yellow-300 {
color: #faf089 !important
}
.text-yellow-400 {
color: #f6e05e !important
}
.text-yellow-500 {
color: #ecc94b !important
}
.text-yellow-600 {
color: #d69e2e !important
}
.text-yellow-700 {
color: #b7791f !important
}
.text-yellow-800 {
color: #975a16 !important
}
.text-yellow-900 {
color: #744210 !important
}
.text-green-100 {
color: #f0fff4 !important
}
.text-green-200 {
color: #c6f6d5 !important
}
.text-green-300 {
color: #9ae6b4 !important
}
.text-green-400 {
color: #68d391 !important
}
.text-green-500 {
color: #48bb78 !important
}
.text-green-600 {
color: #38a169 !important
}
.text-green-700 {
color: #2f855a !important
}
.text-green-800 {
color: #276749 !important
}
.text-green-900 {
color: #22543d !important
}
.text-teal-100 {
color: #e6fffa !important
}
.text-teal-200 {
color: #b2f5ea !important
}
.text-teal-300 {
color: #81e6d9 !important
}
.text-teal-400 {
color: #4fd1c5 !important
}
.text-teal-500 {
color: #38b2ac !important
}
.text-teal-600 {
color: #319795 !important
}
.text-teal-700 {
color: #2c7a7b !important
}
.text-teal-800 {
color: #285e61 !important
}
.text-teal-900 {
color: #234e52 !important
}
.text-blue-100 {
color: #ebf8ff !important
}
.text-blue-200 {
color: #bee3f8 !important
}
.text-blue-300 {
color: #90cdf4 !important
}
.text-blue-400 {
color: #63b3ed !important
}
.text-blue-500 {
color: #4299e1 !important
}
.text-blue-600 {
color: #3182ce !important
}
.text-blue-700 {
color: #2b6cb0 !important
}
.text-blue-800 {
color: #2c5282 !important
}
.text-blue-900 {
color: #2a4365 !important
}
.text-indigo-100 {
color: #ebf4ff !important
}
.text-indigo-200 {
color: #c3dafe !important
}
.text-indigo-300 {
color: #a3bffa !important
}
.text-indigo-400 {
color: #7f9cf5 !important
}
.text-indigo-500 {
color: #667eea !important
}
.text-indigo-600 {
color: #5a67d8 !important
}
.text-indigo-700 {
color: #4c51bf !important
}
.text-indigo-800 {
color: #434190 !important
}
.text-indigo-900 {
color: #3c366b !important
}
.text-purple-100 {
color: #faf5ff !important
}
.text-purple-200 {
color: #e9d8fd !important
}
.text-purple-300 {
color: #d6bcfa !important
}
.text-purple-400 {
color: #b794f4 !important
}
.text-purple-500 {
color: #9f7aea !important
}
.text-purple-600 {
color: #805ad5 !important
}
.text-purple-700 {
color: #6b46c1 !important
}
.text-purple-800 {
color: #553c9a !important
}
.text-purple-900 {
color: #44337a !important
}
.text-pink-100 {
color: #fff5f7 !important
}
.text-pink-200 {
color: #fed7e2 !important
}
.text-pink-300 {
color: #fbb6ce !important
}
.text-pink-400 {
color: #f687b3 !important
}
.text-pink-500 {
color: #ed64a6 !important
}
.text-pink-600 {
color: #d53f8c !important
}
.text-pink-700 {
color: #b83280 !important
}
.text-pink-800 {
color: #97266d !important
}
.text-pink-900 {
color: #702459 !important
}
.hover\:text-transparent:hover {
color: transparent !important
}
.hover\:text-black:hover {
color: #000 !important
}
.hover\:text-white:hover {
color: #fff !important
}
.hover\:text-gray-100:hover {
color: #f7fafc !important
}
.hover\:text-gray-200:hover {
color: #edf2f7 !important
}
.hover\:text-gray-300:hover {
color: #e2e8f0 !important
}
.hover\:text-gray-400:hover {
color: #cbd5e0 !important
}
.hover\:text-gray-500:hover {
color: #a0aec0 !important
}
.hover\:text-gray-600:hover {
color: #718096 !important
}
.hover\:text-gray-700:hover {
color: #4a5568 !important
}
.hover\:text-gray-800:hover {
color: #2d3748 !important
}
.hover\:text-gray-900:hover {
color: #1a202c !important
}
.hover\:text-red-100:hover {
color: #fff5f5 !important
}
.hover\:text-red-200:hover {
color: #fed7d7 !important
}
.hover\:text-red-300:hover {
color: #feb2b2 !important
}
.hover\:text-red-400:hover {
color: #fc8181 !important
}
.hover\:text-red-500:hover {
color: #f56565 !important
}
.hover\:text-red-600:hover {
color: #e53e3e !important
}
.hover\:text-red-700:hover {
color: #c53030 !important
}
.hover\:text-red-800:hover {
color: #9b2c2c !important
}
.hover\:text-red-900:hover {
color: #742a2a !important
}
.hover\:text-orange-100:hover {
color: #fffaf0 !important
}
.hover\:text-orange-200:hover {
color: #feebc8 !important
}
.hover\:text-orange-300:hover {
color: #fbd38d !important
}
.hover\:text-orange-400:hover {
color: #f6ad55 !important
}
.hover\:text-orange-500:hover {
color: #ed8936 !important
}
.hover\:text-orange-600:hover {
color: #dd6b20 !important
}
.hover\:text-orange-700:hover {
color: #c05621 !important
}
.hover\:text-orange-800:hover {
color: #9c4221 !important
}
.hover\:text-orange-900:hover {
color: #7b341e !important
}
.hover\:text-yellow-100:hover {
color: #fffff0 !important
}
.hover\:text-yellow-200:hover {
color: #fefcbf !important
}
.hover\:text-yellow-300:hover {
color: #faf089 !important
}
.hover\:text-yellow-400:hover {
color: #f6e05e !important
}
.hover\:text-yellow-500:hover {
color: #ecc94b !important
}
.hover\:text-yellow-600:hover {
color: #d69e2e !important
}
.hover\:text-yellow-700:hover {
color: #b7791f !important
}
.hover\:text-yellow-800:hover {
color: #975a16 !important
}
.hover\:text-yellow-900:hover {
color: #744210 !important
}
.hover\:text-green-100:hover {
color: #f0fff4 !important
}
.hover\:text-green-200:hover {
color: #c6f6d5 !important
}
.hover\:text-green-300:hover {
color: #9ae6b4 !important
}
.hover\:text-green-400:hover {
color: #68d391 !important
}
.hover\:text-green-500:hover {
color: #48bb78 !important
}
.hover\:text-green-600:hover {
color: #38a169 !important
}
.hover\:text-green-700:hover {
color: #2f855a !important
}
.hover\:text-green-800:hover {
color: #276749 !important
}
.hover\:text-green-900:hover {
color: #22543d !important
}
.hover\:text-teal-100:hover {
color: #e6fffa !important
}
.hover\:text-teal-200:hover {
color: #b2f5ea !important
}
.hover\:text-teal-300:hover {
color: #81e6d9 !important
}
.hover\:text-teal-400:hover {
color: #4fd1c5 !important
}
.hover\:text-teal-500:hover {
color: #38b2ac !important
}
.hover\:text-teal-600:hover {
color: #319795 !important
}
.hover\:text-teal-700:hover {
color: #2c7a7b !important
}
.hover\:text-teal-800:hover {
color: #285e61 !important
}
.hover\:text-teal-900:hover {
color: #234e52 !important
}
.hover\:text-blue-100:hover {
color: #ebf8ff !important
}
.hover\:text-blue-200:hover {
color: #bee3f8 !important
}
.hover\:text-blue-300:hover {
color: #90cdf4 !important
}
.hover\:text-blue-400:hover {
color: #63b3ed !important
}
.hover\:text-blue-500:hover {
color: #4299e1 !important
}
.hover\:text-blue-600:hover {
color: #3182ce !important
}
.hover\:text-blue-700:hover {
color: #2b6cb0 !important
}
.hover\:text-blue-800:hover {
color: #2c5282 !important
}
.hover\:text-blue-900:hover {
color: #2a4365 !important
}
.hover\:text-indigo-100:hover {
color: #ebf4ff !important
}
.hover\:text-indigo-200:hover {
color: #c3dafe !important
}
.hover\:text-indigo-300:hover {
color: #a3bffa !important
}
.hover\:text-indigo-400:hover {
color: #7f9cf5 !important
}
.hover\:text-indigo-500:hover {
color: #667eea !important
}
.hover\:text-indigo-600:hover {
color: #5a67d8 !important
}
.hover\:text-indigo-700:hover {
color: #4c51bf !important
}
.hover\:text-indigo-800:hover {
color: #434190 !important
}
.hover\:text-indigo-900:hover {
color: #3c366b !important
}
.hover\:text-purple-100:hover {
color: #faf5ff !important
}
.hover\:text-purple-200:hover {
color: #e9d8fd !important
}
.hover\:text-purple-300:hover {
color: #d6bcfa !important
}
.hover\:text-purple-400:hover {
color: #b794f4 !important
}
.hover\:text-purple-500:hover {
color: #9f7aea !important
}
.hover\:text-purple-600:hover {
color: #805ad5 !important
}
.hover\:text-purple-700:hover {
color: #6b46c1 !important
}
.hover\:text-purple-800:hover {
color: #553c9a !important
}
.hover\:text-purple-900:hover {
color: #44337a !important
}
.hover\:text-pink-100:hover {
color: #fff5f7 !important
}
.hover\:text-pink-200:hover {
color: #fed7e2 !important
}
.hover\:text-pink-300:hover {
color: #fbb6ce !important
}
.hover\:text-pink-400:hover {
color: #f687b3 !important
}
.hover\:text-pink-500:hover {
color: #ed64a6 !important
}
.hover\:text-pink-600:hover {
color: #d53f8c !important
}
.hover\:text-pink-700:hover {
color: #b83280 !important
}
.hover\:text-pink-800:hover {
color: #97266d !important
}
.hover\:text-pink-900:hover {
color: #702459 !important
}
.focus\:text-transparent:focus {
color: transparent !important
}
.focus\:text-black:focus {
color: #000 !important
}
.focus\:text-white:focus {
color: #fff !important
}
.focus\:text-gray-100:focus {
color: #f7fafc !important
}
.focus\:text-gray-200:focus {
color: #edf2f7 !important
}
.focus\:text-gray-300:focus {
color: #e2e8f0 !important
}
.focus\:text-gray-400:focus {
color: #cbd5e0 !important
}
.focus\:text-gray-500:focus {
color: #a0aec0 !important
}
.focus\:text-gray-600:focus {
color: #718096 !important
}
.focus\:text-gray-700:focus {
color: #4a5568 !important
}
.focus\:text-gray-800:focus {
color: #2d3748 !important
}
.focus\:text-gray-900:focus {
color: #1a202c !important
}
.focus\:text-red-100:focus {
color: #fff5f5 !important
}
.focus\:text-red-200:focus {
color: #fed7d7 !important
}
.focus\:text-red-300:focus {
color: #feb2b2 !important
}
.focus\:text-red-400:focus {
color: #fc8181 !important
}
.focus\:text-red-500:focus {
color: #f56565 !important
}
.focus\:text-red-600:focus {
color: #e53e3e !important
}
.focus\:text-red-700:focus {
color: #c53030 !important
}
.focus\:text-red-800:focus {
color: #9b2c2c !important
}
.focus\:text-red-900:focus {
color: #742a2a !important
}
.focus\:text-orange-100:focus {
color: #fffaf0 !important
}
.focus\:text-orange-200:focus {
color: #feebc8 !important
}
.focus\:text-orange-300:focus {
color: #fbd38d !important
}
.focus\:text-orange-400:focus {
color: #f6ad55 !important
}
.focus\:text-orange-500:focus {
color: #ed8936 !important
}
.focus\:text-orange-600:focus {
color: #dd6b20 !important
}
.focus\:text-orange-700:focus {
color: #c05621 !important
}
.focus\:text-orange-800:focus {
color: #9c4221 !important
}
.focus\:text-orange-900:focus {
color: #7b341e !important
}
.focus\:text-yellow-100:focus {
color: #fffff0 !important
}
.focus\:text-yellow-200:focus {
color: #fefcbf !important
}
.focus\:text-yellow-300:focus {
color: #faf089 !important
}
.focus\:text-yellow-400:focus {
color: #f6e05e !important
}
.focus\:text-yellow-500:focus {
color: #ecc94b !important
}
.focus\:text-yellow-600:focus {
color: #d69e2e !important
}
.focus\:text-yellow-700:focus {
color: #b7791f !important
}
.focus\:text-yellow-800:focus {
color: #975a16 !important
}
.focus\:text-yellow-900:focus {
color: #744210 !important
}
.focus\:text-green-100:focus {
color: #f0fff4 !important
}
.focus\:text-green-200:focus {
color: #c6f6d5 !important
}
.focus\:text-green-300:focus {
color: #9ae6b4 !important
}
.focus\:text-green-400:focus {
color: #68d391 !important
}
.focus\:text-green-500:focus {
color: #48bb78 !important
}
.focus\:text-green-600:focus {
color: #38a169 !important
}
.focus\:text-green-700:focus {
color: #2f855a !important
}
.focus\:text-green-800:focus {
color: #276749 !important
}
.focus\:text-green-900:focus {
color: #22543d !important
}
.focus\:text-teal-100:focus {
color: #e6fffa !important
}
.focus\:text-teal-200:focus {
color: #b2f5ea !important
}
.focus\:text-teal-300:focus {
color: #81e6d9 !important
}
.focus\:text-teal-400:focus {
color: #4fd1c5 !important
}
.focus\:text-teal-500:focus {
color: #38b2ac !important
}
.focus\:text-teal-600:focus {
color: #319795 !important
}
.focus\:text-teal-700:focus {
color: #2c7a7b !important
}
.focus\:text-teal-800:focus {
color: #285e61 !important
}
.focus\:text-teal-900:focus {
color: #234e52 !important
}
.focus\:text-blue-100:focus {
color: #ebf8ff !important
}
.focus\:text-blue-200:focus {
color: #bee3f8 !important
}
.focus\:text-blue-300:focus {
color: #90cdf4 !important
}
.focus\:text-blue-400:focus {
color: #63b3ed !important
}
.focus\:text-blue-500:focus {
color: #4299e1 !important
}
.focus\:text-blue-600:focus {
color: #3182ce !important
}
.focus\:text-blue-700:focus {
color: #2b6cb0 !important
}
.focus\:text-blue-800:focus {
color: #2c5282 !important
}
.focus\:text-blue-900:focus {
color: #2a4365 !important
}
.focus\:text-indigo-100:focus {
color: #ebf4ff !important
}
.focus\:text-indigo-200:focus {
color: #c3dafe !important
}
.focus\:text-indigo-300:focus {
color: #a3bffa !important
}
.focus\:text-indigo-400:focus {
color: #7f9cf5 !important
}
.focus\:text-indigo-500:focus {
color: #667eea !important
}
.focus\:text-indigo-600:focus {
color: #5a67d8 !important
}
.focus\:text-indigo-700:focus {
color: #4c51bf !important
}
.focus\:text-indigo-800:focus {
color: #434190 !important
}
.focus\:text-indigo-900:focus {
color: #3c366b !important
}
.focus\:text-purple-100:focus {
color: #faf5ff !important
}
.focus\:text-purple-200:focus {
color: #e9d8fd !important
}
.focus\:text-purple-300:focus {
color: #d6bcfa !important
}
.focus\:text-purple-400:focus {
color: #b794f4 !important
}
.focus\:text-purple-500:focus {
color: #9f7aea !important
}
.focus\:text-purple-600:focus {
color: #805ad5 !important
}
.focus\:text-purple-700:focus {
color: #6b46c1 !important
}
.focus\:text-purple-800:focus {
color: #553c9a !important
}
.focus\:text-purple-900:focus {
color: #44337a !important
}
.focus\:text-pink-100:focus {
color: #fff5f7 !important
}
.focus\:text-pink-200:focus {
color: #fed7e2 !important
}
.focus\:text-pink-300:focus {
color: #fbb6ce !important
}
.focus\:text-pink-400:focus {
color: #f687b3 !important
}
.focus\:text-pink-500:focus {
color: #ed64a6 !important
}
.focus\:text-pink-600:focus {
color: #d53f8c !important
}
.focus\:text-pink-700:focus {
color: #b83280 !important
}
.focus\:text-pink-800:focus {
color: #97266d !important
}
.focus\:text-pink-900:focus {
color: #702459 !important
}
.italic {
font-style: italic !important
}
.not-italic {
font-style: normal !important
}
.uppercase {
text-transform: uppercase !important
}
.lowercase {
text-transform: lowercase !important
}
.capitalize {
text-transform: capitalize !important
}
.normal-case {
text-transform: none !important
}
.underline {
text-decoration: underline !important
}
.line-through {
text-decoration: line-through !important
}
.no-underline {
text-decoration: none !important
}
.hover\:underline:hover {
text-decoration: underline !important
}
.hover\:line-through:hover {
text-decoration: line-through !important
}
.hover\:no-underline:hover {
text-decoration: none !important
}
.focus\:underline:focus {
text-decoration: underline !important
}
.focus\:line-through:focus {
text-decoration: line-through !important
}
.focus\:no-underline:focus {
text-decoration: none !important
}
.antialiased {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important
}
.subpixel-antialiased {
-webkit-font-smoothing: auto !important;
-moz-osx-font-smoothing: auto !important
}
.tracking-tighter {
letter-spacing: -0.05em !important
}
.tracking-tight {
letter-spacing: -0.025em !important
}
.tracking-normal {
letter-spacing: 0 !important
}
.tracking-wide {
letter-spacing: 0.025em !important
}
.tracking-wider {
letter-spacing: 0.05em !important
}
.tracking-widest {
letter-spacing: 0.1em !important
}
.select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important
}
.select-text {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important
}
.select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
-ms-user-select: all !important;
user-select: all !important
}
.select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important
}
.align-baseline {
vertical-align: baseline !important
}
.align-top {
vertical-align: top !important
}
.align-middle {
vertical-align: middle !important
}
.align-bottom {
vertical-align: bottom !important
}
.align-text-top {
vertical-align: text-top !important
}
.align-text-bottom {
vertical-align: text-bottom !important
}
.visible {
visibility: visible !important
}
.invisible {
visibility: hidden !important
}
.whitespace-normal {
white-space: normal !important
}
.whitespace-no-wrap {
white-space: nowrap !important
}
.whitespace-pre {
white-space: pre !important
}
.whitespace-pre-line {
white-space: pre-line !important
}
.whitespace-pre-wrap {
white-space: pre-wrap !important
}
.break-normal {
overflow-wrap: normal !important;
word-break: normal !important
}
.break-words {
overflow-wrap: break-word !important
}
.break-all {
word-break: break-all !important
}
.truncate {
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important
}
.w-0 {
width: 0 !important
}
.w-1 {
width: 0.25rem !important
}
.w-2 {
width: 0.5rem !important
}
.w-3 {
width: 0.75rem !important
}
.w-4 {
width: 1rem !important
}
.w-5 {
width: 1.25rem !important
}
.w-6 {
width: 1.5rem !important
}
.w-8 {
width: 2rem !important
}
.w-10 {
width: 2.5rem !important
}
.w-12 {
width: 3rem !important
}
.w-16 {
width: 4rem !important
}
.w-20 {
width: 5rem !important
}
.w-24 {
width: 6rem !important
}
.w-32 {
width: 8rem !important
}
.w-40 {
width: 10rem !important
}
.w-48 {
width: 12rem !important
}
.w-56 {
width: 14rem !important
}
.w-64 {
width: 16rem !important
}
.w-auto {
width: auto !important
}
.w-px {
width: 1px !important
}
.w-1-2 {
width: 50% !important
}
.w-1-3 {
width: 33.333333% !important
}
.w-2-3 {
width: 66.666667% !important
}
.w-1-4 {
width: 25% !important
}
.w-2-4 {
width: 50% !important
}
.w-3-4 {
width: 75% !important
}
.w-1-5 {
width: 20% !important
}
.w-2-5 {
width: 40% !important
}
.w-3-5 {
width: 60% !important
}
.w-4-5 {
width: 80% !important
}
.w-1-6 {
width: 16.666667% !important
}
.w-2-6 {
width: 33.333333% !important
}
.w-3-6 {
width: 50% !important
}
.w-4-6 {
width: 66.666667% !important
}
.w-5-6 {
width: 83.333333% !important
}
.w-1-12 {
width: 8.333333% !important
}
.w-2-12 {
width: 16.666667% !important
}
.w-3-12 {
width: 25% !important
}
.w-4-12 {
width: 33.333333% !important
}
.w-5-12 {
width: 41.666667% !important
}
.w-6-12 {
width: 50% !important
}
.w-7-12 {
width: 58.333333% !important
}
.w-8-12 {
width: 66.666667% !important
}
.w-9-12 {
width: 75% !important
}
.w-10-12 {
width: 83.333333% !important
}
.w-11-12 {
width: 91.666667% !important
}
.w-full {
width: 100% !important
}
.w-screen {
width: 100vw !important
}
.z-0 {
z-index: 0 !important
}
.z-10 {
z-index: 10 !important
}
.z-20 {
z-index: 20 !important
}
.z-30 {
z-index: 30 !important
}
.z-40 {
z-index: 40 !important
}
.z-50 {
z-index: 50 !important
}
.z-auto {
z-index: auto !important
}
.gap-0 {
grid-gap: 0 !important;
gap: 0 !important
}
.gap-1 {
grid-gap: 0.25rem !important;
gap: 0.25rem !important
}
.gap-2 {
grid-gap: 0.5rem !important;
gap: 0.5rem !important
}
.gap-3 {
grid-gap: 0.75rem !important;
gap: 0.75rem !important
}
.gap-4 {
grid-gap: 1rem !important;
gap: 1rem !important
}
.gap-5 {
grid-gap: 1.25rem !important;
gap: 1.25rem !important
}
.gap-6 {
grid-gap: 1.5rem !important;
gap: 1.5rem !important
}
.gap-8 {
grid-gap: 2rem !important;
gap: 2rem !important
}
.gap-10 {
grid-gap: 2.5rem !important;
gap: 2.5rem !important
}
.gap-12 {
grid-gap: 3rem !important;
gap: 3rem !important
}
.gap-16 {
grid-gap: 4rem !important;
gap: 4rem !important
}
.gap-20 {
grid-gap: 5rem !important;
gap: 5rem !important
}
.gap-24 {
grid-gap: 6rem !important;
gap: 6rem !important
}
.gap-32 {
grid-gap: 8rem !important;
gap: 8rem !important
}
.gap-40 {
grid-gap: 10rem !important;
gap: 10rem !important
}
.gap-48 {
grid-gap: 12rem !important;
gap: 12rem !important
}
.gap-56 {
grid-gap: 14rem !important;
gap: 14rem !important
}
.gap-64 {
grid-gap: 16rem !important;
gap: 16rem !important
}
.gap-px {
grid-gap: 1px !important;
gap: 1px !important
}
.col-gap-0 {
grid-column-gap: 0 !important;
-moz-column-gap: 0 !important;
column-gap: 0 !important
}
.col-gap-1 {
grid-column-gap: 0.25rem !important;
-moz-column-gap: 0.25rem !important;
column-gap: 0.25rem !important
}
.col-gap-2 {
grid-column-gap: 0.5rem !important;
-moz-column-gap: 0.5rem !important;
column-gap: 0.5rem !important
}
.col-gap-3 {
grid-column-gap: 0.75rem !important;
-moz-column-gap: 0.75rem !important;
column-gap: 0.75rem !important
}
.col-gap-4 {
grid-column-gap: 1rem !important;
-moz-column-gap: 1rem !important;
column-gap: 1rem !important
}
.col-gap-5 {
grid-column-gap: 1.25rem !important;
-moz-column-gap: 1.25rem !important;
column-gap: 1.25rem !important
}
.col-gap-6 {
grid-column-gap: 1.5rem !important;
-moz-column-gap: 1.5rem !important;
column-gap: 1.5rem !important
}
.col-gap-8 {
grid-column-gap: 2rem !important;
-moz-column-gap: 2rem !important;
column-gap: 2rem !important
}
.col-gap-10 {
grid-column-gap: 2.5rem !important;
-moz-column-gap: 2.5rem !important;
column-gap: 2.5rem !important
}
.col-gap-12 {
grid-column-gap: 3rem !important;
-moz-column-gap: 3rem !important;
column-gap: 3rem !important
}
.col-gap-16 {
grid-column-gap: 4rem !important;
-moz-column-gap: 4rem !important;
column-gap: 4rem !important
}
.col-gap-20 {
grid-column-gap: 5rem !important;
-moz-column-gap: 5rem !important;
column-gap: 5rem !important
}
.col-gap-24 {
grid-column-gap: 6rem !important;
-moz-column-gap: 6rem !important;
column-gap: 6rem !important
}
.col-gap-32 {
grid-column-gap: 8rem !important;
-moz-column-gap: 8rem !important;
column-gap: 8rem !important
}
.col-gap-40 {
grid-column-gap: 10rem !important;
-moz-column-gap: 10rem !important;
column-gap: 10rem !important
}
.col-gap-48 {
grid-column-gap: 12rem !important;
-moz-column-gap: 12rem !important;
column-gap: 12rem !important
}
.col-gap-56 {
grid-column-gap: 14rem !important;
-moz-column-gap: 14rem !important;
column-gap: 14rem !important
}
.col-gap-64 {
grid-column-gap: 16rem !important;
-moz-column-gap: 16rem !important;
column-gap: 16rem !important
}
.col-gap-px {
grid-column-gap: 1px !important;
-moz-column-gap: 1px !important;
column-gap: 1px !important
}
.row-gap-0 {
grid-row-gap: 0 !important;
row-gap: 0 !important
}
.row-gap-1 {
grid-row-gap: 0.25rem !important;
row-gap: 0.25rem !important
}
.row-gap-2 {
grid-row-gap: 0.5rem !important;
row-gap: 0.5rem !important
}
.row-gap-3 {
grid-row-gap: 0.75rem !important;
row-gap: 0.75rem !important
}
.row-gap-4 {
grid-row-gap: 1rem !important;
row-gap: 1rem !important
}
.row-gap-5 {
grid-row-gap: 1.25rem !important;
row-gap: 1.25rem !important
}
.row-gap-6 {
grid-row-gap: 1.5rem !important;
row-gap: 1.5rem !important
}
.row-gap-8 {
grid-row-gap: 2rem !important;
row-gap: 2rem !important
}
.row-gap-10 {
grid-row-gap: 2.5rem !important;
row-gap: 2.5rem !important
}
.row-gap-12 {
grid-row-gap: 3rem !important;
row-gap: 3rem !important
}
.row-gap-16 {
grid-row-gap: 4rem !important;
row-gap: 4rem !important
}
.row-gap-20 {
grid-row-gap: 5rem !important;
row-gap: 5rem !important
}
.row-gap-24 {
grid-row-gap: 6rem !important;
row-gap: 6rem !important
}
.row-gap-32 {
grid-row-gap: 8rem !important;
row-gap: 8rem !important
}
.row-gap-40 {
grid-row-gap: 10rem !important;
row-gap: 10rem !important
}
.row-gap-48 {
grid-row-gap: 12rem !important;
row-gap: 12rem !important
}
.row-gap-56 {
grid-row-gap: 14rem !important;
row-gap: 14rem !important
}
.row-gap-64 {
grid-row-gap: 16rem !important;
row-gap: 16rem !important
}
.row-gap-px {
grid-row-gap: 1px !important;
row-gap: 1px !important
}
.grid-flow-row {
grid-auto-flow: row !important
}
.grid-flow-col {
grid-auto-flow: column !important
}
.grid-flow-row-dense {
grid-auto-flow: row dense !important
}
.grid-flow-col-dense {
grid-auto-flow: column dense !important
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}
.grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important
}
.grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important
}
.grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important
}
.grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important
}
.grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important
}
.grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important
}
.grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important
}
.grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important
}
.grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important
}
.grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important
}
.grid-cols-none {
grid-template-columns: none !important
}
.col-auto {
grid-column: auto !important
}
.col-span-1 {
grid-column: span 1 / span 1 !important
}
.col-span-2 {
grid-column: span 2 / span 2 !important
}
.col-span-3 {
grid-column: span 3 / span 3 !important
}
.col-span-4 {
grid-column: span 4 / span 4 !important
}
.col-span-5 {
grid-column: span 5 / span 5 !important
}
.col-span-6 {
grid-column: span 6 / span 6 !important
}
.col-span-7 {
grid-column: span 7 / span 7 !important
}
.col-span-8 {
grid-column: span 8 / span 8 !important
}
.col-span-9 {
grid-column: span 9 / span 9 !important
}
.col-span-10 {
grid-column: span 10 / span 10 !important
}
.col-span-11 {
grid-column: span 11 / span 11 !important
}
.col-span-12 {
grid-column: span 12 / span 12 !important
}
.col-start-1 {
grid-column-start: 1 !important
}
.col-start-2 {
grid-column-start: 2 !important
}
.col-start-3 {
grid-column-start: 3 !important
}
.col-start-4 {
grid-column-start: 4 !important
}
.col-start-5 {
grid-column-start: 5 !important
}
.col-start-6 {
grid-column-start: 6 !important
}
.col-start-7 {
grid-column-start: 7 !important
}
.col-start-8 {
grid-column-start: 8 !important
}
.col-start-9 {
grid-column-start: 9 !important
}
.col-start-10 {
grid-column-start: 10 !important
}
.col-start-11 {
grid-column-start: 11 !important
}
.col-start-12 {
grid-column-start: 12 !important
}
.col-start-13 {
grid-column-start: 13 !important
}
.col-start-auto {
grid-column-start: auto !important
}
.col-end-1 {
grid-column-end: 1 !important
}
.col-end-2 {
grid-column-end: 2 !important
}
.col-end-3 {
grid-column-end: 3 !important
}
.col-end-4 {
grid-column-end: 4 !important
}
.col-end-5 {
grid-column-end: 5 !important
}
.col-end-6 {
grid-column-end: 6 !important
}
.col-end-7 {
grid-column-end: 7 !important
}
.col-end-8 {
grid-column-end: 8 !important
}
.col-end-9 {
grid-column-end: 9 !important
}
.col-end-10 {
grid-column-end: 10 !important
}
.col-end-11 {
grid-column-end: 11 !important
}
.col-end-12 {
grid-column-end: 12 !important
}
.col-end-13 {
grid-column-end: 13 !important
}
.col-end-auto {
grid-column-end: auto !important
}
.grid-rows-1 {
grid-template-rows: repeat(1, minmax(0, 1fr)) !important
}
.grid-rows-2 {
grid-template-rows: repeat(2, minmax(0, 1fr)) !important
}
.grid-rows-3 {
grid-template-rows: repeat(3, minmax(0, 1fr)) !important
}
.grid-rows-4 {
grid-template-rows: repeat(4, minmax(0, 1fr)) !important
}
.grid-rows-5 {
grid-template-rows: repeat(5, minmax(0, 1fr)) !important
}
.grid-rows-6 {
grid-template-rows: repeat(6, minmax(0, 1fr)) !important
}
.grid-rows-none {
grid-template-rows: none !important
}
.row-auto {
grid-row: auto !important
}
.row-span-1 {
grid-row: span 1 / span 1 !important
}
.row-span-2 {
grid-row: span 2 / span 2 !important
}
.row-span-3 {
grid-row: span 3 / span 3 !important
}
.row-span-4 {
grid-row: span 4 / span 4 !important
}
.row-span-5 {
grid-row: span 5 / span 5 !important
}
.row-span-6 {
grid-row: span 6 / span 6 !important
}
.row-start-1 {
grid-row-start: 1 !important
}
.row-start-2 {
grid-row-start: 2 !important
}
.row-start-3 {
grid-row-start: 3 !important
}
.row-start-4 {
grid-row-start: 4 !important
}
.row-start-5 {
grid-row-start: 5 !important
}
.row-start-6 {
grid-row-start: 6 !important
}
.row-start-7 {
grid-row-start: 7 !important
}
.row-start-auto {
grid-row-start: auto !important
}
.row-end-1 {
grid-row-end: 1 !important
}
.row-end-2 {
grid-row-end: 2 !important
}
.row-end-3 {
grid-row-end: 3 !important
}
.row-end-4 {
grid-row-end: 4 !important
}
.row-end-5 {
grid-row-end: 5 !important
}
.row-end-6 {
grid-row-end: 6 !important
}
.row-end-7 {
grid-row-end: 7 !important
}
.row-end-auto {
grid-row-end: auto !important
}
.transform {
--transform-translate-x: 0 !important;
--transform-translate-y: 0 !important;
--transform-rotate: 0 !important;
--transform-skew-x: 0 !important;
--transform-skew-y: 0 !important;
--transform-scale-x: 1 !important;
--transform-scale-y: 1 !important;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
}
.transform-none {
transform: none !important
}
.origin-center {
transform-origin: center !important
}
.origin-top {
transform-origin: top !important
}
.origin-top-right {
transform-origin: top right !important
}
.origin-right {
transform-origin: right !important
}
.origin-bottom-right {
transform-origin: bottom right !important
}
.origin-bottom {
transform-origin: bottom !important
}
.origin-bottom-left {
transform-origin: bottom left !important
}
.origin-left {
transform-origin: left !important
}
.origin-top-left {
transform-origin: top left !important
}
.scale-0 {
--transform-scale-x: 0 !important;
--transform-scale-y: 0 !important
}
.scale-50 {
--transform-scale-x: .5 !important;
--transform-scale-y: .5 !important
}
.scale-75 {
--transform-scale-x: .75 !important;
--transform-scale-y: .75 !important
}
.scale-90 {
--transform-scale-x: .9 !important;
--transform-scale-y: .9 !important
}
.scale-95 {
--transform-scale-x: .95 !important;
--transform-scale-y: .95 !important
}
.scale-100 {
--transform-scale-x: 1 !important;
--transform-scale-y: 1 !important
}
.scale-105 {
--transform-scale-x: 1.05 !important;
--transform-scale-y: 1.05 !important
}
.scale-110 {
--transform-scale-x: 1.1 !important;
--transform-scale-y: 1.1 !important
}
.scale-125 {
--transform-scale-x: 1.25 !important;
--transform-scale-y: 1.25 !important
}
.scale-150 {
--transform-scale-x: 1.5 !important;
--transform-scale-y: 1.5 !important
}
.scale-x-0 {
--transform-scale-x: 0 !important
}
.scale-x-50 {
--transform-scale-x: .5 !important
}
.scale-x-75 {
--transform-scale-x: .75 !important
}
.scale-x-90 {
--transform-scale-x: .9 !important
}
.scale-x-95 {
--transform-scale-x: .95 !important
}
.scale-x-100 {
--transform-scale-x: 1 !important
}
.scale-x-105 {
--transform-scale-x: 1.05 !important
}
.scale-x-110 {
--transform-scale-x: 1.1 !important
}
.scale-x-125 {
--transform-scale-x: 1.25 !important
}
.scale-x-150 {
--transform-scale-x: 1.5 !important
}
.scale-y-0 {
--transform-scale-y: 0 !important
}
.scale-y-50 {
--transform-scale-y: .5 !important
}
.scale-y-75 {
--transform-scale-y: .75 !important
}
.scale-y-90 {
--transform-scale-y: .9 !important
}
.scale-y-95 {
--transform-scale-y: .95 !important
}
.scale-y-100 {
--transform-scale-y: 1 !important
}
.scale-y-105 {
--transform-scale-y: 1.05 !important
}
.scale-y-110 {
--transform-scale-y: 1.1 !important
}
.scale-y-125 {
--transform-scale-y: 1.25 !important
}
.scale-y-150 {
--transform-scale-y: 1.5 !important
}
.hover\:scale-0:hover {
--transform-scale-x: 0 !important;
--transform-scale-y: 0 !important
}
.hover\:scale-50:hover {
--transform-scale-x: .5 !important;
--transform-scale-y: .5 !important
}
.hover\:scale-75:hover {
--transform-scale-x: .75 !important;
--transform-scale-y: .75 !important
}
.hover\:scale-90:hover {
--transform-scale-x: .9 !important;
--transform-scale-y: .9 !important
}
.hover\:scale-95:hover {
--transform-scale-x: .95 !important;
--transform-scale-y: .95 !important
}
.hover\:scale-100:hover {
--transform-scale-x: 1 !important;
--transform-scale-y: 1 !important
}
.hover\:scale-105:hover {
--transform-scale-x: 1.05 !important;
--transform-scale-y: 1.05 !important
}
.hover\:scale-110:hover {
--transform-scale-x: 1.1 !important;
--transform-scale-y: 1.1 !important
}
.hover\:scale-125:hover {
--transform-scale-x: 1.25 !important;
--transform-scale-y: 1.25 !important
}
.hover\:scale-150:hover {
--transform-scale-x: 1.5 !important;
--transform-scale-y: 1.5 !important
}
.hover\:scale-x-0:hover {
--transform-scale-x: 0 !important
}
.hover\:scale-x-50:hover {
--transform-scale-x: .5 !important
}
.hover\:scale-x-75:hover {
--transform-scale-x: .75 !important
}
.hover\:scale-x-90:hover {
--transform-scale-x: .9 !important
}
.hover\:scale-x-95:hover {
--transform-scale-x: .95 !important
}
.hover\:scale-x-100:hover {
--transform-scale-x: 1 !important
}
.hover\:scale-x-105:hover {
--transform-scale-x: 1.05 !important
}
.hover\:scale-x-110:hover {
--transform-scale-x: 1.1 !important
}
.hover\:scale-x-125:hover {
--transform-scale-x: 1.25 !important
}
.hover\:scale-x-150:hover {
--transform-scale-x: 1.5 !important
}
.hover\:scale-y-0:hover {
--transform-scale-y: 0 !important
}
.hover\:scale-y-50:hover {
--transform-scale-y: .5 !important
}
.hover\:scale-y-75:hover {
--transform-scale-y: .75 !important
}
.hover\:scale-y-90:hover {
--transform-scale-y: .9 !important
}
.hover\:scale-y-95:hover {
--transform-scale-y: .95 !important
}
.hover\:scale-y-100:hover {
--transform-scale-y: 1 !important
}
.hover\:scale-y-105:hover {
--transform-scale-y: 1.05 !important
}
.hover\:scale-y-110:hover {
--transform-scale-y: 1.1 !important
}
.hover\:scale-y-125:hover {
--transform-scale-y: 1.25 !important
}
.hover\:scale-y-150:hover {
--transform-scale-y: 1.5 !important
}
.focus\:scale-0:focus {
--transform-scale-x: 0 !important;
--transform-scale-y: 0 !important
}
.focus\:scale-50:focus {
--transform-scale-x: .5 !important;
--transform-scale-y: .5 !important
}
.focus\:scale-75:focus {
--transform-scale-x: .75 !important;
--transform-scale-y: .75 !important
}
.focus\:scale-90:focus {
--transform-scale-x: .9 !important;
--transform-scale-y: .9 !important
}
.focus\:scale-95:focus {
--transform-scale-x: .95 !important;
--transform-scale-y: .95 !important
}
.focus\:scale-100:focus {
--transform-scale-x: 1 !important;
--transform-scale-y: 1 !important
}
.focus\:scale-105:focus {
--transform-scale-x: 1.05 !important;
--transform-scale-y: 1.05 !important
}
.focus\:scale-110:focus {
--transform-scale-x: 1.1 !important;
--transform-scale-y: 1.1 !important
}
.focus\:scale-125:focus {
--transform-scale-x: 1.25 !important;
--transform-scale-y: 1.25 !important
}
.focus\:scale-150:focus {
--transform-scale-x: 1.5 !important;
--transform-scale-y: 1.5 !important
}
.focus\:scale-x-0:focus {
--transform-scale-x: 0 !important
}
.focus\:scale-x-50:focus {
--transform-scale-x: .5 !important
}
.focus\:scale-x-75:focus {
--transform-scale-x: .75 !important
}
.focus\:scale-x-90:focus {
--transform-scale-x: .9 !important
}
.focus\:scale-x-95:focus {
--transform-scale-x: .95 !important
}
.focus\:scale-x-100:focus {
--transform-scale-x: 1 !important
}
.focus\:scale-x-105:focus {
--transform-scale-x: 1.05 !important
}
.focus\:scale-x-110:focus {
--transform-scale-x: 1.1 !important
}
.focus\:scale-x-125:focus {
--transform-scale-x: 1.25 !important
}
.focus\:scale-x-150:focus {
--transform-scale-x: 1.5 !important
}
.focus\:scale-y-0:focus {
--transform-scale-y: 0 !important
}
.focus\:scale-y-50:focus {
--transform-scale-y: .5 !important
}
.focus\:scale-y-75:focus {
--transform-scale-y: .75 !important
}
.focus\:scale-y-90:focus {
--transform-scale-y: .9 !important
}
.focus\:scale-y-95:focus {
--transform-scale-y: .95 !important
}
.focus\:scale-y-100:focus {
--transform-scale-y: 1 !important
}
.focus\:scale-y-105:focus {
--transform-scale-y: 1.05 !important
}
.focus\:scale-y-110:focus {
--transform-scale-y: 1.1 !important
}
.focus\:scale-y-125:focus {
--transform-scale-y: 1.25 !important
}
.focus\:scale-y-150:focus {
--transform-scale-y: 1.5 !important
}
.rotate-0 {
--transform-rotate: 0 !important
}
.rotate-45 {
--transform-rotate: 45deg !important
}
.rotate-90 {
--transform-rotate: 90deg !important
}
.rotate-180 {
--transform-rotate: 180deg !important
}
.-rotate-180 {
--transform-rotate: -180deg !important
}
.-rotate-90 {
--transform-rotate: -90deg !important
}
.-rotate-45 {
--transform-rotate: -45deg !important
}
.hover\:rotate-0:hover {
--transform-rotate: 0 !important
}
.hover\:rotate-45:hover {
--transform-rotate: 45deg !important
}
.hover\:rotate-90:hover {
--transform-rotate: 90deg !important
}
.hover\:rotate-180:hover {
--transform-rotate: 180deg !important
}
.hover\:-rotate-180:hover {
--transform-rotate: -180deg !important
}
.hover\:-rotate-90:hover {
--transform-rotate: -90deg !important
}
.hover\:-rotate-45:hover {
--transform-rotate: -45deg !important
}
.focus\:rotate-0:focus {
--transform-rotate: 0 !important
}
.focus\:rotate-45:focus {
--transform-rotate: 45deg !important
}
.focus\:rotate-90:focus {
--transform-rotate: 90deg !important
}
.focus\:rotate-180:focus {
--transform-rotate: 180deg !important
}
.focus\:-rotate-180:focus {
--transform-rotate: -180deg !important
}
.focus\:-rotate-90:focus {
--transform-rotate: -90deg !important
}
.focus\:-rotate-45:focus {
--transform-rotate: -45deg !important
}
.translate-x-0 {
--transform-translate-x: 0 !important
}
.translate-x-1 {
--transform-translate-x: 0.25rem !important
}
.translate-x-2 {
--transform-translate-x: 0.5rem !important
}
.translate-x-3 {
--transform-translate-x: 0.75rem !important
}
.translate-x-4 {
--transform-translate-x: 1rem !important
}
.translate-x-5 {
--transform-translate-x: 1.25rem !important
}
.translate-x-6 {
--transform-translate-x: 1.5rem !important
}
.translate-x-8 {
--transform-translate-x: 2rem !important
}
.translate-x-10 {
--transform-translate-x: 2.5rem !important
}
.translate-x-12 {
--transform-translate-x: 3rem !important
}
.translate-x-16 {
--transform-translate-x: 4rem !important
}
.translate-x-20 {
--transform-translate-x: 5rem !important
}
.translate-x-24 {
--transform-translate-x: 6rem !important
}
.translate-x-32 {
--transform-translate-x: 8rem !important
}
.translate-x-40 {
--transform-translate-x: 10rem !important
}
.translate-x-48 {
--transform-translate-x: 12rem !important
}
.translate-x-56 {
--transform-translate-x: 14rem !important
}
.translate-x-64 {
--transform-translate-x: 16rem !important
}
.translate-x-px {
--transform-translate-x: 1px !important
}
.-translate-x-1 {
--transform-translate-x: -0.25rem !important
}
.-translate-x-2 {
--transform-translate-x: -0.5rem !important
}
.-translate-x-3 {
--transform-translate-x: -0.75rem !important
}
.-translate-x-4 {
--transform-translate-x: -1rem !important
}
.-translate-x-5 {
--transform-translate-x: -1.25rem !important
}
.-translate-x-6 {
--transform-translate-x: -1.5rem !important
}
.-translate-x-8 {
--transform-translate-x: -2rem !important
}
.-translate-x-10 {
--transform-translate-x: -2.5rem !important
}
.-translate-x-12 {
--transform-translate-x: -3rem !important
}
.-translate-x-16 {
--transform-translate-x: -4rem !important
}
.-translate-x-20 {
--transform-translate-x: -5rem !important
}
.-translate-x-24 {
--transform-translate-x: -6rem !important
}
.-translate-x-32 {
--transform-translate-x: -8rem !important
}
.-translate-x-40 {
--transform-translate-x: -10rem !important
}
.-translate-x-48 {
--transform-translate-x: -12rem !important
}
.-translate-x-56 {
--transform-translate-x: -14rem !important
}
.-translate-x-64 {
--transform-translate-x: -16rem !important
}
.-translate-x-px {
--transform-translate-x: -1px !important
}
.-translate-x-full {
--transform-translate-x: -100% !important
}
.-translate-x-1-2 {
--transform-translate-x: -50% !important
}
.translate-x-1-2 {
--transform-translate-x: 50% !important
}
.translate-x-full {
--transform-translate-x: 100% !important
}
.translate-y-0 {
--transform-translate-y: 0 !important
}
.translate-y-1 {
--transform-translate-y: 0.25rem !important
}
.translate-y-2 {
--transform-translate-y: 0.5rem !important
}
.translate-y-3 {
--transform-translate-y: 0.75rem !important
}
.translate-y-4 {
--transform-translate-y: 1rem !important
}
.translate-y-5 {
--transform-translate-y: 1.25rem !important
}
.translate-y-6 {
--transform-translate-y: 1.5rem !important
}
.translate-y-8 {
--transform-translate-y: 2rem !important
}
.translate-y-10 {
--transform-translate-y: 2.5rem !important
}
.translate-y-12 {
--transform-translate-y: 3rem !important
}
.translate-y-16 {
--transform-translate-y: 4rem !important
}
.translate-y-20 {
--transform-translate-y: 5rem !important
}
.translate-y-24 {
--transform-translate-y: 6rem !important
}
.translate-y-32 {
--transform-translate-y: 8rem !important
}
.translate-y-40 {
--transform-translate-y: 10rem !important
}
.translate-y-48 {
--transform-translate-y: 12rem !important
}
.translate-y-56 {
--transform-translate-y: 14rem !important
}
.translate-y-64 {
--transform-translate-y: 16rem !important
}
.translate-y-px {
--transform-translate-y: 1px !important
}
.-translate-y-1 {
--transform-translate-y: -0.25rem !important
}
.-translate-y-2 {
--transform-translate-y: -0.5rem !important
}
.-translate-y-3 {
--transform-translate-y: -0.75rem !important
}
.-translate-y-4 {
--transform-translate-y: -1rem !important
}
.-translate-y-5 {
--transform-translate-y: -1.25rem !important
}
.-translate-y-6 {
--transform-translate-y: -1.5rem !important
}
.-translate-y-8 {
--transform-translate-y: -2rem !important
}
.-translate-y-10 {
--transform-translate-y: -2.5rem !important
}
.-translate-y-12 {
--transform-translate-y: -3rem !important
}
.-translate-y-16 {
--transform-translate-y: -4rem !important
}
.-translate-y-20 {
--transform-translate-y: -5rem !important
}
.-translate-y-24 {
--transform-translate-y: -6rem !important
}
.-translate-y-32 {
--transform-translate-y: -8rem !important
}
.-translate-y-40 {
--transform-translate-y: -10rem !important
}
.-translate-y-48 {
--transform-translate-y: -12rem !important
}
.-translate-y-56 {
--transform-translate-y: -14rem !important
}
.-translate-y-64 {
--transform-translate-y: -16rem !important
}
.-translate-y-px {
--transform-translate-y: -1px !important
}
.-translate-y-full {
--transform-translate-y: -100% !important
}
.-translate-y-1-2 {
--transform-translate-y: -50% !important
}
.translate-y-1-2 {
--transform-translate-y: 50% !important
}
.translate-y-full {
--transform-translate-y: 100% !important
}
.hover\:translate-x-0:hover {
--transform-translate-x: 0 !important
}
.hover\:translate-x-1:hover {
--transform-translate-x: 0.25rem !important
}
.hover\:translate-x-2:hover {
--transform-translate-x: 0.5rem !important
}
.hover\:translate-x-3:hover {
--transform-translate-x: 0.75rem !important
}
.hover\:translate-x-4:hover {
--transform-translate-x: 1rem !important
}
.hover\:translate-x-5:hover {
--transform-translate-x: 1.25rem !important
}
.hover\:translate-x-6:hover {
--transform-translate-x: 1.5rem !important
}
.hover\:translate-x-8:hover {
--transform-translate-x: 2rem !important
}
.hover\:translate-x-10:hover {
--transform-translate-x: 2.5rem !important
}
.hover\:translate-x-12:hover {
--transform-translate-x: 3rem !important
}
.hover\:translate-x-16:hover {
--transform-translate-x: 4rem !important
}
.hover\:translate-x-20:hover {
--transform-translate-x: 5rem !important
}
.hover\:translate-x-24:hover {
--transform-translate-x: 6rem !important
}
.hover\:translate-x-32:hover {
--transform-translate-x: 8rem !important
}
.hover\:translate-x-40:hover {
--transform-translate-x: 10rem !important
}
.hover\:translate-x-48:hover {
--transform-translate-x: 12rem !important
}
.hover\:translate-x-56:hover {
--transform-translate-x: 14rem !important
}
.hover\:translate-x-64:hover {
--transform-translate-x: 16rem !important
}
.hover\:translate-x-px:hover {
--transform-translate-x: 1px !important
}
.hover\:-translate-x-1:hover {
--transform-translate-x: -0.25rem !important
}
.hover\:-translate-x-2:hover {
--transform-translate-x: -0.5rem !important
}
.hover\:-translate-x-3:hover {
--transform-translate-x: -0.75rem !important
}
.hover\:-translate-x-4:hover {
--transform-translate-x: -1rem !important
}
.hover\:-translate-x-5:hover {
--transform-translate-x: -1.25rem !important
}
.hover\:-translate-x-6:hover {
--transform-translate-x: -1.5rem !important
}
.hover\:-translate-x-8:hover {
--transform-translate-x: -2rem !important
}
.hover\:-translate-x-10:hover {
--transform-translate-x: -2.5rem !important
}
.hover\:-translate-x-12:hover {
--transform-translate-x: -3rem !important
}
.hover\:-translate-x-16:hover {
--transform-translate-x: -4rem !important
}
.hover\:-translate-x-20:hover {
--transform-translate-x: -5rem !important
}
.hover\:-translate-x-24:hover {
--transform-translate-x: -6rem !important
}
.hover\:-translate-x-32:hover {
--transform-translate-x: -8rem !important
}
.hover\:-translate-x-40:hover {
--transform-translate-x: -10rem !important
}
.hover\:-translate-x-48:hover {
--transform-translate-x: -12rem !important
}
.hover\:-translate-x-56:hover {
--transform-translate-x: -14rem !important
}
.hover\:-translate-x-64:hover {
--transform-translate-x: -16rem !important
}
.hover\:-translate-x-px:hover {
--transform-translate-x: -1px !important
}
.hover\:-translate-x-full:hover {
--transform-translate-x: -100% !important
}
.hover\:-translate-x-1-2:hover {
--transform-translate-x: -50% !important
}
.hover\:translate-x-1-2:hover {
--transform-translate-x: 50% !important
}
.hover\:translate-x-full:hover {
--transform-translate-x: 100% !important
}
.hover\:translate-y-0:hover {
--transform-translate-y: 0 !important
}
.hover\:translate-y-1:hover {
--transform-translate-y: 0.25rem !important
}
.hover\:translate-y-2:hover {
--transform-translate-y: 0.5rem !important
}
.hover\:translate-y-3:hover {
--transform-translate-y: 0.75rem !important
}
.hover\:translate-y-4:hover {
--transform-translate-y: 1rem !important
}
.hover\:translate-y-5:hover {
--transform-translate-y: 1.25rem !important
}
.hover\:translate-y-6:hover {
--transform-translate-y: 1.5rem !important
}
.hover\:translate-y-8:hover {
--transform-translate-y: 2rem !important
}
.hover\:translate-y-10:hover {
--transform-translate-y: 2.5rem !important
}
.hover\:translate-y-12:hover {
--transform-translate-y: 3rem !important
}
.hover\:translate-y-16:hover {
--transform-translate-y: 4rem !important
}
.hover\:translate-y-20:hover {
--transform-translate-y: 5rem !important
}
.hover\:translate-y-24:hover {
--transform-translate-y: 6rem !important
}
.hover\:translate-y-32:hover {
--transform-translate-y: 8rem !important
}
.hover\:translate-y-40:hover {
--transform-translate-y: 10rem !important
}
.hover\:translate-y-48:hover {
--transform-translate-y: 12rem !important
}
.hover\:translate-y-56:hover {
--transform-translate-y: 14rem !important
}
.hover\:translate-y-64:hover {
--transform-translate-y: 16rem !important
}
.hover\:translate-y-px:hover {
--transform-translate-y: 1px !important
}
.hover\:-translate-y-1:hover {
--transform-translate-y: -0.25rem !important
}
.hover\:-translate-y-2:hover {
--transform-translate-y: -0.5rem !important
}
.hover\:-translate-y-3:hover {
--transform-translate-y: -0.75rem !important
}
.hover\:-translate-y-4:hover {
--transform-translate-y: -1rem !important
}
.hover\:-translate-y-5:hover {
--transform-translate-y: -1.25rem !important
}
.hover\:-translate-y-6:hover {
--transform-translate-y: -1.5rem !important
}
.hover\:-translate-y-8:hover {
--transform-translate-y: -2rem !important
}
.hover\:-translate-y-10:hover {
--transform-translate-y: -2.5rem !important
}
.hover\:-translate-y-12:hover {
--transform-translate-y: -3rem !important
}
.hover\:-translate-y-16:hover {
--transform-translate-y: -4rem !important
}
.hover\:-translate-y-20:hover {
--transform-translate-y: -5rem !important
}
.hover\:-translate-y-24:hover {
--transform-translate-y: -6rem !important
}
.hover\:-translate-y-32:hover {
--transform-translate-y: -8rem !important
}
.hover\:-translate-y-40:hover {
--transform-translate-y: -10rem !important
}
.hover\:-translate-y-48:hover {
--transform-translate-y: -12rem !important
}
.hover\:-translate-y-56:hover {
--transform-translate-y: -14rem !important
}
.hover\:-translate-y-64:hover {
--transform-translate-y: -16rem !important
}
.hover\:-translate-y-px:hover {
--transform-translate-y: -1px !important
}
.hover\:-translate-y-full:hover {
--transform-translate-y: -100% !important
}
.hover\:-translate-y-1-2:hover {
--transform-translate-y: -50% !important
}
.hover\:translate-y-1-2:hover {
--transform-translate-y: 50% !important
}
.hover\:translate-y-full:hover {
--transform-translate-y: 100% !important
}
.focus\:translate-x-0:focus {
--transform-translate-x: 0 !important
}
.focus\:translate-x-1:focus {
--transform-translate-x: 0.25rem !important
}
.focus\:translate-x-2:focus {
--transform-translate-x: 0.5rem !important
}
.focus\:translate-x-3:focus {
--transform-translate-x: 0.75rem !important
}
.focus\:translate-x-4:focus {
--transform-translate-x: 1rem !important
}
.focus\:translate-x-5:focus {
--transform-translate-x: 1.25rem !important
}
.focus\:translate-x-6:focus {
--transform-translate-x: 1.5rem !important
}
.focus\:translate-x-8:focus {
--transform-translate-x: 2rem !important
}
.focus\:translate-x-10:focus {
--transform-translate-x: 2.5rem !important
}
.focus\:translate-x-12:focus {
--transform-translate-x: 3rem !important
}
.focus\:translate-x-16:focus {
--transform-translate-x: 4rem !important
}
.focus\:translate-x-20:focus {
--transform-translate-x: 5rem !important
}
.focus\:translate-x-24:focus {
--transform-translate-x: 6rem !important
}
.focus\:translate-x-32:focus {
--transform-translate-x: 8rem !important
}
.focus\:translate-x-40:focus {
--transform-translate-x: 10rem !important
}
.focus\:translate-x-48:focus {
--transform-translate-x: 12rem !important
}
.focus\:translate-x-56:focus {
--transform-translate-x: 14rem !important
}
.focus\:translate-x-64:focus {
--transform-translate-x: 16rem !important
}
.focus\:translate-x-px:focus {
--transform-translate-x: 1px !important
}
.focus\:-translate-x-1:focus {
--transform-translate-x: -0.25rem !important
}
.focus\:-translate-x-2:focus {
--transform-translate-x: -0.5rem !important
}
.focus\:-translate-x-3:focus {
--transform-translate-x: -0.75rem !important
}
.focus\:-translate-x-4:focus {
--transform-translate-x: -1rem !important
}
.focus\:-translate-x-5:focus {
--transform-translate-x: -1.25rem !important
}
.focus\:-translate-x-6:focus {
--transform-translate-x: -1.5rem !important
}
.focus\:-translate-x-8:focus {
--transform-translate-x: -2rem !important
}
.focus\:-translate-x-10:focus {
--transform-translate-x: -2.5rem !important
}
.focus\:-translate-x-12:focus {
--transform-translate-x: -3rem !important
}
.focus\:-translate-x-16:focus {
--transform-translate-x: -4rem !important
}
.focus\:-translate-x-20:focus {
--transform-translate-x: -5rem !important
}
.focus\:-translate-x-24:focus {
--transform-translate-x: -6rem !important
}
.focus\:-translate-x-32:focus {
--transform-translate-x: -8rem !important
}
.focus\:-translate-x-40:focus {
--transform-translate-x: -10rem !important
}
.focus\:-translate-x-48:focus {
--transform-translate-x: -12rem !important
}
.focus\:-translate-x-56:focus {
--transform-translate-x: -14rem !important
}
.focus\:-translate-x-64:focus {
--transform-translate-x: -16rem !important
}
.focus\:-translate-x-px:focus {
--transform-translate-x: -1px !important
}
.focus\:-translate-x-full:focus {
--transform-translate-x: -100% !important
}
.focus\:-translate-x-1-2:focus {
--transform-translate-x: -50% !important
}
.focus\:translate-x-1-2:focus {
--transform-translate-x: 50% !important
}
.focus\:translate-x-full:focus {
--transform-translate-x: 100% !important
}
.focus\:translate-y-0:focus {
--transform-translate-y: 0 !important
}
.focus\:translate-y-1:focus {
--transform-translate-y: 0.25rem !important
}
.focus\:translate-y-2:focus {
--transform-translate-y: 0.5rem !important
}
.focus\:translate-y-3:focus {
--transform-translate-y: 0.75rem !important
}
.focus\:translate-y-4:focus {
--transform-translate-y: 1rem !important
}
.focus\:translate-y-5:focus {
--transform-translate-y: 1.25rem !important
}
.focus\:translate-y-6:focus {
--transform-translate-y: 1.5rem !important
}
.focus\:translate-y-8:focus {
--transform-translate-y: 2rem !important
}
.focus\:translate-y-10:focus {
--transform-translate-y: 2.5rem !important
}
.focus\:translate-y-12:focus {
--transform-translate-y: 3rem !important
}
.focus\:translate-y-16:focus {
--transform-translate-y: 4rem !important
}
.focus\:translate-y-20:focus {
--transform-translate-y: 5rem !important
}
.focus\:translate-y-24:focus {
--transform-translate-y: 6rem !important
}
.focus\:translate-y-32:focus {
--transform-translate-y: 8rem !important
}
.focus\:translate-y-40:focus {
--transform-translate-y: 10rem !important
}
.focus\:translate-y-48:focus {
--transform-translate-y: 12rem !important
}
.focus\:translate-y-56:focus {
--transform-translate-y: 14rem !important
}
.focus\:translate-y-64:focus {
--transform-translate-y: 16rem !important
}
.focus\:translate-y-px:focus {
--transform-translate-y: 1px !important
}
.focus\:-translate-y-1:focus {
--transform-translate-y: -0.25rem !important
}
.focus\:-translate-y-2:focus {
--transform-translate-y: -0.5rem !important
}
.focus\:-translate-y-3:focus {
--transform-translate-y: -0.75rem !important
}
.focus\:-translate-y-4:focus {
--transform-translate-y: -1rem !important
}
.focus\:-translate-y-5:focus {
--transform-translate-y: -1.25rem !important
}
.focus\:-translate-y-6:focus {
--transform-translate-y: -1.5rem !important
}
.focus\:-translate-y-8:focus {
--transform-translate-y: -2rem !important
}
.focus\:-translate-y-10:focus {
--transform-translate-y: -2.5rem !important
}
.focus\:-translate-y-12:focus {
--transform-translate-y: -3rem !important
}
.focus\:-translate-y-16:focus {
--transform-translate-y: -4rem !important
}
.focus\:-translate-y-20:focus {
--transform-translate-y: -5rem !important
}
.focus\:-translate-y-24:focus {
--transform-translate-y: -6rem !important
}
.focus\:-translate-y-32:focus {
--transform-translate-y: -8rem !important
}
.focus\:-translate-y-40:focus {
--transform-translate-y: -10rem !important
}
.focus\:-translate-y-48:focus {
--transform-translate-y: -12rem !important
}
.focus\:-translate-y-56:focus {
--transform-translate-y: -14rem !important
}
.focus\:-translate-y-64:focus {
--transform-translate-y: -16rem !important
}
.focus\:-translate-y-px:focus {
--transform-translate-y: -1px !important
}
.focus\:-translate-y-full:focus {
--transform-translate-y: -100% !important
}
.focus\:-translate-y-1-2:focus {
--transform-translate-y: -50% !important
}
.focus\:translate-y-1-2:focus {
--transform-translate-y: 50% !important
}
.focus\:translate-y-full:focus {
--transform-translate-y: 100% !important
}
.skew-x-0 {
--transform-skew-x: 0 !important
}
.skew-x-3 {
--transform-skew-x: 3deg !important
}
.skew-x-6 {
--transform-skew-x: 6deg !important
}
.skew-x-12 {
--transform-skew-x: 12deg !important
}
.-skew-x-12 {
--transform-skew-x: -12deg !important
}
.-skew-x-6 {
--transform-skew-x: -6deg !important
}
.-skew-x-3 {
--transform-skew-x: -3deg !important
}
.skew-y-0 {
--transform-skew-y: 0 !important
}
.skew-y-3 {
--transform-skew-y: 3deg !important
}
.skew-y-6 {
--transform-skew-y: 6deg !important
}
.skew-y-12 {
--transform-skew-y: 12deg !important
}
.-skew-y-12 {
--transform-skew-y: -12deg !important
}
.-skew-y-6 {
--transform-skew-y: -6deg !important
}
.-skew-y-3 {
--transform-skew-y: -3deg !important
}
.hover\:skew-x-0:hover {
--transform-skew-x: 0 !important
}
.hover\:skew-x-3:hover {
--transform-skew-x: 3deg !important
}
.hover\:skew-x-6:hover {
--transform-skew-x: 6deg !important
}
.hover\:skew-x-12:hover {
--transform-skew-x: 12deg !important
}
.hover\:-skew-x-12:hover {
--transform-skew-x: -12deg !important
}
.hover\:-skew-x-6:hover {
--transform-skew-x: -6deg !important
}
.hover\:-skew-x-3:hover {
--transform-skew-x: -3deg !important
}
.hover\:skew-y-0:hover {
--transform-skew-y: 0 !important
}
.hover\:skew-y-3:hover {
--transform-skew-y: 3deg !important
}
.hover\:skew-y-6:hover {
--transform-skew-y: 6deg !important
}
.hover\:skew-y-12:hover {
--transform-skew-y: 12deg !important
}
.hover\:-skew-y-12:hover {
--transform-skew-y: -12deg !important
}
.hover\:-skew-y-6:hover {
--transform-skew-y: -6deg !important
}
.hover\:-skew-y-3:hover {
--transform-skew-y: -3deg !important
}
.focus\:skew-x-0:focus {
--transform-skew-x: 0 !important
}
.focus\:skew-x-3:focus {
--transform-skew-x: 3deg !important
}
.focus\:skew-x-6:focus {
--transform-skew-x: 6deg !important
}
.focus\:skew-x-12:focus {
--transform-skew-x: 12deg !important
}
.focus\:-skew-x-12:focus {
--transform-skew-x: -12deg !important
}
.focus\:-skew-x-6:focus {
--transform-skew-x: -6deg !important
}
.focus\:-skew-x-3:focus {
--transform-skew-x: -3deg !important
}
.focus\:skew-y-0:focus {
--transform-skew-y: 0 !important
}
.focus\:skew-y-3:focus {
--transform-skew-y: 3deg !important
}
.focus\:skew-y-6:focus {
--transform-skew-y: 6deg !important
}
.focus\:skew-y-12:focus {
--transform-skew-y: 12deg !important
}
.focus\:-skew-y-12:focus {
--transform-skew-y: -12deg !important
}
.focus\:-skew-y-6:focus {
--transform-skew-y: -6deg !important
}
.focus\:-skew-y-3:focus {
--transform-skew-y: -3deg !important
}
.transition-none {
transition-property: none !important
}
.transition-all {
transition-property: all !important
}
.transition {
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important
}
.transition-colors {
transition-property: background-color, border-color, color, fill, stroke !important
}
.transition-opacity {
transition-property: opacity !important
}
.transition-shadow {
transition-property: box-shadow !important
}
.transition-transform {
transition-property: transform !important
}
.ease-linear {
transition-timing-function: linear !important
}
.ease-in {
transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
}
.ease-out {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
}
.ease-in-out {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
}
.duration-75 {
transition-duration: 75ms !important
}
.duration-100 {
transition-duration: 100ms !important
}
.duration-150 {
transition-duration: 150ms !important
}
.duration-200 {
transition-duration: 200ms !important
}
.duration-300 {
transition-duration: 300ms !important
}
.duration-500 {
transition-duration: 500ms !important
}
.duration-700 {
transition-duration: 700ms !important
}
.duration-1000 {
transition-duration: 1000ms !important
}
.delay-75 {
transition-delay: 75ms !important
}
.delay-100 {
transition-delay: 100ms !important
}
.delay-150 {
transition-delay: 150ms !important
}
.delay-200 {
transition-delay: 200ms !important
}
.delay-300 {
transition-delay: 300ms !important
}
.delay-500 {
transition-delay: 500ms !important
}
.delay-700 {
transition-delay: 700ms !important
}
.delay-1000 {
transition-delay: 1000ms !important
}
@media (min-width: 768px) {
.md\:space-y-0 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(0 * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(0 * var(--space-y-reverse)) !important
}
.md\:space-x-0 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(0 * var(--space-x-reverse)) !important;
margin-left: calc(0 * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-1 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important
}
.md\:space-x-1 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-2 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important
}
.md\:space-x-2 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-3 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important
}
.md\:space-x-3 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-4 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(1rem * var(--space-y-reverse)) !important
}
.md\:space-x-4 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(1rem * var(--space-x-reverse)) !important;
margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-5 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important
}
.md\:space-x-5 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-6 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important
}
.md\:space-x-6 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-8 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(2rem * var(--space-y-reverse)) !important
}
.md\:space-x-8 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(2rem * var(--space-x-reverse)) !important;
margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-10 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important
}
.md\:space-x-10 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-12 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(3rem * var(--space-y-reverse)) !important
}
.md\:space-x-12 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(3rem * var(--space-x-reverse)) !important;
margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-16 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(4rem * var(--space-y-reverse)) !important
}
.md\:space-x-16 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(4rem * var(--space-x-reverse)) !important;
margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-20 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(5rem * var(--space-y-reverse)) !important
}
.md\:space-x-20 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(5rem * var(--space-x-reverse)) !important;
margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-24 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(6rem * var(--space-y-reverse)) !important
}
.md\:space-x-24 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(6rem * var(--space-x-reverse)) !important;
margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-32 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(8rem * var(--space-y-reverse)) !important
}
.md\:space-x-32 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(8rem * var(--space-x-reverse)) !important;
margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-40 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(10rem * var(--space-y-reverse)) !important
}
.md\:space-x-40 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(10rem * var(--space-x-reverse)) !important;
margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-48 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(12rem * var(--space-y-reverse)) !important
}
.md\:space-x-48 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(12rem * var(--space-x-reverse)) !important;
margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-56 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(14rem * var(--space-y-reverse)) !important
}
.md\:space-x-56 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(14rem * var(--space-x-reverse)) !important;
margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-64 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(16rem * var(--space-y-reverse)) !important
}
.md\:space-x-64 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(16rem * var(--space-x-reverse)) !important;
margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-px > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(1px * var(--space-y-reverse)) !important
}
.md\:space-x-px > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(1px * var(--space-x-reverse)) !important;
margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-1 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important
}
.md\:-space-x-1 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-2 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important
}
.md\:-space-x-2 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-3 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important
}
.md\:-space-x-3 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-4 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-1rem * var(--space-y-reverse)) !important
}
.md\:-space-x-4 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-1rem * var(--space-x-reverse)) !important;
margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-5 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important
}
.md\:-space-x-5 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-6 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important
}
.md\:-space-x-6 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-8 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-2rem * var(--space-y-reverse)) !important
}
.md\:-space-x-8 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-2rem * var(--space-x-reverse)) !important;
margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-10 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important
}
.md\:-space-x-10 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-12 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-3rem * var(--space-y-reverse)) !important
}
.md\:-space-x-12 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-3rem * var(--space-x-reverse)) !important;
margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-16 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-4rem * var(--space-y-reverse)) !important
}
.md\:-space-x-16 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-4rem * var(--space-x-reverse)) !important;
margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-20 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-5rem * var(--space-y-reverse)) !important
}
.md\:-space-x-20 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-5rem * var(--space-x-reverse)) !important;
margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-24 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-6rem * var(--space-y-reverse)) !important
}
.md\:-space-x-24 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-6rem * var(--space-x-reverse)) !important;
margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-32 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-8rem * var(--space-y-reverse)) !important
}
.md\:-space-x-32 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-8rem * var(--space-x-reverse)) !important;
margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-40 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-10rem * var(--space-y-reverse)) !important
}
.md\:-space-x-40 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-10rem * var(--space-x-reverse)) !important;
margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-48 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-12rem * var(--space-y-reverse)) !important
}
.md\:-space-x-48 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-12rem * var(--space-x-reverse)) !important;
margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-56 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-14rem * var(--space-y-reverse)) !important
}
.md\:-space-x-56 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-14rem * var(--space-x-reverse)) !important;
margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-64 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-16rem * var(--space-y-reverse)) !important
}
.md\:-space-x-64 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-16rem * var(--space-x-reverse)) !important;
margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important
}
.md\:-space-y-px > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-1px * var(--space-y-reverse)) !important
}
.md\:-space-x-px > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-1px * var(--space-x-reverse)) !important;
margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important
}
.md\:space-y-reverse > :not(template) ~ :not(template) {
--space-y-reverse: 1 !important
}
.md\:space-x-reverse > :not(template) ~ :not(template) {
--space-x-reverse: 1 !important
}
.md\:divide-y-0 > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(0 * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(0 * var(--divide-y-reverse)) !important
}
.md\:divide-x-0 > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(0 * var(--divide-x-reverse)) !important;
border-left-width: calc(0 * calc(1 - var(--divide-x-reverse))) !important
}
.md\:divide-y-2 > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(2px * var(--divide-y-reverse)) !important
}
.md\:divide-x-2 > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(2px * var(--divide-x-reverse)) !important;
border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important
}
.md\:divide-y-4 > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(4px * var(--divide-y-reverse)) !important
}
.md\:divide-x-4 > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(4px * var(--divide-x-reverse)) !important;
border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important
}
.md\:divide-y-8 > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(8px * var(--divide-y-reverse)) !important
}
.md\:divide-x-8 > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(8px * var(--divide-x-reverse)) !important;
border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important
}
.md\:divide-y > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(1px * var(--divide-y-reverse)) !important
}
.md\:divide-x > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(1px * var(--divide-x-reverse)) !important;
border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important
}
.md\:divide-y-reverse > :not(template) ~ :not(template) {
--divide-y-reverse: 1 !important
}
.md\:divide-x-reverse > :not(template) ~ :not(template) {
--divide-x-reverse: 1 !important
}
.md\:divide-transparent > :not(template) ~ :not(template) {
border-color: transparent !important
}
.md\:divide-black > :not(template) ~ :not(template) {
border-color: #000 !important
}
.md\:divide-white > :not(template) ~ :not(template) {
border-color: #fff !important
}
.md\:divide-gray-100 > :not(template) ~ :not(template) {
border-color: #f7fafc !important
}
.md\:divide-gray-200 > :not(template) ~ :not(template) {
border-color: #edf2f7 !important
}
.md\:divide-gray-300 > :not(template) ~ :not(template) {
border-color: #e2e8f0 !important
}
.md\:divide-gray-400 > :not(template) ~ :not(template) {
border-color: #cbd5e0 !important
}
.md\:divide-gray-500 > :not(template) ~ :not(template) {
border-color: #a0aec0 !important
}
.md\:divide-gray-600 > :not(template) ~ :not(template) {
border-color: #718096 !important
}
.md\:divide-gray-700 > :not(template) ~ :not(template) {
border-color: #4a5568 !important
}
.md\:divide-gray-800 > :not(template) ~ :not(template) {
border-color: #2d3748 !important
}
.md\:divide-gray-900 > :not(template) ~ :not(template) {
border-color: #1a202c !important
}
.md\:divide-red-100 > :not(template) ~ :not(template) {
border-color: #fff5f5 !important
}
.md\:divide-red-200 > :not(template) ~ :not(template) {
border-color: #fed7d7 !important
}
.md\:divide-red-300 > :not(template) ~ :not(template) {
border-color: #feb2b2 !important
}
.md\:divide-red-400 > :not(template) ~ :not(template) {
border-color: #fc8181 !important
}
.md\:divide-red-500 > :not(template) ~ :not(template) {
border-color: #f56565 !important
}
.md\:divide-red-600 > :not(template) ~ :not(template) {
border-color: #e53e3e !important
}
.md\:divide-red-700 > :not(template) ~ :not(template) {
border-color: #c53030 !important
}
.md\:divide-red-800 > :not(template) ~ :not(template) {
border-color: #9b2c2c !important
}
.md\:divide-red-900 > :not(template) ~ :not(template) {
border-color: #742a2a !important
}
.md\:divide-orange-100 > :not(template) ~ :not(template) {
border-color: #fffaf0 !important
}
.md\:divide-orange-200 > :not(template) ~ :not(template) {
border-color: #feebc8 !important
}
.md\:divide-orange-300 > :not(template) ~ :not(template) {
border-color: #fbd38d !important
}
.md\:divide-orange-400 > :not(template) ~ :not(template) {
border-color: #f6ad55 !important
}
.md\:divide-orange-500 > :not(template) ~ :not(template) {
border-color: #ed8936 !important
}
.md\:divide-orange-600 > :not(template) ~ :not(template) {
border-color: #dd6b20 !important
}
.md\:divide-orange-700 > :not(template) ~ :not(template) {
border-color: #c05621 !important
}
.md\:divide-orange-800 > :not(template) ~ :not(template) {
border-color: #9c4221 !important
}
.md\:divide-orange-900 > :not(template) ~ :not(template) {
border-color: #7b341e !important
}
.md\:divide-yellow-100 > :not(template) ~ :not(template) {
border-color: #fffff0 !important
}
.md\:divide-yellow-200 > :not(template) ~ :not(template) {
border-color: #fefcbf !important
}
.md\:divide-yellow-300 > :not(template) ~ :not(template) {
border-color: #faf089 !important
}
.md\:divide-yellow-400 > :not(template) ~ :not(template) {
border-color: #f6e05e !important
}
.md\:divide-yellow-500 > :not(template) ~ :not(template) {
border-color: #ecc94b !important
}
.md\:divide-yellow-600 > :not(template) ~ :not(template) {
border-color: #d69e2e !important
}
.md\:divide-yellow-700 > :not(template) ~ :not(template) {
border-color: #b7791f !important
}
.md\:divide-yellow-800 > :not(template) ~ :not(template) {
border-color: #975a16 !important
}
.md\:divide-yellow-900 > :not(template) ~ :not(template) {
border-color: #744210 !important
}
.md\:divide-green-100 > :not(template) ~ :not(template) {
border-color: #f0fff4 !important
}
.md\:divide-green-200 > :not(template) ~ :not(template) {
border-color: #c6f6d5 !important
}
.md\:divide-green-300 > :not(template) ~ :not(template) {
border-color: #9ae6b4 !important
}
.md\:divide-green-400 > :not(template) ~ :not(template) {
border-color: #68d391 !important
}
.md\:divide-green-500 > :not(template) ~ :not(template) {
border-color: #48bb78 !important
}
.md\:divide-green-600 > :not(template) ~ :not(template) {
border-color: #38a169 !important
}
.md\:divide-green-700 > :not(template) ~ :not(template) {
border-color: #2f855a !important
}
.md\:divide-green-800 > :not(template) ~ :not(template) {
border-color: #276749 !important
}
.md\:divide-green-900 > :not(template) ~ :not(template) {
border-color: #22543d !important
}
.md\:divide-teal-100 > :not(template) ~ :not(template) {
border-color: #e6fffa !important
}
.md\:divide-teal-200 > :not(template) ~ :not(template) {
border-color: #b2f5ea !important
}
.md\:divide-teal-300 > :not(template) ~ :not(template) {
border-color: #81e6d9 !important
}
.md\:divide-teal-400 > :not(template) ~ :not(template) {
border-color: #4fd1c5 !important
}
.md\:divide-teal-500 > :not(template) ~ :not(template) {
border-color: #38b2ac !important
}
.md\:divide-teal-600 > :not(template) ~ :not(template) {
border-color: #319795 !important
}
.md\:divide-teal-700 > :not(template) ~ :not(template) {
border-color: #2c7a7b !important
}
.md\:divide-teal-800 > :not(template) ~ :not(template) {
border-color: #285e61 !important
}
.md\:divide-teal-900 > :not(template) ~ :not(template) {
border-color: #234e52 !important
}
.md\:divide-blue-100 > :not(template) ~ :not(template) {
border-color: #ebf8ff !important
}
.md\:divide-blue-200 > :not(template) ~ :not(template) {
border-color: #bee3f8 !important
}
.md\:divide-blue-300 > :not(template) ~ :not(template) {
border-color: #90cdf4 !important
}
.md\:divide-blue-400 > :not(template) ~ :not(template) {
border-color: #63b3ed !important
}
.md\:divide-blue-500 > :not(template) ~ :not(template) {
border-color: #4299e1 !important
}
.md\:divide-blue-600 > :not(template) ~ :not(template) {
border-color: #3182ce !important
}
.md\:divide-blue-700 > :not(template) ~ :not(template) {
border-color: #2b6cb0 !important
}
.md\:divide-blue-800 > :not(template) ~ :not(template) {
border-color: #2c5282 !important
}
.md\:divide-blue-900 > :not(template) ~ :not(template) {
border-color: #2a4365 !important
}
.md\:divide-indigo-100 > :not(template) ~ :not(template) {
border-color: #ebf4ff !important
}
.md\:divide-indigo-200 > :not(template) ~ :not(template) {
border-color: #c3dafe !important
}
.md\:divide-indigo-300 > :not(template) ~ :not(template) {
border-color: #a3bffa !important
}
.md\:divide-indigo-400 > :not(template) ~ :not(template) {
border-color: #7f9cf5 !important
}
.md\:divide-indigo-500 > :not(template) ~ :not(template) {
border-color: #667eea !important
}
.md\:divide-indigo-600 > :not(template) ~ :not(template) {
border-color: #5a67d8 !important
}
.md\:divide-indigo-700 > :not(template) ~ :not(template) {
border-color: #4c51bf !important
}
.md\:divide-indigo-800 > :not(template) ~ :not(template) {
border-color: #434190 !important
}
.md\:divide-indigo-900 > :not(template) ~ :not(template) {
border-color: #3c366b !important
}
.md\:divide-purple-100 > :not(template) ~ :not(template) {
border-color: #faf5ff !important
}
.md\:divide-purple-200 > :not(template) ~ :not(template) {
border-color: #e9d8fd !important
}
.md\:divide-purple-300 > :not(template) ~ :not(template) {
border-color: #d6bcfa !important
}
.md\:divide-purple-400 > :not(template) ~ :not(template) {
border-color: #b794f4 !important
}
.md\:divide-purple-500 > :not(template) ~ :not(template) {
border-color: #9f7aea !important
}
.md\:divide-purple-600 > :not(template) ~ :not(template) {
border-color: #805ad5 !important
}
.md\:divide-purple-700 > :not(template) ~ :not(template) {
border-color: #6b46c1 !important
}
.md\:divide-purple-800 > :not(template) ~ :not(template) {
border-color: #553c9a !important
}
.md\:divide-purple-900 > :not(template) ~ :not(template) {
border-color: #44337a !important
}
.md\:divide-pink-100 > :not(template) ~ :not(template) {
border-color: #fff5f7 !important
}
.md\:divide-pink-200 > :not(template) ~ :not(template) {
border-color: #fed7e2 !important
}
.md\:divide-pink-300 > :not(template) ~ :not(template) {
border-color: #fbb6ce !important
}
.md\:divide-pink-400 > :not(template) ~ :not(template) {
border-color: #f687b3 !important
}
.md\:divide-pink-500 > :not(template) ~ :not(template) {
border-color: #ed64a6 !important
}
.md\:divide-pink-600 > :not(template) ~ :not(template) {
border-color: #d53f8c !important
}
.md\:divide-pink-700 > :not(template) ~ :not(template) {
border-color: #b83280 !important
}
.md\:divide-pink-800 > :not(template) ~ :not(template) {
border-color: #97266d !important
}
.md\:divide-pink-900 > :not(template) ~ :not(template) {
border-color: #702459 !important
}
.md\:sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border-width: 0 !important
}
.md\:not-sr-only {
position: static !important;
width: auto !important;
height: auto !important;
padding: 0 !important;
margin: 0 !important;
overflow: visible !important;
clip: auto !important;
white-space: normal !important
}
.md\:focus\:sr-only:focus {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border-width: 0 !important
}
.md\:focus\:not-sr-only:focus {
position: static !important;
width: auto !important;
height: auto !important;
padding: 0 !important;
margin: 0 !important;
overflow: visible !important;
clip: auto !important;
white-space: normal !important
}
.md\:appearance-none {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important
}
.md\:bg-fixed {
background-attachment: fixed !important
}
.md\:bg-local {
background-attachment: local !important
}
.md\:bg-scroll {
background-attachment: scroll !important
}
.md\:bg-transparent {
background-color: transparent !important
}
.md\:bg-black {
background-color: #000 !important
}
.md\:bg-white {
background-color: #fff !important
}
.md\:bg-gray-100 {
background-color: #f7fafc !important
}
.md\:bg-gray-200 {
background-color: #edf2f7 !important
}
.md\:bg-gray-300 {
background-color: #e2e8f0 !important
}
.md\:bg-gray-400 {
background-color: #cbd5e0 !important
}
.md\:bg-gray-500 {
background-color: #a0aec0 !important
}
.md\:bg-gray-600 {
background-color: #718096 !important
}
.md\:bg-gray-700 {
background-color: #4a5568 !important
}
.md\:bg-gray-800 {
background-color: #2d3748 !important
}
.md\:bg-gray-900 {
background-color: #1a202c !important
}
.md\:bg-red-100 {
background-color: #fff5f5 !important
}
.md\:bg-red-200 {
background-color: #fed7d7 !important
}
.md\:bg-red-300 {
background-color: #feb2b2 !important
}
.md\:bg-red-400 {
background-color: #fc8181 !important
}
.md\:bg-red-500 {
background-color: #f56565 !important
}
.md\:bg-red-600 {
background-color: #e53e3e !important
}
.md\:bg-red-700 {
background-color: #c53030 !important
}
.md\:bg-red-800 {
background-color: #9b2c2c !important
}
.md\:bg-red-900 {
background-color: #742a2a !important
}
.md\:bg-orange-100 {
background-color: #fffaf0 !important
}
.md\:bg-orange-200 {
background-color: #feebc8 !important
}
.md\:bg-orange-300 {
background-color: #fbd38d !important
}
.md\:bg-orange-400 {
background-color: #f6ad55 !important
}
.md\:bg-orange-500 {
background-color: #ed8936 !important
}
.md\:bg-orange-600 {
background-color: #dd6b20 !important
}
.md\:bg-orange-700 {
background-color: #c05621 !important
}
.md\:bg-orange-800 {
background-color: #9c4221 !important
}
.md\:bg-orange-900 {
background-color: #7b341e !important
}
.md\:bg-yellow-100 {
background-color: #fffff0 !important
}
.md\:bg-yellow-200 {
background-color: #fefcbf !important
}
.md\:bg-yellow-300 {
background-color: #faf089 !important
}
.md\:bg-yellow-400 {
background-color: #f6e05e !important
}
.md\:bg-yellow-500 {
background-color: #ecc94b !important
}
.md\:bg-yellow-600 {
background-color: #d69e2e !important
}
.md\:bg-yellow-700 {
background-color: #b7791f !important
}
.md\:bg-yellow-800 {
background-color: #975a16 !important
}
.md\:bg-yellow-900 {
background-color: #744210 !important
}
.md\:bg-green-100 {
background-color: #f0fff4 !important
}
.md\:bg-green-200 {
background-color: #c6f6d5 !important
}
.md\:bg-green-300 {
background-color: #9ae6b4 !important
}
.md\:bg-green-400 {
background-color: #68d391 !important
}
.md\:bg-green-500 {
background-color: #48bb78 !important
}
.md\:bg-green-600 {
background-color: #38a169 !important
}
.md\:bg-green-700 {
background-color: #2f855a !important
}
.md\:bg-green-800 {
background-color: #276749 !important
}
.md\:bg-green-900 {
background-color: #22543d !important
}
.md\:bg-teal-100 {
background-color: #e6fffa !important
}
.md\:bg-teal-200 {
background-color: #b2f5ea !important
}
.md\:bg-teal-300 {
background-color: #81e6d9 !important
}
.md\:bg-teal-400 {
background-color: #4fd1c5 !important
}
.md\:bg-teal-500 {
background-color: #38b2ac !important
}
.md\:bg-teal-600 {
background-color: #319795 !important
}
.md\:bg-teal-700 {
background-color: #2c7a7b !important
}
.md\:bg-teal-800 {
background-color: #285e61 !important
}
.md\:bg-teal-900 {
background-color: #234e52 !important
}
.md\:bg-blue-100 {
background-color: #ebf8ff !important
}
.md\:bg-blue-200 {
background-color: #bee3f8 !important
}
.md\:bg-blue-300 {
background-color: #90cdf4 !important
}
.md\:bg-blue-400 {
background-color: #63b3ed !important
}
.md\:bg-blue-500 {
background-color: #4299e1 !important
}
.md\:bg-blue-600 {
background-color: #3182ce !important
}
.md\:bg-blue-700 {
background-color: #2b6cb0 !important
}
.md\:bg-blue-800 {
background-color: #2c5282 !important
}
.md\:bg-blue-900 {
background-color: #2a4365 !important
}
.md\:bg-indigo-100 {
background-color: #ebf4ff !important
}
.md\:bg-indigo-200 {
background-color: #c3dafe !important
}
.md\:bg-indigo-300 {
background-color: #a3bffa !important
}
.md\:bg-indigo-400 {
background-color: #7f9cf5 !important
}
.md\:bg-indigo-500 {
background-color: #667eea !important
}
.md\:bg-indigo-600 {
background-color: #5a67d8 !important
}
.md\:bg-indigo-700 {
background-color: #4c51bf !important
}
.md\:bg-indigo-800 {
background-color: #434190 !important
}
.md\:bg-indigo-900 {
background-color: #3c366b !important
}
.md\:bg-purple-100 {
background-color: #faf5ff !important
}
.md\:bg-purple-200 {
background-color: #e9d8fd !important
}
.md\:bg-purple-300 {
background-color: #d6bcfa !important
}
.md\:bg-purple-400 {
background-color: #b794f4 !important
}
.md\:bg-purple-500 {
background-color: #9f7aea !important
}
.md\:bg-purple-600 {
background-color: #805ad5 !important
}
.md\:bg-purple-700 {
background-color: #6b46c1 !important
}
.md\:bg-purple-800 {
background-color: #553c9a !important
}
.md\:bg-purple-900 {
background-color: #44337a !important
}
.md\:bg-pink-100 {
background-color: #fff5f7 !important
}
.md\:bg-pink-200 {
background-color: #fed7e2 !important
}
.md\:bg-pink-300 {
background-color: #fbb6ce !important
}
.md\:bg-pink-400 {
background-color: #f687b3 !important
}
.md\:bg-pink-500 {
background-color: #ed64a6 !important
}
.md\:bg-pink-600 {
background-color: #d53f8c !important
}
.md\:bg-pink-700 {
background-color: #b83280 !important
}
.md\:bg-pink-800 {
background-color: #97266d !important
}
.md\:bg-pink-900 {
background-color: #702459 !important
}
.md\:hover\:bg-transparent:hover {
background-color: transparent !important
}
.md\:hover\:bg-black:hover {
background-color: #000 !important
}
.md\:hover\:bg-white:hover {
background-color: #fff !important
}
.md\:hover\:bg-gray-100:hover {
background-color: #f7fafc !important
}
.md\:hover\:bg-gray-200:hover {
background-color: #edf2f7 !important
}
.md\:hover\:bg-gray-300:hover {
background-color: #e2e8f0 !important
}
.md\:hover\:bg-gray-400:hover {
background-color: #cbd5e0 !important
}
.md\:hover\:bg-gray-500:hover {
background-color: #a0aec0 !important
}
.md\:hover\:bg-gray-600:hover {
background-color: #718096 !important
}
.md\:hover\:bg-gray-700:hover {
background-color: #4a5568 !important
}
.md\:hover\:bg-gray-800:hover {
background-color: #2d3748 !important
}
.md\:hover\:bg-gray-900:hover {
background-color: #1a202c !important
}
.md\:hover\:bg-red-100:hover {
background-color: #fff5f5 !important
}
.md\:hover\:bg-red-200:hover {
background-color: #fed7d7 !important
}
.md\:hover\:bg-red-300:hover {
background-color: #feb2b2 !important
}
.md\:hover\:bg-red-400:hover {
background-color: #fc8181 !important
}
.md\:hover\:bg-red-500:hover {
background-color: #f56565 !important
}
.md\:hover\:bg-red-600:hover {
background-color: #e53e3e !important
}
.md\:hover\:bg-red-700:hover {
background-color: #c53030 !important
}
.md\:hover\:bg-red-800:hover {
background-color: #9b2c2c !important
}
.md\:hover\:bg-red-900:hover {
background-color: #742a2a !important
}
.md\:hover\:bg-orange-100:hover {
background-color: #fffaf0 !important
}
.md\:hover\:bg-orange-200:hover {
background-color: #feebc8 !important
}
.md\:hover\:bg-orange-300:hover {
background-color: #fbd38d !important
}
.md\:hover\:bg-orange-400:hover {
background-color: #f6ad55 !important
}
.md\:hover\:bg-orange-500:hover {
background-color: #ed8936 !important
}
.md\:hover\:bg-orange-600:hover {
background-color: #dd6b20 !important
}
.md\:hover\:bg-orange-700:hover {
background-color: #c05621 !important
}
.md\:hover\:bg-orange-800:hover {
background-color: #9c4221 !important
}
.md\:hover\:bg-orange-900:hover {
background-color: #7b341e !important
}
.md\:hover\:bg-yellow-100:hover {
background-color: #fffff0 !important
}
.md\:hover\:bg-yellow-200:hover {
background-color: #fefcbf !important
}
.md\:hover\:bg-yellow-300:hover {
background-color: #faf089 !important
}
.md\:hover\:bg-yellow-400:hover {
background-color: #f6e05e !important
}
.md\:hover\:bg-yellow-500:hover {
background-color: #ecc94b !important
}
.md\:hover\:bg-yellow-600:hover {
background-color: #d69e2e !important
}
.md\:hover\:bg-yellow-700:hover {
background-color: #b7791f !important
}
.md\:hover\:bg-yellow-800:hover {
background-color: #975a16 !important
}
.md\:hover\:bg-yellow-900:hover {
background-color: #744210 !important
}
.md\:hover\:bg-green-100:hover {
background-color: #f0fff4 !important
}
.md\:hover\:bg-green-200:hover {
background-color: #c6f6d5 !important
}
.md\:hover\:bg-green-300:hover {
background-color: #9ae6b4 !important
}
.md\:hover\:bg-green-400:hover {
background-color: #68d391 !important
}
.md\:hover\:bg-green-500:hover {
background-color: #48bb78 !important
}
.md\:hover\:bg-green-600:hover {
background-color: #38a169 !important
}
.md\:hover\:bg-green-700:hover {
background-color: #2f855a !important
}
.md\:hover\:bg-green-800:hover {
background-color: #276749 !important
}
.md\:hover\:bg-green-900:hover {
background-color: #22543d !important
}
.md\:hover\:bg-teal-100:hover {
background-color: #e6fffa !important
}
.md\:hover\:bg-teal-200:hover {
background-color: #b2f5ea !important
}
.md\:hover\:bg-teal-300:hover {
background-color: #81e6d9 !important
}
.md\:hover\:bg-teal-400:hover {
background-color: #4fd1c5 !important
}
.md\:hover\:bg-teal-500:hover {
background-color: #38b2ac !important
}
.md\:hover\:bg-teal-600:hover {
background-color: #319795 !important
}
.md\:hover\:bg-teal-700:hover {
background-color: #2c7a7b !important
}
.md\:hover\:bg-teal-800:hover {
background-color: #285e61 !important
}
.md\:hover\:bg-teal-900:hover {
background-color: #234e52 !important
}
.md\:hover\:bg-blue-100:hover {
background-color: #ebf8ff !important
}
.md\:hover\:bg-blue-200:hover {
background-color: #bee3f8 !important
}
.md\:hover\:bg-blue-300:hover {
background-color: #90cdf4 !important
}
.md\:hover\:bg-blue-400:hover {
background-color: #63b3ed !important
}
.md\:hover\:bg-blue-500:hover {
background-color: #4299e1 !important
}
.md\:hover\:bg-blue-600:hover {
background-color: #3182ce !important
}
.md\:hover\:bg-blue-700:hover {
background-color: #2b6cb0 !important
}
.md\:hover\:bg-blue-800:hover {
background-color: #2c5282 !important
}
.md\:hover\:bg-blue-900:hover {
background-color: #2a4365 !important
}
.md\:hover\:bg-indigo-100:hover {
background-color: #ebf4ff !important
}
.md\:hover\:bg-indigo-200:hover {
background-color: #c3dafe !important
}
.md\:hover\:bg-indigo-300:hover {
background-color: #a3bffa !important
}
.md\:hover\:bg-indigo-400:hover {
background-color: #7f9cf5 !important
}
.md\:hover\:bg-indigo-500:hover {
background-color: #667eea !important
}
.md\:hover\:bg-indigo-600:hover {
background-color: #5a67d8 !important
}
.md\:hover\:bg-indigo-700:hover {
background-color: #4c51bf !important
}
.md\:hover\:bg-indigo-800:hover {
background-color: #434190 !important
}
.md\:hover\:bg-indigo-900:hover {
background-color: #3c366b !important
}
.md\:hover\:bg-purple-100:hover {
background-color: #faf5ff !important
}
.md\:hover\:bg-purple-200:hover {
background-color: #e9d8fd !important
}
.md\:hover\:bg-purple-300:hover {
background-color: #d6bcfa !important
}
.md\:hover\:bg-purple-400:hover {
background-color: #b794f4 !important
}
.md\:hover\:bg-purple-500:hover {
background-color: #9f7aea !important
}
.md\:hover\:bg-purple-600:hover {
background-color: #805ad5 !important
}
.md\:hover\:bg-purple-700:hover {
background-color: #6b46c1 !important
}
.md\:hover\:bg-purple-800:hover {
background-color: #553c9a !important
}
.md\:hover\:bg-purple-900:hover {
background-color: #44337a !important
}
.md\:hover\:bg-pink-100:hover {
background-color: #fff5f7 !important
}
.md\:hover\:bg-pink-200:hover {
background-color: #fed7e2 !important
}
.md\:hover\:bg-pink-300:hover {
background-color: #fbb6ce !important
}
.md\:hover\:bg-pink-400:hover {
background-color: #f687b3 !important
}
.md\:hover\:bg-pink-500:hover {
background-color: #ed64a6 !important
}
.md\:hover\:bg-pink-600:hover {
background-color: #d53f8c !important
}
.md\:hover\:bg-pink-700:hover {
background-color: #b83280 !important
}
.md\:hover\:bg-pink-800:hover {
background-color: #97266d !important
}
.md\:hover\:bg-pink-900:hover {
background-color: #702459 !important
}
.md\:focus\:bg-transparent:focus {
background-color: transparent !important
}
.md\:focus\:bg-black:focus {
background-color: #000 !important
}
.md\:focus\:bg-white:focus {
background-color: #fff !important
}
.md\:focus\:bg-gray-100:focus {
background-color: #f7fafc !important
}
.md\:focus\:bg-gray-200:focus {
background-color: #edf2f7 !important
}
.md\:focus\:bg-gray-300:focus {
background-color: #e2e8f0 !important
}
.md\:focus\:bg-gray-400:focus {
background-color: #cbd5e0 !important
}
.md\:focus\:bg-gray-500:focus {
background-color: #a0aec0 !important
}
.md\:focus\:bg-gray-600:focus {
background-color: #718096 !important
}
.md\:focus\:bg-gray-700:focus {
background-color: #4a5568 !important
}
.md\:focus\:bg-gray-800:focus {
background-color: #2d3748 !important
}
.md\:focus\:bg-gray-900:focus {
background-color: #1a202c !important
}
.md\:focus\:bg-red-100:focus {
background-color: #fff5f5 !important
}
.md\:focus\:bg-red-200:focus {
background-color: #fed7d7 !important
}
.md\:focus\:bg-red-300:focus {
background-color: #feb2b2 !important
}
.md\:focus\:bg-red-400:focus {
background-color: #fc8181 !important
}
.md\:focus\:bg-red-500:focus {
background-color: #f56565 !important
}
.md\:focus\:bg-red-600:focus {
background-color: #e53e3e !important
}
.md\:focus\:bg-red-700:focus {
background-color: #c53030 !important
}
.md\:focus\:bg-red-800:focus {
background-color: #9b2c2c !important
}
.md\:focus\:bg-red-900:focus {
background-color: #742a2a !important
}
.md\:focus\:bg-orange-100:focus {
background-color: #fffaf0 !important
}
.md\:focus\:bg-orange-200:focus {
background-color: #feebc8 !important
}
.md\:focus\:bg-orange-300:focus {
background-color: #fbd38d !important
}
.md\:focus\:bg-orange-400:focus {
background-color: #f6ad55 !important
}
.md\:focus\:bg-orange-500:focus {
background-color: #ed8936 !important
}
.md\:focus\:bg-orange-600:focus {
background-color: #dd6b20 !important
}
.md\:focus\:bg-orange-700:focus {
background-color: #c05621 !important
}
.md\:focus\:bg-orange-800:focus {
background-color: #9c4221 !important
}
.md\:focus\:bg-orange-900:focus {
background-color: #7b341e !important
}
.md\:focus\:bg-yellow-100:focus {
background-color: #fffff0 !important
}
.md\:focus\:bg-yellow-200:focus {
background-color: #fefcbf !important
}
.md\:focus\:bg-yellow-300:focus {
background-color: #faf089 !important
}
.md\:focus\:bg-yellow-400:focus {
background-color: #f6e05e !important
}
.md\:focus\:bg-yellow-500:focus {
background-color: #ecc94b !important
}
.md\:focus\:bg-yellow-600:focus {
background-color: #d69e2e !important
}
.md\:focus\:bg-yellow-700:focus {
background-color: #b7791f !important
}
.md\:focus\:bg-yellow-800:focus {
background-color: #975a16 !important
}
.md\:focus\:bg-yellow-900:focus {
background-color: #744210 !important
}
.md\:focus\:bg-green-100:focus {
background-color: #f0fff4 !important
}
.md\:focus\:bg-green-200:focus {
background-color: #c6f6d5 !important
}
.md\:focus\:bg-green-300:focus {
background-color: #9ae6b4 !important
}
.md\:focus\:bg-green-400:focus {
background-color: #68d391 !important
}
.md\:focus\:bg-green-500:focus {
background-color: #48bb78 !important
}
.md\:focus\:bg-green-600:focus {
background-color: #38a169 !important
}
.md\:focus\:bg-green-700:focus {
background-color: #2f855a !important
}
.md\:focus\:bg-green-800:focus {
background-color: #276749 !important
}
.md\:focus\:bg-green-900:focus {
background-color: #22543d !important
}
.md\:focus\:bg-teal-100:focus {
background-color: #e6fffa !important
}
.md\:focus\:bg-teal-200:focus {
background-color: #b2f5ea !important
}
.md\:focus\:bg-teal-300:focus {
background-color: #81e6d9 !important
}
.md\:focus\:bg-teal-400:focus {
background-color: #4fd1c5 !important
}
.md\:focus\:bg-teal-500:focus {
background-color: #38b2ac !important
}
.md\:focus\:bg-teal-600:focus {
background-color: #319795 !important
}
.md\:focus\:bg-teal-700:focus {
background-color: #2c7a7b !important
}
.md\:focus\:bg-teal-800:focus {
background-color: #285e61 !important
}
.md\:focus\:bg-teal-900:focus {
background-color: #234e52 !important
}
.md\:focus\:bg-blue-100:focus {
background-color: #ebf8ff !important
}
.md\:focus\:bg-blue-200:focus {
background-color: #bee3f8 !important
}
.md\:focus\:bg-blue-300:focus {
background-color: #90cdf4 !important
}
.md\:focus\:bg-blue-400:focus {
background-color: #63b3ed !important
}
.md\:focus\:bg-blue-500:focus {
background-color: #4299e1 !important
}
.md\:focus\:bg-blue-600:focus {
background-color: #3182ce !important
}
.md\:focus\:bg-blue-700:focus {
background-color: #2b6cb0 !important
}
.md\:focus\:bg-blue-800:focus {
background-color: #2c5282 !important
}
.md\:focus\:bg-blue-900:focus {
background-color: #2a4365 !important
}
.md\:focus\:bg-indigo-100:focus {
background-color: #ebf4ff !important
}
.md\:focus\:bg-indigo-200:focus {
background-color: #c3dafe !important
}
.md\:focus\:bg-indigo-300:focus {
background-color: #a3bffa !important
}
.md\:focus\:bg-indigo-400:focus {
background-color: #7f9cf5 !important
}
.md\:focus\:bg-indigo-500:focus {
background-color: #667eea !important
}
.md\:focus\:bg-indigo-600:focus {
background-color: #5a67d8 !important
}
.md\:focus\:bg-indigo-700:focus {
background-color: #4c51bf !important
}
.md\:focus\:bg-indigo-800:focus {
background-color: #434190 !important
}
.md\:focus\:bg-indigo-900:focus {
background-color: #3c366b !important
}
.md\:focus\:bg-purple-100:focus {
background-color: #faf5ff !important
}
.md\:focus\:bg-purple-200:focus {
background-color: #e9d8fd !important
}
.md\:focus\:bg-purple-300:focus {
background-color: #d6bcfa !important
}
.md\:focus\:bg-purple-400:focus {
background-color: #b794f4 !important
}
.md\:focus\:bg-purple-500:focus {
background-color: #9f7aea !important
}
.md\:focus\:bg-purple-600:focus {
background-color: #805ad5 !important
}
.md\:focus\:bg-purple-700:focus {
background-color: #6b46c1 !important
}
.md\:focus\:bg-purple-800:focus {
background-color: #553c9a !important
}
.md\:focus\:bg-purple-900:focus {
background-color: #44337a !important
}
.md\:focus\:bg-pink-100:focus {
background-color: #fff5f7 !important
}
.md\:focus\:bg-pink-200:focus {
background-color: #fed7e2 !important
}
.md\:focus\:bg-pink-300:focus {
background-color: #fbb6ce !important
}
.md\:focus\:bg-pink-400:focus {
background-color: #f687b3 !important
}
.md\:focus\:bg-pink-500:focus {
background-color: #ed64a6 !important
}
.md\:focus\:bg-pink-600:focus {
background-color: #d53f8c !important
}
.md\:focus\:bg-pink-700:focus {
background-color: #b83280 !important
}
.md\:focus\:bg-pink-800:focus {
background-color: #97266d !important
}
.md\:focus\:bg-pink-900:focus {
background-color: #702459 !important
}
.md\:bg-bottom {
background-position: bottom !important
}
.md\:bg-center {
background-position: center !important
}
.md\:bg-left {
background-position: left !important
}
.md\:bg-left-bottom {
background-position: left bottom !important
}
.md\:bg-left-top {
background-position: left top !important
}
.md\:bg-right {
background-position: right !important
}
.md\:bg-right-bottom {
background-position: right bottom !important
}
.md\:bg-right-top {
background-position: right top !important
}
.md\:bg-top {
background-position: top !important
}
.md\:bg-repeat {
background-repeat: repeat !important
}
.md\:bg-no-repeat {
background-repeat: no-repeat !important
}
.md\:bg-repeat-x {
background-repeat: repeat-x !important
}
.md\:bg-repeat-y {
background-repeat: repeat-y !important
}
.md\:bg-repeat-round {
background-repeat: round !important
}
.md\:bg-repeat-space {
background-repeat: space !important
}
.md\:bg-auto {
background-size: auto !important
}
.md\:bg-cover {
background-size: cover !important
}
.md\:bg-contain {
background-size: contain !important
}
.md\:border-collapse {
border-collapse: collapse !important
}
.md\:border-separate {
border-collapse: separate !important
}
.md\:border-transparent {
border-color: transparent !important
}
.md\:border-black {
border-color: #000 !important
}
.md\:border-white {
border-color: #fff !important
}
.md\:border-gray-100 {
border-color: #f7fafc !important
}
.md\:border-gray-200 {
border-color: #edf2f7 !important
}
.md\:border-gray-300 {
border-color: #e2e8f0 !important
}
.md\:border-gray-400 {
border-color: #cbd5e0 !important
}
.md\:border-gray-500 {
border-color: #a0aec0 !important
}
.md\:border-gray-600 {
border-color: #718096 !important
}
.md\:border-gray-700 {
border-color: #4a5568 !important
}
.md\:border-gray-800 {
border-color: #2d3748 !important
}
.md\:border-gray-900 {
border-color: #1a202c !important
}
.md\:border-red-100 {
border-color: #fff5f5 !important
}
.md\:border-red-200 {
border-color: #fed7d7 !important
}
.md\:border-red-300 {
border-color: #feb2b2 !important
}
.md\:border-red-400 {
border-color: #fc8181 !important
}
.md\:border-red-500 {
border-color: #f56565 !important
}
.md\:border-red-600 {
border-color: #e53e3e !important
}
.md\:border-red-700 {
border-color: #c53030 !important
}
.md\:border-red-800 {
border-color: #9b2c2c !important
}
.md\:border-red-900 {
border-color: #742a2a !important
}
.md\:border-orange-100 {
border-color: #fffaf0 !important
}
.md\:border-orange-200 {
border-color: #feebc8 !important
}
.md\:border-orange-300 {
border-color: #fbd38d !important
}
.md\:border-orange-400 {
border-color: #f6ad55 !important
}
.md\:border-orange-500 {
border-color: #ed8936 !important
}
.md\:border-orange-600 {
border-color: #dd6b20 !important
}
.md\:border-orange-700 {
border-color: #c05621 !important
}
.md\:border-orange-800 {
border-color: #9c4221 !important
}
.md\:border-orange-900 {
border-color: #7b341e !important
}
.md\:border-yellow-100 {
border-color: #fffff0 !important
}
.md\:border-yellow-200 {
border-color: #fefcbf !important
}
.md\:border-yellow-300 {
border-color: #faf089 !important
}
.md\:border-yellow-400 {
border-color: #f6e05e !important
}
.md\:border-yellow-500 {
border-color: #ecc94b !important
}
.md\:border-yellow-600 {
border-color: #d69e2e !important
}
.md\:border-yellow-700 {
border-color: #b7791f !important
}
.md\:border-yellow-800 {
border-color: #975a16 !important
}
.md\:border-yellow-900 {
border-color: #744210 !important
}
.md\:border-green-100 {
border-color: #f0fff4 !important
}
.md\:border-green-200 {
border-color: #c6f6d5 !important
}
.md\:border-green-300 {
border-color: #9ae6b4 !important
}
.md\:border-green-400 {
border-color: #68d391 !important
}
.md\:border-green-500 {
border-color: #48bb78 !important
}
.md\:border-green-600 {
border-color: #38a169 !important
}
.md\:border-green-700 {
border-color: #2f855a !important
}
.md\:border-green-800 {
border-color: #276749 !important
}
.md\:border-green-900 {
border-color: #22543d !important
}
.md\:border-teal-100 {
border-color: #e6fffa !important
}
.md\:border-teal-200 {
border-color: #b2f5ea !important
}
.md\:border-teal-300 {
border-color: #81e6d9 !important
}
.md\:border-teal-400 {
border-color: #4fd1c5 !important
}
.md\:border-teal-500 {
border-color: #38b2ac !important
}
.md\:border-teal-600 {
border-color: #319795 !important
}
.md\:border-teal-700 {
border-color: #2c7a7b !important
}
.md\:border-teal-800 {
border-color: #285e61 !important
}
.md\:border-teal-900 {
border-color: #234e52 !important
}
.md\:border-blue-100 {
border-color: #ebf8ff !important
}
.md\:border-blue-200 {
border-color: #bee3f8 !important
}
.md\:border-blue-300 {
border-color: #90cdf4 !important
}
.md\:border-blue-400 {
border-color: #63b3ed !important
}
.md\:border-blue-500 {
border-color: #4299e1 !important
}
.md\:border-blue-600 {
border-color: #3182ce !important
}
.md\:border-blue-700 {
border-color: #2b6cb0 !important
}
.md\:border-blue-800 {
border-color: #2c5282 !important
}
.md\:border-blue-900 {
border-color: #2a4365 !important
}
.md\:border-indigo-100 {
border-color: #ebf4ff !important
}
.md\:border-indigo-200 {
border-color: #c3dafe !important
}
.md\:border-indigo-300 {
border-color: #a3bffa !important
}
.md\:border-indigo-400 {
border-color: #7f9cf5 !important
}
.md\:border-indigo-500 {
border-color: #667eea !important
}
.md\:border-indigo-600 {
border-color: #5a67d8 !important
}
.md\:border-indigo-700 {
border-color: #4c51bf !important
}
.md\:border-indigo-800 {
border-color: #434190 !important
}
.md\:border-indigo-900 {
border-color: #3c366b !important
}
.md\:border-purple-100 {
border-color: #faf5ff !important
}
.md\:border-purple-200 {
border-color: #e9d8fd !important
}
.md\:border-purple-300 {
border-color: #d6bcfa !important
}
.md\:border-purple-400 {
border-color: #b794f4 !important
}
.md\:border-purple-500 {
border-color: #9f7aea !important
}
.md\:border-purple-600 {
border-color: #805ad5 !important
}
.md\:border-purple-700 {
border-color: #6b46c1 !important
}
.md\:border-purple-800 {
border-color: #553c9a !important
}
.md\:border-purple-900 {
border-color: #44337a !important
}
.md\:border-pink-100 {
border-color: #fff5f7 !important
}
.md\:border-pink-200 {
border-color: #fed7e2 !important
}
.md\:border-pink-300 {
border-color: #fbb6ce !important
}
.md\:border-pink-400 {
border-color: #f687b3 !important
}
.md\:border-pink-500 {
border-color: #ed64a6 !important
}
.md\:border-pink-600 {
border-color: #d53f8c !important
}
.md\:border-pink-700 {
border-color: #b83280 !important
}
.md\:border-pink-800 {
border-color: #97266d !important
}
.md\:border-pink-900 {
border-color: #702459 !important
}
.md\:hover\:border-transparent:hover {
border-color: transparent !important
}
.md\:hover\:border-black:hover {
border-color: #000 !important
}
.md\:hover\:border-white:hover {
border-color: #fff !important
}
.md\:hover\:border-gray-100:hover {
border-color: #f7fafc !important
}
.md\:hover\:border-gray-200:hover {
border-color: #edf2f7 !important
}
.md\:hover\:border-gray-300:hover {
border-color: #e2e8f0 !important
}
.md\:hover\:border-gray-400:hover {
border-color: #cbd5e0 !important
}
.md\:hover\:border-gray-500:hover {
border-color: #a0aec0 !important
}
.md\:hover\:border-gray-600:hover {
border-color: #718096 !important
}
.md\:hover\:border-gray-700:hover {
border-color: #4a5568 !important
}
.md\:hover\:border-gray-800:hover {
border-color: #2d3748 !important
}
.md\:hover\:border-gray-900:hover {
border-color: #1a202c !important
}
.md\:hover\:border-red-100:hover {
border-color: #fff5f5 !important
}
.md\:hover\:border-red-200:hover {
border-color: #fed7d7 !important
}
.md\:hover\:border-red-300:hover {
border-color: #feb2b2 !important
}
.md\:hover\:border-red-400:hover {
border-color: #fc8181 !important
}
.md\:hover\:border-red-500:hover {
border-color: #f56565 !important
}
.md\:hover\:border-red-600:hover {
border-color: #e53e3e !important
}
.md\:hover\:border-red-700:hover {
border-color: #c53030 !important
}
.md\:hover\:border-red-800:hover {
border-color: #9b2c2c !important
}
.md\:hover\:border-red-900:hover {
border-color: #742a2a !important
}
.md\:hover\:border-orange-100:hover {
border-color: #fffaf0 !important
}
.md\:hover\:border-orange-200:hover {
border-color: #feebc8 !important
}
.md\:hover\:border-orange-300:hover {
border-color: #fbd38d !important
}
.md\:hover\:border-orange-400:hover {
border-color: #f6ad55 !important
}
.md\:hover\:border-orange-500:hover {
border-color: #ed8936 !important
}
.md\:hover\:border-orange-600:hover {
border-color: #dd6b20 !important
}
.md\:hover\:border-orange-700:hover {
border-color: #c05621 !important
}
.md\:hover\:border-orange-800:hover {
border-color: #9c4221 !important
}
.md\:hover\:border-orange-900:hover {
border-color: #7b341e !important
}
.md\:hover\:border-yellow-100:hover {
border-color: #fffff0 !important
}
.md\:hover\:border-yellow-200:hover {
border-color: #fefcbf !important
}
.md\:hover\:border-yellow-300:hover {
border-color: #faf089 !important
}
.md\:hover\:border-yellow-400:hover {
border-color: #f6e05e !important
}
.md\:hover\:border-yellow-500:hover {
border-color: #ecc94b !important
}
.md\:hover\:border-yellow-600:hover {
border-color: #d69e2e !important
}
.md\:hover\:border-yellow-700:hover {
border-color: #b7791f !important
}
.md\:hover\:border-yellow-800:hover {
border-color: #975a16 !important
}
.md\:hover\:border-yellow-900:hover {
border-color: #744210 !important
}
.md\:hover\:border-green-100:hover {
border-color: #f0fff4 !important
}
.md\:hover\:border-green-200:hover {
border-color: #c6f6d5 !important
}
.md\:hover\:border-green-300:hover {
border-color: #9ae6b4 !important
}
.md\:hover\:border-green-400:hover {
border-color: #68d391 !important
}
.md\:hover\:border-green-500:hover {
border-color: #48bb78 !important
}
.md\:hover\:border-green-600:hover {
border-color: #38a169 !important
}
.md\:hover\:border-green-700:hover {
border-color: #2f855a !important
}
.md\:hover\:border-green-800:hover {
border-color: #276749 !important
}
.md\:hover\:border-green-900:hover {
border-color: #22543d !important
}
.md\:hover\:border-teal-100:hover {
border-color: #e6fffa !important
}
.md\:hover\:border-teal-200:hover {
border-color: #b2f5ea !important
}
.md\:hover\:border-teal-300:hover {
border-color: #81e6d9 !important
}
.md\:hover\:border-teal-400:hover {
border-color: #4fd1c5 !important
}
.md\:hover\:border-teal-500:hover {
border-color: #38b2ac !important
}
.md\:hover\:border-teal-600:hover {
border-color: #319795 !important
}
.md\:hover\:border-teal-700:hover {
border-color: #2c7a7b !important
}
.md\:hover\:border-teal-800:hover {
border-color: #285e61 !important
}
.md\:hover\:border-teal-900:hover {
border-color: #234e52 !important
}
.md\:hover\:border-blue-100:hover {
border-color: #ebf8ff !important
}
.md\:hover\:border-blue-200:hover {
border-color: #bee3f8 !important
}
.md\:hover\:border-blue-300:hover {
border-color: #90cdf4 !important
}
.md\:hover\:border-blue-400:hover {
border-color: #63b3ed !important
}
.md\:hover\:border-blue-500:hover {
border-color: #4299e1 !important
}
.md\:hover\:border-blue-600:hover {
border-color: #3182ce !important
}
.md\:hover\:border-blue-700:hover {
border-color: #2b6cb0 !important
}
.md\:hover\:border-blue-800:hover {
border-color: #2c5282 !important
}
.md\:hover\:border-blue-900:hover {
border-color: #2a4365 !important
}
.md\:hover\:border-indigo-100:hover {
border-color: #ebf4ff !important
}
.md\:hover\:border-indigo-200:hover {
border-color: #c3dafe !important
}
.md\:hover\:border-indigo-300:hover {
border-color: #a3bffa !important
}
.md\:hover\:border-indigo-400:hover {
border-color: #7f9cf5 !important
}
.md\:hover\:border-indigo-500:hover {
border-color: #667eea !important
}
.md\:hover\:border-indigo-600:hover {
border-color: #5a67d8 !important
}
.md\:hover\:border-indigo-700:hover {
border-color: #4c51bf !important
}
.md\:hover\:border-indigo-800:hover {
border-color: #434190 !important
}
.md\:hover\:border-indigo-900:hover {
border-color: #3c366b !important
}
.md\:hover\:border-purple-100:hover {
border-color: #faf5ff !important
}
.md\:hover\:border-purple-200:hover {
border-color: #e9d8fd !important
}
.md\:hover\:border-purple-300:hover {
border-color: #d6bcfa !important
}
.md\:hover\:border-purple-400:hover {
border-color: #b794f4 !important
}
.md\:hover\:border-purple-500:hover {
border-color: #9f7aea !important
}
.md\:hover\:border-purple-600:hover {
border-color: #805ad5 !important
}
.md\:hover\:border-purple-700:hover {
border-color: #6b46c1 !important
}
.md\:hover\:border-purple-800:hover {
border-color: #553c9a !important
}
.md\:hover\:border-purple-900:hover {
border-color: #44337a !important
}
.md\:hover\:border-pink-100:hover {
border-color: #fff5f7 !important
}
.md\:hover\:border-pink-200:hover {
border-color: #fed7e2 !important
}
.md\:hover\:border-pink-300:hover {
border-color: #fbb6ce !important
}
.md\:hover\:border-pink-400:hover {
border-color: #f687b3 !important
}
.md\:hover\:border-pink-500:hover {
border-color: #ed64a6 !important
}
.md\:hover\:border-pink-600:hover {
border-color: #d53f8c !important
}
.md\:hover\:border-pink-700:hover {
border-color: #b83280 !important
}
.md\:hover\:border-pink-800:hover {
border-color: #97266d !important
}
.md\:hover\:border-pink-900:hover {
border-color: #702459 !important
}
.md\:focus\:border-transparent:focus {
border-color: transparent !important
}
.md\:focus\:border-black:focus {
border-color: #000 !important
}
.md\:focus\:border-white:focus {
border-color: #fff !important
}
.md\:focus\:border-gray-100:focus {
border-color: #f7fafc !important
}
.md\:focus\:border-gray-200:focus {
border-color: #edf2f7 !important
}
.md\:focus\:border-gray-300:focus {
border-color: #e2e8f0 !important
}
.md\:focus\:border-gray-400:focus {
border-color: #cbd5e0 !important
}
.md\:focus\:border-gray-500:focus {
border-color: #a0aec0 !important
}
.md\:focus\:border-gray-600:focus {
border-color: #718096 !important
}
.md\:focus\:border-gray-700:focus {
border-color: #4a5568 !important
}
.md\:focus\:border-gray-800:focus {
border-color: #2d3748 !important
}
.md\:focus\:border-gray-900:focus {
border-color: #1a202c !important
}
.md\:focus\:border-red-100:focus {
border-color: #fff5f5 !important
}
.md\:focus\:border-red-200:focus {
border-color: #fed7d7 !important
}
.md\:focus\:border-red-300:focus {
border-color: #feb2b2 !important
}
.md\:focus\:border-red-400:focus {
border-color: #fc8181 !important
}
.md\:focus\:border-red-500:focus {
border-color: #f56565 !important
}
.md\:focus\:border-red-600:focus {
border-color: #e53e3e !important
}
.md\:focus\:border-red-700:focus {
border-color: #c53030 !important
}
.md\:focus\:border-red-800:focus {
border-color: #9b2c2c !important
}
.md\:focus\:border-red-900:focus {
border-color: #742a2a !important
}
.md\:focus\:border-orange-100:focus {
border-color: #fffaf0 !important
}
.md\:focus\:border-orange-200:focus {
border-color: #feebc8 !important
}
.md\:focus\:border-orange-300:focus {
border-color: #fbd38d !important
}
.md\:focus\:border-orange-400:focus {
border-color: #f6ad55 !important
}
.md\:focus\:border-orange-500:focus {
border-color: #ed8936 !important
}
.md\:focus\:border-orange-600:focus {
border-color: #dd6b20 !important
}
.md\:focus\:border-orange-700:focus {
border-color: #c05621 !important
}
.md\:focus\:border-orange-800:focus {
border-color: #9c4221 !important
}
.md\:focus\:border-orange-900:focus {
border-color: #7b341e !important
}
.md\:focus\:border-yellow-100:focus {
border-color: #fffff0 !important
}
.md\:focus\:border-yellow-200:focus {
border-color: #fefcbf !important
}
.md\:focus\:border-yellow-300:focus {
border-color: #faf089 !important
}
.md\:focus\:border-yellow-400:focus {
border-color: #f6e05e !important
}
.md\:focus\:border-yellow-500:focus {
border-color: #ecc94b !important
}
.md\:focus\:border-yellow-600:focus {
border-color: #d69e2e !important
}
.md\:focus\:border-yellow-700:focus {
border-color: #b7791f !important
}
.md\:focus\:border-yellow-800:focus {
border-color: #975a16 !important
}
.md\:focus\:border-yellow-900:focus {
border-color: #744210 !important
}
.md\:focus\:border-green-100:focus {
border-color: #f0fff4 !important
}
.md\:focus\:border-green-200:focus {
border-color: #c6f6d5 !important
}
.md\:focus\:border-green-300:focus {
border-color: #9ae6b4 !important
}
.md\:focus\:border-green-400:focus {
border-color: #68d391 !important
}
.md\:focus\:border-green-500:focus {
border-color: #48bb78 !important
}
.md\:focus\:border-green-600:focus {
border-color: #38a169 !important
}
.md\:focus\:border-green-700:focus {
border-color: #2f855a !important
}
.md\:focus\:border-green-800:focus {
border-color: #276749 !important
}
.md\:focus\:border-green-900:focus {
border-color: #22543d !important
}
.md\:focus\:border-teal-100:focus {
border-color: #e6fffa !important
}
.md\:focus\:border-teal-200:focus {
border-color: #b2f5ea !important
}
.md\:focus\:border-teal-300:focus {
border-color: #81e6d9 !important
}
.md\:focus\:border-teal-400:focus {
border-color: #4fd1c5 !important
}
.md\:focus\:border-teal-500:focus {
border-color: #38b2ac !important
}
.md\:focus\:border-teal-600:focus {
border-color: #319795 !important
}
.md\:focus\:border-teal-700:focus {
border-color: #2c7a7b !important
}
.md\:focus\:border-teal-800:focus {
border-color: #285e61 !important
}
.md\:focus\:border-teal-900:focus {
border-color: #234e52 !important
}
.md\:focus\:border-blue-100:focus {
border-color: #ebf8ff !important
}
.md\:focus\:border-blue-200:focus {
border-color: #bee3f8 !important
}
.md\:focus\:border-blue-300:focus {
border-color: #90cdf4 !important
}
.md\:focus\:border-blue-400:focus {
border-color: #63b3ed !important
}
.md\:focus\:border-blue-500:focus {
border-color: #4299e1 !important
}
.md\:focus\:border-blue-600:focus {
border-color: #3182ce !important
}
.md\:focus\:border-blue-700:focus {
border-color: #2b6cb0 !important
}
.md\:focus\:border-blue-800:focus {
border-color: #2c5282 !important
}
.md\:focus\:border-blue-900:focus {
border-color: #2a4365 !important
}
.md\:focus\:border-indigo-100:focus {
border-color: #ebf4ff !important
}
.md\:focus\:border-indigo-200:focus {
border-color: #c3dafe !important
}
.md\:focus\:border-indigo-300:focus {
border-color: #a3bffa !important
}
.md\:focus\:border-indigo-400:focus {
border-color: #7f9cf5 !important
}
.md\:focus\:border-indigo-500:focus {
border-color: #667eea !important
}
.md\:focus\:border-indigo-600:focus {
border-color: #5a67d8 !important
}
.md\:focus\:border-indigo-700:focus {
border-color: #4c51bf !important
}
.md\:focus\:border-indigo-800:focus {
border-color: #434190 !important
}
.md\:focus\:border-indigo-900:focus {
border-color: #3c366b !important
}
.md\:focus\:border-purple-100:focus {
border-color: #faf5ff !important
}
.md\:focus\:border-purple-200:focus {
border-color: #e9d8fd !important
}
.md\:focus\:border-purple-300:focus {
border-color: #d6bcfa !important
}
.md\:focus\:border-purple-400:focus {
border-color: #b794f4 !important
}
.md\:focus\:border-purple-500:focus {
border-color: #9f7aea !important
}
.md\:focus\:border-purple-600:focus {
border-color: #805ad5 !important
}
.md\:focus\:border-purple-700:focus {
border-color: #6b46c1 !important
}
.md\:focus\:border-purple-800:focus {
border-color: #553c9a !important
}
.md\:focus\:border-purple-900:focus {
border-color: #44337a !important
}
.md\:focus\:border-pink-100:focus {
border-color: #fff5f7 !important
}
.md\:focus\:border-pink-200:focus {
border-color: #fed7e2 !important
}
.md\:focus\:border-pink-300:focus {
border-color: #fbb6ce !important
}
.md\:focus\:border-pink-400:focus {
border-color: #f687b3 !important
}
.md\:focus\:border-pink-500:focus {
border-color: #ed64a6 !important
}
.md\:focus\:border-pink-600:focus {
border-color: #d53f8c !important
}
.md\:focus\:border-pink-700:focus {
border-color: #b83280 !important
}
.md\:focus\:border-pink-800:focus {
border-color: #97266d !important
}
.md\:focus\:border-pink-900:focus {
border-color: #702459 !important
}
.md\:rounded-none {
border-radius: 0 !important
}
.md\:rounded-sm {
border-radius: 0.125rem !important
}
.md\:rounded {
border-radius: 0.25rem !important
}
.md\:rounded-md {
border-radius: 0.375rem !important
}
.md\:rounded-lg {
border-radius: 0.5rem !important
}
.md\:rounded-full {
border-radius: 9999px !important
}
.md\:rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important
}
.md\:rounded-r-none {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.md\:rounded-b-none {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.md\:rounded-l-none {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.md\:rounded-t-sm {
border-top-left-radius: 0.125rem !important;
border-top-right-radius: 0.125rem !important
}
.md\:rounded-r-sm {
border-top-right-radius: 0.125rem !important;
border-bottom-right-radius: 0.125rem !important
}
.md\:rounded-b-sm {
border-bottom-right-radius: 0.125rem !important;
border-bottom-left-radius: 0.125rem !important
}
.md\:rounded-l-sm {
border-top-left-radius: 0.125rem !important;
border-bottom-left-radius: 0.125rem !important
}
.md\:rounded-t {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important
}
.md\:rounded-r {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important
}
.md\:rounded-b {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important
}
.md\:rounded-l {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important
}
.md\:rounded-t-md {
border-top-left-radius: 0.375rem !important;
border-top-right-radius: 0.375rem !important
}
.md\:rounded-r-md {
border-top-right-radius: 0.375rem !important;
border-bottom-right-radius: 0.375rem !important
}
.md\:rounded-b-md {
border-bottom-right-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important
}
.md\:rounded-l-md {
border-top-left-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important
}
.md\:rounded-t-lg {
border-top-left-radius: 0.5rem !important;
border-top-right-radius: 0.5rem !important
}
.md\:rounded-r-lg {
border-top-right-radius: 0.5rem !important;
border-bottom-right-radius: 0.5rem !important
}
.md\:rounded-b-lg {
border-bottom-right-radius: 0.5rem !important;
border-bottom-left-radius: 0.5rem !important
}
.md\:rounded-l-lg {
border-top-left-radius: 0.5rem !important;
border-bottom-left-radius: 0.5rem !important
}
.md\:rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important
}
.md\:rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important
}
.md\:rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important
}
.md\:rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important
}
.md\:rounded-tl-none {
border-top-left-radius: 0 !important
}
.md\:rounded-tr-none {
border-top-right-radius: 0 !important
}
.md\:rounded-br-none {
border-bottom-right-radius: 0 !important
}
.md\:rounded-bl-none {
border-bottom-left-radius: 0 !important
}
.md\:rounded-tl-sm {
border-top-left-radius: 0.125rem !important
}
.md\:rounded-tr-sm {
border-top-right-radius: 0.125rem !important
}
.md\:rounded-br-sm {
border-bottom-right-radius: 0.125rem !important
}
.md\:rounded-bl-sm {
border-bottom-left-radius: 0.125rem !important
}
.md\:rounded-tl {
border-top-left-radius: 0.25rem !important
}
.md\:rounded-tr {
border-top-right-radius: 0.25rem !important
}
.md\:rounded-br {
border-bottom-right-radius: 0.25rem !important
}
.md\:rounded-bl {
border-bottom-left-radius: 0.25rem !important
}
.md\:rounded-tl-md {
border-top-left-radius: 0.375rem !important
}
.md\:rounded-tr-md {
border-top-right-radius: 0.375rem !important
}
.md\:rounded-br-md {
border-bottom-right-radius: 0.375rem !important
}
.md\:rounded-bl-md {
border-bottom-left-radius: 0.375rem !important
}
.md\:rounded-tl-lg {
border-top-left-radius: 0.5rem !important
}
.md\:rounded-tr-lg {
border-top-right-radius: 0.5rem !important
}
.md\:rounded-br-lg {
border-bottom-right-radius: 0.5rem !important
}
.md\:rounded-bl-lg {
border-bottom-left-radius: 0.5rem !important
}
.md\:rounded-tl-full {
border-top-left-radius: 9999px !important
}
.md\:rounded-tr-full {
border-top-right-radius: 9999px !important
}
.md\:rounded-br-full {
border-bottom-right-radius: 9999px !important
}
.md\:rounded-bl-full {
border-bottom-left-radius: 9999px !important
}
.md\:border-solid {
border-style: solid !important
}
.md\:border-dashed {
border-style: dashed !important
}
.md\:border-dotted {
border-style: dotted !important
}
.md\:border-double {
border-style: double !important
}
.md\:border-none {
border-style: none !important
}
.md\:border-0 {
border-width: 0 !important
}
.md\:border-2 {
border-width: 2px !important
}
.md\:border-4 {
border-width: 4px !important
}
.md\:border-8 {
border-width: 8px !important
}
.md\:border {
border-width: 1px !important
}
.md\:border-t-0 {
border-top-width: 0 !important
}
.md\:border-r-0 {
border-right-width: 0 !important
}
.md\:border-b-0 {
border-bottom-width: 0 !important
}
.md\:border-l-0 {
border-left-width: 0 !important
}
.md\:border-t-2 {
border-top-width: 2px !important
}
.md\:border-r-2 {
border-right-width: 2px !important
}
.md\:border-b-2 {
border-bottom-width: 2px !important
}
.md\:border-l-2 {
border-left-width: 2px !important
}
.md\:border-t-4 {
border-top-width: 4px !important
}
.md\:border-r-4 {
border-right-width: 4px !important
}
.md\:border-b-4 {
border-bottom-width: 4px !important
}
.md\:border-l-4 {
border-left-width: 4px !important
}
.md\:border-t-8 {
border-top-width: 8px !important
}
.md\:border-r-8 {
border-right-width: 8px !important
}
.md\:border-b-8 {
border-bottom-width: 8px !important
}
.md\:border-l-8 {
border-left-width: 8px !important
}
.md\:border-t {
border-top-width: 1px !important
}
.md\:border-r {
border-right-width: 1px !important
}
.md\:border-b {
border-bottom-width: 1px !important
}
.md\:border-l {
border-left-width: 1px !important
}
.md\:box-border {
box-sizing: border-box !important
}
.md\:box-content {
box-sizing: content-box !important
}
.md\:cursor-auto {
cursor: auto !important
}
.md\:cursor-default {
cursor: default !important
}
.md\:cursor-pointer {
cursor: pointer !important
}
.md\:cursor-wait {
cursor: wait !important
}
.md\:cursor-text {
cursor: text !important
}
.md\:cursor-move {
cursor: move !important
}
.md\:cursor-not-allowed {
cursor: not-allowed !important
}
.md\:block {
display: block !important
}
.md\:inline-block {
display: inline-block !important
}
.md\:inline {
display: inline !important
}
.md\:flow-root {
display: flow-root !important
}
.md\:flex {
display: flex !important
}
.md\:inline-flex {
display: inline-flex !important
}
.md\:grid {
display: grid !important
}
.md\:inline-grid {
display: inline-grid !important
}
.md\:table {
display: table !important
}
.md\:table-caption {
display: table-caption !important
}
.md\:table-cell {
display: table-cell !important
}
.md\:table-column {
display: table-column !important
}
.md\:table-column-group {
display: table-column-group !important
}
.md\:table-footer-group {
display: table-footer-group !important
}
.md\:table-header-group {
display: table-header-group !important
}
.md\:table-row-group {
display: table-row-group !important
}
.md\:table-row {
display: table-row !important
}
.md\:hidden {
display: none !important
}
.md\:flex-row {
flex-direction: row !important
}
.md\:flex-row-reverse {
flex-direction: row-reverse !important
}
.md\:flex-col {
flex-direction: column !important
}
.md\:flex-col-reverse {
flex-direction: column-reverse !important
}
.md\:flex-wrap {
flex-wrap: wrap !important
}
.md\:flex-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.md\:flex-no-wrap {
flex-wrap: nowrap !important
}
.md\:items-start {
align-items: flex-start !important
}
.md\:items-end {
align-items: flex-end !important
}
.md\:items-center {
align-items: center !important
}
.md\:items-baseline {
align-items: baseline !important
}
.md\:items-stretch {
align-items: stretch !important
}
.md\:self-auto {
align-self: auto !important
}
.md\:self-start {
align-self: flex-start !important
}
.md\:self-end {
align-self: flex-end !important
}
.md\:self-center {
align-self: center !important
}
.md\:self-stretch {
align-self: stretch !important
}
.md\:justify-start {
justify-content: flex-start !important
}
.md\:justify-end {
justify-content: flex-end !important
}
.md\:justify-center {
justify-content: center !important
}
.md\:justify-between {
justify-content: space-between !important
}
.md\:justify-around {
justify-content: space-around !important
}
.md\:justify-evenly {
justify-content: space-evenly !important
}
.md\:content-center {
align-content: center !important
}
.md\:content-start {
align-content: flex-start !important
}
.md\:content-end {
align-content: flex-end !important
}
.md\:content-between {
align-content: space-between !important
}
.md\:content-around {
align-content: space-around !important
}
.md\:flex-1 {
flex: 1 1 0% !important
}
.md\:flex-auto {
flex: 1 1 auto !important
}
.md\:flex-initial {
flex: 0 1 auto !important
}
.md\:flex-none {
flex: none !important
}
.md\:flex-grow-0 {
flex-grow: 0 !important
}
.md\:flex-grow {
flex-grow: 1 !important
}
.md\:flex-shrink-0 {
flex-shrink: 0 !important
}
.md\:flex-shrink {
flex-shrink: 1 !important
}
.md\:order-1 {
order: 1 !important
}
.md\:order-2 {
order: 2 !important
}
.md\:order-3 {
order: 3 !important
}
.md\:order-4 {
order: 4 !important
}
.md\:order-5 {
order: 5 !important
}
.md\:order-6 {
order: 6 !important
}
.md\:order-7 {
order: 7 !important
}
.md\:order-8 {
order: 8 !important
}
.md\:order-9 {
order: 9 !important
}
.md\:order-10 {
order: 10 !important
}
.md\:order-11 {
order: 11 !important
}
.md\:order-12 {
order: 12 !important
}
.md\:order-first {
order: -9999 !important
}
.md\:order-last {
order: 9999 !important
}
.md\:order-none {
order: 0 !important
}
.md\:float-right {
float: right !important
}
.md\:float-left {
float: left !important
}
.md\:float-none {
float: none !important
}
.md\:clearfix:after {
content: "" !important;
display: table !important;
clear: both !important
}
.md\:clear-left {
clear: left !important
}
.md\:clear-right {
clear: right !important
}
.md\:clear-both {
clear: both !important
}
.md\:clear-none {
clear: none !important
}
.md\:font-sans {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}
.md\:font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif !important
}
.md\:font-mono {
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}
.md\:font-hairline {
font-weight: 100 !important
}
.md\:font-thin {
font-weight: 200 !important
}
.md\:font-light {
font-weight: 300 !important
}
.md\:font-normal {
font-weight: 400 !important
}
.md\:font-medium {
font-weight: 500 !important
}
.md\:font-semibold {
font-weight: 600 !important
}
.md\:font-bold {
font-weight: 700 !important
}
.md\:font-extrabold {
font-weight: 800 !important
}
.md\:font-black {
font-weight: 900 !important
}
.md\:hover\:font-hairline:hover {
font-weight: 100 !important
}
.md\:hover\:font-thin:hover {
font-weight: 200 !important
}
.md\:hover\:font-light:hover {
font-weight: 300 !important
}
.md\:hover\:font-normal:hover {
font-weight: 400 !important
}
.md\:hover\:font-medium:hover {
font-weight: 500 !important
}
.md\:hover\:font-semibold:hover {
font-weight: 600 !important
}
.md\:hover\:font-bold:hover {
font-weight: 700 !important
}
.md\:hover\:font-extrabold:hover {
font-weight: 800 !important
}
.md\:hover\:font-black:hover {
font-weight: 900 !important
}
.md\:focus\:font-hairline:focus {
font-weight: 100 !important
}
.md\:focus\:font-thin:focus {
font-weight: 200 !important
}
.md\:focus\:font-light:focus {
font-weight: 300 !important
}
.md\:focus\:font-normal:focus {
font-weight: 400 !important
}
.md\:focus\:font-medium:focus {
font-weight: 500 !important
}
.md\:focus\:font-semibold:focus {
font-weight: 600 !important
}
.md\:focus\:font-bold:focus {
font-weight: 700 !important
}
.md\:focus\:font-extrabold:focus {
font-weight: 800 !important
}
.md\:focus\:font-black:focus {
font-weight: 900 !important
}
.md\:h-0 {
height: 0 !important
}
.md\:h-1 {
height: 0.25rem !important
}
.md\:h-2 {
height: 0.5rem !important
}
.md\:h-3 {
height: 0.75rem !important
}
.md\:h-4 {
height: 1rem !important
}
.md\:h-5 {
height: 1.25rem !important
}
.md\:h-6 {
height: 1.5rem !important
}
.md\:h-8 {
height: 2rem !important
}
.md\:h-10 {
height: 2.5rem !important
}
.md\:h-12 {
height: 3rem !important
}
.md\:h-16 {
height: 4rem !important
}
.md\:h-20 {
height: 5rem !important
}
.md\:h-24 {
height: 6rem !important
}
.md\:h-32 {
height: 8rem !important
}
.md\:h-40 {
height: 10rem !important
}
.md\:h-48 {
height: 12rem !important
}
.md\:h-56 {
height: 14rem !important
}
.md\:h-64 {
height: 16rem !important
}
.md\:h-auto {
height: auto !important
}
.md\:h-px {
height: 1px !important
}
.md\:h-1-2 {
height: 50% !important
}
.md\:h-1-3 {
height: 33.333333% !important
}
.md\:h-2-3 {
height: 66.666667% !important
}
.md\:h-1-4 {
height: 25% !important
}
.md\:h-2-4 {
height: 50% !important
}
.md\:h-3-4 {
height: 75% !important
}
.md\:h-1-5 {
height: 20% !important
}
.md\:h-2-5 {
height: 40% !important
}
.md\:h-3-5 {
height: 60% !important
}
.md\:h-4-5 {
height: 80% !important
}
.md\:h-1-6 {
height: 16.666667% !important
}
.md\:h-2-6 {
height: 33.333333% !important
}
.md\:h-3-6 {
height: 50% !important
}
.md\:h-4-6 {
height: 66.666667% !important
}
.md\:h-5-6 {
height: 83.333333% !important
}
.md\:h-1-12 {
height: 8.333333% !important
}
.md\:h-2-12 {
height: 16.666667% !important
}
.md\:h-3-12 {
height: 25% !important
}
.md\:h-4-12 {
height: 33.333333% !important
}
.md\:h-5-12 {
height: 41.666667% !important
}
.md\:h-6-12 {
height: 50% !important
}
.md\:h-7-12 {
height: 58.333333% !important
}
.md\:h-8-12 {
height: 66.666667% !important
}
.md\:h-9-12 {
height: 75% !important
}
.md\:h-10-12 {
height: 83.333333% !important
}
.md\:h-11-12 {
height: 91.666667% !important
}
.md\:h-full {
height: 100% !important
}
.md\:h-screen {
height: 100vh !important
}
.md\:text-xs {
font-size: 0.75rem !important
}
.md\:text-sm {
font-size: 0.875rem !important
}
.md\:text-base {
font-size: 1rem !important
}
.md\:text-lg {
font-size: 1.125rem !important
}
.md\:text-xl {
font-size: 1.25rem !important
}
.md\:text-2xl {
font-size: 1.5rem !important
}
.md\:text-3xl {
font-size: 1.875rem !important
}
.md\:text-4xl {
font-size: 2.25rem !important
}
.md\:text-5xl {
font-size: 3rem !important
}
.md\:text-6xl {
font-size: 4rem !important
}
.md\:leading-3 {
line-height: .75rem !important
}
.md\:leading-4 {
line-height: 1rem !important
}
.md\:leading-5 {
line-height: 1.25rem !important
}
.md\:leading-6 {
line-height: 1.5rem !important
}
.md\:leading-7 {
line-height: 1.75rem !important
}
.md\:leading-8 {
line-height: 2rem !important
}
.md\:leading-9 {
line-height: 2.25rem !important
}
.md\:leading-10 {
line-height: 2.5rem !important
}
.md\:leading-none {
line-height: 1 !important
}
.md\:leading-tight {
line-height: 1.25 !important
}
.md\:leading-snug {
line-height: 1.375 !important
}
.md\:leading-normal {
line-height: 1.5 !important
}
.md\:leading-relaxed {
line-height: 1.625 !important
}
.md\:leading-loose {
line-height: 2 !important
}
.md\:list-inside {
list-style-position: inside !important
}
.md\:list-outside {
list-style-position: outside !important
}
.md\:list-none {
list-style-type: none !important
}
.md\:list-disc {
list-style-type: disc !important
}
.md\:list-decimal {
list-style-type: decimal !important
}
.md\:m-0 {
margin: 0 !important
}
.md\:m-1 {
margin: 0.25rem !important
}
.md\:m-2 {
margin: 0.5rem !important
}
.md\:m-3 {
margin: 0.75rem !important
}
.md\:m-4 {
margin: 1rem !important
}
.md\:m-5 {
margin: 1.25rem !important
}
.md\:m-6 {
margin: 1.5rem !important
}
.md\:m-8 {
margin: 2rem !important
}
.md\:m-10 {
margin: 2.5rem !important
}
.md\:m-12 {
margin: 3rem !important
}
.md\:m-16 {
margin: 4rem !important
}
.md\:m-20 {
margin: 5rem !important
}
.md\:m-24 {
margin: 6rem !important
}
.md\:m-32 {
margin: 8rem !important
}
.md\:m-40 {
margin: 10rem !important
}
.md\:m-48 {
margin: 12rem !important
}
.md\:m-56 {
margin: 14rem !important
}
.md\:m-64 {
margin: 16rem !important
}
.md\:m-auto {
margin: auto !important
}
.md\:m-px {
margin: 1px !important
}
.md\:-m-1 {
margin: -0.25rem !important
}
.md\:-m-2 {
margin: -0.5rem !important
}
.md\:-m-3 {
margin: -0.75rem !important
}
.md\:-m-4 {
margin: -1rem !important
}
.md\:-m-5 {
margin: -1.25rem !important
}
.md\:-m-6 {
margin: -1.5rem !important
}
.md\:-m-8 {
margin: -2rem !important
}
.md\:-m-10 {
margin: -2.5rem !important
}
.md\:-m-12 {
margin: -3rem !important
}
.md\:-m-16 {
margin: -4rem !important
}
.md\:-m-20 {
margin: -5rem !important
}
.md\:-m-24 {
margin: -6rem !important
}
.md\:-m-32 {
margin: -8rem !important
}
.md\:-m-40 {
margin: -10rem !important
}
.md\:-m-48 {
margin: -12rem !important
}
.md\:-m-56 {
margin: -14rem !important
}
.md\:-m-64 {
margin: -16rem !important
}
.md\:-m-px {
margin: -1px !important
}
.md\:my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important
}
.md\:mx-0 {
margin-left: 0 !important;
margin-right: 0 !important
}
.md\:my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important
}
.md\:mx-1 {
margin-left: 0.25rem !important;
margin-right: 0.25rem !important
}
.md\:my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important
}
.md\:mx-2 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important
}
.md\:my-3 {
margin-top: 0.75rem !important;
margin-bottom: 0.75rem !important
}
.md\:mx-3 {
margin-left: 0.75rem !important;
margin-right: 0.75rem !important
}
.md\:my-4 {
margin-top: 1rem !important;
margin-bottom: 1rem !important
}
.md\:mx-4 {
margin-left: 1rem !important;
margin-right: 1rem !important
}
.md\:my-5 {
margin-top: 1.25rem !important;
margin-bottom: 1.25rem !important
}
.md\:mx-5 {
margin-left: 1.25rem !important;
margin-right: 1.25rem !important
}
.md\:my-6 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important
}
.md\:mx-6 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important
}
.md\:my-8 {
margin-top: 2rem !important;
margin-bottom: 2rem !important
}
.md\:mx-8 {
margin-left: 2rem !important;
margin-right: 2rem !important
}
.md\:my-10 {
margin-top: 2.5rem !important;
margin-bottom: 2.5rem !important
}
.md\:mx-10 {
margin-left: 2.5rem !important;
margin-right: 2.5rem !important
}
.md\:my-12 {
margin-top: 3rem !important;
margin-bottom: 3rem !important
}
.md\:mx-12 {
margin-left: 3rem !important;
margin-right: 3rem !important
}
.md\:my-16 {
margin-top: 4rem !important;
margin-bottom: 4rem !important
}
.md\:mx-16 {
margin-left: 4rem !important;
margin-right: 4rem !important
}
.md\:my-20 {
margin-top: 5rem !important;
margin-bottom: 5rem !important
}
.md\:mx-20 {
margin-left: 5rem !important;
margin-right: 5rem !important
}
.md\:my-24 {
margin-top: 6rem !important;
margin-bottom: 6rem !important
}
.md\:mx-24 {
margin-left: 6rem !important;
margin-right: 6rem !important
}
.md\:my-32 {
margin-top: 8rem !important;
margin-bottom: 8rem !important
}
.md\:mx-32 {
margin-left: 8rem !important;
margin-right: 8rem !important
}
.md\:my-40 {
margin-top: 10rem !important;
margin-bottom: 10rem !important
}
.md\:mx-40 {
margin-left: 10rem !important;
margin-right: 10rem !important
}
.md\:my-48 {
margin-top: 12rem !important;
margin-bottom: 12rem !important
}
.md\:mx-48 {
margin-left: 12rem !important;
margin-right: 12rem !important
}
.md\:my-56 {
margin-top: 14rem !important;
margin-bottom: 14rem !important
}
.md\:mx-56 {
margin-left: 14rem !important;
margin-right: 14rem !important
}
.md\:my-64 {
margin-top: 16rem !important;
margin-bottom: 16rem !important
}
.md\:mx-64 {
margin-left: 16rem !important;
margin-right: 16rem !important
}
.md\:my-auto {
margin-top: auto !important;
margin-bottom: auto !important
}
.md\:mx-auto {
margin-left: auto !important;
margin-right: auto !important
}
.md\:my-px {
margin-top: 1px !important;
margin-bottom: 1px !important
}
.md\:mx-px {
margin-left: 1px !important;
margin-right: 1px !important
}
.md\:-my-1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important
}
.md\:-mx-1 {
margin-left: -0.25rem !important;
margin-right: -0.25rem !important
}
.md\:-my-2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important
}
.md\:-mx-2 {
margin-left: -0.5rem !important;
margin-right: -0.5rem !important
}
.md\:-my-3 {
margin-top: -0.75rem !important;
margin-bottom: -0.75rem !important
}
.md\:-mx-3 {
margin-left: -0.75rem !important;
margin-right: -0.75rem !important
}
.md\:-my-4 {
margin-top: -1rem !important;
margin-bottom: -1rem !important
}
.md\:-mx-4 {
margin-left: -1rem !important;
margin-right: -1rem !important
}
.md\:-my-5 {
margin-top: -1.25rem !important;
margin-bottom: -1.25rem !important
}
.md\:-mx-5 {
margin-left: -1.25rem !important;
margin-right: -1.25rem !important
}
.md\:-my-6 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important
}
.md\:-mx-6 {
margin-left: -1.5rem !important;
margin-right: -1.5rem !important
}
.md\:-my-8 {
margin-top: -2rem !important;
margin-bottom: -2rem !important
}
.md\:-mx-8 {
margin-left: -2rem !important;
margin-right: -2rem !important
}
.md\:-my-10 {
margin-top: -2.5rem !important;
margin-bottom: -2.5rem !important
}
.md\:-mx-10 {
margin-left: -2.5rem !important;
margin-right: -2.5rem !important
}
.md\:-my-12 {
margin-top: -3rem !important;
margin-bottom: -3rem !important
}
.md\:-mx-12 {
margin-left: -3rem !important;
margin-right: -3rem !important
}
.md\:-my-16 {
margin-top: -4rem !important;
margin-bottom: -4rem !important
}
.md\:-mx-16 {
margin-left: -4rem !important;
margin-right: -4rem !important
}
.md\:-my-20 {
margin-top: -5rem !important;
margin-bottom: -5rem !important
}
.md\:-mx-20 {
margin-left: -5rem !important;
margin-right: -5rem !important
}
.md\:-my-24 {
margin-top: -6rem !important;
margin-bottom: -6rem !important
}
.md\:-mx-24 {
margin-left: -6rem !important;
margin-right: -6rem !important
}
.md\:-my-32 {
margin-top: -8rem !important;
margin-bottom: -8rem !important
}
.md\:-mx-32 {
margin-left: -8rem !important;
margin-right: -8rem !important
}
.md\:-my-40 {
margin-top: -10rem !important;
margin-bottom: -10rem !important
}
.md\:-mx-40 {
margin-left: -10rem !important;
margin-right: -10rem !important
}
.md\:-my-48 {
margin-top: -12rem !important;
margin-bottom: -12rem !important
}
.md\:-mx-48 {
margin-left: -12rem !important;
margin-right: -12rem !important
}
.md\:-my-56 {
margin-top: -14rem !important;
margin-bottom: -14rem !important
}
.md\:-mx-56 {
margin-left: -14rem !important;
margin-right: -14rem !important
}
.md\:-my-64 {
margin-top: -16rem !important;
margin-bottom: -16rem !important
}
.md\:-mx-64 {
margin-left: -16rem !important;
margin-right: -16rem !important
}
.md\:-my-px {
margin-top: -1px !important;
margin-bottom: -1px !important
}
.md\:-mx-px {
margin-left: -1px !important;
margin-right: -1px !important
}
.md\:mt-0 {
margin-top: 0 !important
}
.md\:mr-0 {
margin-right: 0 !important
}
.md\:mb-0 {
margin-bottom: 0 !important
}
.md\:ml-0 {
margin-left: 0 !important
}
.md\:mt-1 {
margin-top: 0.25rem !important
}
.md\:mr-1 {
margin-right: 0.25rem !important
}
.md\:mb-1 {
margin-bottom: 0.25rem !important
}
.md\:ml-1 {
margin-left: 0.25rem !important
}
.md\:mt-2 {
margin-top: 0.5rem !important
}
.md\:mr-2 {
margin-right: 0.5rem !important
}
.md\:mb-2 {
margin-bottom: 0.5rem !important
}
.md\:ml-2 {
margin-left: 0.5rem !important
}
.md\:mt-3 {
margin-top: 0.75rem !important
}
.md\:mr-3 {
margin-right: 0.75rem !important
}
.md\:mb-3 {
margin-bottom: 0.75rem !important
}
.md\:ml-3 {
margin-left: 0.75rem !important
}
.md\:mt-4 {
margin-top: 1rem !important
}
.md\:mr-4 {
margin-right: 1rem !important
}
.md\:mb-4 {
margin-bottom: 1rem !important
}
.md\:ml-4 {
margin-left: 1rem !important
}
.md\:mt-5 {
margin-top: 1.25rem !important
}
.md\:mr-5 {
margin-right: 1.25rem !important
}
.md\:mb-5 {
margin-bottom: 1.25rem !important
}
.md\:ml-5 {
margin-left: 1.25rem !important
}
.md\:mt-6 {
margin-top: 1.5rem !important
}
.md\:mr-6 {
margin-right: 1.5rem !important
}
.md\:mb-6 {
margin-bottom: 1.5rem !important
}
.md\:ml-6 {
margin-left: 1.5rem !important
}
.md\:mt-8 {
margin-top: 2rem !important
}
.md\:mr-8 {
margin-right: 2rem !important
}
.md\:mb-8 {
margin-bottom: 2rem !important
}
.md\:ml-8 {
margin-left: 2rem !important
}
.md\:mt-10 {
margin-top: 2.5rem !important
}
.md\:mr-10 {
margin-right: 2.5rem !important
}
.md\:mb-10 {
margin-bottom: 2.5rem !important
}
.md\:ml-10 {
margin-left: 2.5rem !important
}
.md\:mt-12 {
margin-top: 3rem !important
}
.md\:mr-12 {
margin-right: 3rem !important
}
.md\:mb-12 {
margin-bottom: 3rem !important
}
.md\:ml-12 {
margin-left: 3rem !important
}
.md\:mt-16 {
margin-top: 4rem !important
}
.md\:mr-16 {
margin-right: 4rem !important
}
.md\:mb-16 {
margin-bottom: 4rem !important
}
.md\:ml-16 {
margin-left: 4rem !important
}
.md\:mt-20 {
margin-top: 5rem !important
}
.md\:mr-20 {
margin-right: 5rem !important
}
.md\:mb-20 {
margin-bottom: 5rem !important
}
.md\:ml-20 {
margin-left: 5rem !important
}
.md\:mt-24 {
margin-top: 6rem !important
}
.md\:mr-24 {
margin-right: 6rem !important
}
.md\:mb-24 {
margin-bottom: 6rem !important
}
.md\:ml-24 {
margin-left: 6rem !important
}
.md\:mt-32 {
margin-top: 8rem !important
}
.md\:mr-32 {
margin-right: 8rem !important
}
.md\:mb-32 {
margin-bottom: 8rem !important
}
.md\:ml-32 {
margin-left: 8rem !important
}
.md\:mt-40 {
margin-top: 10rem !important
}
.md\:mr-40 {
margin-right: 10rem !important
}
.md\:mb-40 {
margin-bottom: 10rem !important
}
.md\:ml-40 {
margin-left: 10rem !important
}
.md\:mt-48 {
margin-top: 12rem !important
}
.md\:mr-48 {
margin-right: 12rem !important
}
.md\:mb-48 {
margin-bottom: 12rem !important
}
.md\:ml-48 {
margin-left: 12rem !important
}
.md\:mt-56 {
margin-top: 14rem !important
}
.md\:mr-56 {
margin-right: 14rem !important
}
.md\:mb-56 {
margin-bottom: 14rem !important
}
.md\:ml-56 {
margin-left: 14rem !important
}
.md\:mt-64 {
margin-top: 16rem !important
}
.md\:mr-64 {
margin-right: 16rem !important
}
.md\:mb-64 {
margin-bottom: 16rem !important
}
.md\:ml-64 {
margin-left: 16rem !important
}
.md\:mt-auto {
margin-top: auto !important
}
.md\:mr-auto {
margin-right: auto !important
}
.md\:mb-auto {
margin-bottom: auto !important
}
.md\:ml-auto {
margin-left: auto !important
}
.md\:mt-px {
margin-top: 1px !important
}
.md\:mr-px {
margin-right: 1px !important
}
.md\:mb-px {
margin-bottom: 1px !important
}
.md\:ml-px {
margin-left: 1px !important
}
.md\:-mt-1 {
margin-top: -0.25rem !important
}
.md\:-mr-1 {
margin-right: -0.25rem !important
}
.md\:-mb-1 {
margin-bottom: -0.25rem !important
}
.md\:-ml-1 {
margin-left: -0.25rem !important
}
.md\:-mt-2 {
margin-top: -0.5rem !important
}
.md\:-mr-2 {
margin-right: -0.5rem !important
}
.md\:-mb-2 {
margin-bottom: -0.5rem !important
}
.md\:-ml-2 {
margin-left: -0.5rem !important
}
.md\:-mt-3 {
margin-top: -0.75rem !important
}
.md\:-mr-3 {
margin-right: -0.75rem !important
}
.md\:-mb-3 {
margin-bottom: -0.75rem !important
}
.md\:-ml-3 {
margin-left: -0.75rem !important
}
.md\:-mt-4 {
margin-top: -1rem !important
}
.md\:-mr-4 {
margin-right: -1rem !important
}
.md\:-mb-4 {
margin-bottom: -1rem !important
}
.md\:-ml-4 {
margin-left: -1rem !important
}
.md\:-mt-5 {
margin-top: -1.25rem !important
}
.md\:-mr-5 {
margin-right: -1.25rem !important
}
.md\:-mb-5 {
margin-bottom: -1.25rem !important
}
.md\:-ml-5 {
margin-left: -1.25rem !important
}
.md\:-mt-6 {
margin-top: -1.5rem !important
}
.md\:-mr-6 {
margin-right: -1.5rem !important
}
.md\:-mb-6 {
margin-bottom: -1.5rem !important
}
.md\:-ml-6 {
margin-left: -1.5rem !important
}
.md\:-mt-8 {
margin-top: -2rem !important
}
.md\:-mr-8 {
margin-right: -2rem !important
}
.md\:-mb-8 {
margin-bottom: -2rem !important
}
.md\:-ml-8 {
margin-left: -2rem !important
}
.md\:-mt-10 {
margin-top: -2.5rem !important
}
.md\:-mr-10 {
margin-right: -2.5rem !important
}
.md\:-mb-10 {
margin-bottom: -2.5rem !important
}
.md\:-ml-10 {
margin-left: -2.5rem !important
}
.md\:-mt-12 {
margin-top: -3rem !important
}
.md\:-mr-12 {
margin-right: -3rem !important
}
.md\:-mb-12 {
margin-bottom: -3rem !important
}
.md\:-ml-12 {
margin-left: -3rem !important
}
.md\:-mt-16 {
margin-top: -4rem !important
}
.md\:-mr-16 {
margin-right: -4rem !important
}
.md\:-mb-16 {
margin-bottom: -4rem !important
}
.md\:-ml-16 {
margin-left: -4rem !important
}
.md\:-mt-20 {
margin-top: -5rem !important
}
.md\:-mr-20 {
margin-right: -5rem !important
}
.md\:-mb-20 {
margin-bottom: -5rem !important
}
.md\:-ml-20 {
margin-left: -5rem !important
}
.md\:-mt-24 {
margin-top: -6rem !important
}
.md\:-mr-24 {
margin-right: -6rem !important
}
.md\:-mb-24 {
margin-bottom: -6rem !important
}
.md\:-ml-24 {
margin-left: -6rem !important
}
.md\:-mt-32 {
margin-top: -8rem !important
}
.md\:-mr-32 {
margin-right: -8rem !important
}
.md\:-mb-32 {
margin-bottom: -8rem !important
}
.md\:-ml-32 {
margin-left: -8rem !important
}
.md\:-mt-40 {
margin-top: -10rem !important
}
.md\:-mr-40 {
margin-right: -10rem !important
}
.md\:-mb-40 {
margin-bottom: -10rem !important
}
.md\:-ml-40 {
margin-left: -10rem !important
}
.md\:-mt-48 {
margin-top: -12rem !important
}
.md\:-mr-48 {
margin-right: -12rem !important
}
.md\:-mb-48 {
margin-bottom: -12rem !important
}
.md\:-ml-48 {
margin-left: -12rem !important
}
.md\:-mt-56 {
margin-top: -14rem !important
}
.md\:-mr-56 {
margin-right: -14rem !important
}
.md\:-mb-56 {
margin-bottom: -14rem !important
}
.md\:-ml-56 {
margin-left: -14rem !important
}
.md\:-mt-64 {
margin-top: -16rem !important
}
.md\:-mr-64 {
margin-right: -16rem !important
}
.md\:-mb-64 {
margin-bottom: -16rem !important
}
.md\:-ml-64 {
margin-left: -16rem !important
}
.md\:-mt-px {
margin-top: -1px !important
}
.md\:-mr-px {
margin-right: -1px !important
}
.md\:-mb-px {
margin-bottom: -1px !important
}
.md\:-ml-px {
margin-left: -1px !important
}
.md\:max-h-full {
max-height: 100% !important
}
.md\:max-h-screen {
max-height: 100vh !important
}
.md\:max-w-none {
max-width: none !important
}
.md\:max-w-xs {
max-width: 20rem !important
}
.md\:max-w-sm {
max-width: 24rem !important
}
.md\:max-w-md {
max-width: 28rem !important
}
.md\:max-w-lg {
max-width: 32rem !important
}
.md\:max-w-xl {
max-width: 36rem !important
}
.md\:max-w-2xl {
max-width: 42rem !important
}
.md\:max-w-3xl {
max-width: 48rem !important
}
.md\:max-w-4xl {
max-width: 56rem !important
}
.md\:max-w-5xl {
max-width: 64rem !important
}
.md\:max-w-6xl {
max-width: 72rem !important
}
.md\:max-w-full {
max-width: 100% !important
}
.md\:max-w-screen-md {
max-width: 768px !important
}
.md\:max-w-screen-lg {
max-width: 1024px !important
}
.md\:min-h-0 {
min-height: 0 !important
}
.md\:min-h-full {
min-height: 100% !important
}
.md\:min-h-screen {
min-height: 100vh !important
}
.md\:min-w-0 {
min-width: 0 !important
}
.md\:min-w-full {
min-width: 100% !important
}
.md\:object-contain {
-o-object-fit: contain !important;
object-fit: contain !important
}
.md\:object-cover {
-o-object-fit: cover !important;
object-fit: cover !important
}
.md\:object-fill {
-o-object-fit: fill !important;
object-fit: fill !important
}
.md\:object-none {
-o-object-fit: none !important;
object-fit: none !important
}
.md\:object-scale-down {
-o-object-fit: scale-down !important;
object-fit: scale-down !important
}
.md\:object-bottom {
-o-object-position: bottom !important;
object-position: bottom !important
}
.md\:object-center {
-o-object-position: center !important;
object-position: center !important
}
.md\:object-left {
-o-object-position: left !important;
object-position: left !important
}
.md\:object-left-bottom {
-o-object-position: left bottom !important;
object-position: left bottom !important
}
.md\:object-left-top {
-o-object-position: left top !important;
object-position: left top !important
}
.md\:object-right {
-o-object-position: right !important;
object-position: right !important
}
.md\:object-right-bottom {
-o-object-position: right bottom !important;
object-position: right bottom !important
}
.md\:object-right-top {
-o-object-position: right top !important;
object-position: right top !important
}
.md\:object-top {
-o-object-position: top !important;
object-position: top !important
}
.md\:opacity-0 {
opacity: 0 !important
}
.md\:opacity-25 {
opacity: 0.25 !important
}
.md\:opacity-50 {
opacity: 0.5 !important
}
.md\:opacity-75 {
opacity: 0.75 !important
}
.md\:opacity-100 {
opacity: 1 !important
}
.md\:hover\:opacity-0:hover {
opacity: 0 !important
}
.md\:hover\:opacity-25:hover {
opacity: 0.25 !important
}
.md\:hover\:opacity-50:hover {
opacity: 0.5 !important
}
.md\:hover\:opacity-75:hover {
opacity: 0.75 !important
}
.md\:hover\:opacity-100:hover {
opacity: 1 !important
}
.md\:focus\:opacity-0:focus {
opacity: 0 !important
}
.md\:focus\:opacity-25:focus {
opacity: 0.25 !important
}
.md\:focus\:opacity-50:focus {
opacity: 0.5 !important
}
.md\:focus\:opacity-75:focus {
opacity: 0.75 !important
}
.md\:focus\:opacity-100:focus {
opacity: 1 !important
}
.md\:outline-none {
outline: 0 !important
}
.md\:focus\:outline-none:focus {
outline: 0 !important
}
.md\:overflow-auto {
overflow: auto !important
}
.md\:overflow-hidden {
overflow: hidden !important
}
.md\:overflow-visible {
overflow: visible !important
}
.md\:overflow-scroll {
overflow: scroll !important
}
.md\:overflow-x-auto {
overflow-x: auto !important
}
.md\:overflow-y-auto {
overflow-y: auto !important
}
.md\:overflow-x-hidden {
overflow-x: hidden !important
}
.md\:overflow-y-hidden {
overflow-y: hidden !important
}
.md\:overflow-x-visible {
overflow-x: visible !important
}
.md\:overflow-y-visible {
overflow-y: visible !important
}
.md\:overflow-x-scroll {
overflow-x: scroll !important
}
.md\:overflow-y-scroll {
overflow-y: scroll !important
}
.md\:scrolling-touch {
-webkit-overflow-scrolling: touch !important
}
.md\:scrolling-auto {
-webkit-overflow-scrolling: auto !important
}
.md\:p-0 {
padding: 0 !important
}
.md\:p-1 {
padding: 0.25rem !important
}
.md\:p-2 {
padding: 0.5rem !important
}
.md\:p-3 {
padding: 0.75rem !important
}
.md\:p-4 {
padding: 1rem !important
}
.md\:p-5 {
padding: 1.25rem !important
}
.md\:p-6 {
padding: 1.5rem !important
}
.md\:p-8 {
padding: 2rem !important
}
.md\:p-10 {
padding: 2.5rem !important
}
.md\:p-12 {
padding: 3rem !important
}
.md\:p-16 {
padding: 4rem !important
}
.md\:p-20 {
padding: 5rem !important
}
.md\:p-24 {
padding: 6rem !important
}
.md\:p-32 {
padding: 8rem !important
}
.md\:p-40 {
padding: 10rem !important
}
.md\:p-48 {
padding: 12rem !important
}
.md\:p-56 {
padding: 14rem !important
}
.md\:p-64 {
padding: 16rem !important
}
.md\:p-px {
padding: 1px !important
}
.md\:py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important
}
.md\:px-0 {
padding-left: 0 !important;
padding-right: 0 !important
}
.md\:py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important
}
.md\:px-1 {
padding-left: 0.25rem !important;
padding-right: 0.25rem !important
}
.md\:py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important
}
.md\:px-2 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important
}
.md\:py-3 {
padding-top: 0.75rem !important;
padding-bottom: 0.75rem !important
}
.md\:px-3 {
padding-left: 0.75rem !important;
padding-right: 0.75rem !important
}
.md\:py-4 {
padding-top: 1rem !important;
padding-bottom: 1rem !important
}
.md\:px-4 {
padding-left: 1rem !important;
padding-right: 1rem !important
}
.md\:py-5 {
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important
}
.md\:px-5 {
padding-left: 1.25rem !important;
padding-right: 1.25rem !important
}
.md\:py-6 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important
}
.md\:px-6 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important
}
.md\:py-8 {
padding-top: 2rem !important;
padding-bottom: 2rem !important
}
.md\:px-8 {
padding-left: 2rem !important;
padding-right: 2rem !important
}
.md\:py-10 {
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important
}
.md\:px-10 {
padding-left: 2.5rem !important;
padding-right: 2.5rem !important
}
.md\:py-12 {
padding-top: 3rem !important;
padding-bottom: 3rem !important
}
.md\:px-12 {
padding-left: 3rem !important;
padding-right: 3rem !important
}
.md\:py-16 {
padding-top: 4rem !important;
padding-bottom: 4rem !important
}
.md\:px-16 {
padding-left: 4rem !important;
padding-right: 4rem !important
}
.md\:py-20 {
padding-top: 5rem !important;
padding-bottom: 5rem !important
}
.md\:px-20 {
padding-left: 5rem !important;
padding-right: 5rem !important
}
.md\:py-24 {
padding-top: 6rem !important;
padding-bottom: 6rem !important
}
.md\:px-24 {
padding-left: 6rem !important;
padding-right: 6rem !important
}
.md\:py-32 {
padding-top: 8rem !important;
padding-bottom: 8rem !important
}
.md\:px-32 {
padding-left: 8rem !important;
padding-right: 8rem !important
}
.md\:py-40 {
padding-top: 10rem !important;
padding-bottom: 10rem !important
}
.md\:px-40 {
padding-left: 10rem !important;
padding-right: 10rem !important
}
.md\:py-48 {
padding-top: 12rem !important;
padding-bottom: 12rem !important
}
.md\:px-48 {
padding-left: 12rem !important;
padding-right: 12rem !important
}
.md\:py-56 {
padding-top: 14rem !important;
padding-bottom: 14rem !important
}
.md\:px-56 {
padding-left: 14rem !important;
padding-right: 14rem !important
}
.md\:py-64 {
padding-top: 16rem !important;
padding-bottom: 16rem !important
}
.md\:px-64 {
padding-left: 16rem !important;
padding-right: 16rem !important
}
.md\:py-px {
padding-top: 1px !important;
padding-bottom: 1px !important
}
.md\:px-px {
padding-left: 1px !important;
padding-right: 1px !important
}
.md\:pt-0 {
padding-top: 0 !important
}
.md\:pr-0 {
padding-right: 0 !important
}
.md\:pb-0 {
padding-bottom: 0 !important
}
.md\:pl-0 {
padding-left: 0 !important
}
.md\:pt-1 {
padding-top: 0.25rem !important
}
.md\:pr-1 {
padding-right: 0.25rem !important
}
.md\:pb-1 {
padding-bottom: 0.25rem !important
}
.md\:pl-1 {
padding-left: 0.25rem !important
}
.md\:pt-2 {
padding-top: 0.5rem !important
}
.md\:pr-2 {
padding-right: 0.5rem !important
}
.md\:pb-2 {
padding-bottom: 0.5rem !important
}
.md\:pl-2 {
padding-left: 0.5rem !important
}
.md\:pt-3 {
padding-top: 0.75rem !important
}
.md\:pr-3 {
padding-right: 0.75rem !important
}
.md\:pb-3 {
padding-bottom: 0.75rem !important
}
.md\:pl-3 {
padding-left: 0.75rem !important
}
.md\:pt-4 {
padding-top: 1rem !important
}
.md\:pr-4 {
padding-right: 1rem !important
}
.md\:pb-4 {
padding-bottom: 1rem !important
}
.md\:pl-4 {
padding-left: 1rem !important
}
.md\:pt-5 {
padding-top: 1.25rem !important
}
.md\:pr-5 {
padding-right: 1.25rem !important
}
.md\:pb-5 {
padding-bottom: 1.25rem !important
}
.md\:pl-5 {
padding-left: 1.25rem !important
}
.md\:pt-6 {
padding-top: 1.5rem !important
}
.md\:pr-6 {
padding-right: 1.5rem !important
}
.md\:pb-6 {
padding-bottom: 1.5rem !important
}
.md\:pl-6 {
padding-left: 1.5rem !important
}
.md\:pt-8 {
padding-top: 2rem !important
}
.md\:pr-8 {
padding-right: 2rem !important
}
.md\:pb-8 {
padding-bottom: 2rem !important
}
.md\:pl-8 {
padding-left: 2rem !important
}
.md\:pt-10 {
padding-top: 2.5rem !important
}
.md\:pr-10 {
padding-right: 2.5rem !important
}
.md\:pb-10 {
padding-bottom: 2.5rem !important
}
.md\:pl-10 {
padding-left: 2.5rem !important
}
.md\:pt-12 {
padding-top: 3rem !important
}
.md\:pr-12 {
padding-right: 3rem !important
}
.md\:pb-12 {
padding-bottom: 3rem !important
}
.md\:pl-12 {
padding-left: 3rem !important
}
.md\:pt-16 {
padding-top: 4rem !important
}
.md\:pr-16 {
padding-right: 4rem !important
}
.md\:pb-16 {
padding-bottom: 4rem !important
}
.md\:pl-16 {
padding-left: 4rem !important
}
.md\:pt-20 {
padding-top: 5rem !important
}
.md\:pr-20 {
padding-right: 5rem !important
}
.md\:pb-20 {
padding-bottom: 5rem !important
}
.md\:pl-20 {
padding-left: 5rem !important
}
.md\:pt-24 {
padding-top: 6rem !important
}
.md\:pr-24 {
padding-right: 6rem !important
}
.md\:pb-24 {
padding-bottom: 6rem !important
}
.md\:pl-24 {
padding-left: 6rem !important
}
.md\:pt-32 {
padding-top: 8rem !important
}
.md\:pr-32 {
padding-right: 8rem !important
}
.md\:pb-32 {
padding-bottom: 8rem !important
}
.md\:pl-32 {
padding-left: 8rem !important
}
.md\:pt-40 {
padding-top: 10rem !important
}
.md\:pr-40 {
padding-right: 10rem !important
}
.md\:pb-40 {
padding-bottom: 10rem !important
}
.md\:pl-40 {
padding-left: 10rem !important
}
.md\:pt-48 {
padding-top: 12rem !important
}
.md\:pr-48 {
padding-right: 12rem !important
}
.md\:pb-48 {
padding-bottom: 12rem !important
}
.md\:pl-48 {
padding-left: 12rem !important
}
.md\:pt-56 {
padding-top: 14rem !important
}
.md\:pr-56 {
padding-right: 14rem !important
}
.md\:pb-56 {
padding-bottom: 14rem !important
}
.md\:pl-56 {
padding-left: 14rem !important
}
.md\:pt-64 {
padding-top: 16rem !important
}
.md\:pr-64 {
padding-right: 16rem !important
}
.md\:pb-64 {
padding-bottom: 16rem !important
}
.md\:pl-64 {
padding-left: 16rem !important
}
.md\:pt-px {
padding-top: 1px !important
}
.md\:pr-px {
padding-right: 1px !important
}
.md\:pb-px {
padding-bottom: 1px !important
}
.md\:pl-px {
padding-left: 1px !important
}
.md\:placeholder-transparent::-webkit-input-placeholder {
color: transparent !important
}
.md\:placeholder-transparent::-moz-placeholder {
color: transparent !important
}
.md\:placeholder-transparent:-ms-input-placeholder {
color: transparent !important
}
.md\:placeholder-transparent::-ms-input-placeholder {
color: transparent !important
}
.md\:placeholder-transparent::placeholder {
color: transparent !important
}
.md\:placeholder-black::-webkit-input-placeholder {
color: #000 !important
}
.md\:placeholder-black::-moz-placeholder {
color: #000 !important
}
.md\:placeholder-black:-ms-input-placeholder {
color: #000 !important
}
.md\:placeholder-black::-ms-input-placeholder {
color: #000 !important
}
.md\:placeholder-black::placeholder {
color: #000 !important
}
.md\:placeholder-white::-webkit-input-placeholder {
color: #fff !important
}
.md\:placeholder-white::-moz-placeholder {
color: #fff !important
}
.md\:placeholder-white:-ms-input-placeholder {
color: #fff !important
}
.md\:placeholder-white::-ms-input-placeholder {
color: #fff !important
}
.md\:placeholder-white::placeholder {
color: #fff !important
}
.md\:placeholder-gray-100::-webkit-input-placeholder {
color: #f7fafc !important
}
.md\:placeholder-gray-100::-moz-placeholder {
color: #f7fafc !important
}
.md\:placeholder-gray-100:-ms-input-placeholder {
color: #f7fafc !important
}
.md\:placeholder-gray-100::-ms-input-placeholder {
color: #f7fafc !important
}
.md\:placeholder-gray-100::placeholder {
color: #f7fafc !important
}
.md\:placeholder-gray-200::-webkit-input-placeholder {
color: #edf2f7 !important
}
.md\:placeholder-gray-200::-moz-placeholder {
color: #edf2f7 !important
}
.md\:placeholder-gray-200:-ms-input-placeholder {
color: #edf2f7 !important
}
.md\:placeholder-gray-200::-ms-input-placeholder {
color: #edf2f7 !important
}
.md\:placeholder-gray-200::placeholder {
color: #edf2f7 !important
}
.md\:placeholder-gray-300::-webkit-input-placeholder {
color: #e2e8f0 !important
}
.md\:placeholder-gray-300::-moz-placeholder {
color: #e2e8f0 !important
}
.md\:placeholder-gray-300:-ms-input-placeholder {
color: #e2e8f0 !important
}
.md\:placeholder-gray-300::-ms-input-placeholder {
color: #e2e8f0 !important
}
.md\:placeholder-gray-300::placeholder {
color: #e2e8f0 !important
}
.md\:placeholder-gray-400::-webkit-input-placeholder {
color: #cbd5e0 !important
}
.md\:placeholder-gray-400::-moz-placeholder {
color: #cbd5e0 !important
}
.md\:placeholder-gray-400:-ms-input-placeholder {
color: #cbd5e0 !important
}
.md\:placeholder-gray-400::-ms-input-placeholder {
color: #cbd5e0 !important
}
.md\:placeholder-gray-400::placeholder {
color: #cbd5e0 !important
}
.md\:placeholder-gray-500::-webkit-input-placeholder {
color: #a0aec0 !important
}
.md\:placeholder-gray-500::-moz-placeholder {
color: #a0aec0 !important
}
.md\:placeholder-gray-500:-ms-input-placeholder {
color: #a0aec0 !important
}
.md\:placeholder-gray-500::-ms-input-placeholder {
color: #a0aec0 !important
}
.md\:placeholder-gray-500::placeholder {
color: #a0aec0 !important
}
.md\:placeholder-gray-600::-webkit-input-placeholder {
color: #718096 !important
}
.md\:placeholder-gray-600::-moz-placeholder {
color: #718096 !important
}
.md\:placeholder-gray-600:-ms-input-placeholder {
color: #718096 !important
}
.md\:placeholder-gray-600::-ms-input-placeholder {
color: #718096 !important
}
.md\:placeholder-gray-600::placeholder {
color: #718096 !important
}
.md\:placeholder-gray-700::-webkit-input-placeholder {
color: #4a5568 !important
}
.md\:placeholder-gray-700::-moz-placeholder {
color: #4a5568 !important
}
.md\:placeholder-gray-700:-ms-input-placeholder {
color: #4a5568 !important
}
.md\:placeholder-gray-700::-ms-input-placeholder {
color: #4a5568 !important
}
.md\:placeholder-gray-700::placeholder {
color: #4a5568 !important
}
.md\:placeholder-gray-800::-webkit-input-placeholder {
color: #2d3748 !important
}
.md\:placeholder-gray-800::-moz-placeholder {
color: #2d3748 !important
}
.md\:placeholder-gray-800:-ms-input-placeholder {
color: #2d3748 !important
}
.md\:placeholder-gray-800::-ms-input-placeholder {
color: #2d3748 !important
}
.md\:placeholder-gray-800::placeholder {
color: #2d3748 !important
}
.md\:placeholder-gray-900::-webkit-input-placeholder {
color: #1a202c !important
}
.md\:placeholder-gray-900::-moz-placeholder {
color: #1a202c !important
}
.md\:placeholder-gray-900:-ms-input-placeholder {
color: #1a202c !important
}
.md\:placeholder-gray-900::-ms-input-placeholder {
color: #1a202c !important
}
.md\:placeholder-gray-900::placeholder {
color: #1a202c !important
}
.md\:placeholder-red-100::-webkit-input-placeholder {
color: #fff5f5 !important
}
.md\:placeholder-red-100::-moz-placeholder {
color: #fff5f5 !important
}
.md\:placeholder-red-100:-ms-input-placeholder {
color: #fff5f5 !important
}
.md\:placeholder-red-100::-ms-input-placeholder {
color: #fff5f5 !important
}
.md\:placeholder-red-100::placeholder {
color: #fff5f5 !important
}
.md\:placeholder-red-200::-webkit-input-placeholder {
color: #fed7d7 !important
}
.md\:placeholder-red-200::-moz-placeholder {
color: #fed7d7 !important
}
.md\:placeholder-red-200:-ms-input-placeholder {
color: #fed7d7 !important
}
.md\:placeholder-red-200::-ms-input-placeholder {
color: #fed7d7 !important
}
.md\:placeholder-red-200::placeholder {
color: #fed7d7 !important
}
.md\:placeholder-red-300::-webkit-input-placeholder {
color: #feb2b2 !important
}
.md\:placeholder-red-300::-moz-placeholder {
color: #feb2b2 !important
}
.md\:placeholder-red-300:-ms-input-placeholder {
color: #feb2b2 !important
}
.md\:placeholder-red-300::-ms-input-placeholder {
color: #feb2b2 !important
}
.md\:placeholder-red-300::placeholder {
color: #feb2b2 !important
}
.md\:placeholder-red-400::-webkit-input-placeholder {
color: #fc8181 !important
}
.md\:placeholder-red-400::-moz-placeholder {
color: #fc8181 !important
}
.md\:placeholder-red-400:-ms-input-placeholder {
color: #fc8181 !important
}
.md\:placeholder-red-400::-ms-input-placeholder {
color: #fc8181 !important
}
.md\:placeholder-red-400::placeholder {
color: #fc8181 !important
}
.md\:placeholder-red-500::-webkit-input-placeholder {
color: #f56565 !important
}
.md\:placeholder-red-500::-moz-placeholder {
color: #f56565 !important
}
.md\:placeholder-red-500:-ms-input-placeholder {
color: #f56565 !important
}
.md\:placeholder-red-500::-ms-input-placeholder {
color: #f56565 !important
}
.md\:placeholder-red-500::placeholder {
color: #f56565 !important
}
.md\:placeholder-red-600::-webkit-input-placeholder {
color: #e53e3e !important
}
.md\:placeholder-red-600::-moz-placeholder {
color: #e53e3e !important
}
.md\:placeholder-red-600:-ms-input-placeholder {
color: #e53e3e !important
}
.md\:placeholder-red-600::-ms-input-placeholder {
color: #e53e3e !important
}
.md\:placeholder-red-600::placeholder {
color: #e53e3e !important
}
.md\:placeholder-red-700::-webkit-input-placeholder {
color: #c53030 !important
}
.md\:placeholder-red-700::-moz-placeholder {
color: #c53030 !important
}
.md\:placeholder-red-700:-ms-input-placeholder {
color: #c53030 !important
}
.md\:placeholder-red-700::-ms-input-placeholder {
color: #c53030 !important
}
.md\:placeholder-red-700::placeholder {
color: #c53030 !important
}
.md\:placeholder-red-800::-webkit-input-placeholder {
color: #9b2c2c !important
}
.md\:placeholder-red-800::-moz-placeholder {
color: #9b2c2c !important
}
.md\:placeholder-red-800:-ms-input-placeholder {
color: #9b2c2c !important
}
.md\:placeholder-red-800::-ms-input-placeholder {
color: #9b2c2c !important
}
.md\:placeholder-red-800::placeholder {
color: #9b2c2c !important
}
.md\:placeholder-red-900::-webkit-input-placeholder {
color: #742a2a !important
}
.md\:placeholder-red-900::-moz-placeholder {
color: #742a2a !important
}
.md\:placeholder-red-900:-ms-input-placeholder {
color: #742a2a !important
}
.md\:placeholder-red-900::-ms-input-placeholder {
color: #742a2a !important
}
.md\:placeholder-red-900::placeholder {
color: #742a2a !important
}
.md\:placeholder-orange-100::-webkit-input-placeholder {
color: #fffaf0 !important
}
.md\:placeholder-orange-100::-moz-placeholder {
color: #fffaf0 !important
}
.md\:placeholder-orange-100:-ms-input-placeholder {
color: #fffaf0 !important
}
.md\:placeholder-orange-100::-ms-input-placeholder {
color: #fffaf0 !important
}
.md\:placeholder-orange-100::placeholder {
color: #fffaf0 !important
}
.md\:placeholder-orange-200::-webkit-input-placeholder {
color: #feebc8 !important
}
.md\:placeholder-orange-200::-moz-placeholder {
color: #feebc8 !important
}
.md\:placeholder-orange-200:-ms-input-placeholder {
color: #feebc8 !important
}
.md\:placeholder-orange-200::-ms-input-placeholder {
color: #feebc8 !important
}
.md\:placeholder-orange-200::placeholder {
color: #feebc8 !important
}
.md\:placeholder-orange-300::-webkit-input-placeholder {
color: #fbd38d !important
}
.md\:placeholder-orange-300::-moz-placeholder {
color: #fbd38d !important
}
.md\:placeholder-orange-300:-ms-input-placeholder {
color: #fbd38d !important
}
.md\:placeholder-orange-300::-ms-input-placeholder {
color: #fbd38d !important
}
.md\:placeholder-orange-300::placeholder {
color: #fbd38d !important
}
.md\:placeholder-orange-400::-webkit-input-placeholder {
color: #f6ad55 !important
}
.md\:placeholder-orange-400::-moz-placeholder {
color: #f6ad55 !important
}
.md\:placeholder-orange-400:-ms-input-placeholder {
color: #f6ad55 !important
}
.md\:placeholder-orange-400::-ms-input-placeholder {
color: #f6ad55 !important
}
.md\:placeholder-orange-400::placeholder {
color: #f6ad55 !important
}
.md\:placeholder-orange-500::-webkit-input-placeholder {
color: #ed8936 !important
}
.md\:placeholder-orange-500::-moz-placeholder {
color: #ed8936 !important
}
.md\:placeholder-orange-500:-ms-input-placeholder {
color: #ed8936 !important
}
.md\:placeholder-orange-500::-ms-input-placeholder {
color: #ed8936 !important
}
.md\:placeholder-orange-500::placeholder {
color: #ed8936 !important
}
.md\:placeholder-orange-600::-webkit-input-placeholder {
color: #dd6b20 !important
}
.md\:placeholder-orange-600::-moz-placeholder {
color: #dd6b20 !important
}
.md\:placeholder-orange-600:-ms-input-placeholder {
color: #dd6b20 !important
}
.md\:placeholder-orange-600::-ms-input-placeholder {
color: #dd6b20 !important
}
.md\:placeholder-orange-600::placeholder {
color: #dd6b20 !important
}
.md\:placeholder-orange-700::-webkit-input-placeholder {
color: #c05621 !important
}
.md\:placeholder-orange-700::-moz-placeholder {
color: #c05621 !important
}
.md\:placeholder-orange-700:-ms-input-placeholder {
color: #c05621 !important
}
.md\:placeholder-orange-700::-ms-input-placeholder {
color: #c05621 !important
}
.md\:placeholder-orange-700::placeholder {
color: #c05621 !important
}
.md\:placeholder-orange-800::-webkit-input-placeholder {
color: #9c4221 !important
}
.md\:placeholder-orange-800::-moz-placeholder {
color: #9c4221 !important
}
.md\:placeholder-orange-800:-ms-input-placeholder {
color: #9c4221 !important
}
.md\:placeholder-orange-800::-ms-input-placeholder {
color: #9c4221 !important
}
.md\:placeholder-orange-800::placeholder {
color: #9c4221 !important
}
.md\:placeholder-orange-900::-webkit-input-placeholder {
color: #7b341e !important
}
.md\:placeholder-orange-900::-moz-placeholder {
color: #7b341e !important
}
.md\:placeholder-orange-900:-ms-input-placeholder {
color: #7b341e !important
}
.md\:placeholder-orange-900::-ms-input-placeholder {
color: #7b341e !important
}
.md\:placeholder-orange-900::placeholder {
color: #7b341e !important
}
.md\:placeholder-yellow-100::-webkit-input-placeholder {
color: #fffff0 !important
}
.md\:placeholder-yellow-100::-moz-placeholder {
color: #fffff0 !important
}
.md\:placeholder-yellow-100:-ms-input-placeholder {
color: #fffff0 !important
}
.md\:placeholder-yellow-100::-ms-input-placeholder {
color: #fffff0 !important
}
.md\:placeholder-yellow-100::placeholder {
color: #fffff0 !important
}
.md\:placeholder-yellow-200::-webkit-input-placeholder {
color: #fefcbf !important
}
.md\:placeholder-yellow-200::-moz-placeholder {
color: #fefcbf !important
}
.md\:placeholder-yellow-200:-ms-input-placeholder {
color: #fefcbf !important
}
.md\:placeholder-yellow-200::-ms-input-placeholder {
color: #fefcbf !important
}
.md\:placeholder-yellow-200::placeholder {
color: #fefcbf !important
}
.md\:placeholder-yellow-300::-webkit-input-placeholder {
color: #faf089 !important
}
.md\:placeholder-yellow-300::-moz-placeholder {
color: #faf089 !important
}
.md\:placeholder-yellow-300:-ms-input-placeholder {
color: #faf089 !important
}
.md\:placeholder-yellow-300::-ms-input-placeholder {
color: #faf089 !important
}
.md\:placeholder-yellow-300::placeholder {
color: #faf089 !important
}
.md\:placeholder-yellow-400::-webkit-input-placeholder {
color: #f6e05e !important
}
.md\:placeholder-yellow-400::-moz-placeholder {
color: #f6e05e !important
}
.md\:placeholder-yellow-400:-ms-input-placeholder {
color: #f6e05e !important
}
.md\:placeholder-yellow-400::-ms-input-placeholder {
color: #f6e05e !important
}
.md\:placeholder-yellow-400::placeholder {
color: #f6e05e !important
}
.md\:placeholder-yellow-500::-webkit-input-placeholder {
color: #ecc94b !important
}
.md\:placeholder-yellow-500::-moz-placeholder {
color: #ecc94b !important
}
.md\:placeholder-yellow-500:-ms-input-placeholder {
color: #ecc94b !important
}
.md\:placeholder-yellow-500::-ms-input-placeholder {
color: #ecc94b !important
}
.md\:placeholder-yellow-500::placeholder {
color: #ecc94b !important
}
.md\:placeholder-yellow-600::-webkit-input-placeholder {
color: #d69e2e !important
}
.md\:placeholder-yellow-600::-moz-placeholder {
color: #d69e2e !important
}
.md\:placeholder-yellow-600:-ms-input-placeholder {
color: #d69e2e !important
}
.md\:placeholder-yellow-600::-ms-input-placeholder {
color: #d69e2e !important
}
.md\:placeholder-yellow-600::placeholder {
color: #d69e2e !important
}
.md\:placeholder-yellow-700::-webkit-input-placeholder {
color: #b7791f !important
}
.md\:placeholder-yellow-700::-moz-placeholder {
color: #b7791f !important
}
.md\:placeholder-yellow-700:-ms-input-placeholder {
color: #b7791f !important
}
.md\:placeholder-yellow-700::-ms-input-placeholder {
color: #b7791f !important
}
.md\:placeholder-yellow-700::placeholder {
color: #b7791f !important
}
.md\:placeholder-yellow-800::-webkit-input-placeholder {
color: #975a16 !important
}
.md\:placeholder-yellow-800::-moz-placeholder {
color: #975a16 !important
}
.md\:placeholder-yellow-800:-ms-input-placeholder {
color: #975a16 !important
}
.md\:placeholder-yellow-800::-ms-input-placeholder {
color: #975a16 !important
}
.md\:placeholder-yellow-800::placeholder {
color: #975a16 !important
}
.md\:placeholder-yellow-900::-webkit-input-placeholder {
color: #744210 !important
}
.md\:placeholder-yellow-900::-moz-placeholder {
color: #744210 !important
}
.md\:placeholder-yellow-900:-ms-input-placeholder {
color: #744210 !important
}
.md\:placeholder-yellow-900::-ms-input-placeholder {
color: #744210 !important
}
.md\:placeholder-yellow-900::placeholder {
color: #744210 !important
}
.md\:placeholder-green-100::-webkit-input-placeholder {
color: #f0fff4 !important
}
.md\:placeholder-green-100::-moz-placeholder {
color: #f0fff4 !important
}
.md\:placeholder-green-100:-ms-input-placeholder {
color: #f0fff4 !important
}
.md\:placeholder-green-100::-ms-input-placeholder {
color: #f0fff4 !important
}
.md\:placeholder-green-100::placeholder {
color: #f0fff4 !important
}
.md\:placeholder-green-200::-webkit-input-placeholder {
color: #c6f6d5 !important
}
.md\:placeholder-green-200::-moz-placeholder {
color: #c6f6d5 !important
}
.md\:placeholder-green-200:-ms-input-placeholder {
color: #c6f6d5 !important
}
.md\:placeholder-green-200::-ms-input-placeholder {
color: #c6f6d5 !important
}
.md\:placeholder-green-200::placeholder {
color: #c6f6d5 !important
}
.md\:placeholder-green-300::-webkit-input-placeholder {
color: #9ae6b4 !important
}
.md\:placeholder-green-300::-moz-placeholder {
color: #9ae6b4 !important
}
.md\:placeholder-green-300:-ms-input-placeholder {
color: #9ae6b4 !important
}
.md\:placeholder-green-300::-ms-input-placeholder {
color: #9ae6b4 !important
}
.md\:placeholder-green-300::placeholder {
color: #9ae6b4 !important
}
.md\:placeholder-green-400::-webkit-input-placeholder {
color: #68d391 !important
}
.md\:placeholder-green-400::-moz-placeholder {
color: #68d391 !important
}
.md\:placeholder-green-400:-ms-input-placeholder {
color: #68d391 !important
}
.md\:placeholder-green-400::-ms-input-placeholder {
color: #68d391 !important
}
.md\:placeholder-green-400::placeholder {
color: #68d391 !important
}
.md\:placeholder-green-500::-webkit-input-placeholder {
color: #48bb78 !important
}
.md\:placeholder-green-500::-moz-placeholder {
color: #48bb78 !important
}
.md\:placeholder-green-500:-ms-input-placeholder {
color: #48bb78 !important
}
.md\:placeholder-green-500::-ms-input-placeholder {
color: #48bb78 !important
}
.md\:placeholder-green-500::placeholder {
color: #48bb78 !important
}
.md\:placeholder-green-600::-webkit-input-placeholder {
color: #38a169 !important
}
.md\:placeholder-green-600::-moz-placeholder {
color: #38a169 !important
}
.md\:placeholder-green-600:-ms-input-placeholder {
color: #38a169 !important
}
.md\:placeholder-green-600::-ms-input-placeholder {
color: #38a169 !important
}
.md\:placeholder-green-600::placeholder {
color: #38a169 !important
}
.md\:placeholder-green-700::-webkit-input-placeholder {
color: #2f855a !important
}
.md\:placeholder-green-700::-moz-placeholder {
color: #2f855a !important
}
.md\:placeholder-green-700:-ms-input-placeholder {
color: #2f855a !important
}
.md\:placeholder-green-700::-ms-input-placeholder {
color: #2f855a !important
}
.md\:placeholder-green-700::placeholder {
color: #2f855a !important
}
.md\:placeholder-green-800::-webkit-input-placeholder {
color: #276749 !important
}
.md\:placeholder-green-800::-moz-placeholder {
color: #276749 !important
}
.md\:placeholder-green-800:-ms-input-placeholder {
color: #276749 !important
}
.md\:placeholder-green-800::-ms-input-placeholder {
color: #276749 !important
}
.md\:placeholder-green-800::placeholder {
color: #276749 !important
}
.md\:placeholder-green-900::-webkit-input-placeholder {
color: #22543d !important
}
.md\:placeholder-green-900::-moz-placeholder {
color: #22543d !important
}
.md\:placeholder-green-900:-ms-input-placeholder {
color: #22543d !important
}
.md\:placeholder-green-900::-ms-input-placeholder {
color: #22543d !important
}
.md\:placeholder-green-900::placeholder {
color: #22543d !important
}
.md\:placeholder-teal-100::-webkit-input-placeholder {
color: #e6fffa !important
}
.md\:placeholder-teal-100::-moz-placeholder {
color: #e6fffa !important
}
.md\:placeholder-teal-100:-ms-input-placeholder {
color: #e6fffa !important
}
.md\:placeholder-teal-100::-ms-input-placeholder {
color: #e6fffa !important
}
.md\:placeholder-teal-100::placeholder {
color: #e6fffa !important
}
.md\:placeholder-teal-200::-webkit-input-placeholder {
color: #b2f5ea !important
}
.md\:placeholder-teal-200::-moz-placeholder {
color: #b2f5ea !important
}
.md\:placeholder-teal-200:-ms-input-placeholder {
color: #b2f5ea !important
}
.md\:placeholder-teal-200::-ms-input-placeholder {
color: #b2f5ea !important
}
.md\:placeholder-teal-200::placeholder {
color: #b2f5ea !important
}
.md\:placeholder-teal-300::-webkit-input-placeholder {
color: #81e6d9 !important
}
.md\:placeholder-teal-300::-moz-placeholder {
color: #81e6d9 !important
}
.md\:placeholder-teal-300:-ms-input-placeholder {
color: #81e6d9 !important
}
.md\:placeholder-teal-300::-ms-input-placeholder {
color: #81e6d9 !important
}
.md\:placeholder-teal-300::placeholder {
color: #81e6d9 !important
}
.md\:placeholder-teal-400::-webkit-input-placeholder {
color: #4fd1c5 !important
}
.md\:placeholder-teal-400::-moz-placeholder {
color: #4fd1c5 !important
}
.md\:placeholder-teal-400:-ms-input-placeholder {
color: #4fd1c5 !important
}
.md\:placeholder-teal-400::-ms-input-placeholder {
color: #4fd1c5 !important
}
.md\:placeholder-teal-400::placeholder {
color: #4fd1c5 !important
}
.md\:placeholder-teal-500::-webkit-input-placeholder {
color: #38b2ac !important
}
.md\:placeholder-teal-500::-moz-placeholder {
color: #38b2ac !important
}
.md\:placeholder-teal-500:-ms-input-placeholder {
color: #38b2ac !important
}
.md\:placeholder-teal-500::-ms-input-placeholder {
color: #38b2ac !important
}
.md\:placeholder-teal-500::placeholder {
color: #38b2ac !important
}
.md\:placeholder-teal-600::-webkit-input-placeholder {
color: #319795 !important
}
.md\:placeholder-teal-600::-moz-placeholder {
color: #319795 !important
}
.md\:placeholder-teal-600:-ms-input-placeholder {
color: #319795 !important
}
.md\:placeholder-teal-600::-ms-input-placeholder {
color: #319795 !important
}
.md\:placeholder-teal-600::placeholder {
color: #319795 !important
}
.md\:placeholder-teal-700::-webkit-input-placeholder {
color: #2c7a7b !important
}
.md\:placeholder-teal-700::-moz-placeholder {
color: #2c7a7b !important
}
.md\:placeholder-teal-700:-ms-input-placeholder {
color: #2c7a7b !important
}
.md\:placeholder-teal-700::-ms-input-placeholder {
color: #2c7a7b !important
}
.md\:placeholder-teal-700::placeholder {
color: #2c7a7b !important
}
.md\:placeholder-teal-800::-webkit-input-placeholder {
color: #285e61 !important
}
.md\:placeholder-teal-800::-moz-placeholder {
color: #285e61 !important
}
.md\:placeholder-teal-800:-ms-input-placeholder {
color: #285e61 !important
}
.md\:placeholder-teal-800::-ms-input-placeholder {
color: #285e61 !important
}
.md\:placeholder-teal-800::placeholder {
color: #285e61 !important
}
.md\:placeholder-teal-900::-webkit-input-placeholder {
color: #234e52 !important
}
.md\:placeholder-teal-900::-moz-placeholder {
color: #234e52 !important
}
.md\:placeholder-teal-900:-ms-input-placeholder {
color: #234e52 !important
}
.md\:placeholder-teal-900::-ms-input-placeholder {
color: #234e52 !important
}
.md\:placeholder-teal-900::placeholder {
color: #234e52 !important
}
.md\:placeholder-blue-100::-webkit-input-placeholder {
color: #ebf8ff !important
}
.md\:placeholder-blue-100::-moz-placeholder {
color: #ebf8ff !important
}
.md\:placeholder-blue-100:-ms-input-placeholder {
color: #ebf8ff !important
}
.md\:placeholder-blue-100::-ms-input-placeholder {
color: #ebf8ff !important
}
.md\:placeholder-blue-100::placeholder {
color: #ebf8ff !important
}
.md\:placeholder-blue-200::-webkit-input-placeholder {
color: #bee3f8 !important
}
.md\:placeholder-blue-200::-moz-placeholder {
color: #bee3f8 !important
}
.md\:placeholder-blue-200:-ms-input-placeholder {
color: #bee3f8 !important
}
.md\:placeholder-blue-200::-ms-input-placeholder {
color: #bee3f8 !important
}
.md\:placeholder-blue-200::placeholder {
color: #bee3f8 !important
}
.md\:placeholder-blue-300::-webkit-input-placeholder {
color: #90cdf4 !important
}
.md\:placeholder-blue-300::-moz-placeholder {
color: #90cdf4 !important
}
.md\:placeholder-blue-300:-ms-input-placeholder {
color: #90cdf4 !important
}
.md\:placeholder-blue-300::-ms-input-placeholder {
color: #90cdf4 !important
}
.md\:placeholder-blue-300::placeholder {
color: #90cdf4 !important
}
.md\:placeholder-blue-400::-webkit-input-placeholder {
color: #63b3ed !important
}
.md\:placeholder-blue-400::-moz-placeholder {
color: #63b3ed !important
}
.md\:placeholder-blue-400:-ms-input-placeholder {
color: #63b3ed !important
}
.md\:placeholder-blue-400::-ms-input-placeholder {
color: #63b3ed !important
}
.md\:placeholder-blue-400::placeholder {
color: #63b3ed !important
}
.md\:placeholder-blue-500::-webkit-input-placeholder {
color: #4299e1 !important
}
.md\:placeholder-blue-500::-moz-placeholder {
color: #4299e1 !important
}
.md\:placeholder-blue-500:-ms-input-placeholder {
color: #4299e1 !important
}
.md\:placeholder-blue-500::-ms-input-placeholder {
color: #4299e1 !important
}
.md\:placeholder-blue-500::placeholder {
color: #4299e1 !important
}
.md\:placeholder-blue-600::-webkit-input-placeholder {
color: #3182ce !important
}
.md\:placeholder-blue-600::-moz-placeholder {
color: #3182ce !important
}
.md\:placeholder-blue-600:-ms-input-placeholder {
color: #3182ce !important
}
.md\:placeholder-blue-600::-ms-input-placeholder {
color: #3182ce !important
}
.md\:placeholder-blue-600::placeholder {
color: #3182ce !important
}
.md\:placeholder-blue-700::-webkit-input-placeholder {
color: #2b6cb0 !important
}
.md\:placeholder-blue-700::-moz-placeholder {
color: #2b6cb0 !important
}
.md\:placeholder-blue-700:-ms-input-placeholder {
color: #2b6cb0 !important
}
.md\:placeholder-blue-700::-ms-input-placeholder {
color: #2b6cb0 !important
}
.md\:placeholder-blue-700::placeholder {
color: #2b6cb0 !important
}
.md\:placeholder-blue-800::-webkit-input-placeholder {
color: #2c5282 !important
}
.md\:placeholder-blue-800::-moz-placeholder {
color: #2c5282 !important
}
.md\:placeholder-blue-800:-ms-input-placeholder {
color: #2c5282 !important
}
.md\:placeholder-blue-800::-ms-input-placeholder {
color: #2c5282 !important
}
.md\:placeholder-blue-800::placeholder {
color: #2c5282 !important
}
.md\:placeholder-blue-900::-webkit-input-placeholder {
color: #2a4365 !important
}
.md\:placeholder-blue-900::-moz-placeholder {
color: #2a4365 !important
}
.md\:placeholder-blue-900:-ms-input-placeholder {
color: #2a4365 !important
}
.md\:placeholder-blue-900::-ms-input-placeholder {
color: #2a4365 !important
}
.md\:placeholder-blue-900::placeholder {
color: #2a4365 !important
}
.md\:placeholder-indigo-100::-webkit-input-placeholder {
color: #ebf4ff !important
}
.md\:placeholder-indigo-100::-moz-placeholder {
color: #ebf4ff !important
}
.md\:placeholder-indigo-100:-ms-input-placeholder {
color: #ebf4ff !important
}
.md\:placeholder-indigo-100::-ms-input-placeholder {
color: #ebf4ff !important
}
.md\:placeholder-indigo-100::placeholder {
color: #ebf4ff !important
}
.md\:placeholder-indigo-200::-webkit-input-placeholder {
color: #c3dafe !important
}
.md\:placeholder-indigo-200::-moz-placeholder {
color: #c3dafe !important
}
.md\:placeholder-indigo-200:-ms-input-placeholder {
color: #c3dafe !important
}
.md\:placeholder-indigo-200::-ms-input-placeholder {
color: #c3dafe !important
}
.md\:placeholder-indigo-200::placeholder {
color: #c3dafe !important
}
.md\:placeholder-indigo-300::-webkit-input-placeholder {
color: #a3bffa !important
}
.md\:placeholder-indigo-300::-moz-placeholder {
color: #a3bffa !important
}
.md\:placeholder-indigo-300:-ms-input-placeholder {
color: #a3bffa !important
}
.md\:placeholder-indigo-300::-ms-input-placeholder {
color: #a3bffa !important
}
.md\:placeholder-indigo-300::placeholder {
color: #a3bffa !important
}
.md\:placeholder-indigo-400::-webkit-input-placeholder {
color: #7f9cf5 !important
}
.md\:placeholder-indigo-400::-moz-placeholder {
color: #7f9cf5 !important
}
.md\:placeholder-indigo-400:-ms-input-placeholder {
color: #7f9cf5 !important
}
.md\:placeholder-indigo-400::-ms-input-placeholder {
color: #7f9cf5 !important
}
.md\:placeholder-indigo-400::placeholder {
color: #7f9cf5 !important
}
.md\:placeholder-indigo-500::-webkit-input-placeholder {
color: #667eea !important
}
.md\:placeholder-indigo-500::-moz-placeholder {
color: #667eea !important
}
.md\:placeholder-indigo-500:-ms-input-placeholder {
color: #667eea !important
}
.md\:placeholder-indigo-500::-ms-input-placeholder {
color: #667eea !important
}
.md\:placeholder-indigo-500::placeholder {
color: #667eea !important
}
.md\:placeholder-indigo-600::-webkit-input-placeholder {
color: #5a67d8 !important
}
.md\:placeholder-indigo-600::-moz-placeholder {
color: #5a67d8 !important
}
.md\:placeholder-indigo-600:-ms-input-placeholder {
color: #5a67d8 !important
}
.md\:placeholder-indigo-600::-ms-input-placeholder {
color: #5a67d8 !important
}
.md\:placeholder-indigo-600::placeholder {
color: #5a67d8 !important
}
.md\:placeholder-indigo-700::-webkit-input-placeholder {
color: #4c51bf !important
}
.md\:placeholder-indigo-700::-moz-placeholder {
color: #4c51bf !important
}
.md\:placeholder-indigo-700:-ms-input-placeholder {
color: #4c51bf !important
}
.md\:placeholder-indigo-700::-ms-input-placeholder {
color: #4c51bf !important
}
.md\:placeholder-indigo-700::placeholder {
color: #4c51bf !important
}
.md\:placeholder-indigo-800::-webkit-input-placeholder {
color: #434190 !important
}
.md\:placeholder-indigo-800::-moz-placeholder {
color: #434190 !important
}
.md\:placeholder-indigo-800:-ms-input-placeholder {
color: #434190 !important
}
.md\:placeholder-indigo-800::-ms-input-placeholder {
color: #434190 !important
}
.md\:placeholder-indigo-800::placeholder {
color: #434190 !important
}
.md\:placeholder-indigo-900::-webkit-input-placeholder {
color: #3c366b !important
}
.md\:placeholder-indigo-900::-moz-placeholder {
color: #3c366b !important
}
.md\:placeholder-indigo-900:-ms-input-placeholder {
color: #3c366b !important
}
.md\:placeholder-indigo-900::-ms-input-placeholder {
color: #3c366b !important
}
.md\:placeholder-indigo-900::placeholder {
color: #3c366b !important
}
.md\:placeholder-purple-100::-webkit-input-placeholder {
color: #faf5ff !important
}
.md\:placeholder-purple-100::-moz-placeholder {
color: #faf5ff !important
}
.md\:placeholder-purple-100:-ms-input-placeholder {
color: #faf5ff !important
}
.md\:placeholder-purple-100::-ms-input-placeholder {
color: #faf5ff !important
}
.md\:placeholder-purple-100::placeholder {
color: #faf5ff !important
}
.md\:placeholder-purple-200::-webkit-input-placeholder {
color: #e9d8fd !important
}
.md\:placeholder-purple-200::-moz-placeholder {
color: #e9d8fd !important
}
.md\:placeholder-purple-200:-ms-input-placeholder {
color: #e9d8fd !important
}
.md\:placeholder-purple-200::-ms-input-placeholder {
color: #e9d8fd !important
}
.md\:placeholder-purple-200::placeholder {
color: #e9d8fd !important
}
.md\:placeholder-purple-300::-webkit-input-placeholder {
color: #d6bcfa !important
}
.md\:placeholder-purple-300::-moz-placeholder {
color: #d6bcfa !important
}
.md\:placeholder-purple-300:-ms-input-placeholder {
color: #d6bcfa !important
}
.md\:placeholder-purple-300::-ms-input-placeholder {
color: #d6bcfa !important
}
.md\:placeholder-purple-300::placeholder {
color: #d6bcfa !important
}
.md\:placeholder-purple-400::-webkit-input-placeholder {
color: #b794f4 !important
}
.md\:placeholder-purple-400::-moz-placeholder {
color: #b794f4 !important
}
.md\:placeholder-purple-400:-ms-input-placeholder {
color: #b794f4 !important
}
.md\:placeholder-purple-400::-ms-input-placeholder {
color: #b794f4 !important
}
.md\:placeholder-purple-400::placeholder {
color: #b794f4 !important
}
.md\:placeholder-purple-500::-webkit-input-placeholder {
color: #9f7aea !important
}
.md\:placeholder-purple-500::-moz-placeholder {
color: #9f7aea !important
}
.md\:placeholder-purple-500:-ms-input-placeholder {
color: #9f7aea !important
}
.md\:placeholder-purple-500::-ms-input-placeholder {
color: #9f7aea !important
}
.md\:placeholder-purple-500::placeholder {
color: #9f7aea !important
}
.md\:placeholder-purple-600::-webkit-input-placeholder {
color: #805ad5 !important
}
.md\:placeholder-purple-600::-moz-placeholder {
color: #805ad5 !important
}
.md\:placeholder-purple-600:-ms-input-placeholder {
color: #805ad5 !important
}
.md\:placeholder-purple-600::-ms-input-placeholder {
color: #805ad5 !important
}
.md\:placeholder-purple-600::placeholder {
color: #805ad5 !important
}
.md\:placeholder-purple-700::-webkit-input-placeholder {
color: #6b46c1 !important
}
.md\:placeholder-purple-700::-moz-placeholder {
color: #6b46c1 !important
}
.md\:placeholder-purple-700:-ms-input-placeholder {
color: #6b46c1 !important
}
.md\:placeholder-purple-700::-ms-input-placeholder {
color: #6b46c1 !important
}
.md\:placeholder-purple-700::placeholder {
color: #6b46c1 !important
}
.md\:placeholder-purple-800::-webkit-input-placeholder {
color: #553c9a !important
}
.md\:placeholder-purple-800::-moz-placeholder {
color: #553c9a !important
}
.md\:placeholder-purple-800:-ms-input-placeholder {
color: #553c9a !important
}
.md\:placeholder-purple-800::-ms-input-placeholder {
color: #553c9a !important
}
.md\:placeholder-purple-800::placeholder {
color: #553c9a !important
}
.md\:placeholder-purple-900::-webkit-input-placeholder {
color: #44337a !important
}
.md\:placeholder-purple-900::-moz-placeholder {
color: #44337a !important
}
.md\:placeholder-purple-900:-ms-input-placeholder {
color: #44337a !important
}
.md\:placeholder-purple-900::-ms-input-placeholder {
color: #44337a !important
}
.md\:placeholder-purple-900::placeholder {
color: #44337a !important
}
.md\:placeholder-pink-100::-webkit-input-placeholder {
color: #fff5f7 !important
}
.md\:placeholder-pink-100::-moz-placeholder {
color: #fff5f7 !important
}
.md\:placeholder-pink-100:-ms-input-placeholder {
color: #fff5f7 !important
}
.md\:placeholder-pink-100::-ms-input-placeholder {
color: #fff5f7 !important
}
.md\:placeholder-pink-100::placeholder {
color: #fff5f7 !important
}
.md\:placeholder-pink-200::-webkit-input-placeholder {
color: #fed7e2 !important
}
.md\:placeholder-pink-200::-moz-placeholder {
color: #fed7e2 !important
}
.md\:placeholder-pink-200:-ms-input-placeholder {
color: #fed7e2 !important
}
.md\:placeholder-pink-200::-ms-input-placeholder {
color: #fed7e2 !important
}
.md\:placeholder-pink-200::placeholder {
color: #fed7e2 !important
}
.md\:placeholder-pink-300::-webkit-input-placeholder {
color: #fbb6ce !important
}
.md\:placeholder-pink-300::-moz-placeholder {
color: #fbb6ce !important
}
.md\:placeholder-pink-300:-ms-input-placeholder {
color: #fbb6ce !important
}
.md\:placeholder-pink-300::-ms-input-placeholder {
color: #fbb6ce !important
}
.md\:placeholder-pink-300::placeholder {
color: #fbb6ce !important
}
.md\:placeholder-pink-400::-webkit-input-placeholder {
color: #f687b3 !important
}
.md\:placeholder-pink-400::-moz-placeholder {
color: #f687b3 !important
}
.md\:placeholder-pink-400:-ms-input-placeholder {
color: #f687b3 !important
}
.md\:placeholder-pink-400::-ms-input-placeholder {
color: #f687b3 !important
}
.md\:placeholder-pink-400::placeholder {
color: #f687b3 !important
}
.md\:placeholder-pink-500::-webkit-input-placeholder {
color: #ed64a6 !important
}
.md\:placeholder-pink-500::-moz-placeholder {
color: #ed64a6 !important
}
.md\:placeholder-pink-500:-ms-input-placeholder {
color: #ed64a6 !important
}
.md\:placeholder-pink-500::-ms-input-placeholder {
color: #ed64a6 !important
}
.md\:placeholder-pink-500::placeholder {
color: #ed64a6 !important
}
.md\:placeholder-pink-600::-webkit-input-placeholder {
color: #d53f8c !important
}
.md\:placeholder-pink-600::-moz-placeholder {
color: #d53f8c !important
}
.md\:placeholder-pink-600:-ms-input-placeholder {
color: #d53f8c !important
}
.md\:placeholder-pink-600::-ms-input-placeholder {
color: #d53f8c !important
}
.md\:placeholder-pink-600::placeholder {
color: #d53f8c !important
}
.md\:placeholder-pink-700::-webkit-input-placeholder {
color: #b83280 !important
}
.md\:placeholder-pink-700::-moz-placeholder {
color: #b83280 !important
}
.md\:placeholder-pink-700:-ms-input-placeholder {
color: #b83280 !important
}
.md\:placeholder-pink-700::-ms-input-placeholder {
color: #b83280 !important
}
.md\:placeholder-pink-700::placeholder {
color: #b83280 !important
}
.md\:placeholder-pink-800::-webkit-input-placeholder {
color: #97266d !important
}
.md\:placeholder-pink-800::-moz-placeholder {
color: #97266d !important
}
.md\:placeholder-pink-800:-ms-input-placeholder {
color: #97266d !important
}
.md\:placeholder-pink-800::-ms-input-placeholder {
color: #97266d !important
}
.md\:placeholder-pink-800::placeholder {
color: #97266d !important
}
.md\:placeholder-pink-900::-webkit-input-placeholder {
color: #702459 !important
}
.md\:placeholder-pink-900::-moz-placeholder {
color: #702459 !important
}
.md\:placeholder-pink-900:-ms-input-placeholder {
color: #702459 !important
}
.md\:placeholder-pink-900::-ms-input-placeholder {
color: #702459 !important
}
.md\:placeholder-pink-900::placeholder {
color: #702459 !important
}
.md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
color: transparent !important
}
.md\:focus\:placeholder-transparent:focus::-moz-placeholder {
color: transparent !important
}
.md\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
color: transparent !important
}
.md\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
color: transparent !important
}
.md\:focus\:placeholder-transparent:focus::placeholder {
color: transparent !important
}
.md\:focus\:placeholder-black:focus::-webkit-input-placeholder {
color: #000 !important
}
.md\:focus\:placeholder-black:focus::-moz-placeholder {
color: #000 !important
}
.md\:focus\:placeholder-black:focus:-ms-input-placeholder {
color: #000 !important
}
.md\:focus\:placeholder-black:focus::-ms-input-placeholder {
color: #000 !important
}
.md\:focus\:placeholder-black:focus::placeholder {
color: #000 !important
}
.md\:focus\:placeholder-white:focus::-webkit-input-placeholder {
color: #fff !important
}
.md\:focus\:placeholder-white:focus::-moz-placeholder {
color: #fff !important
}
.md\:focus\:placeholder-white:focus:-ms-input-placeholder {
color: #fff !important
}
.md\:focus\:placeholder-white:focus::-ms-input-placeholder {
color: #fff !important
}
.md\:focus\:placeholder-white:focus::placeholder {
color: #fff !important
}
.md\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
color: #f7fafc !important
}
.md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
color: #f7fafc !important
}
.md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
color: #f7fafc !important
}
.md\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
color: #f7fafc !important
}
.md\:focus\:placeholder-gray-100:focus::placeholder {
color: #f7fafc !important
}
.md\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
color: #edf2f7 !important
}
.md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
color: #edf2f7 !important
}
.md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
color: #edf2f7 !important
}
.md\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
color: #edf2f7 !important
}
.md\:focus\:placeholder-gray-200:focus::placeholder {
color: #edf2f7 !important
}
.md\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
color: #e2e8f0 !important
}
.md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
color: #e2e8f0 !important
}
.md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
color: #e2e8f0 !important
}
.md\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
color: #e2e8f0 !important
}
.md\:focus\:placeholder-gray-300:focus::placeholder {
color: #e2e8f0 !important
}
.md\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
color: #cbd5e0 !important
}
.md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
color: #cbd5e0 !important
}
.md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
color: #cbd5e0 !important
}
.md\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
color: #cbd5e0 !important
}
.md\:focus\:placeholder-gray-400:focus::placeholder {
color: #cbd5e0 !important
}
.md\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
color: #a0aec0 !important
}
.md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
color: #a0aec0 !important
}
.md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
color: #a0aec0 !important
}
.md\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
color: #a0aec0 !important
}
.md\:focus\:placeholder-gray-500:focus::placeholder {
color: #a0aec0 !important
}
.md\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
color: #718096 !important
}
.md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
color: #718096 !important
}
.md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
color: #718096 !important
}
.md\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
color: #718096 !important
}
.md\:focus\:placeholder-gray-600:focus::placeholder {
color: #718096 !important
}
.md\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
color: #4a5568 !important
}
.md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
color: #4a5568 !important
}
.md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
color: #4a5568 !important
}
.md\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
color: #4a5568 !important
}
.md\:focus\:placeholder-gray-700:focus::placeholder {
color: #4a5568 !important
}
.md\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
color: #2d3748 !important
}
.md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
color: #2d3748 !important
}
.md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
color: #2d3748 !important
}
.md\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
color: #2d3748 !important
}
.md\:focus\:placeholder-gray-800:focus::placeholder {
color: #2d3748 !important
}
.md\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
color: #1a202c !important
}
.md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
color: #1a202c !important
}
.md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
color: #1a202c !important
}
.md\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
color: #1a202c !important
}
.md\:focus\:placeholder-gray-900:focus::placeholder {
color: #1a202c !important
}
.md\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
color: #fff5f5 !important
}
.md\:focus\:placeholder-red-100:focus::-moz-placeholder {
color: #fff5f5 !important
}
.md\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
color: #fff5f5 !important
}
.md\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
color: #fff5f5 !important
}
.md\:focus\:placeholder-red-100:focus::placeholder {
color: #fff5f5 !important
}
.md\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
color: #fed7d7 !important
}
.md\:focus\:placeholder-red-200:focus::-moz-placeholder {
color: #fed7d7 !important
}
.md\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
color: #fed7d7 !important
}
.md\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
color: #fed7d7 !important
}
.md\:focus\:placeholder-red-200:focus::placeholder {
color: #fed7d7 !important
}
.md\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
color: #feb2b2 !important
}
.md\:focus\:placeholder-red-300:focus::-moz-placeholder {
color: #feb2b2 !important
}
.md\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
color: #feb2b2 !important
}
.md\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
color: #feb2b2 !important
}
.md\:focus\:placeholder-red-300:focus::placeholder {
color: #feb2b2 !important
}
.md\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
color: #fc8181 !important
}
.md\:focus\:placeholder-red-400:focus::-moz-placeholder {
color: #fc8181 !important
}
.md\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
color: #fc8181 !important
}
.md\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
color: #fc8181 !important
}
.md\:focus\:placeholder-red-400:focus::placeholder {
color: #fc8181 !important
}
.md\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
color: #f56565 !important
}
.md\:focus\:placeholder-red-500:focus::-moz-placeholder {
color: #f56565 !important
}
.md\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
color: #f56565 !important
}
.md\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
color: #f56565 !important
}
.md\:focus\:placeholder-red-500:focus::placeholder {
color: #f56565 !important
}
.md\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
color: #e53e3e !important
}
.md\:focus\:placeholder-red-600:focus::-moz-placeholder {
color: #e53e3e !important
}
.md\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
color: #e53e3e !important
}
.md\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
color: #e53e3e !important
}
.md\:focus\:placeholder-red-600:focus::placeholder {
color: #e53e3e !important
}
.md\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
color: #c53030 !important
}
.md\:focus\:placeholder-red-700:focus::-moz-placeholder {
color: #c53030 !important
}
.md\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
color: #c53030 !important
}
.md\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
color: #c53030 !important
}
.md\:focus\:placeholder-red-700:focus::placeholder {
color: #c53030 !important
}
.md\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
color: #9b2c2c !important
}
.md\:focus\:placeholder-red-800:focus::-moz-placeholder {
color: #9b2c2c !important
}
.md\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
color: #9b2c2c !important
}
.md\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
color: #9b2c2c !important
}
.md\:focus\:placeholder-red-800:focus::placeholder {
color: #9b2c2c !important
}
.md\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
color: #742a2a !important
}
.md\:focus\:placeholder-red-900:focus::-moz-placeholder {
color: #742a2a !important
}
.md\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
color: #742a2a !important
}
.md\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
color: #742a2a !important
}
.md\:focus\:placeholder-red-900:focus::placeholder {
color: #742a2a !important
}
.md\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
color: #fffaf0 !important
}
.md\:focus\:placeholder-orange-100:focus::-moz-placeholder {
color: #fffaf0 !important
}
.md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
color: #fffaf0 !important
}
.md\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
color: #fffaf0 !important
}
.md\:focus\:placeholder-orange-100:focus::placeholder {
color: #fffaf0 !important
}
.md\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
color: #feebc8 !important
}
.md\:focus\:placeholder-orange-200:focus::-moz-placeholder {
color: #feebc8 !important
}
.md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
color: #feebc8 !important
}
.md\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
color: #feebc8 !important
}
.md\:focus\:placeholder-orange-200:focus::placeholder {
color: #feebc8 !important
}
.md\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
color: #fbd38d !important
}
.md\:focus\:placeholder-orange-300:focus::-moz-placeholder {
color: #fbd38d !important
}
.md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
color: #fbd38d !important
}
.md\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
color: #fbd38d !important
}
.md\:focus\:placeholder-orange-300:focus::placeholder {
color: #fbd38d !important
}
.md\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
color: #f6ad55 !important
}
.md\:focus\:placeholder-orange-400:focus::-moz-placeholder {
color: #f6ad55 !important
}
.md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
color: #f6ad55 !important
}
.md\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
color: #f6ad55 !important
}
.md\:focus\:placeholder-orange-400:focus::placeholder {
color: #f6ad55 !important
}
.md\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
color: #ed8936 !important
}
.md\:focus\:placeholder-orange-500:focus::-moz-placeholder {
color: #ed8936 !important
}
.md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
color: #ed8936 !important
}
.md\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
color: #ed8936 !important
}
.md\:focus\:placeholder-orange-500:focus::placeholder {
color: #ed8936 !important
}
.md\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
color: #dd6b20 !important
}
.md\:focus\:placeholder-orange-600:focus::-moz-placeholder {
color: #dd6b20 !important
}
.md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
color: #dd6b20 !important
}
.md\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
color: #dd6b20 !important
}
.md\:focus\:placeholder-orange-600:focus::placeholder {
color: #dd6b20 !important
}
.md\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
color: #c05621 !important
}
.md\:focus\:placeholder-orange-700:focus::-moz-placeholder {
color: #c05621 !important
}
.md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
color: #c05621 !important
}
.md\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
color: #c05621 !important
}
.md\:focus\:placeholder-orange-700:focus::placeholder {
color: #c05621 !important
}
.md\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
color: #9c4221 !important
}
.md\:focus\:placeholder-orange-800:focus::-moz-placeholder {
color: #9c4221 !important
}
.md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
color: #9c4221 !important
}
.md\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
color: #9c4221 !important
}
.md\:focus\:placeholder-orange-800:focus::placeholder {
color: #9c4221 !important
}
.md\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
color: #7b341e !important
}
.md\:focus\:placeholder-orange-900:focus::-moz-placeholder {
color: #7b341e !important
}
.md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
color: #7b341e !important
}
.md\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
color: #7b341e !important
}
.md\:focus\:placeholder-orange-900:focus::placeholder {
color: #7b341e !important
}
.md\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
color: #fffff0 !important
}
.md\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
color: #fffff0 !important
}
.md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
color: #fffff0 !important
}
.md\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
color: #fffff0 !important
}
.md\:focus\:placeholder-yellow-100:focus::placeholder {
color: #fffff0 !important
}
.md\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
color: #fefcbf !important
}
.md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
color: #fefcbf !important
}
.md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
color: #fefcbf !important
}
.md\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
color: #fefcbf !important
}
.md\:focus\:placeholder-yellow-200:focus::placeholder {
color: #fefcbf !important
}
.md\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
color: #faf089 !important
}
.md\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
color: #faf089 !important
}
.md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
color: #faf089 !important
}
.md\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
color: #faf089 !important
}
.md\:focus\:placeholder-yellow-300:focus::placeholder {
color: #faf089 !important
}
.md\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
color: #f6e05e !important
}
.md\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
color: #f6e05e !important
}
.md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
color: #f6e05e !important
}
.md\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
color: #f6e05e !important
}
.md\:focus\:placeholder-yellow-400:focus::placeholder {
color: #f6e05e !important
}
.md\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
color: #ecc94b !important
}
.md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
color: #ecc94b !important
}
.md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
color: #ecc94b !important
}
.md\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
color: #ecc94b !important
}
.md\:focus\:placeholder-yellow-500:focus::placeholder {
color: #ecc94b !important
}
.md\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
color: #d69e2e !important
}
.md\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
color: #d69e2e !important
}
.md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
color: #d69e2e !important
}
.md\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
color: #d69e2e !important
}
.md\:focus\:placeholder-yellow-600:focus::placeholder {
color: #d69e2e !important
}
.md\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
color: #b7791f !important
}
.md\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
color: #b7791f !important
}
.md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
color: #b7791f !important
}
.md\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
color: #b7791f !important
}
.md\:focus\:placeholder-yellow-700:focus::placeholder {
color: #b7791f !important
}
.md\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
color: #975a16 !important
}
.md\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
color: #975a16 !important
}
.md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
color: #975a16 !important
}
.md\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
color: #975a16 !important
}
.md\:focus\:placeholder-yellow-800:focus::placeholder {
color: #975a16 !important
}
.md\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
color: #744210 !important
}
.md\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
color: #744210 !important
}
.md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
color: #744210 !important
}
.md\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
color: #744210 !important
}
.md\:focus\:placeholder-yellow-900:focus::placeholder {
color: #744210 !important
}
.md\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
color: #f0fff4 !important
}
.md\:focus\:placeholder-green-100:focus::-moz-placeholder {
color: #f0fff4 !important
}
.md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
color: #f0fff4 !important
}
.md\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
color: #f0fff4 !important
}
.md\:focus\:placeholder-green-100:focus::placeholder {
color: #f0fff4 !important
}
.md\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
color: #c6f6d5 !important
}
.md\:focus\:placeholder-green-200:focus::-moz-placeholder {
color: #c6f6d5 !important
}
.md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
color: #c6f6d5 !important
}
.md\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
color: #c6f6d5 !important
}
.md\:focus\:placeholder-green-200:focus::placeholder {
color: #c6f6d5 !important
}
.md\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
color: #9ae6b4 !important
}
.md\:focus\:placeholder-green-300:focus::-moz-placeholder {
color: #9ae6b4 !important
}
.md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
color: #9ae6b4 !important
}
.md\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
color: #9ae6b4 !important
}
.md\:focus\:placeholder-green-300:focus::placeholder {
color: #9ae6b4 !important
}
.md\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
color: #68d391 !important
}
.md\:focus\:placeholder-green-400:focus::-moz-placeholder {
color: #68d391 !important
}
.md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
color: #68d391 !important
}
.md\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
color: #68d391 !important
}
.md\:focus\:placeholder-green-400:focus::placeholder {
color: #68d391 !important
}
.md\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
color: #48bb78 !important
}
.md\:focus\:placeholder-green-500:focus::-moz-placeholder {
color: #48bb78 !important
}
.md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
color: #48bb78 !important
}
.md\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
color: #48bb78 !important
}
.md\:focus\:placeholder-green-500:focus::placeholder {
color: #48bb78 !important
}
.md\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
color: #38a169 !important
}
.md\:focus\:placeholder-green-600:focus::-moz-placeholder {
color: #38a169 !important
}
.md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
color: #38a169 !important
}
.md\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
color: #38a169 !important
}
.md\:focus\:placeholder-green-600:focus::placeholder {
color: #38a169 !important
}
.md\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
color: #2f855a !important
}
.md\:focus\:placeholder-green-700:focus::-moz-placeholder {
color: #2f855a !important
}
.md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
color: #2f855a !important
}
.md\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
color: #2f855a !important
}
.md\:focus\:placeholder-green-700:focus::placeholder {
color: #2f855a !important
}
.md\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
color: #276749 !important
}
.md\:focus\:placeholder-green-800:focus::-moz-placeholder {
color: #276749 !important
}
.md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
color: #276749 !important
}
.md\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
color: #276749 !important
}
.md\:focus\:placeholder-green-800:focus::placeholder {
color: #276749 !important
}
.md\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
color: #22543d !important
}
.md\:focus\:placeholder-green-900:focus::-moz-placeholder {
color: #22543d !important
}
.md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
color: #22543d !important
}
.md\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
color: #22543d !important
}
.md\:focus\:placeholder-green-900:focus::placeholder {
color: #22543d !important
}
.md\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
color: #e6fffa !important
}
.md\:focus\:placeholder-teal-100:focus::-moz-placeholder {
color: #e6fffa !important
}
.md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
color: #e6fffa !important
}
.md\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
color: #e6fffa !important
}
.md\:focus\:placeholder-teal-100:focus::placeholder {
color: #e6fffa !important
}
.md\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
color: #b2f5ea !important
}
.md\:focus\:placeholder-teal-200:focus::-moz-placeholder {
color: #b2f5ea !important
}
.md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
color: #b2f5ea !important
}
.md\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
color: #b2f5ea !important
}
.md\:focus\:placeholder-teal-200:focus::placeholder {
color: #b2f5ea !important
}
.md\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
color: #81e6d9 !important
}
.md\:focus\:placeholder-teal-300:focus::-moz-placeholder {
color: #81e6d9 !important
}
.md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
color: #81e6d9 !important
}
.md\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
color: #81e6d9 !important
}
.md\:focus\:placeholder-teal-300:focus::placeholder {
color: #81e6d9 !important
}
.md\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
color: #4fd1c5 !important
}
.md\:focus\:placeholder-teal-400:focus::-moz-placeholder {
color: #4fd1c5 !important
}
.md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
color: #4fd1c5 !important
}
.md\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
color: #4fd1c5 !important
}
.md\:focus\:placeholder-teal-400:focus::placeholder {
color: #4fd1c5 !important
}
.md\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
color: #38b2ac !important
}
.md\:focus\:placeholder-teal-500:focus::-moz-placeholder {
color: #38b2ac !important
}
.md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
color: #38b2ac !important
}
.md\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
color: #38b2ac !important
}
.md\:focus\:placeholder-teal-500:focus::placeholder {
color: #38b2ac !important
}
.md\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
color: #319795 !important
}
.md\:focus\:placeholder-teal-600:focus::-moz-placeholder {
color: #319795 !important
}
.md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
color: #319795 !important
}
.md\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
color: #319795 !important
}
.md\:focus\:placeholder-teal-600:focus::placeholder {
color: #319795 !important
}
.md\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
color: #2c7a7b !important
}
.md\:focus\:placeholder-teal-700:focus::-moz-placeholder {
color: #2c7a7b !important
}
.md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
color: #2c7a7b !important
}
.md\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
color: #2c7a7b !important
}
.md\:focus\:placeholder-teal-700:focus::placeholder {
color: #2c7a7b !important
}
.md\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
color: #285e61 !important
}
.md\:focus\:placeholder-teal-800:focus::-moz-placeholder {
color: #285e61 !important
}
.md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
color: #285e61 !important
}
.md\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
color: #285e61 !important
}
.md\:focus\:placeholder-teal-800:focus::placeholder {
color: #285e61 !important
}
.md\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
color: #234e52 !important
}
.md\:focus\:placeholder-teal-900:focus::-moz-placeholder {
color: #234e52 !important
}
.md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
color: #234e52 !important
}
.md\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
color: #234e52 !important
}
.md\:focus\:placeholder-teal-900:focus::placeholder {
color: #234e52 !important
}
.md\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
color: #ebf8ff !important
}
.md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
color: #ebf8ff !important
}
.md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
color: #ebf8ff !important
}
.md\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
color: #ebf8ff !important
}
.md\:focus\:placeholder-blue-100:focus::placeholder {
color: #ebf8ff !important
}
.md\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
color: #bee3f8 !important
}
.md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
color: #bee3f8 !important
}
.md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
color: #bee3f8 !important
}
.md\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
color: #bee3f8 !important
}
.md\:focus\:placeholder-blue-200:focus::placeholder {
color: #bee3f8 !important
}
.md\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
color: #90cdf4 !important
}
.md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
color: #90cdf4 !important
}
.md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
color: #90cdf4 !important
}
.md\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
color: #90cdf4 !important
}
.md\:focus\:placeholder-blue-300:focus::placeholder {
color: #90cdf4 !important
}
.md\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
color: #63b3ed !important
}
.md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
color: #63b3ed !important
}
.md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
color: #63b3ed !important
}
.md\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
color: #63b3ed !important
}
.md\:focus\:placeholder-blue-400:focus::placeholder {
color: #63b3ed !important
}
.md\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
color: #4299e1 !important
}
.md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
color: #4299e1 !important
}
.md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
color: #4299e1 !important
}
.md\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
color: #4299e1 !important
}
.md\:focus\:placeholder-blue-500:focus::placeholder {
color: #4299e1 !important
}
.md\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
color: #3182ce !important
}
.md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
color: #3182ce !important
}
.md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
color: #3182ce !important
}
.md\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
color: #3182ce !important
}
.md\:focus\:placeholder-blue-600:focus::placeholder {
color: #3182ce !important
}
.md\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
color: #2b6cb0 !important
}
.md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
color: #2b6cb0 !important
}
.md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
color: #2b6cb0 !important
}
.md\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
color: #2b6cb0 !important
}
.md\:focus\:placeholder-blue-700:focus::placeholder {
color: #2b6cb0 !important
}
.md\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
color: #2c5282 !important
}
.md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
color: #2c5282 !important
}
.md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
color: #2c5282 !important
}
.md\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
color: #2c5282 !important
}
.md\:focus\:placeholder-blue-800:focus::placeholder {
color: #2c5282 !important
}
.md\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
color: #2a4365 !important
}
.md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
color: #2a4365 !important
}
.md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
color: #2a4365 !important
}
.md\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
color: #2a4365 !important
}
.md\:focus\:placeholder-blue-900:focus::placeholder {
color: #2a4365 !important
}
.md\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
color: #ebf4ff !important
}
.md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
color: #ebf4ff !important
}
.md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
color: #ebf4ff !important
}
.md\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
color: #ebf4ff !important
}
.md\:focus\:placeholder-indigo-100:focus::placeholder {
color: #ebf4ff !important
}
.md\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
color: #c3dafe !important
}
.md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
color: #c3dafe !important
}
.md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
color: #c3dafe !important
}
.md\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
color: #c3dafe !important
}
.md\:focus\:placeholder-indigo-200:focus::placeholder {
color: #c3dafe !important
}
.md\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
color: #a3bffa !important
}
.md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
color: #a3bffa !important
}
.md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
color: #a3bffa !important
}
.md\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
color: #a3bffa !important
}
.md\:focus\:placeholder-indigo-300:focus::placeholder {
color: #a3bffa !important
}
.md\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
color: #7f9cf5 !important
}
.md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
color: #7f9cf5 !important
}
.md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
color: #7f9cf5 !important
}
.md\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
color: #7f9cf5 !important
}
.md\:focus\:placeholder-indigo-400:focus::placeholder {
color: #7f9cf5 !important
}
.md\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
color: #667eea !important
}
.md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
color: #667eea !important
}
.md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
color: #667eea !important
}
.md\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
color: #667eea !important
}
.md\:focus\:placeholder-indigo-500:focus::placeholder {
color: #667eea !important
}
.md\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
color: #5a67d8 !important
}
.md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
color: #5a67d8 !important
}
.md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
color: #5a67d8 !important
}
.md\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
color: #5a67d8 !important
}
.md\:focus\:placeholder-indigo-600:focus::placeholder {
color: #5a67d8 !important
}
.md\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
color: #4c51bf !important
}
.md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
color: #4c51bf !important
}
.md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
color: #4c51bf !important
}
.md\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
color: #4c51bf !important
}
.md\:focus\:placeholder-indigo-700:focus::placeholder {
color: #4c51bf !important
}
.md\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
color: #434190 !important
}
.md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
color: #434190 !important
}
.md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
color: #434190 !important
}
.md\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
color: #434190 !important
}
.md\:focus\:placeholder-indigo-800:focus::placeholder {
color: #434190 !important
}
.md\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
color: #3c366b !important
}
.md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
color: #3c366b !important
}
.md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
color: #3c366b !important
}
.md\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
color: #3c366b !important
}
.md\:focus\:placeholder-indigo-900:focus::placeholder {
color: #3c366b !important
}
.md\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
color: #faf5ff !important
}
.md\:focus\:placeholder-purple-100:focus::-moz-placeholder {
color: #faf5ff !important
}
.md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
color: #faf5ff !important
}
.md\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
color: #faf5ff !important
}
.md\:focus\:placeholder-purple-100:focus::placeholder {
color: #faf5ff !important
}
.md\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
color: #e9d8fd !important
}
.md\:focus\:placeholder-purple-200:focus::-moz-placeholder {
color: #e9d8fd !important
}
.md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
color: #e9d8fd !important
}
.md\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
color: #e9d8fd !important
}
.md\:focus\:placeholder-purple-200:focus::placeholder {
color: #e9d8fd !important
}
.md\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
color: #d6bcfa !important
}
.md\:focus\:placeholder-purple-300:focus::-moz-placeholder {
color: #d6bcfa !important
}
.md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
color: #d6bcfa !important
}
.md\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
color: #d6bcfa !important
}
.md\:focus\:placeholder-purple-300:focus::placeholder {
color: #d6bcfa !important
}
.md\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
color: #b794f4 !important
}
.md\:focus\:placeholder-purple-400:focus::-moz-placeholder {
color: #b794f4 !important
}
.md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
color: #b794f4 !important
}
.md\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
color: #b794f4 !important
}
.md\:focus\:placeholder-purple-400:focus::placeholder {
color: #b794f4 !important
}
.md\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
color: #9f7aea !important
}
.md\:focus\:placeholder-purple-500:focus::-moz-placeholder {
color: #9f7aea !important
}
.md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
color: #9f7aea !important
}
.md\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
color: #9f7aea !important
}
.md\:focus\:placeholder-purple-500:focus::placeholder {
color: #9f7aea !important
}
.md\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
color: #805ad5 !important
}
.md\:focus\:placeholder-purple-600:focus::-moz-placeholder {
color: #805ad5 !important
}
.md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
color: #805ad5 !important
}
.md\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
color: #805ad5 !important
}
.md\:focus\:placeholder-purple-600:focus::placeholder {
color: #805ad5 !important
}
.md\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
color: #6b46c1 !important
}
.md\:focus\:placeholder-purple-700:focus::-moz-placeholder {
color: #6b46c1 !important
}
.md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
color: #6b46c1 !important
}
.md\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
color: #6b46c1 !important
}
.md\:focus\:placeholder-purple-700:focus::placeholder {
color: #6b46c1 !important
}
.md\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
color: #553c9a !important
}
.md\:focus\:placeholder-purple-800:focus::-moz-placeholder {
color: #553c9a !important
}
.md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
color: #553c9a !important
}
.md\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
color: #553c9a !important
}
.md\:focus\:placeholder-purple-800:focus::placeholder {
color: #553c9a !important
}
.md\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
color: #44337a !important
}
.md\:focus\:placeholder-purple-900:focus::-moz-placeholder {
color: #44337a !important
}
.md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
color: #44337a !important
}
.md\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
color: #44337a !important
}
.md\:focus\:placeholder-purple-900:focus::placeholder {
color: #44337a !important
}
.md\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
color: #fff5f7 !important
}
.md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
color: #fff5f7 !important
}
.md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
color: #fff5f7 !important
}
.md\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
color: #fff5f7 !important
}
.md\:focus\:placeholder-pink-100:focus::placeholder {
color: #fff5f7 !important
}
.md\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
color: #fed7e2 !important
}
.md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
color: #fed7e2 !important
}
.md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
color: #fed7e2 !important
}
.md\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
color: #fed7e2 !important
}
.md\:focus\:placeholder-pink-200:focus::placeholder {
color: #fed7e2 !important
}
.md\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
color: #fbb6ce !important
}
.md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
color: #fbb6ce !important
}
.md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
color: #fbb6ce !important
}
.md\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
color: #fbb6ce !important
}
.md\:focus\:placeholder-pink-300:focus::placeholder {
color: #fbb6ce !important
}
.md\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
color: #f687b3 !important
}
.md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
color: #f687b3 !important
}
.md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
color: #f687b3 !important
}
.md\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
color: #f687b3 !important
}
.md\:focus\:placeholder-pink-400:focus::placeholder {
color: #f687b3 !important
}
.md\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
color: #ed64a6 !important
}
.md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
color: #ed64a6 !important
}
.md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
color: #ed64a6 !important
}
.md\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
color: #ed64a6 !important
}
.md\:focus\:placeholder-pink-500:focus::placeholder {
color: #ed64a6 !important
}
.md\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
color: #d53f8c !important
}
.md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
color: #d53f8c !important
}
.md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
color: #d53f8c !important
}
.md\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
color: #d53f8c !important
}
.md\:focus\:placeholder-pink-600:focus::placeholder {
color: #d53f8c !important
}
.md\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
color: #b83280 !important
}
.md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
color: #b83280 !important
}
.md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
color: #b83280 !important
}
.md\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
color: #b83280 !important
}
.md\:focus\:placeholder-pink-700:focus::placeholder {
color: #b83280 !important
}
.md\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
color: #97266d !important
}
.md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
color: #97266d !important
}
.md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
color: #97266d !important
}
.md\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
color: #97266d !important
}
.md\:focus\:placeholder-pink-800:focus::placeholder {
color: #97266d !important
}
.md\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
color: #702459 !important
}
.md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
color: #702459 !important
}
.md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
color: #702459 !important
}
.md\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
color: #702459 !important
}
.md\:focus\:placeholder-pink-900:focus::placeholder {
color: #702459 !important
}
.md\:pointer-events-none {
pointer-events: none !important
}
.md\:pointer-events-auto {
pointer-events: auto !important
}
.md\:static {
position: static !important
}
.md\:fixed {
position: fixed !important
}
.md\:absolute {
position: absolute !important
}
.md\:relative {
position: relative !important
}
.md\:sticky {
position: -webkit-sticky !important;
position: sticky !important
}
.md\:inset-0 {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important
}
.md\:inset-auto {
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important
}
.md\:inset-y-0 {
top: 0 !important;
bottom: 0 !important
}
.md\:inset-x-0 {
right: 0 !important;
left: 0 !important
}
.md\:inset-y-auto {
top: auto !important;
bottom: auto !important
}
.md\:inset-x-auto {
right: auto !important;
left: auto !important
}
.md\:top-0 {
top: 0 !important
}
.md\:right-0 {
right: 0 !important
}
.md\:bottom-0 {
bottom: 0 !important
}
.md\:left-0 {
left: 0 !important
}
.md\:top-auto {
top: auto !important
}
.md\:right-auto {
right: auto !important
}
.md\:bottom-auto {
bottom: auto !important
}
.md\:left-auto {
left: auto !important
}
.md\:resize-none {
resize: none !important
}
.md\:resize-y {
resize: vertical !important
}
.md\:resize-x {
resize: horizontal !important
}
.md\:resize {
resize: both !important
}
.md\:shadow-xs {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important
}
.md\:shadow-sm {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important
}
.md\:shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important
}
.md\:shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important
}
.md\:shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}
.md\:shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
}
.md\:shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
}
.md\:shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
}
.md\:shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
}
.md\:shadow-none {
box-shadow: none !important
}
.md\:hover\:shadow-xs:hover {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important
}
.md\:hover\:shadow-sm:hover {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important
}
.md\:hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important
}
.md\:hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important
}
.md\:hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}
.md\:hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
}
.md\:hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
}
.md\:hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
}
.md\:hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
}
.md\:hover\:shadow-none:hover {
box-shadow: none !important
}
.md\:focus\:shadow-xs:focus {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important
}
.md\:focus\:shadow-sm:focus {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important
}
.md\:focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important
}
.md\:focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important
}
.md\:focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}
.md\:focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
}
.md\:focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
}
.md\:focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
}
.md\:focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
}
.md\:focus\:shadow-none:focus {
box-shadow: none !important
}
.md\:fill-current {
fill: currentColor !important
}
.md\:stroke-current {
stroke: currentColor !important
}
.md\:stroke-0 {
stroke-width: 0 !important
}
.md\:stroke-1 {
stroke-width: 1 !important
}
.md\:stroke-2 {
stroke-width: 2 !important
}
.md\:table-auto {
table-layout: auto !important
}
.md\:table-fixed {
table-layout: fixed !important
}
.md\:text-left {
text-align: left !important
}
.md\:text-center {
text-align: center !important
}
.md\:text-right {
text-align: right !important
}
.md\:text-justify {
text-align: justify !important
}
.md\:text-transparent {
color: transparent !important
}
.md\:text-black {
color: #000 !important
}
.md\:text-white {
color: #fff !important
}
.md\:text-gray-100 {
color: #f7fafc !important
}
.md\:text-gray-200 {
color: #edf2f7 !important
}
.md\:text-gray-300 {
color: #e2e8f0 !important
}
.md\:text-gray-400 {
color: #cbd5e0 !important
}
.md\:text-gray-500 {
color: #a0aec0 !important
}
.md\:text-gray-600 {
color: #718096 !important
}
.md\:text-gray-700 {
color: #4a5568 !important
}
.md\:text-gray-800 {
color: #2d3748 !important
}
.md\:text-gray-900 {
color: #1a202c !important
}
.md\:text-red-100 {
color: #fff5f5 !important
}
.md\:text-red-200 {
color: #fed7d7 !important
}
.md\:text-red-300 {
color: #feb2b2 !important
}
.md\:text-red-400 {
color: #fc8181 !important
}
.md\:text-red-500 {
color: #f56565 !important
}
.md\:text-red-600 {
color: #e53e3e !important
}
.md\:text-red-700 {
color: #c53030 !important
}
.md\:text-red-800 {
color: #9b2c2c !important
}
.md\:text-red-900 {
color: #742a2a !important
}
.md\:text-orange-100 {
color: #fffaf0 !important
}
.md\:text-orange-200 {
color: #feebc8 !important
}
.md\:text-orange-300 {
color: #fbd38d !important
}
.md\:text-orange-400 {
color: #f6ad55 !important
}
.md\:text-orange-500 {
color: #ed8936 !important
}
.md\:text-orange-600 {
color: #dd6b20 !important
}
.md\:text-orange-700 {
color: #c05621 !important
}
.md\:text-orange-800 {
color: #9c4221 !important
}
.md\:text-orange-900 {
color: #7b341e !important
}
.md\:text-yellow-100 {
color: #fffff0 !important
}
.md\:text-yellow-200 {
color: #fefcbf !important
}
.md\:text-yellow-300 {
color: #faf089 !important
}
.md\:text-yellow-400 {
color: #f6e05e !important
}
.md\:text-yellow-500 {
color: #ecc94b !important
}
.md\:text-yellow-600 {
color: #d69e2e !important
}
.md\:text-yellow-700 {
color: #b7791f !important
}
.md\:text-yellow-800 {
color: #975a16 !important
}
.md\:text-yellow-900 {
color: #744210 !important
}
.md\:text-green-100 {
color: #f0fff4 !important
}
.md\:text-green-200 {
color: #c6f6d5 !important
}
.md\:text-green-300 {
color: #9ae6b4 !important
}
.md\:text-green-400 {
color: #68d391 !important
}
.md\:text-green-500 {
color: #48bb78 !important
}
.md\:text-green-600 {
color: #38a169 !important
}
.md\:text-green-700 {
color: #2f855a !important
}
.md\:text-green-800 {
color: #276749 !important
}
.md\:text-green-900 {
color: #22543d !important
}
.md\:text-teal-100 {
color: #e6fffa !important
}
.md\:text-teal-200 {
color: #b2f5ea !important
}
.md\:text-teal-300 {
color: #81e6d9 !important
}
.md\:text-teal-400 {
color: #4fd1c5 !important
}
.md\:text-teal-500 {
color: #38b2ac !important
}
.md\:text-teal-600 {
color: #319795 !important
}
.md\:text-teal-700 {
color: #2c7a7b !important
}
.md\:text-teal-800 {
color: #285e61 !important
}
.md\:text-teal-900 {
color: #234e52 !important
}
.md\:text-blue-100 {
color: #ebf8ff !important
}
.md\:text-blue-200 {
color: #bee3f8 !important
}
.md\:text-blue-300 {
color: #90cdf4 !important
}
.md\:text-blue-400 {
color: #63b3ed !important
}
.md\:text-blue-500 {
color: #4299e1 !important
}
.md\:text-blue-600 {
color: #3182ce !important
}
.md\:text-blue-700 {
color: #2b6cb0 !important
}
.md\:text-blue-800 {
color: #2c5282 !important
}
.md\:text-blue-900 {
color: #2a4365 !important
}
.md\:text-indigo-100 {
color: #ebf4ff !important
}
.md\:text-indigo-200 {
color: #c3dafe !important
}
.md\:text-indigo-300 {
color: #a3bffa !important
}
.md\:text-indigo-400 {
color: #7f9cf5 !important
}
.md\:text-indigo-500 {
color: #667eea !important
}
.md\:text-indigo-600 {
color: #5a67d8 !important
}
.md\:text-indigo-700 {
color: #4c51bf !important
}
.md\:text-indigo-800 {
color: #434190 !important
}
.md\:text-indigo-900 {
color: #3c366b !important
}
.md\:text-purple-100 {
color: #faf5ff !important
}
.md\:text-purple-200 {
color: #e9d8fd !important
}
.md\:text-purple-300 {
color: #d6bcfa !important
}
.md\:text-purple-400 {
color: #b794f4 !important
}
.md\:text-purple-500 {
color: #9f7aea !important
}
.md\:text-purple-600 {
color: #805ad5 !important
}
.md\:text-purple-700 {
color: #6b46c1 !important
}
.md\:text-purple-800 {
color: #553c9a !important
}
.md\:text-purple-900 {
color: #44337a !important
}
.md\:text-pink-100 {
color: #fff5f7 !important
}
.md\:text-pink-200 {
color: #fed7e2 !important
}
.md\:text-pink-300 {
color: #fbb6ce !important
}
.md\:text-pink-400 {
color: #f687b3 !important
}
.md\:text-pink-500 {
color: #ed64a6 !important
}
.md\:text-pink-600 {
color: #d53f8c !important
}
.md\:text-pink-700 {
color: #b83280 !important
}
.md\:text-pink-800 {
color: #97266d !important
}
.md\:text-pink-900 {
color: #702459 !important
}
.md\:hover\:text-transparent:hover {
color: transparent !important
}
.md\:hover\:text-black:hover {
color: #000 !important
}
.md\:hover\:text-white:hover {
color: #fff !important
}
.md\:hover\:text-gray-100:hover {
color: #f7fafc !important
}
.md\:hover\:text-gray-200:hover {
color: #edf2f7 !important
}
.md\:hover\:text-gray-300:hover {
color: #e2e8f0 !important
}
.md\:hover\:text-gray-400:hover {
color: #cbd5e0 !important
}
.md\:hover\:text-gray-500:hover {
color: #a0aec0 !important
}
.md\:hover\:text-gray-600:hover {
color: #718096 !important
}
.md\:hover\:text-gray-700:hover {
color: #4a5568 !important
}
.md\:hover\:text-gray-800:hover {
color: #2d3748 !important
}
.md\:hover\:text-gray-900:hover {
color: #1a202c !important
}
.md\:hover\:text-red-100:hover {
color: #fff5f5 !important
}
.md\:hover\:text-red-200:hover {
color: #fed7d7 !important
}
.md\:hover\:text-red-300:hover {
color: #feb2b2 !important
}
.md\:hover\:text-red-400:hover {
color: #fc8181 !important
}
.md\:hover\:text-red-500:hover {
color: #f56565 !important
}
.md\:hover\:text-red-600:hover {
color: #e53e3e !important
}
.md\:hover\:text-red-700:hover {
color: #c53030 !important
}
.md\:hover\:text-red-800:hover {
color: #9b2c2c !important
}
.md\:hover\:text-red-900:hover {
color: #742a2a !important
}
.md\:hover\:text-orange-100:hover {
color: #fffaf0 !important
}
.md\:hover\:text-orange-200:hover {
color: #feebc8 !important
}
.md\:hover\:text-orange-300:hover {
color: #fbd38d !important
}
.md\:hover\:text-orange-400:hover {
color: #f6ad55 !important
}
.md\:hover\:text-orange-500:hover {
color: #ed8936 !important
}
.md\:hover\:text-orange-600:hover {
color: #dd6b20 !important
}
.md\:hover\:text-orange-700:hover {
color: #c05621 !important
}
.md\:hover\:text-orange-800:hover {
color: #9c4221 !important
}
.md\:hover\:text-orange-900:hover {
color: #7b341e !important
}
.md\:hover\:text-yellow-100:hover {
color: #fffff0 !important
}
.md\:hover\:text-yellow-200:hover {
color: #fefcbf !important
}
.md\:hover\:text-yellow-300:hover {
color: #faf089 !important
}
.md\:hover\:text-yellow-400:hover {
color: #f6e05e !important
}
.md\:hover\:text-yellow-500:hover {
color: #ecc94b !important
}
.md\:hover\:text-yellow-600:hover {
color: #d69e2e !important
}
.md\:hover\:text-yellow-700:hover {
color: #b7791f !important
}
.md\:hover\:text-yellow-800:hover {
color: #975a16 !important
}
.md\:hover\:text-yellow-900:hover {
color: #744210 !important
}
.md\:hover\:text-green-100:hover {
color: #f0fff4 !important
}
.md\:hover\:text-green-200:hover {
color: #c6f6d5 !important
}
.md\:hover\:text-green-300:hover {
color: #9ae6b4 !important
}
.md\:hover\:text-green-400:hover {
color: #68d391 !important
}
.md\:hover\:text-green-500:hover {
color: #48bb78 !important
}
.md\:hover\:text-green-600:hover {
color: #38a169 !important
}
.md\:hover\:text-green-700:hover {
color: #2f855a !important
}
.md\:hover\:text-green-800:hover {
color: #276749 !important
}
.md\:hover\:text-green-900:hover {
color: #22543d !important
}
.md\:hover\:text-teal-100:hover {
color: #e6fffa !important
}
.md\:hover\:text-teal-200:hover {
color: #b2f5ea !important
}
.md\:hover\:text-teal-300:hover {
color: #81e6d9 !important
}
.md\:hover\:text-teal-400:hover {
color: #4fd1c5 !important
}
.md\:hover\:text-teal-500:hover {
color: #38b2ac !important
}
.md\:hover\:text-teal-600:hover {
color: #319795 !important
}
.md\:hover\:text-teal-700:hover {
color: #2c7a7b !important
}
.md\:hover\:text-teal-800:hover {
color: #285e61 !important
}
.md\:hover\:text-teal-900:hover {
color: #234e52 !important
}
.md\:hover\:text-blue-100:hover {
color: #ebf8ff !important
}
.md\:hover\:text-blue-200:hover {
color: #bee3f8 !important
}
.md\:hover\:text-blue-300:hover {
color: #90cdf4 !important
}
.md\:hover\:text-blue-400:hover {
color: #63b3ed !important
}
.md\:hover\:text-blue-500:hover {
color: #4299e1 !important
}
.md\:hover\:text-blue-600:hover {
color: #3182ce !important
}
.md\:hover\:text-blue-700:hover {
color: #2b6cb0 !important
}
.md\:hover\:text-blue-800:hover {
color: #2c5282 !important
}
.md\:hover\:text-blue-900:hover {
color: #2a4365 !important
}
.md\:hover\:text-indigo-100:hover {
color: #ebf4ff !important
}
.md\:hover\:text-indigo-200:hover {
color: #c3dafe !important
}
.md\:hover\:text-indigo-300:hover {
color: #a3bffa !important
}
.md\:hover\:text-indigo-400:hover {
color: #7f9cf5 !important
}
.md\:hover\:text-indigo-500:hover {
color: #667eea !important
}
.md\:hover\:text-indigo-600:hover {
color: #5a67d8 !important
}
.md\:hover\:text-indigo-700:hover {
color: #4c51bf !important
}
.md\:hover\:text-indigo-800:hover {
color: #434190 !important
}
.md\:hover\:text-indigo-900:hover {
color: #3c366b !important
}
.md\:hover\:text-purple-100:hover {
color: #faf5ff !important
}
.md\:hover\:text-purple-200:hover {
color: #e9d8fd !important
}
.md\:hover\:text-purple-300:hover {
color: #d6bcfa !important
}
.md\:hover\:text-purple-400:hover {
color: #b794f4 !important
}
.md\:hover\:text-purple-500:hover {
color: #9f7aea !important
}
.md\:hover\:text-purple-600:hover {
color: #805ad5 !important
}
.md\:hover\:text-purple-700:hover {
color: #6b46c1 !important
}
.md\:hover\:text-purple-800:hover {
color: #553c9a !important
}
.md\:hover\:text-purple-900:hover {
color: #44337a !important
}
.md\:hover\:text-pink-100:hover {
color: #fff5f7 !important
}
.md\:hover\:text-pink-200:hover {
color: #fed7e2 !important
}
.md\:hover\:text-pink-300:hover {
color: #fbb6ce !important
}
.md\:hover\:text-pink-400:hover {
color: #f687b3 !important
}
.md\:hover\:text-pink-500:hover {
color: #ed64a6 !important
}
.md\:hover\:text-pink-600:hover {
color: #d53f8c !important
}
.md\:hover\:text-pink-700:hover {
color: #b83280 !important
}
.md\:hover\:text-pink-800:hover {
color: #97266d !important
}
.md\:hover\:text-pink-900:hover {
color: #702459 !important
}
.md\:focus\:text-transparent:focus {
color: transparent !important
}
.md\:focus\:text-black:focus {
color: #000 !important
}
.md\:focus\:text-white:focus {
color: #fff !important
}
.md\:focus\:text-gray-100:focus {
color: #f7fafc !important
}
.md\:focus\:text-gray-200:focus {
color: #edf2f7 !important
}
.md\:focus\:text-gray-300:focus {
color: #e2e8f0 !important
}
.md\:focus\:text-gray-400:focus {
color: #cbd5e0 !important
}
.md\:focus\:text-gray-500:focus {
color: #a0aec0 !important
}
.md\:focus\:text-gray-600:focus {
color: #718096 !important
}
.md\:focus\:text-gray-700:focus {
color: #4a5568 !important
}
.md\:focus\:text-gray-800:focus {
color: #2d3748 !important
}
.md\:focus\:text-gray-900:focus {
color: #1a202c !important
}
.md\:focus\:text-red-100:focus {
color: #fff5f5 !important
}
.md\:focus\:text-red-200:focus {
color: #fed7d7 !important
}
.md\:focus\:text-red-300:focus {
color: #feb2b2 !important
}
.md\:focus\:text-red-400:focus {
color: #fc8181 !important
}
.md\:focus\:text-red-500:focus {
color: #f56565 !important
}
.md\:focus\:text-red-600:focus {
color: #e53e3e !important
}
.md\:focus\:text-red-700:focus {
color: #c53030 !important
}
.md\:focus\:text-red-800:focus {
color: #9b2c2c !important
}
.md\:focus\:text-red-900:focus {
color: #742a2a !important
}
.md\:focus\:text-orange-100:focus {
color: #fffaf0 !important
}
.md\:focus\:text-orange-200:focus {
color: #feebc8 !important
}
.md\:focus\:text-orange-300:focus {
color: #fbd38d !important
}
.md\:focus\:text-orange-400:focus {
color: #f6ad55 !important
}
.md\:focus\:text-orange-500:focus {
color: #ed8936 !important
}
.md\:focus\:text-orange-600:focus {
color: #dd6b20 !important
}
.md\:focus\:text-orange-700:focus {
color: #c05621 !important
}
.md\:focus\:text-orange-800:focus {
color: #9c4221 !important
}
.md\:focus\:text-orange-900:focus {
color: #7b341e !important
}
.md\:focus\:text-yellow-100:focus {
color: #fffff0 !important
}
.md\:focus\:text-yellow-200:focus {
color: #fefcbf !important
}
.md\:focus\:text-yellow-300:focus {
color: #faf089 !important
}
.md\:focus\:text-yellow-400:focus {
color: #f6e05e !important
}
.md\:focus\:text-yellow-500:focus {
color: #ecc94b !important
}
.md\:focus\:text-yellow-600:focus {
color: #d69e2e !important
}
.md\:focus\:text-yellow-700:focus {
color: #b7791f !important
}
.md\:focus\:text-yellow-800:focus {
color: #975a16 !important
}
.md\:focus\:text-yellow-900:focus {
color: #744210 !important
}
.md\:focus\:text-green-100:focus {
color: #f0fff4 !important
}
.md\:focus\:text-green-200:focus {
color: #c6f6d5 !important
}
.md\:focus\:text-green-300:focus {
color: #9ae6b4 !important
}
.md\:focus\:text-green-400:focus {
color: #68d391 !important
}
.md\:focus\:text-green-500:focus {
color: #48bb78 !important
}
.md\:focus\:text-green-600:focus {
color: #38a169 !important
}
.md\:focus\:text-green-700:focus {
color: #2f855a !important
}
.md\:focus\:text-green-800:focus {
color: #276749 !important
}
.md\:focus\:text-green-900:focus {
color: #22543d !important
}
.md\:focus\:text-teal-100:focus {
color: #e6fffa !important
}
.md\:focus\:text-teal-200:focus {
color: #b2f5ea !important
}
.md\:focus\:text-teal-300:focus {
color: #81e6d9 !important
}
.md\:focus\:text-teal-400:focus {
color: #4fd1c5 !important
}
.md\:focus\:text-teal-500:focus {
color: #38b2ac !important
}
.md\:focus\:text-teal-600:focus {
color: #319795 !important
}
.md\:focus\:text-teal-700:focus {
color: #2c7a7b !important
}
.md\:focus\:text-teal-800:focus {
color: #285e61 !important
}
.md\:focus\:text-teal-900:focus {
color: #234e52 !important
}
.md\:focus\:text-blue-100:focus {
color: #ebf8ff !important
}
.md\:focus\:text-blue-200:focus {
color: #bee3f8 !important
}
.md\:focus\:text-blue-300:focus {
color: #90cdf4 !important
}
.md\:focus\:text-blue-400:focus {
color: #63b3ed !important
}
.md\:focus\:text-blue-500:focus {
color: #4299e1 !important
}
.md\:focus\:text-blue-600:focus {
color: #3182ce !important
}
.md\:focus\:text-blue-700:focus {
color: #2b6cb0 !important
}
.md\:focus\:text-blue-800:focus {
color: #2c5282 !important
}
.md\:focus\:text-blue-900:focus {
color: #2a4365 !important
}
.md\:focus\:text-indigo-100:focus {
color: #ebf4ff !important
}
.md\:focus\:text-indigo-200:focus {
color: #c3dafe !important
}
.md\:focus\:text-indigo-300:focus {
color: #a3bffa !important
}
.md\:focus\:text-indigo-400:focus {
color: #7f9cf5 !important
}
.md\:focus\:text-indigo-500:focus {
color: #667eea !important
}
.md\:focus\:text-indigo-600:focus {
color: #5a67d8 !important
}
.md\:focus\:text-indigo-700:focus {
color: #4c51bf !important
}
.md\:focus\:text-indigo-800:focus {
color: #434190 !important
}
.md\:focus\:text-indigo-900:focus {
color: #3c366b !important
}
.md\:focus\:text-purple-100:focus {
color: #faf5ff !important
}
.md\:focus\:text-purple-200:focus {
color: #e9d8fd !important
}
.md\:focus\:text-purple-300:focus {
color: #d6bcfa !important
}
.md\:focus\:text-purple-400:focus {
color: #b794f4 !important
}
.md\:focus\:text-purple-500:focus {
color: #9f7aea !important
}
.md\:focus\:text-purple-600:focus {
color: #805ad5 !important
}
.md\:focus\:text-purple-700:focus {
color: #6b46c1 !important
}
.md\:focus\:text-purple-800:focus {
color: #553c9a !important
}
.md\:focus\:text-purple-900:focus {
color: #44337a !important
}
.md\:focus\:text-pink-100:focus {
color: #fff5f7 !important
}
.md\:focus\:text-pink-200:focus {
color: #fed7e2 !important
}
.md\:focus\:text-pink-300:focus {
color: #fbb6ce !important
}
.md\:focus\:text-pink-400:focus {
color: #f687b3 !important
}
.md\:focus\:text-pink-500:focus {
color: #ed64a6 !important
}
.md\:focus\:text-pink-600:focus {
color: #d53f8c !important
}
.md\:focus\:text-pink-700:focus {
color: #b83280 !important
}
.md\:focus\:text-pink-800:focus {
color: #97266d !important
}
.md\:focus\:text-pink-900:focus {
color: #702459 !important
}
.md\:italic {
font-style: italic !important
}
.md\:not-italic {
font-style: normal !important
}
.md\:uppercase {
text-transform: uppercase !important
}
.md\:lowercase {
text-transform: lowercase !important
}
.md\:capitalize {
text-transform: capitalize !important
}
.md\:normal-case {
text-transform: none !important
}
.md\:underline {
text-decoration: underline !important
}
.md\:line-through {
text-decoration: line-through !important
}
.md\:no-underline {
text-decoration: none !important
}
.md\:hover\:underline:hover {
text-decoration: underline !important
}
.md\:hover\:line-through:hover {
text-decoration: line-through !important
}
.md\:hover\:no-underline:hover {
text-decoration: none !important
}
.md\:focus\:underline:focus {
text-decoration: underline !important
}
.md\:focus\:line-through:focus {
text-decoration: line-through !important
}
.md\:focus\:no-underline:focus {
text-decoration: none !important
}
.md\:antialiased {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important
}
.md\:subpixel-antialiased {
-webkit-font-smoothing: auto !important;
-moz-osx-font-smoothing: auto !important
}
.md\:tracking-tighter {
letter-spacing: -0.05em !important
}
.md\:tracking-tight {
letter-spacing: -0.025em !important
}
.md\:tracking-normal {
letter-spacing: 0 !important
}
.md\:tracking-wide {
letter-spacing: 0.025em !important
}
.md\:tracking-wider {
letter-spacing: 0.05em !important
}
.md\:tracking-widest {
letter-spacing: 0.1em !important
}
.md\:select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important
}
.md\:select-text {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important
}
.md\:select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
-ms-user-select: all !important;
user-select: all !important
}
.md\:select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important
}
.md\:align-baseline {
vertical-align: baseline !important
}
.md\:align-top {
vertical-align: top !important
}
.md\:align-middle {
vertical-align: middle !important
}
.md\:align-bottom {
vertical-align: bottom !important
}
.md\:align-text-top {
vertical-align: text-top !important
}
.md\:align-text-bottom {
vertical-align: text-bottom !important
}
.md\:visible {
visibility: visible !important
}
.md\:invisible {
visibility: hidden !important
}
.md\:whitespace-normal {
white-space: normal !important
}
.md\:whitespace-no-wrap {
white-space: nowrap !important
}
.md\:whitespace-pre {
white-space: pre !important
}
.md\:whitespace-pre-line {
white-space: pre-line !important
}
.md\:whitespace-pre-wrap {
white-space: pre-wrap !important
}
.md\:break-normal {
overflow-wrap: normal !important;
word-break: normal !important
}
.md\:break-words {
overflow-wrap: break-word !important
}
.md\:break-all {
word-break: break-all !important
}
.md\:truncate {
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important
}
.md\:w-0 {
width: 0 !important
}
.md\:w-1 {
width: 0.25rem !important
}
.md\:w-2 {
width: 0.5rem !important
}
.md\:w-3 {
width: 0.75rem !important
}
.md\:w-4 {
width: 1rem !important
}
.md\:w-5 {
width: 1.25rem !important
}
.md\:w-6 {
width: 1.5rem !important
}
.md\:w-8 {
width: 2rem !important
}
.md\:w-10 {
width: 2.5rem !important
}
.md\:w-12 {
width: 3rem !important
}
.md\:w-16 {
width: 4rem !important
}
.md\:w-20 {
width: 5rem !important
}
.md\:w-24 {
width: 6rem !important
}
.md\:w-32 {
width: 8rem !important
}
.md\:w-40 {
width: 10rem !important
}
.md\:w-48 {
width: 12rem !important
}
.md\:w-56 {
width: 14rem !important
}
.md\:w-64 {
width: 16rem !important
}
.md\:w-auto {
width: auto !important
}
.md\:w-px {
width: 1px !important
}
.md\:w-1-2 {
width: 50% !important
}
.md\:w-1-3 {
width: 33.333333% !important
}
.md\:w-2-3 {
width: 66.666667% !important
}
.md\:w-1-4 {
width: 25% !important
}
.md\:w-2-4 {
width: 50% !important
}
.md\:w-3-4 {
width: 75% !important
}
.md\:w-1-5 {
width: 20% !important
}
.md\:w-2-5 {
width: 40% !important
}
.md\:w-3-5 {
width: 60% !important
}
.md\:w-4-5 {
width: 80% !important
}
.md\:w-1-6 {
width: 16.666667% !important
}
.md\:w-2-6 {
width: 33.333333% !important
}
.md\:w-3-6 {
width: 50% !important
}
.md\:w-4-6 {
width: 66.666667% !important
}
.md\:w-5-6 {
width: 83.333333% !important
}
.md\:w-1-12 {
width: 8.333333% !important
}
.md\:w-2-12 {
width: 16.666667% !important
}
.md\:w-3-12 {
width: 25% !important
}
.md\:w-4-12 {
width: 33.333333% !important
}
.md\:w-5-12 {
width: 41.666667% !important
}
.md\:w-6-12 {
width: 50% !important
}
.md\:w-7-12 {
width: 58.333333% !important
}
.md\:w-8-12 {
width: 66.666667% !important
}
.md\:w-9-12 {
width: 75% !important
}
.md\:w-10-12 {
width: 83.333333% !important
}
.md\:w-11-12 {
width: 91.666667% !important
}
.md\:w-full {
width: 100% !important
}
.md\:w-screen {
width: 100vw !important
}
.md\:z-0 {
z-index: 0 !important
}
.md\:z-10 {
z-index: 10 !important
}
.md\:z-20 {
z-index: 20 !important
}
.md\:z-30 {
z-index: 30 !important
}
.md\:z-40 {
z-index: 40 !important
}
.md\:z-50 {
z-index: 50 !important
}
.md\:z-auto {
z-index: auto !important
}
.md\:gap-0 {
grid-gap: 0 !important;
gap: 0 !important
}
.md\:gap-1 {
grid-gap: 0.25rem !important;
gap: 0.25rem !important
}
.md\:gap-2 {
grid-gap: 0.5rem !important;
gap: 0.5rem !important
}
.md\:gap-3 {
grid-gap: 0.75rem !important;
gap: 0.75rem !important
}
.md\:gap-4 {
grid-gap: 1rem !important;
gap: 1rem !important
}
.md\:gap-5 {
grid-gap: 1.25rem !important;
gap: 1.25rem !important
}
.md\:gap-6 {
grid-gap: 1.5rem !important;
gap: 1.5rem !important
}
.md\:gap-8 {
grid-gap: 2rem !important;
gap: 2rem !important
}
.md\:gap-10 {
grid-gap: 2.5rem !important;
gap: 2.5rem !important
}
.md\:gap-12 {
grid-gap: 3rem !important;
gap: 3rem !important
}
.md\:gap-16 {
grid-gap: 4rem !important;
gap: 4rem !important
}
.md\:gap-20 {
grid-gap: 5rem !important;
gap: 5rem !important
}
.md\:gap-24 {
grid-gap: 6rem !important;
gap: 6rem !important
}
.md\:gap-32 {
grid-gap: 8rem !important;
gap: 8rem !important
}
.md\:gap-40 {
grid-gap: 10rem !important;
gap: 10rem !important
}
.md\:gap-48 {
grid-gap: 12rem !important;
gap: 12rem !important
}
.md\:gap-56 {
grid-gap: 14rem !important;
gap: 14rem !important
}
.md\:gap-64 {
grid-gap: 16rem !important;
gap: 16rem !important
}
.md\:gap-px {
grid-gap: 1px !important;
gap: 1px !important
}
.md\:col-gap-0 {
grid-column-gap: 0 !important;
-moz-column-gap: 0 !important;
column-gap: 0 !important
}
.md\:col-gap-1 {
grid-column-gap: 0.25rem !important;
-moz-column-gap: 0.25rem !important;
column-gap: 0.25rem !important
}
.md\:col-gap-2 {
grid-column-gap: 0.5rem !important;
-moz-column-gap: 0.5rem !important;
column-gap: 0.5rem !important
}
.md\:col-gap-3 {
grid-column-gap: 0.75rem !important;
-moz-column-gap: 0.75rem !important;
column-gap: 0.75rem !important
}
.md\:col-gap-4 {
grid-column-gap: 1rem !important;
-moz-column-gap: 1rem !important;
column-gap: 1rem !important
}
.md\:col-gap-5 {
grid-column-gap: 1.25rem !important;
-moz-column-gap: 1.25rem !important;
column-gap: 1.25rem !important
}
.md\:col-gap-6 {
grid-column-gap: 1.5rem !important;
-moz-column-gap: 1.5rem !important;
column-gap: 1.5rem !important
}
.md\:col-gap-8 {
grid-column-gap: 2rem !important;
-moz-column-gap: 2rem !important;
column-gap: 2rem !important
}
.md\:col-gap-10 {
grid-column-gap: 2.5rem !important;
-moz-column-gap: 2.5rem !important;
column-gap: 2.5rem !important
}
.md\:col-gap-12 {
grid-column-gap: 3rem !important;
-moz-column-gap: 3rem !important;
column-gap: 3rem !important
}
.md\:col-gap-16 {
grid-column-gap: 4rem !important;
-moz-column-gap: 4rem !important;
column-gap: 4rem !important
}
.md\:col-gap-20 {
grid-column-gap: 5rem !important;
-moz-column-gap: 5rem !important;
column-gap: 5rem !important
}
.md\:col-gap-24 {
grid-column-gap: 6rem !important;
-moz-column-gap: 6rem !important;
column-gap: 6rem !important
}
.md\:col-gap-32 {
grid-column-gap: 8rem !important;
-moz-column-gap: 8rem !important;
column-gap: 8rem !important
}
.md\:col-gap-40 {
grid-column-gap: 10rem !important;
-moz-column-gap: 10rem !important;
column-gap: 10rem !important
}
.md\:col-gap-48 {
grid-column-gap: 12rem !important;
-moz-column-gap: 12rem !important;
column-gap: 12rem !important
}
.md\:col-gap-56 {
grid-column-gap: 14rem !important;
-moz-column-gap: 14rem !important;
column-gap: 14rem !important
}
.md\:col-gap-64 {
grid-column-gap: 16rem !important;
-moz-column-gap: 16rem !important;
column-gap: 16rem !important
}
.md\:col-gap-px {
grid-column-gap: 1px !important;
-moz-column-gap: 1px !important;
column-gap: 1px !important
}
.md\:row-gap-0 {
grid-row-gap: 0 !important;
row-gap: 0 !important
}
.md\:row-gap-1 {
grid-row-gap: 0.25rem !important;
row-gap: 0.25rem !important
}
.md\:row-gap-2 {
grid-row-gap: 0.5rem !important;
row-gap: 0.5rem !important
}
.md\:row-gap-3 {
grid-row-gap: 0.75rem !important;
row-gap: 0.75rem !important
}
.md\:row-gap-4 {
grid-row-gap: 1rem !important;
row-gap: 1rem !important
}
.md\:row-gap-5 {
grid-row-gap: 1.25rem !important;
row-gap: 1.25rem !important
}
.md\:row-gap-6 {
grid-row-gap: 1.5rem !important;
row-gap: 1.5rem !important
}
.md\:row-gap-8 {
grid-row-gap: 2rem !important;
row-gap: 2rem !important
}
.md\:row-gap-10 {
grid-row-gap: 2.5rem !important;
row-gap: 2.5rem !important
}
.md\:row-gap-12 {
grid-row-gap: 3rem !important;
row-gap: 3rem !important
}
.md\:row-gap-16 {
grid-row-gap: 4rem !important;
row-gap: 4rem !important
}
.md\:row-gap-20 {
grid-row-gap: 5rem !important;
row-gap: 5rem !important
}
.md\:row-gap-24 {
grid-row-gap: 6rem !important;
row-gap: 6rem !important
}
.md\:row-gap-32 {
grid-row-gap: 8rem !important;
row-gap: 8rem !important
}
.md\:row-gap-40 {
grid-row-gap: 10rem !important;
row-gap: 10rem !important
}
.md\:row-gap-48 {
grid-row-gap: 12rem !important;
row-gap: 12rem !important
}
.md\:row-gap-56 {
grid-row-gap: 14rem !important;
row-gap: 14rem !important
}
.md\:row-gap-64 {
grid-row-gap: 16rem !important;
row-gap: 16rem !important
}
.md\:row-gap-px {
grid-row-gap: 1px !important;
row-gap: 1px !important
}
.md\:grid-flow-row {
grid-auto-flow: row !important
}
.md\:grid-flow-col {
grid-auto-flow: column !important
}
.md\:grid-flow-row-dense {
grid-auto-flow: row dense !important
}
.md\:grid-flow-col-dense {
grid-auto-flow: column dense !important
}
.md\:grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important
}
.md\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}
.md\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important
}
.md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important
}
.md\:grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important
}
.md\:grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important
}
.md\:grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important
}
.md\:grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important
}
.md\:grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important
}
.md\:grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important
}
.md\:grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important
}
.md\:grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important
}
.md\:grid-cols-none {
grid-template-columns: none !important
}
.md\:col-auto {
grid-column: auto !important
}
.md\:col-span-1 {
grid-column: span 1 / span 1 !important
}
.md\:col-span-2 {
grid-column: span 2 / span 2 !important
}
.md\:col-span-3 {
grid-column: span 3 / span 3 !important
}
.md\:col-span-4 {
grid-column: span 4 / span 4 !important
}
.md\:col-span-5 {
grid-column: span 5 / span 5 !important
}
.md\:col-span-6 {
grid-column: span 6 / span 6 !important
}
.md\:col-span-7 {
grid-column: span 7 / span 7 !important
}
.md\:col-span-8 {
grid-column: span 8 / span 8 !important
}
.md\:col-span-9 {
grid-column: span 9 / span 9 !important
}
.md\:col-span-10 {
grid-column: span 10 / span 10 !important
}
.md\:col-span-11 {
grid-column: span 11 / span 11 !important
}
.md\:col-span-12 {
grid-column: span 12 / span 12 !important
}
.md\:col-start-1 {
grid-column-start: 1 !important
}
.md\:col-start-2 {
grid-column-start: 2 !important
}
.md\:col-start-3 {
grid-column-start: 3 !important
}
.md\:col-start-4 {
grid-column-start: 4 !important
}
.md\:col-start-5 {
grid-column-start: 5 !important
}
.md\:col-start-6 {
grid-column-start: 6 !important
}
.md\:col-start-7 {
grid-column-start: 7 !important
}
.md\:col-start-8 {
grid-column-start: 8 !important
}
.md\:col-start-9 {
grid-column-start: 9 !important
}
.md\:col-start-10 {
grid-column-start: 10 !important
}
.md\:col-start-11 {
grid-column-start: 11 !important
}
.md\:col-start-12 {
grid-column-start: 12 !important
}
.md\:col-start-13 {
grid-column-start: 13 !important
}
.md\:col-start-auto {
grid-column-start: auto !important
}
.md\:col-end-1 {
grid-column-end: 1 !important
}
.md\:col-end-2 {
grid-column-end: 2 !important
}
.md\:col-end-3 {
grid-column-end: 3 !important
}
.md\:col-end-4 {
grid-column-end: 4 !important
}
.md\:col-end-5 {
grid-column-end: 5 !important
}
.md\:col-end-6 {
grid-column-end: 6 !important
}
.md\:col-end-7 {
grid-column-end: 7 !important
}
.md\:col-end-8 {
grid-column-end: 8 !important
}
.md\:col-end-9 {
grid-column-end: 9 !important
}
.md\:col-end-10 {
grid-column-end: 10 !important
}
.md\:col-end-11 {
grid-column-end: 11 !important
}
.md\:col-end-12 {
grid-column-end: 12 !important
}
.md\:col-end-13 {
grid-column-end: 13 !important
}
.md\:col-end-auto {
grid-column-end: auto !important
}
.md\:grid-rows-1 {
grid-template-rows: repeat(1, minmax(0, 1fr)) !important
}
.md\:grid-rows-2 {
grid-template-rows: repeat(2, minmax(0, 1fr)) !important
}
.md\:grid-rows-3 {
grid-template-rows: repeat(3, minmax(0, 1fr)) !important
}
.md\:grid-rows-4 {
grid-template-rows: repeat(4, minmax(0, 1fr)) !important
}
.md\:grid-rows-5 {
grid-template-rows: repeat(5, minmax(0, 1fr)) !important
}
.md\:grid-rows-6 {
grid-template-rows: repeat(6, minmax(0, 1fr)) !important
}
.md\:grid-rows-none {
grid-template-rows: none !important
}
.md\:row-auto {
grid-row: auto !important
}
.md\:row-span-1 {
grid-row: span 1 / span 1 !important
}
.md\:row-span-2 {
grid-row: span 2 / span 2 !important
}
.md\:row-span-3 {
grid-row: span 3 / span 3 !important
}
.md\:row-span-4 {
grid-row: span 4 / span 4 !important
}
.md\:row-span-5 {
grid-row: span 5 / span 5 !important
}
.md\:row-span-6 {
grid-row: span 6 / span 6 !important
}
.md\:row-start-1 {
grid-row-start: 1 !important
}
.md\:row-start-2 {
grid-row-start: 2 !important
}
.md\:row-start-3 {
grid-row-start: 3 !important
}
.md\:row-start-4 {
grid-row-start: 4 !important
}
.md\:row-start-5 {
grid-row-start: 5 !important
}
.md\:row-start-6 {
grid-row-start: 6 !important
}
.md\:row-start-7 {
grid-row-start: 7 !important
}
.md\:row-start-auto {
grid-row-start: auto !important
}
.md\:row-end-1 {
grid-row-end: 1 !important
}
.md\:row-end-2 {
grid-row-end: 2 !important
}
.md\:row-end-3 {
grid-row-end: 3 !important
}
.md\:row-end-4 {
grid-row-end: 4 !important
}
.md\:row-end-5 {
grid-row-end: 5 !important
}
.md\:row-end-6 {
grid-row-end: 6 !important
}
.md\:row-end-7 {
grid-row-end: 7 !important
}
.md\:row-end-auto {
grid-row-end: auto !important
}
.md\:transform {
--transform-translate-x: 0 !important;
--transform-translate-y: 0 !important;
--transform-rotate: 0 !important;
--transform-skew-x: 0 !important;
--transform-skew-y: 0 !important;
--transform-scale-x: 1 !important;
--transform-scale-y: 1 !important;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
}
.md\:transform-none {
transform: none !important
}
.md\:origin-center {
transform-origin: center !important
}
.md\:origin-top {
transform-origin: top !important
}
.md\:origin-top-right {
transform-origin: top right !important
}
.md\:origin-right {
transform-origin: right !important
}
.md\:origin-bottom-right {
transform-origin: bottom right !important
}
.md\:origin-bottom {
transform-origin: bottom !important
}
.md\:origin-bottom-left {
transform-origin: bottom left !important
}
.md\:origin-left {
transform-origin: left !important
}
.md\:origin-top-left {
transform-origin: top left !important
}
.md\:scale-0 {
--transform-scale-x: 0 !important;
--transform-scale-y: 0 !important
}
.md\:scale-50 {
--transform-scale-x: .5 !important;
--transform-scale-y: .5 !important
}
.md\:scale-75 {
--transform-scale-x: .75 !important;
--transform-scale-y: .75 !important
}
.md\:scale-90 {
--transform-scale-x: .9 !important;
--transform-scale-y: .9 !important
}
.md\:scale-95 {
--transform-scale-x: .95 !important;
--transform-scale-y: .95 !important
}
.md\:scale-100 {
--transform-scale-x: 1 !important;
--transform-scale-y: 1 !important
}
.md\:scale-105 {
--transform-scale-x: 1.05 !important;
--transform-scale-y: 1.05 !important
}
.md\:scale-110 {
--transform-scale-x: 1.1 !important;
--transform-scale-y: 1.1 !important
}
.md\:scale-125 {
--transform-scale-x: 1.25 !important;
--transform-scale-y: 1.25 !important
}
.md\:scale-150 {
--transform-scale-x: 1.5 !important;
--transform-scale-y: 1.5 !important
}
.md\:scale-x-0 {
--transform-scale-x: 0 !important
}
.md\:scale-x-50 {
--transform-scale-x: .5 !important
}
.md\:scale-x-75 {
--transform-scale-x: .75 !important
}
.md\:scale-x-90 {
--transform-scale-x: .9 !important
}
.md\:scale-x-95 {
--transform-scale-x: .95 !important
}
.md\:scale-x-100 {
--transform-scale-x: 1 !important
}
.md\:scale-x-105 {
--transform-scale-x: 1.05 !important
}
.md\:scale-x-110 {
--transform-scale-x: 1.1 !important
}
.md\:scale-x-125 {
--transform-scale-x: 1.25 !important
}
.md\:scale-x-150 {
--transform-scale-x: 1.5 !important
}
.md\:scale-y-0 {
--transform-scale-y: 0 !important
}
.md\:scale-y-50 {
--transform-scale-y: .5 !important
}
.md\:scale-y-75 {
--transform-scale-y: .75 !important
}
.md\:scale-y-90 {
--transform-scale-y: .9 !important
}
.md\:scale-y-95 {
--transform-scale-y: .95 !important
}
.md\:scale-y-100 {
--transform-scale-y: 1 !important
}
.md\:scale-y-105 {
--transform-scale-y: 1.05 !important
}
.md\:scale-y-110 {
--transform-scale-y: 1.1 !important
}
.md\:scale-y-125 {
--transform-scale-y: 1.25 !important
}
.md\:scale-y-150 {
--transform-scale-y: 1.5 !important
}
.md\:hover\:scale-0:hover {
--transform-scale-x: 0 !important;
--transform-scale-y: 0 !important
}
.md\:hover\:scale-50:hover {
--transform-scale-x: .5 !important;
--transform-scale-y: .5 !important
}
.md\:hover\:scale-75:hover {
--transform-scale-x: .75 !important;
--transform-scale-y: .75 !important
}
.md\:hover\:scale-90:hover {
--transform-scale-x: .9 !important;
--transform-scale-y: .9 !important
}
.md\:hover\:scale-95:hover {
--transform-scale-x: .95 !important;
--transform-scale-y: .95 !important
}
.md\:hover\:scale-100:hover {
--transform-scale-x: 1 !important;
--transform-scale-y: 1 !important
}
.md\:hover\:scale-105:hover {
--transform-scale-x: 1.05 !important;
--transform-scale-y: 1.05 !important
}
.md\:hover\:scale-110:hover {
--transform-scale-x: 1.1 !important;
--transform-scale-y: 1.1 !important
}
.md\:hover\:scale-125:hover {
--transform-scale-x: 1.25 !important;
--transform-scale-y: 1.25 !important
}
.md\:hover\:scale-150:hover {
--transform-scale-x: 1.5 !important;
--transform-scale-y: 1.5 !important
}
.md\:hover\:scale-x-0:hover {
--transform-scale-x: 0 !important
}
.md\:hover\:scale-x-50:hover {
--transform-scale-x: .5 !important
}
.md\:hover\:scale-x-75:hover {
--transform-scale-x: .75 !important
}
.md\:hover\:scale-x-90:hover {
--transform-scale-x: .9 !important
}
.md\:hover\:scale-x-95:hover {
--transform-scale-x: .95 !important
}
.md\:hover\:scale-x-100:hover {
--transform-scale-x: 1 !important
}
.md\:hover\:scale-x-105:hover {
--transform-scale-x: 1.05 !important
}
.md\:hover\:scale-x-110:hover {
--transform-scale-x: 1.1 !important
}
.md\:hover\:scale-x-125:hover {
--transform-scale-x: 1.25 !important
}
.md\:hover\:scale-x-150:hover {
--transform-scale-x: 1.5 !important
}
.md\:hover\:scale-y-0:hover {
--transform-scale-y: 0 !important
}
.md\:hover\:scale-y-50:hover {
--transform-scale-y: .5 !important
}
.md\:hover\:scale-y-75:hover {
--transform-scale-y: .75 !important
}
.md\:hover\:scale-y-90:hover {
--transform-scale-y: .9 !important
}
.md\:hover\:scale-y-95:hover {
--transform-scale-y: .95 !important
}
.md\:hover\:scale-y-100:hover {
--transform-scale-y: 1 !important
}
.md\:hover\:scale-y-105:hover {
--transform-scale-y: 1.05 !important
}
.md\:hover\:scale-y-110:hover {
--transform-scale-y: 1.1 !important
}
.md\:hover\:scale-y-125:hover {
--transform-scale-y: 1.25 !important
}
.md\:hover\:scale-y-150:hover {
--transform-scale-y: 1.5 !important
}
.md\:focus\:scale-0:focus {
--transform-scale-x: 0 !important;
--transform-scale-y: 0 !important
}
.md\:focus\:scale-50:focus {
--transform-scale-x: .5 !important;
--transform-scale-y: .5 !important
}
.md\:focus\:scale-75:focus {
--transform-scale-x: .75 !important;
--transform-scale-y: .75 !important
}
.md\:focus\:scale-90:focus {
--transform-scale-x: .9 !important;
--transform-scale-y: .9 !important
}
.md\:focus\:scale-95:focus {
--transform-scale-x: .95 !important;
--transform-scale-y: .95 !important
}
.md\:focus\:scale-100:focus {
--transform-scale-x: 1 !important;
--transform-scale-y: 1 !important
}
.md\:focus\:scale-105:focus {
--transform-scale-x: 1.05 !important;
--transform-scale-y: 1.05 !important
}
.md\:focus\:scale-110:focus {
--transform-scale-x: 1.1 !important;
--transform-scale-y: 1.1 !important
}
.md\:focus\:scale-125:focus {
--transform-scale-x: 1.25 !important;
--transform-scale-y: 1.25 !important
}
.md\:focus\:scale-150:focus {
--transform-scale-x: 1.5 !important;
--transform-scale-y: 1.5 !important
}
.md\:focus\:scale-x-0:focus {
--transform-scale-x: 0 !important
}
.md\:focus\:scale-x-50:focus {
--transform-scale-x: .5 !important
}
.md\:focus\:scale-x-75:focus {
--transform-scale-x: .75 !important
}
.md\:focus\:scale-x-90:focus {
--transform-scale-x: .9 !important
}
.md\:focus\:scale-x-95:focus {
--transform-scale-x: .95 !important
}
.md\:focus\:scale-x-100:focus {
--transform-scale-x: 1 !important
}
.md\:focus\:scale-x-105:focus {
--transform-scale-x: 1.05 !important
}
.md\:focus\:scale-x-110:focus {
--transform-scale-x: 1.1 !important
}
.md\:focus\:scale-x-125:focus {
--transform-scale-x: 1.25 !important
}
.md\:focus\:scale-x-150:focus {
--transform-scale-x: 1.5 !important
}
.md\:focus\:scale-y-0:focus {
--transform-scale-y: 0 !important
}
.md\:focus\:scale-y-50:focus {
--transform-scale-y: .5 !important
}
.md\:focus\:scale-y-75:focus {
--transform-scale-y: .75 !important
}
.md\:focus\:scale-y-90:focus {
--transform-scale-y: .9 !important
}
.md\:focus\:scale-y-95:focus {
--transform-scale-y: .95 !important
}
.md\:focus\:scale-y-100:focus {
--transform-scale-y: 1 !important
}
.md\:focus\:scale-y-105:focus {
--transform-scale-y: 1.05 !important
}
.md\:focus\:scale-y-110:focus {
--transform-scale-y: 1.1 !important
}
.md\:focus\:scale-y-125:focus {
--transform-scale-y: 1.25 !important
}
.md\:focus\:scale-y-150:focus {
--transform-scale-y: 1.5 !important
}
.md\:rotate-0 {
--transform-rotate: 0 !important
}
.md\:rotate-45 {
--transform-rotate: 45deg !important
}
.md\:rotate-90 {
--transform-rotate: 90deg !important
}
.md\:rotate-180 {
--transform-rotate: 180deg !important
}
.md\:-rotate-180 {
--transform-rotate: -180deg !important
}
.md\:-rotate-90 {
--transform-rotate: -90deg !important
}
.md\:-rotate-45 {
--transform-rotate: -45deg !important
}
.md\:hover\:rotate-0:hover {
--transform-rotate: 0 !important
}
.md\:hover\:rotate-45:hover {
--transform-rotate: 45deg !important
}
.md\:hover\:rotate-90:hover {
--transform-rotate: 90deg !important
}
.md\:hover\:rotate-180:hover {
--transform-rotate: 180deg !important
}
.md\:hover\:-rotate-180:hover {
--transform-rotate: -180deg !important
}
.md\:hover\:-rotate-90:hover {
--transform-rotate: -90deg !important
}
.md\:hover\:-rotate-45:hover {
--transform-rotate: -45deg !important
}
.md\:focus\:rotate-0:focus {
--transform-rotate: 0 !important
}
.md\:focus\:rotate-45:focus {
--transform-rotate: 45deg !important
}
.md\:focus\:rotate-90:focus {
--transform-rotate: 90deg !important
}
.md\:focus\:rotate-180:focus {
--transform-rotate: 180deg !important
}
.md\:focus\:-rotate-180:focus {
--transform-rotate: -180deg !important
}
.md\:focus\:-rotate-90:focus {
--transform-rotate: -90deg !important
}
.md\:focus\:-rotate-45:focus {
--transform-rotate: -45deg !important
}
.md\:translate-x-0 {
--transform-translate-x: 0 !important
}
.md\:translate-x-1 {
--transform-translate-x: 0.25rem !important
}
.md\:translate-x-2 {
--transform-translate-x: 0.5rem !important
}
.md\:translate-x-3 {
--transform-translate-x: 0.75rem !important
}
.md\:translate-x-4 {
--transform-translate-x: 1rem !important
}
.md\:translate-x-5 {
--transform-translate-x: 1.25rem !important
}
.md\:translate-x-6 {
--transform-translate-x: 1.5rem !important
}
.md\:translate-x-8 {
--transform-translate-x: 2rem !important
}
.md\:translate-x-10 {
--transform-translate-x: 2.5rem !important
}
.md\:translate-x-12 {
--transform-translate-x: 3rem !important
}
.md\:translate-x-16 {
--transform-translate-x: 4rem !important
}
.md\:translate-x-20 {
--transform-translate-x: 5rem !important
}
.md\:translate-x-24 {
--transform-translate-x: 6rem !important
}
.md\:translate-x-32 {
--transform-translate-x: 8rem !important
}
.md\:translate-x-40 {
--transform-translate-x: 10rem !important
}
.md\:translate-x-48 {
--transform-translate-x: 12rem !important
}
.md\:translate-x-56 {
--transform-translate-x: 14rem !important
}
.md\:translate-x-64 {
--transform-translate-x: 16rem !important
}
.md\:translate-x-px {
--transform-translate-x: 1px !important
}
.md\:-translate-x-1 {
--transform-translate-x: -0.25rem !important
}
.md\:-translate-x-2 {
--transform-translate-x: -0.5rem !important
}
.md\:-translate-x-3 {
--transform-translate-x: -0.75rem !important
}
.md\:-translate-x-4 {
--transform-translate-x: -1rem !important
}
.md\:-translate-x-5 {
--transform-translate-x: -1.25rem !important
}
.md\:-translate-x-6 {
--transform-translate-x: -1.5rem !important
}
.md\:-translate-x-8 {
--transform-translate-x: -2rem !important
}
.md\:-translate-x-10 {
--transform-translate-x: -2.5rem !important
}
.md\:-translate-x-12 {
--transform-translate-x: -3rem !important
}
.md\:-translate-x-16 {
--transform-translate-x: -4rem !important
}
.md\:-translate-x-20 {
--transform-translate-x: -5rem !important
}
.md\:-translate-x-24 {
--transform-translate-x: -6rem !important
}
.md\:-translate-x-32 {
--transform-translate-x: -8rem !important
}
.md\:-translate-x-40 {
--transform-translate-x: -10rem !important
}
.md\:-translate-x-48 {
--transform-translate-x: -12rem !important
}
.md\:-translate-x-56 {
--transform-translate-x: -14rem !important
}
.md\:-translate-x-64 {
--transform-translate-x: -16rem !important
}
.md\:-translate-x-px {
--transform-translate-x: -1px !important
}
.md\:-translate-x-full {
--transform-translate-x: -100% !important
}
.md\:-translate-x-1-2 {
--transform-translate-x: -50% !important
}
.md\:translate-x-1-2 {
--transform-translate-x: 50% !important
}
.md\:translate-x-full {
--transform-translate-x: 100% !important
}
.md\:translate-y-0 {
--transform-translate-y: 0 !important
}
.md\:translate-y-1 {
--transform-translate-y: 0.25rem !important
}
.md\:translate-y-2 {
--transform-translate-y: 0.5rem !important
}
.md\:translate-y-3 {
--transform-translate-y: 0.75rem !important
}
.md\:translate-y-4 {
--transform-translate-y: 1rem !important
}
.md\:translate-y-5 {
--transform-translate-y: 1.25rem !important
}
.md\:translate-y-6 {
--transform-translate-y: 1.5rem !important
}
.md\:translate-y-8 {
--transform-translate-y: 2rem !important
}
.md\:translate-y-10 {
--transform-translate-y: 2.5rem !important
}
.md\:translate-y-12 {
--transform-translate-y: 3rem !important
}
.md\:translate-y-16 {
--transform-translate-y: 4rem !important
}
.md\:translate-y-20 {
--transform-translate-y: 5rem !important
}
.md\:translate-y-24 {
--transform-translate-y: 6rem !important
}
.md\:translate-y-32 {
--transform-translate-y: 8rem !important
}
.md\:translate-y-40 {
--transform-translate-y: 10rem !important
}
.md\:translate-y-48 {
--transform-translate-y: 12rem !important
}
.md\:translate-y-56 {
--transform-translate-y: 14rem !important
}
.md\:translate-y-64 {
--transform-translate-y: 16rem !important
}
.md\:translate-y-px {
--transform-translate-y: 1px !important
}
.md\:-translate-y-1 {
--transform-translate-y: -0.25rem !important
}
.md\:-translate-y-2 {
--transform-translate-y: -0.5rem !important
}
.md\:-translate-y-3 {
--transform-translate-y: -0.75rem !important
}
.md\:-translate-y-4 {
--transform-translate-y: -1rem !important
}
.md\:-translate-y-5 {
--transform-translate-y: -1.25rem !important
}
.md\:-translate-y-6 {
--transform-translate-y: -1.5rem !important
}
.md\:-translate-y-8 {
--transform-translate-y: -2rem !important
}
.md\:-translate-y-10 {
--transform-translate-y: -2.5rem !important
}
.md\:-translate-y-12 {
--transform-translate-y: -3rem !important
}
.md\:-translate-y-16 {
--transform-translate-y: -4rem !important
}
.md\:-translate-y-20 {
--transform-translate-y: -5rem !important
}
.md\:-translate-y-24 {
--transform-translate-y: -6rem !important
}
.md\:-translate-y-32 {
--transform-translate-y: -8rem !important
}
.md\:-translate-y-40 {
--transform-translate-y: -10rem !important
}
.md\:-translate-y-48 {
--transform-translate-y: -12rem !important
}
.md\:-translate-y-56 {
--transform-translate-y: -14rem !important
}
.md\:-translate-y-64 {
--transform-translate-y: -16rem !important
}
.md\:-translate-y-px {
--transform-translate-y: -1px !important
}
.md\:-translate-y-full {
--transform-translate-y: -100% !important
}
.md\:-translate-y-1-2 {
--transform-translate-y: -50% !important
}
.md\:translate-y-1-2 {
--transform-translate-y: 50% !important
}
.md\:translate-y-full {
--transform-translate-y: 100% !important
}
.md\:hover\:translate-x-0:hover {
--transform-translate-x: 0 !important
}
.md\:hover\:translate-x-1:hover {
--transform-translate-x: 0.25rem !important
}
.md\:hover\:translate-x-2:hover {
--transform-translate-x: 0.5rem !important
}
.md\:hover\:translate-x-3:hover {
--transform-translate-x: 0.75rem !important
}
.md\:hover\:translate-x-4:hover {
--transform-translate-x: 1rem !important
}
.md\:hover\:translate-x-5:hover {
--transform-translate-x: 1.25rem !important
}
.md\:hover\:translate-x-6:hover {
--transform-translate-x: 1.5rem !important
}
.md\:hover\:translate-x-8:hover {
--transform-translate-x: 2rem !important
}
.md\:hover\:translate-x-10:hover {
--transform-translate-x: 2.5rem !important
}
.md\:hover\:translate-x-12:hover {
--transform-translate-x: 3rem !important
}
.md\:hover\:translate-x-16:hover {
--transform-translate-x: 4rem !important
}
.md\:hover\:translate-x-20:hover {
--transform-translate-x: 5rem !important
}
.md\:hover\:translate-x-24:hover {
--transform-translate-x: 6rem !important
}
.md\:hover\:translate-x-32:hover {
--transform-translate-x: 8rem !important
}
.md\:hover\:translate-x-40:hover {
--transform-translate-x: 10rem !important
}
.md\:hover\:translate-x-48:hover {
--transform-translate-x: 12rem !important
}
.md\:hover\:translate-x-56:hover {
--transform-translate-x: 14rem !important
}
.md\:hover\:translate-x-64:hover {
--transform-translate-x: 16rem !important
}
.md\:hover\:translate-x-px:hover {
--transform-translate-x: 1px !important
}
.md\:hover\:-translate-x-1:hover {
--transform-translate-x: -0.25rem !important
}
.md\:hover\:-translate-x-2:hover {
--transform-translate-x: -0.5rem !important
}
.md\:hover\:-translate-x-3:hover {
--transform-translate-x: -0.75rem !important
}
.md\:hover\:-translate-x-4:hover {
--transform-translate-x: -1rem !important
}
.md\:hover\:-translate-x-5:hover {
--transform-translate-x: -1.25rem !important
}
.md\:hover\:-translate-x-6:hover {
--transform-translate-x: -1.5rem !important
}
.md\:hover\:-translate-x-8:hover {
--transform-translate-x: -2rem !important
}
.md\:hover\:-translate-x-10:hover {
--transform-translate-x: -2.5rem !important
}
.md\:hover\:-translate-x-12:hover {
--transform-translate-x: -3rem !important
}
.md\:hover\:-translate-x-16:hover {
--transform-translate-x: -4rem !important
}
.md\:hover\:-translate-x-20:hover {
--transform-translate-x: -5rem !important
}
.md\:hover\:-translate-x-24:hover {
--transform-translate-x: -6rem !important
}
.md\:hover\:-translate-x-32:hover {
--transform-translate-x: -8rem !important
}
.md\:hover\:-translate-x-40:hover {
--transform-translate-x: -10rem !important
}
.md\:hover\:-translate-x-48:hover {
--transform-translate-x: -12rem !important
}
.md\:hover\:-translate-x-56:hover {
--transform-translate-x: -14rem !important
}
.md\:hover\:-translate-x-64:hover {
--transform-translate-x: -16rem !important
}
.md\:hover\:-translate-x-px:hover {
--transform-translate-x: -1px !important
}
.md\:hover\:-translate-x-full:hover {
--transform-translate-x: -100% !important
}
.md\:hover\:-translate-x-1-2:hover {
--transform-translate-x: -50% !important
}
.md\:hover\:translate-x-1-2:hover {
--transform-translate-x: 50% !important
}
.md\:hover\:translate-x-full:hover {
--transform-translate-x: 100% !important
}
.md\:hover\:translate-y-0:hover {
--transform-translate-y: 0 !important
}
.md\:hover\:translate-y-1:hover {
--transform-translate-y: 0.25rem !important
}
.md\:hover\:translate-y-2:hover {
--transform-translate-y: 0.5rem !important
}
.md\:hover\:translate-y-3:hover {
--transform-translate-y: 0.75rem !important
}
.md\:hover\:translate-y-4:hover {
--transform-translate-y: 1rem !important
}
.md\:hover\:translate-y-5:hover {
--transform-translate-y: 1.25rem !important
}
.md\:hover\:translate-y-6:hover {
--transform-translate-y: 1.5rem !important
}
.md\:hover\:translate-y-8:hover {
--transform-translate-y: 2rem !important
}
.md\:hover\:translate-y-10:hover {
--transform-translate-y: 2.5rem !important
}
.md\:hover\:translate-y-12:hover {
--transform-translate-y: 3rem !important
}
.md\:hover\:translate-y-16:hover {
--transform-translate-y: 4rem !important
}
.md\:hover\:translate-y-20:hover {
--transform-translate-y: 5rem !important
}
.md\:hover\:translate-y-24:hover {
--transform-translate-y: 6rem !important
}
.md\:hover\:translate-y-32:hover {
--transform-translate-y: 8rem !important
}
.md\:hover\:translate-y-40:hover {
--transform-translate-y: 10rem !important
}
.md\:hover\:translate-y-48:hover {
--transform-translate-y: 12rem !important
}
.md\:hover\:translate-y-56:hover {
--transform-translate-y: 14rem !important
}
.md\:hover\:translate-y-64:hover {
--transform-translate-y: 16rem !important
}
.md\:hover\:translate-y-px:hover {
--transform-translate-y: 1px !important
}
.md\:hover\:-translate-y-1:hover {
--transform-translate-y: -0.25rem !important
}
.md\:hover\:-translate-y-2:hover {
--transform-translate-y: -0.5rem !important
}
.md\:hover\:-translate-y-3:hover {
--transform-translate-y: -0.75rem !important
}
.md\:hover\:-translate-y-4:hover {
--transform-translate-y: -1rem !important
}
.md\:hover\:-translate-y-5:hover {
--transform-translate-y: -1.25rem !important
}
.md\:hover\:-translate-y-6:hover {
--transform-translate-y: -1.5rem !important
}
.md\:hover\:-translate-y-8:hover {
--transform-translate-y: -2rem !important
}
.md\:hover\:-translate-y-10:hover {
--transform-translate-y: -2.5rem !important
}
.md\:hover\:-translate-y-12:hover {
--transform-translate-y: -3rem !important
}
.md\:hover\:-translate-y-16:hover {
--transform-translate-y: -4rem !important
}
.md\:hover\:-translate-y-20:hover {
--transform-translate-y: -5rem !important
}
.md\:hover\:-translate-y-24:hover {
--transform-translate-y: -6rem !important
}
.md\:hover\:-translate-y-32:hover {
--transform-translate-y: -8rem !important
}
.md\:hover\:-translate-y-40:hover {
--transform-translate-y: -10rem !important
}
.md\:hover\:-translate-y-48:hover {
--transform-translate-y: -12rem !important
}
.md\:hover\:-translate-y-56:hover {
--transform-translate-y: -14rem !important
}
.md\:hover\:-translate-y-64:hover {
--transform-translate-y: -16rem !important
}
.md\:hover\:-translate-y-px:hover {
--transform-translate-y: -1px !important
}
.md\:hover\:-translate-y-full:hover {
--transform-translate-y: -100% !important
}
.md\:hover\:-translate-y-1-2:hover {
--transform-translate-y: -50% !important
}
.md\:hover\:translate-y-1-2:hover {
--transform-translate-y: 50% !important
}
.md\:hover\:translate-y-full:hover {
--transform-translate-y: 100% !important
}
.md\:focus\:translate-x-0:focus {
--transform-translate-x: 0 !important
}
.md\:focus\:translate-x-1:focus {
--transform-translate-x: 0.25rem !important
}
.md\:focus\:translate-x-2:focus {
--transform-translate-x: 0.5rem !important
}
.md\:focus\:translate-x-3:focus {
--transform-translate-x: 0.75rem !important
}
.md\:focus\:translate-x-4:focus {
--transform-translate-x: 1rem !important
}
.md\:focus\:translate-x-5:focus {
--transform-translate-x: 1.25rem !important
}
.md\:focus\:translate-x-6:focus {
--transform-translate-x: 1.5rem !important
}
.md\:focus\:translate-x-8:focus {
--transform-translate-x: 2rem !important
}
.md\:focus\:translate-x-10:focus {
--transform-translate-x: 2.5rem !important
}
.md\:focus\:translate-x-12:focus {
--transform-translate-x: 3rem !important
}
.md\:focus\:translate-x-16:focus {
--transform-translate-x: 4rem !important
}
.md\:focus\:translate-x-20:focus {
--transform-translate-x: 5rem !important
}
.md\:focus\:translate-x-24:focus {
--transform-translate-x: 6rem !important
}
.md\:focus\:translate-x-32:focus {
--transform-translate-x: 8rem !important
}
.md\:focus\:translate-x-40:focus {
--transform-translate-x: 10rem !important
}
.md\:focus\:translate-x-48:focus {
--transform-translate-x: 12rem !important
}
.md\:focus\:translate-x-56:focus {
--transform-translate-x: 14rem !important
}
.md\:focus\:translate-x-64:focus {
--transform-translate-x: 16rem !important
}
.md\:focus\:translate-x-px:focus {
--transform-translate-x: 1px !important
}
.md\:focus\:-translate-x-1:focus {
--transform-translate-x: -0.25rem !important
}
.md\:focus\:-translate-x-2:focus {
--transform-translate-x: -0.5rem !important
}
.md\:focus\:-translate-x-3:focus {
--transform-translate-x: -0.75rem !important
}
.md\:focus\:-translate-x-4:focus {
--transform-translate-x: -1rem !important
}
.md\:focus\:-translate-x-5:focus {
--transform-translate-x: -1.25rem !important
}
.md\:focus\:-translate-x-6:focus {
--transform-translate-x: -1.5rem !important
}
.md\:focus\:-translate-x-8:focus {
--transform-translate-x: -2rem !important
}
.md\:focus\:-translate-x-10:focus {
--transform-translate-x: -2.5rem !important
}
.md\:focus\:-translate-x-12:focus {
--transform-translate-x: -3rem !important
}
.md\:focus\:-translate-x-16:focus {
--transform-translate-x: -4rem !important
}
.md\:focus\:-translate-x-20:focus {
--transform-translate-x: -5rem !important
}
.md\:focus\:-translate-x-24:focus {
--transform-translate-x: -6rem !important
}
.md\:focus\:-translate-x-32:focus {
--transform-translate-x: -8rem !important
}
.md\:focus\:-translate-x-40:focus {
--transform-translate-x: -10rem !important
}
.md\:focus\:-translate-x-48:focus {
--transform-translate-x: -12rem !important
}
.md\:focus\:-translate-x-56:focus {
--transform-translate-x: -14rem !important
}
.md\:focus\:-translate-x-64:focus {
--transform-translate-x: -16rem !important
}
.md\:focus\:-translate-x-px:focus {
--transform-translate-x: -1px !important
}
.md\:focus\:-translate-x-full:focus {
--transform-translate-x: -100% !important
}
.md\:focus\:-translate-x-1-2:focus {
--transform-translate-x: -50% !important
}
.md\:focus\:translate-x-1-2:focus {
--transform-translate-x: 50% !important
}
.md\:focus\:translate-x-full:focus {
--transform-translate-x: 100% !important
}
.md\:focus\:translate-y-0:focus {
--transform-translate-y: 0 !important
}
.md\:focus\:translate-y-1:focus {
--transform-translate-y: 0.25rem !important
}
.md\:focus\:translate-y-2:focus {
--transform-translate-y: 0.5rem !important
}
.md\:focus\:translate-y-3:focus {
--transform-translate-y: 0.75rem !important
}
.md\:focus\:translate-y-4:focus {
--transform-translate-y: 1rem !important
}
.md\:focus\:translate-y-5:focus {
--transform-translate-y: 1.25rem !important
}
.md\:focus\:translate-y-6:focus {
--transform-translate-y: 1.5rem !important
}
.md\:focus\:translate-y-8:focus {
--transform-translate-y: 2rem !important
}
.md\:focus\:translate-y-10:focus {
--transform-translate-y: 2.5rem !important
}
.md\:focus\:translate-y-12:focus {
--transform-translate-y: 3rem !important
}
.md\:focus\:translate-y-16:focus {
--transform-translate-y: 4rem !important
}
.md\:focus\:translate-y-20:focus {
--transform-translate-y: 5rem !important
}
.md\:focus\:translate-y-24:focus {
--transform-translate-y: 6rem !important
}
.md\:focus\:translate-y-32:focus {
--transform-translate-y: 8rem !important
}
.md\:focus\:translate-y-40:focus {
--transform-translate-y: 10rem !important
}
.md\:focus\:translate-y-48:focus {
--transform-translate-y: 12rem !important
}
.md\:focus\:translate-y-56:focus {
--transform-translate-y: 14rem !important
}
.md\:focus\:translate-y-64:focus {
--transform-translate-y: 16rem !important
}
.md\:focus\:translate-y-px:focus {
--transform-translate-y: 1px !important
}
.md\:focus\:-translate-y-1:focus {
--transform-translate-y: -0.25rem !important
}
.md\:focus\:-translate-y-2:focus {
--transform-translate-y: -0.5rem !important
}
.md\:focus\:-translate-y-3:focus {
--transform-translate-y: -0.75rem !important
}
.md\:focus\:-translate-y-4:focus {
--transform-translate-y: -1rem !important
}
.md\:focus\:-translate-y-5:focus {
--transform-translate-y: -1.25rem !important
}
.md\:focus\:-translate-y-6:focus {
--transform-translate-y: -1.5rem !important
}
.md\:focus\:-translate-y-8:focus {
--transform-translate-y: -2rem !important
}
.md\:focus\:-translate-y-10:focus {
--transform-translate-y: -2.5rem !important
}
.md\:focus\:-translate-y-12:focus {
--transform-translate-y: -3rem !important
}
.md\:focus\:-translate-y-16:focus {
--transform-translate-y: -4rem !important
}
.md\:focus\:-translate-y-20:focus {
--transform-translate-y: -5rem !important
}
.md\:focus\:-translate-y-24:focus {
--transform-translate-y: -6rem !important
}
.md\:focus\:-translate-y-32:focus {
--transform-translate-y: -8rem !important
}
.md\:focus\:-translate-y-40:focus {
--transform-translate-y: -10rem !important
}
.md\:focus\:-translate-y-48:focus {
--transform-translate-y: -12rem !important
}
.md\:focus\:-translate-y-56:focus {
--transform-translate-y: -14rem !important
}
.md\:focus\:-translate-y-64:focus {
--transform-translate-y: -16rem !important
}
.md\:focus\:-translate-y-px:focus {
--transform-translate-y: -1px !important
}
.md\:focus\:-translate-y-full:focus {
--transform-translate-y: -100% !important
}
.md\:focus\:-translate-y-1-2:focus {
--transform-translate-y: -50% !important
}
.md\:focus\:translate-y-1-2:focus {
--transform-translate-y: 50% !important
}
.md\:focus\:translate-y-full:focus {
--transform-translate-y: 100% !important
}
.md\:skew-x-0 {
--transform-skew-x: 0 !important
}
.md\:skew-x-3 {
--transform-skew-x: 3deg !important
}
.md\:skew-x-6 {
--transform-skew-x: 6deg !important
}
.md\:skew-x-12 {
--transform-skew-x: 12deg !important
}
.md\:-skew-x-12 {
--transform-skew-x: -12deg !important
}
.md\:-skew-x-6 {
--transform-skew-x: -6deg !important
}
.md\:-skew-x-3 {
--transform-skew-x: -3deg !important
}
.md\:skew-y-0 {
--transform-skew-y: 0 !important
}
.md\:skew-y-3 {
--transform-skew-y: 3deg !important
}
.md\:skew-y-6 {
--transform-skew-y: 6deg !important
}
.md\:skew-y-12 {
--transform-skew-y: 12deg !important
}
.md\:-skew-y-12 {
--transform-skew-y: -12deg !important
}
.md\:-skew-y-6 {
--transform-skew-y: -6deg !important
}
.md\:-skew-y-3 {
--transform-skew-y: -3deg !important
}
.md\:hover\:skew-x-0:hover {
--transform-skew-x: 0 !important
}
.md\:hover\:skew-x-3:hover {
--transform-skew-x: 3deg !important
}
.md\:hover\:skew-x-6:hover {
--transform-skew-x: 6deg !important
}
.md\:hover\:skew-x-12:hover {
--transform-skew-x: 12deg !important
}
.md\:hover\:-skew-x-12:hover {
--transform-skew-x: -12deg !important
}
.md\:hover\:-skew-x-6:hover {
--transform-skew-x: -6deg !important
}
.md\:hover\:-skew-x-3:hover {
--transform-skew-x: -3deg !important
}
.md\:hover\:skew-y-0:hover {
--transform-skew-y: 0 !important
}
.md\:hover\:skew-y-3:hover {
--transform-skew-y: 3deg !important
}
.md\:hover\:skew-y-6:hover {
--transform-skew-y: 6deg !important
}
.md\:hover\:skew-y-12:hover {
--transform-skew-y: 12deg !important
}
.md\:hover\:-skew-y-12:hover {
--transform-skew-y: -12deg !important
}
.md\:hover\:-skew-y-6:hover {
--transform-skew-y: -6deg !important
}
.md\:hover\:-skew-y-3:hover {
--transform-skew-y: -3deg !important
}
.md\:focus\:skew-x-0:focus {
--transform-skew-x: 0 !important
}
.md\:focus\:skew-x-3:focus {
--transform-skew-x: 3deg !important
}
.md\:focus\:skew-x-6:focus {
--transform-skew-x: 6deg !important
}
.md\:focus\:skew-x-12:focus {
--transform-skew-x: 12deg !important
}
.md\:focus\:-skew-x-12:focus {
--transform-skew-x: -12deg !important
}
.md\:focus\:-skew-x-6:focus {
--transform-skew-x: -6deg !important
}
.md\:focus\:-skew-x-3:focus {
--transform-skew-x: -3deg !important
}
.md\:focus\:skew-y-0:focus {
--transform-skew-y: 0 !important
}
.md\:focus\:skew-y-3:focus {
--transform-skew-y: 3deg !important
}
.md\:focus\:skew-y-6:focus {
--transform-skew-y: 6deg !important
}
.md\:focus\:skew-y-12:focus {
--transform-skew-y: 12deg !important
}
.md\:focus\:-skew-y-12:focus {
--transform-skew-y: -12deg !important
}
.md\:focus\:-skew-y-6:focus {
--transform-skew-y: -6deg !important
}
.md\:focus\:-skew-y-3:focus {
--transform-skew-y: -3deg !important
}
.md\:transition-none {
transition-property: none !important
}
.md\:transition-all {
transition-property: all !important
}
.md\:transition {
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important
}
.md\:transition-colors {
transition-property: background-color, border-color, color, fill, stroke !important
}
.md\:transition-opacity {
transition-property: opacity !important
}
.md\:transition-shadow {
transition-property: box-shadow !important
}
.md\:transition-transform {
transition-property: transform !important
}
.md\:ease-linear {
transition-timing-function: linear !important
}
.md\:ease-in {
transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
}
.md\:ease-out {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
}
.md\:ease-in-out {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
}
.md\:duration-75 {
transition-duration: 75ms !important
}
.md\:duration-100 {
transition-duration: 100ms !important
}
.md\:duration-150 {
transition-duration: 150ms !important
}
.md\:duration-200 {
transition-duration: 200ms !important
}
.md\:duration-300 {
transition-duration: 300ms !important
}
.md\:duration-500 {
transition-duration: 500ms !important
}
.md\:duration-700 {
transition-duration: 700ms !important
}
.md\:duration-1000 {
transition-duration: 1000ms !important
}
.md\:delay-75 {
transition-delay: 75ms !important
}
.md\:delay-100 {
transition-delay: 100ms !important
}
.md\:delay-150 {
transition-delay: 150ms !important
}
.md\:delay-200 {
transition-delay: 200ms !important
}
.md\:delay-300 {
transition-delay: 300ms !important
}
.md\:delay-500 {
transition-delay: 500ms !important
}
.md\:delay-700 {
transition-delay: 700ms !important
}
.md\:delay-1000 {
transition-delay: 1000ms !important
}
}
@media (min-width: 1024px) {
.lg\:space-y-0 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(0 * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(0 * var(--space-y-reverse)) !important
}
.lg\:space-x-0 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(0 * var(--space-x-reverse)) !important;
margin-left: calc(0 * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-1 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important
}
.lg\:space-x-1 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-2 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important
}
.lg\:space-x-2 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-3 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important
}
.lg\:space-x-3 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-4 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(1rem * var(--space-y-reverse)) !important
}
.lg\:space-x-4 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(1rem * var(--space-x-reverse)) !important;
margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-5 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important
}
.lg\:space-x-5 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-6 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important
}
.lg\:space-x-6 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-8 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(2rem * var(--space-y-reverse)) !important
}
.lg\:space-x-8 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(2rem * var(--space-x-reverse)) !important;
margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-10 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important
}
.lg\:space-x-10 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-12 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(3rem * var(--space-y-reverse)) !important
}
.lg\:space-x-12 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(3rem * var(--space-x-reverse)) !important;
margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-16 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(4rem * var(--space-y-reverse)) !important
}
.lg\:space-x-16 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(4rem * var(--space-x-reverse)) !important;
margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-20 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(5rem * var(--space-y-reverse)) !important
}
.lg\:space-x-20 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(5rem * var(--space-x-reverse)) !important;
margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-24 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(6rem * var(--space-y-reverse)) !important
}
.lg\:space-x-24 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(6rem * var(--space-x-reverse)) !important;
margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-32 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(8rem * var(--space-y-reverse)) !important
}
.lg\:space-x-32 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(8rem * var(--space-x-reverse)) !important;
margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-40 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(10rem * var(--space-y-reverse)) !important
}
.lg\:space-x-40 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(10rem * var(--space-x-reverse)) !important;
margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-48 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(12rem * var(--space-y-reverse)) !important
}
.lg\:space-x-48 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(12rem * var(--space-x-reverse)) !important;
margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-56 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(14rem * var(--space-y-reverse)) !important
}
.lg\:space-x-56 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(14rem * var(--space-x-reverse)) !important;
margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-64 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(16rem * var(--space-y-reverse)) !important
}
.lg\:space-x-64 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(16rem * var(--space-x-reverse)) !important;
margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-px > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(1px * var(--space-y-reverse)) !important
}
.lg\:space-x-px > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(1px * var(--space-x-reverse)) !important;
margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-1 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-1 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-2 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-2 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-3 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-3 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-4 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-1rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-4 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-1rem * var(--space-x-reverse)) !important;
margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-5 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-5 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-6 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-6 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-8 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-2rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-8 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-2rem * var(--space-x-reverse)) !important;
margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-10 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-10 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-12 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-3rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-12 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-3rem * var(--space-x-reverse)) !important;
margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-16 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-4rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-16 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-4rem * var(--space-x-reverse)) !important;
margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-20 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-5rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-20 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-5rem * var(--space-x-reverse)) !important;
margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-24 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-6rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-24 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-6rem * var(--space-x-reverse)) !important;
margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-32 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-8rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-32 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-8rem * var(--space-x-reverse)) !important;
margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-40 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-10rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-40 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-10rem * var(--space-x-reverse)) !important;
margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-48 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-12rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-48 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-12rem * var(--space-x-reverse)) !important;
margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-56 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-14rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-56 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-14rem * var(--space-x-reverse)) !important;
margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-64 > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-16rem * var(--space-y-reverse)) !important
}
.lg\:-space-x-64 > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-16rem * var(--space-x-reverse)) !important;
margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important
}
.lg\:-space-y-px > :not(template) ~ :not(template) {
--space-y-reverse: 0 !important;
margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
margin-bottom: calc(-1px * var(--space-y-reverse)) !important
}
.lg\:-space-x-px > :not(template) ~ :not(template) {
--space-x-reverse: 0 !important;
margin-right: calc(-1px * var(--space-x-reverse)) !important;
margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important
}
.lg\:space-y-reverse > :not(template) ~ :not(template) {
--space-y-reverse: 1 !important
}
.lg\:space-x-reverse > :not(template) ~ :not(template) {
--space-x-reverse: 1 !important
}
.lg\:divide-y-0 > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(0 * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(0 * var(--divide-y-reverse)) !important
}
.lg\:divide-x-0 > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(0 * var(--divide-x-reverse)) !important;
border-left-width: calc(0 * calc(1 - var(--divide-x-reverse))) !important
}
.lg\:divide-y-2 > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(2px * var(--divide-y-reverse)) !important
}
.lg\:divide-x-2 > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(2px * var(--divide-x-reverse)) !important;
border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important
}
.lg\:divide-y-4 > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(4px * var(--divide-y-reverse)) !important
}
.lg\:divide-x-4 > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(4px * var(--divide-x-reverse)) !important;
border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important
}
.lg\:divide-y-8 > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(8px * var(--divide-y-reverse)) !important
}
.lg\:divide-x-8 > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(8px * var(--divide-x-reverse)) !important;
border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important
}
.lg\:divide-y > :not(template) ~ :not(template) {
--divide-y-reverse: 0 !important;
border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
border-bottom-width: calc(1px * var(--divide-y-reverse)) !important
}
.lg\:divide-x > :not(template) ~ :not(template) {
--divide-x-reverse: 0 !important;
border-right-width: calc(1px * var(--divide-x-reverse)) !important;
border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important
}
.lg\:divide-y-reverse > :not(template) ~ :not(template) {
--divide-y-reverse: 1 !important
}
.lg\:divide-x-reverse > :not(template) ~ :not(template) {
--divide-x-reverse: 1 !important
}
.lg\:divide-transparent > :not(template) ~ :not(template) {
border-color: transparent !important
}
.lg\:divide-black > :not(template) ~ :not(template) {
border-color: #000 !important
}
.lg\:divide-white > :not(template) ~ :not(template) {
border-color: #fff !important
}
.lg\:divide-gray-100 > :not(template) ~ :not(template) {
border-color: #f7fafc !important
}
.lg\:divide-gray-200 > :not(template) ~ :not(template) {
border-color: #edf2f7 !important
}
.lg\:divide-gray-300 > :not(template) ~ :not(template) {
border-color: #e2e8f0 !important
}
.lg\:divide-gray-400 > :not(template) ~ :not(template) {
border-color: #cbd5e0 !important
}
.lg\:divide-gray-500 > :not(template) ~ :not(template) {
border-color: #a0aec0 !important
}
.lg\:divide-gray-600 > :not(template) ~ :not(template) {
border-color: #718096 !important
}
.lg\:divide-gray-700 > :not(template) ~ :not(template) {
border-color: #4a5568 !important
}
.lg\:divide-gray-800 > :not(template) ~ :not(template) {
border-color: #2d3748 !important
}
.lg\:divide-gray-900 > :not(template) ~ :not(template) {
border-color: #1a202c !important
}
.lg\:divide-red-100 > :not(template) ~ :not(template) {
border-color: #fff5f5 !important
}
.lg\:divide-red-200 > :not(template) ~ :not(template) {
border-color: #fed7d7 !important
}
.lg\:divide-red-300 > :not(template) ~ :not(template) {
border-color: #feb2b2 !important
}
.lg\:divide-red-400 > :not(template) ~ :not(template) {
border-color: #fc8181 !important
}
.lg\:divide-red-500 > :not(template) ~ :not(template) {
border-color: #f56565 !important
}
.lg\:divide-red-600 > :not(template) ~ :not(template) {
border-color: #e53e3e !important
}
.lg\:divide-red-700 > :not(template) ~ :not(template) {
border-color: #c53030 !important
}
.lg\:divide-red-800 > :not(template) ~ :not(template) {
border-color: #9b2c2c !important
}
.lg\:divide-red-900 > :not(template) ~ :not(template) {
border-color: #742a2a !important
}
.lg\:divide-orange-100 > :not(template) ~ :not(template) {
border-color: #fffaf0 !important
}
.lg\:divide-orange-200 > :not(template) ~ :not(template) {
border-color: #feebc8 !important
}
.lg\:divide-orange-300 > :not(template) ~ :not(template) {
border-color: #fbd38d !important
}
.lg\:divide-orange-400 > :not(template) ~ :not(template) {
border-color: #f6ad55 !important
}
.lg\:divide-orange-500 > :not(template) ~ :not(template) {
border-color: #ed8936 !important
}
.lg\:divide-orange-600 > :not(template) ~ :not(template) {
border-color: #dd6b20 !important
}
.lg\:divide-orange-700 > :not(template) ~ :not(template) {
border-color: #c05621 !important
}
.lg\:divide-orange-800 > :not(template) ~ :not(template) {
border-color: #9c4221 !important
}
.lg\:divide-orange-900 > :not(template) ~ :not(template) {
border-color: #7b341e !important
}
.lg\:divide-yellow-100 > :not(template) ~ :not(template) {
border-color: #fffff0 !important
}
.lg\:divide-yellow-200 > :not(template) ~ :not(template) {
border-color: #fefcbf !important
}
.lg\:divide-yellow-300 > :not(template) ~ :not(template) {
border-color: #faf089 !important
}
.lg\:divide-yellow-400 > :not(template) ~ :not(template) {
border-color: #f6e05e !important
}
.lg\:divide-yellow-500 > :not(template) ~ :not(template) {
border-color: #ecc94b !important
}
.lg\:divide-yellow-600 > :not(template) ~ :not(template) {
border-color: #d69e2e !important
}
.lg\:divide-yellow-700 > :not(template) ~ :not(template) {
border-color: #b7791f !important
}
.lg\:divide-yellow-800 > :not(template) ~ :not(template) {
border-color: #975a16 !important
}
.lg\:divide-yellow-900 > :not(template) ~ :not(template) {
border-color: #744210 !important
}
.lg\:divide-green-100 > :not(template) ~ :not(template) {
border-color: #f0fff4 !important
}
.lg\:divide-green-200 > :not(template) ~ :not(template) {
border-color: #c6f6d5 !important
}
.lg\:divide-green-300 > :not(template) ~ :not(template) {
border-color: #9ae6b4 !important
}
.lg\:divide-green-400 > :not(template) ~ :not(template) {
border-color: #68d391 !important
}
.lg\:divide-green-500 > :not(template) ~ :not(template) {
border-color: #48bb78 !important
}
.lg\:divide-green-600 > :not(template) ~ :not(template) {
border-color: #38a169 !important
}
.lg\:divide-green-700 > :not(template) ~ :not(template) {
border-color: #2f855a !important
}
.lg\:divide-green-800 > :not(template) ~ :not(template) {
border-color: #276749 !important
}
.lg\:divide-green-900 > :not(template) ~ :not(template) {
border-color: #22543d !important
}
.lg\:divide-teal-100 > :not(template) ~ :not(template) {
border-color: #e6fffa !important
}
.lg\:divide-teal-200 > :not(template) ~ :not(template) {
border-color: #b2f5ea !important
}
.lg\:divide-teal-300 > :not(template) ~ :not(template) {
border-color: #81e6d9 !important
}
.lg\:divide-teal-400 > :not(template) ~ :not(template) {
border-color: #4fd1c5 !important
}
.lg\:divide-teal-500 > :not(template) ~ :not(template) {
border-color: #38b2ac !important
}
.lg\:divide-teal-600 > :not(template) ~ :not(template) {
border-color: #319795 !important
}
.lg\:divide-teal-700 > :not(template) ~ :not(template) {
border-color: #2c7a7b !important
}
.lg\:divide-teal-800 > :not(template) ~ :not(template) {
border-color: #285e61 !important
}
.lg\:divide-teal-900 > :not(template) ~ :not(template) {
border-color: #234e52 !important
}
.lg\:divide-blue-100 > :not(template) ~ :not(template) {
border-color: #ebf8ff !important
}
.lg\:divide-blue-200 > :not(template) ~ :not(template) {
border-color: #bee3f8 !important
}
.lg\:divide-blue-300 > :not(template) ~ :not(template) {
border-color: #90cdf4 !important
}
.lg\:divide-blue-400 > :not(template) ~ :not(template) {
border-color: #63b3ed !important
}
.lg\:divide-blue-500 > :not(template) ~ :not(template) {
border-color: #4299e1 !important
}
.lg\:divide-blue-600 > :not(template) ~ :not(template) {
border-color: #3182ce !important
}
.lg\:divide-blue-700 > :not(template) ~ :not(template) {
border-color: #2b6cb0 !important
}
.lg\:divide-blue-800 > :not(template) ~ :not(template) {
border-color: #2c5282 !important
}
.lg\:divide-blue-900 > :not(template) ~ :not(template) {
border-color: #2a4365 !important
}
.lg\:divide-indigo-100 > :not(template) ~ :not(template) {
border-color: #ebf4ff !important
}
.lg\:divide-indigo-200 > :not(template) ~ :not(template) {
border-color: #c3dafe !important
}
.lg\:divide-indigo-300 > :not(template) ~ :not(template) {
border-color: #a3bffa !important
}
.lg\:divide-indigo-400 > :not(template) ~ :not(template) {
border-color: #7f9cf5 !important
}
.lg\:divide-indigo-500 > :not(template) ~ :not(template) {
border-color: #667eea !important
}
.lg\:divide-indigo-600 > :not(template) ~ :not(template) {
border-color: #5a67d8 !important
}
.lg\:divide-indigo-700 > :not(template) ~ :not(template) {
border-color: #4c51bf !important
}
.lg\:divide-indigo-800 > :not(template) ~ :not(template) {
border-color: #434190 !important
}
.lg\:divide-indigo-900 > :not(template) ~ :not(template) {
border-color: #3c366b !important
}
.lg\:divide-purple-100 > :not(template) ~ :not(template) {
border-color: #faf5ff !important
}
.lg\:divide-purple-200 > :not(template) ~ :not(template) {
border-color: #e9d8fd !important
}
.lg\:divide-purple-300 > :not(template) ~ :not(template) {
border-color: #d6bcfa !important
}
.lg\:divide-purple-400 > :not(template) ~ :not(template) {
border-color: #b794f4 !important
}
.lg\:divide-purple-500 > :not(template) ~ :not(template) {
border-color: #9f7aea !important
}
.lg\:divide-purple-600 > :not(template) ~ :not(template) {
border-color: #805ad5 !important
}
.lg\:divide-purple-700 > :not(template) ~ :not(template) {
border-color: #6b46c1 !important
}
.lg\:divide-purple-800 > :not(template) ~ :not(template) {
border-color: #553c9a !important
}
.lg\:divide-purple-900 > :not(template) ~ :not(template) {
border-color: #44337a !important
}
.lg\:divide-pink-100 > :not(template) ~ :not(template) {
border-color: #fff5f7 !important
}
.lg\:divide-pink-200 > :not(template) ~ :not(template) {
border-color: #fed7e2 !important
}
.lg\:divide-pink-300 > :not(template) ~ :not(template) {
border-color: #fbb6ce !important
}
.lg\:divide-pink-400 > :not(template) ~ :not(template) {
border-color: #f687b3 !important
}
.lg\:divide-pink-500 > :not(template) ~ :not(template) {
border-color: #ed64a6 !important
}
.lg\:divide-pink-600 > :not(template) ~ :not(template) {
border-color: #d53f8c !important
}
.lg\:divide-pink-700 > :not(template) ~ :not(template) {
border-color: #b83280 !important
}
.lg\:divide-pink-800 > :not(template) ~ :not(template) {
border-color: #97266d !important
}
.lg\:divide-pink-900 > :not(template) ~ :not(template) {
border-color: #702459 !important
}
.lg\:sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border-width: 0 !important
}
.lg\:not-sr-only {
position: static !important;
width: auto !important;
height: auto !important;
padding: 0 !important;
margin: 0 !important;
overflow: visible !important;
clip: auto !important;
white-space: normal !important
}
.lg\:focus\:sr-only:focus {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0, 0, 0, 0) !important;
white-space: nowrap !important;
border-width: 0 !important
}
.lg\:focus\:not-sr-only:focus {
position: static !important;
width: auto !important;
height: auto !important;
padding: 0 !important;
margin: 0 !important;
overflow: visible !important;
clip: auto !important;
white-space: normal !important
}
.lg\:appearance-none {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important
}
.lg\:bg-fixed {
background-attachment: fixed !important
}
.lg\:bg-local {
background-attachment: local !important
}
.lg\:bg-scroll {
background-attachment: scroll !important
}
.lg\:bg-transparent {
background-color: transparent !important
}
.lg\:bg-black {
background-color: #000 !important
}
.lg\:bg-white {
background-color: #fff !important
}
.lg\:bg-gray-100 {
background-color: #f7fafc !important
}
.lg\:bg-gray-200 {
background-color: #edf2f7 !important
}
.lg\:bg-gray-300 {
background-color: #e2e8f0 !important
}
.lg\:bg-gray-400 {
background-color: #cbd5e0 !important
}
.lg\:bg-gray-500 {
background-color: #a0aec0 !important
}
.lg\:bg-gray-600 {
background-color: #718096 !important
}
.lg\:bg-gray-700 {
background-color: #4a5568 !important
}
.lg\:bg-gray-800 {
background-color: #2d3748 !important
}
.lg\:bg-gray-900 {
background-color: #1a202c !important
}
.lg\:bg-red-100 {
background-color: #fff5f5 !important
}
.lg\:bg-red-200 {
background-color: #fed7d7 !important
}
.lg\:bg-red-300 {
background-color: #feb2b2 !important
}
.lg\:bg-red-400 {
background-color: #fc8181 !important
}
.lg\:bg-red-500 {
background-color: #f56565 !important
}
.lg\:bg-red-600 {
background-color: #e53e3e !important
}
.lg\:bg-red-700 {
background-color: #c53030 !important
}
.lg\:bg-red-800 {
background-color: #9b2c2c !important
}
.lg\:bg-red-900 {
background-color: #742a2a !important
}
.lg\:bg-orange-100 {
background-color: #fffaf0 !important
}
.lg\:bg-orange-200 {
background-color: #feebc8 !important
}
.lg\:bg-orange-300 {
background-color: #fbd38d !important
}
.lg\:bg-orange-400 {
background-color: #f6ad55 !important
}
.lg\:bg-orange-500 {
background-color: #ed8936 !important
}
.lg\:bg-orange-600 {
background-color: #dd6b20 !important
}
.lg\:bg-orange-700 {
background-color: #c05621 !important
}
.lg\:bg-orange-800 {
background-color: #9c4221 !important
}
.lg\:bg-orange-900 {
background-color: #7b341e !important
}
.lg\:bg-yellow-100 {
background-color: #fffff0 !important
}
.lg\:bg-yellow-200 {
background-color: #fefcbf !important
}
.lg\:bg-yellow-300 {
background-color: #faf089 !important
}
.lg\:bg-yellow-400 {
background-color: #f6e05e !important
}
.lg\:bg-yellow-500 {
background-color: #ecc94b !important
}
.lg\:bg-yellow-600 {
background-color: #d69e2e !important
}
.lg\:bg-yellow-700 {
background-color: #b7791f !important
}
.lg\:bg-yellow-800 {
background-color: #975a16 !important
}
.lg\:bg-yellow-900 {
background-color: #744210 !important
}
.lg\:bg-green-100 {
background-color: #f0fff4 !important
}
.lg\:bg-green-200 {
background-color: #c6f6d5 !important
}
.lg\:bg-green-300 {
background-color: #9ae6b4 !important
}
.lg\:bg-green-400 {
background-color: #68d391 !important
}
.lg\:bg-green-500 {
background-color: #48bb78 !important
}
.lg\:bg-green-600 {
background-color: #38a169 !important
}
.lg\:bg-green-700 {
background-color: #2f855a !important
}
.lg\:bg-green-800 {
background-color: #276749 !important
}
.lg\:bg-green-900 {
background-color: #22543d !important
}
.lg\:bg-teal-100 {
background-color: #e6fffa !important
}
.lg\:bg-teal-200 {
background-color: #b2f5ea !important
}
.lg\:bg-teal-300 {
background-color: #81e6d9 !important
}
.lg\:bg-teal-400 {
background-color: #4fd1c5 !important
}
.lg\:bg-teal-500 {
background-color: #38b2ac !important
}
.lg\:bg-teal-600 {
background-color: #319795 !important
}
.lg\:bg-teal-700 {
background-color: #2c7a7b !important
}
.lg\:bg-teal-800 {
background-color: #285e61 !important
}
.lg\:bg-teal-900 {
background-color: #234e52 !important
}
.lg\:bg-blue-100 {
background-color: #ebf8ff !important
}
.lg\:bg-blue-200 {
background-color: #bee3f8 !important
}
.lg\:bg-blue-300 {
background-color: #90cdf4 !important
}
.lg\:bg-blue-400 {
background-color: #63b3ed !important
}
.lg\:bg-blue-500 {
background-color: #4299e1 !important
}
.lg\:bg-blue-600 {
background-color: #3182ce !important
}
.lg\:bg-blue-700 {
background-color: #2b6cb0 !important
}
.lg\:bg-blue-800 {
background-color: #2c5282 !important
}
.lg\:bg-blue-900 {
background-color: #2a4365 !important
}
.lg\:bg-indigo-100 {
background-color: #ebf4ff !important
}
.lg\:bg-indigo-200 {
background-color: #c3dafe !important
}
.lg\:bg-indigo-300 {
background-color: #a3bffa !important
}
.lg\:bg-indigo-400 {
background-color: #7f9cf5 !important
}
.lg\:bg-indigo-500 {
background-color: #667eea !important
}
.lg\:bg-indigo-600 {
background-color: #5a67d8 !important
}
.lg\:bg-indigo-700 {
background-color: #4c51bf !important
}
.lg\:bg-indigo-800 {
background-color: #434190 !important
}
.lg\:bg-indigo-900 {
background-color: #3c366b !important
}
.lg\:bg-purple-100 {
background-color: #faf5ff !important
}
.lg\:bg-purple-200 {
background-color: #e9d8fd !important
}
.lg\:bg-purple-300 {
background-color: #d6bcfa !important
}
.lg\:bg-purple-400 {
background-color: #b794f4 !important
}
.lg\:bg-purple-500 {
background-color: #9f7aea !important
}
.lg\:bg-purple-600 {
background-color: #805ad5 !important
}
.lg\:bg-purple-700 {
background-color: #6b46c1 !important
}
.lg\:bg-purple-800 {
background-color: #553c9a !important
}
.lg\:bg-purple-900 {
background-color: #44337a !important
}
.lg\:bg-pink-100 {
background-color: #fff5f7 !important
}
.lg\:bg-pink-200 {
background-color: #fed7e2 !important
}
.lg\:bg-pink-300 {
background-color: #fbb6ce !important
}
.lg\:bg-pink-400 {
background-color: #f687b3 !important
}
.lg\:bg-pink-500 {
background-color: #ed64a6 !important
}
.lg\:bg-pink-600 {
background-color: #d53f8c !important
}
.lg\:bg-pink-700 {
background-color: #b83280 !important
}
.lg\:bg-pink-800 {
background-color: #97266d !important
}
.lg\:bg-pink-900 {
background-color: #702459 !important
}
.lg\:hover\:bg-transparent:hover {
background-color: transparent !important
}
.lg\:hover\:bg-black:hover {
background-color: #000 !important
}
.lg\:hover\:bg-white:hover {
background-color: #fff !important
}
.lg\:hover\:bg-gray-100:hover {
background-color: #f7fafc !important
}
.lg\:hover\:bg-gray-200:hover {
background-color: #edf2f7 !important
}
.lg\:hover\:bg-gray-300:hover {
background-color: #e2e8f0 !important
}
.lg\:hover\:bg-gray-400:hover {
background-color: #cbd5e0 !important
}
.lg\:hover\:bg-gray-500:hover {
background-color: #a0aec0 !important
}
.lg\:hover\:bg-gray-600:hover {
background-color: #718096 !important
}
.lg\:hover\:bg-gray-700:hover {
background-color: #4a5568 !important
}
.lg\:hover\:bg-gray-800:hover {
background-color: #2d3748 !important
}
.lg\:hover\:bg-gray-900:hover {
background-color: #1a202c !important
}
.lg\:hover\:bg-red-100:hover {
background-color: #fff5f5 !important
}
.lg\:hover\:bg-red-200:hover {
background-color: #fed7d7 !important
}
.lg\:hover\:bg-red-300:hover {
background-color: #feb2b2 !important
}
.lg\:hover\:bg-red-400:hover {
background-color: #fc8181 !important
}
.lg\:hover\:bg-red-500:hover {
background-color: #f56565 !important
}
.lg\:hover\:bg-red-600:hover {
background-color: #e53e3e !important
}
.lg\:hover\:bg-red-700:hover {
background-color: #c53030 !important
}
.lg\:hover\:bg-red-800:hover {
background-color: #9b2c2c !important
}
.lg\:hover\:bg-red-900:hover {
background-color: #742a2a !important
}
.lg\:hover\:bg-orange-100:hover {
background-color: #fffaf0 !important
}
.lg\:hover\:bg-orange-200:hover {
background-color: #feebc8 !important
}
.lg\:hover\:bg-orange-300:hover {
background-color: #fbd38d !important
}
.lg\:hover\:bg-orange-400:hover {
background-color: #f6ad55 !important
}
.lg\:hover\:bg-orange-500:hover {
background-color: #ed8936 !important
}
.lg\:hover\:bg-orange-600:hover {
background-color: #dd6b20 !important
}
.lg\:hover\:bg-orange-700:hover {
background-color: #c05621 !important
}
.lg\:hover\:bg-orange-800:hover {
background-color: #9c4221 !important
}
.lg\:hover\:bg-orange-900:hover {
background-color: #7b341e !important
}
.lg\:hover\:bg-yellow-100:hover {
background-color: #fffff0 !important
}
.lg\:hover\:bg-yellow-200:hover {
background-color: #fefcbf !important
}
.lg\:hover\:bg-yellow-300:hover {
background-color: #faf089 !important
}
.lg\:hover\:bg-yellow-400:hover {
background-color: #f6e05e !important
}
.lg\:hover\:bg-yellow-500:hover {
background-color: #ecc94b !important
}
.lg\:hover\:bg-yellow-600:hover {
background-color: #d69e2e !important
}
.lg\:hover\:bg-yellow-700:hover {
background-color: #b7791f !important
}
.lg\:hover\:bg-yellow-800:hover {
background-color: #975a16 !important
}
.lg\:hover\:bg-yellow-900:hover {
background-color: #744210 !important
}
.lg\:hover\:bg-green-100:hover {
background-color: #f0fff4 !important
}
.lg\:hover\:bg-green-200:hover {
background-color: #c6f6d5 !important
}
.lg\:hover\:bg-green-300:hover {
background-color: #9ae6b4 !important
}
.lg\:hover\:bg-green-400:hover {
background-color: #68d391 !important
}
.lg\:hover\:bg-green-500:hover {
background-color: #48bb78 !important
}
.lg\:hover\:bg-green-600:hover {
background-color: #38a169 !important
}
.lg\:hover\:bg-green-700:hover {
background-color: #2f855a !important
}
.lg\:hover\:bg-green-800:hover {
background-color: #276749 !important
}
.lg\:hover\:bg-green-900:hover {
background-color: #22543d !important
}
.lg\:hover\:bg-teal-100:hover {
background-color: #e6fffa !important
}
.lg\:hover\:bg-teal-200:hover {
background-color: #b2f5ea !important
}
.lg\:hover\:bg-teal-300:hover {
background-color: #81e6d9 !important
}
.lg\:hover\:bg-teal-400:hover {
background-color: #4fd1c5 !important
}
.lg\:hover\:bg-teal-500:hover {
background-color: #38b2ac !important
}
.lg\:hover\:bg-teal-600:hover {
background-color: #319795 !important
}
.lg\:hover\:bg-teal-700:hover {
background-color: #2c7a7b !important
}
.lg\:hover\:bg-teal-800:hover {
background-color: #285e61 !important
}
.lg\:hover\:bg-teal-900:hover {
background-color: #234e52 !important
}
.lg\:hover\:bg-blue-100:hover {
background-color: #ebf8ff !important
}
.lg\:hover\:bg-blue-200:hover {
background-color: #bee3f8 !important
}
.lg\:hover\:bg-blue-300:hover {
background-color: #90cdf4 !important
}
.lg\:hover\:bg-blue-400:hover {
background-color: #63b3ed !important
}
.lg\:hover\:bg-blue-500:hover {
background-color: #4299e1 !important
}
.lg\:hover\:bg-blue-600:hover {
background-color: #3182ce !important
}
.lg\:hover\:bg-blue-700:hover {
background-color: #2b6cb0 !important
}
.lg\:hover\:bg-blue-800:hover {
background-color: #2c5282 !important
}
.lg\:hover\:bg-blue-900:hover {
background-color: #2a4365 !important
}
.lg\:hover\:bg-indigo-100:hover {
background-color: #ebf4ff !important
}
.lg\:hover\:bg-indigo-200:hover {
background-color: #c3dafe !important
}
.lg\:hover\:bg-indigo-300:hover {
background-color: #a3bffa !important
}
.lg\:hover\:bg-indigo-400:hover {
background-color: #7f9cf5 !important
}
.lg\:hover\:bg-indigo-500:hover {
background-color: #667eea !important
}
.lg\:hover\:bg-indigo-600:hover {
background-color: #5a67d8 !important
}
.lg\:hover\:bg-indigo-700:hover {
background-color: #4c51bf !important
}
.lg\:hover\:bg-indigo-800:hover {
background-color: #434190 !important
}
.lg\:hover\:bg-indigo-900:hover {
background-color: #3c366b !important
}
.lg\:hover\:bg-purple-100:hover {
background-color: #faf5ff !important
}
.lg\:hover\:bg-purple-200:hover {
background-color: #e9d8fd !important
}
.lg\:hover\:bg-purple-300:hover {
background-color: #d6bcfa !important
}
.lg\:hover\:bg-purple-400:hover {
background-color: #b794f4 !important
}
.lg\:hover\:bg-purple-500:hover {
background-color: #9f7aea !important
}
.lg\:hover\:bg-purple-600:hover {
background-color: #805ad5 !important
}
.lg\:hover\:bg-purple-700:hover {
background-color: #6b46c1 !important
}
.lg\:hover\:bg-purple-800:hover {
background-color: #553c9a !important
}
.lg\:hover\:bg-purple-900:hover {
background-color: #44337a !important
}
.lg\:hover\:bg-pink-100:hover {
background-color: #fff5f7 !important
}
.lg\:hover\:bg-pink-200:hover {
background-color: #fed7e2 !important
}
.lg\:hover\:bg-pink-300:hover {
background-color: #fbb6ce !important
}
.lg\:hover\:bg-pink-400:hover {
background-color: #f687b3 !important
}
.lg\:hover\:bg-pink-500:hover {
background-color: #ed64a6 !important
}
.lg\:hover\:bg-pink-600:hover {
background-color: #d53f8c !important
}
.lg\:hover\:bg-pink-700:hover {
background-color: #b83280 !important
}
.lg\:hover\:bg-pink-800:hover {
background-color: #97266d !important
}
.lg\:hover\:bg-pink-900:hover {
background-color: #702459 !important
}
.lg\:focus\:bg-transparent:focus {
background-color: transparent !important
}
.lg\:focus\:bg-black:focus {
background-color: #000 !important
}
.lg\:focus\:bg-white:focus {
background-color: #fff !important
}
.lg\:focus\:bg-gray-100:focus {
background-color: #f7fafc !important
}
.lg\:focus\:bg-gray-200:focus {
background-color: #edf2f7 !important
}
.lg\:focus\:bg-gray-300:focus {
background-color: #e2e8f0 !important
}
.lg\:focus\:bg-gray-400:focus {
background-color: #cbd5e0 !important
}
.lg\:focus\:bg-gray-500:focus {
background-color: #a0aec0 !important
}
.lg\:focus\:bg-gray-600:focus {
background-color: #718096 !important
}
.lg\:focus\:bg-gray-700:focus {
background-color: #4a5568 !important
}
.lg\:focus\:bg-gray-800:focus {
background-color: #2d3748 !important
}
.lg\:focus\:bg-gray-900:focus {
background-color: #1a202c !important
}
.lg\:focus\:bg-red-100:focus {
background-color: #fff5f5 !important
}
.lg\:focus\:bg-red-200:focus {
background-color: #fed7d7 !important
}
.lg\:focus\:bg-red-300:focus {
background-color: #feb2b2 !important
}
.lg\:focus\:bg-red-400:focus {
background-color: #fc8181 !important
}
.lg\:focus\:bg-red-500:focus {
background-color: #f56565 !important
}
.lg\:focus\:bg-red-600:focus {
background-color: #e53e3e !important
}
.lg\:focus\:bg-red-700:focus {
background-color: #c53030 !important
}
.lg\:focus\:bg-red-800:focus {
background-color: #9b2c2c !important
}
.lg\:focus\:bg-red-900:focus {
background-color: #742a2a !important
}
.lg\:focus\:bg-orange-100:focus {
background-color: #fffaf0 !important
}
.lg\:focus\:bg-orange-200:focus {
background-color: #feebc8 !important
}
.lg\:focus\:bg-orange-300:focus {
background-color: #fbd38d !important
}
.lg\:focus\:bg-orange-400:focus {
background-color: #f6ad55 !important
}
.lg\:focus\:bg-orange-500:focus {
background-color: #ed8936 !important
}
.lg\:focus\:bg-orange-600:focus {
background-color: #dd6b20 !important
}
.lg\:focus\:bg-orange-700:focus {
background-color: #c05621 !important
}
.lg\:focus\:bg-orange-800:focus {
background-color: #9c4221 !important
}
.lg\:focus\:bg-orange-900:focus {
background-color: #7b341e !important
}
.lg\:focus\:bg-yellow-100:focus {
background-color: #fffff0 !important
}
.lg\:focus\:bg-yellow-200:focus {
background-color: #fefcbf !important
}
.lg\:focus\:bg-yellow-300:focus {
background-color: #faf089 !important
}
.lg\:focus\:bg-yellow-400:focus {
background-color: #f6e05e !important
}
.lg\:focus\:bg-yellow-500:focus {
background-color: #ecc94b !important
}
.lg\:focus\:bg-yellow-600:focus {
background-color: #d69e2e !important
}
.lg\:focus\:bg-yellow-700:focus {
background-color: #b7791f !important
}
.lg\:focus\:bg-yellow-800:focus {
background-color: #975a16 !important
}
.lg\:focus\:bg-yellow-900:focus {
background-color: #744210 !important
}
.lg\:focus\:bg-green-100:focus {
background-color: #f0fff4 !important
}
.lg\:focus\:bg-green-200:focus {
background-color: #c6f6d5 !important
}
.lg\:focus\:bg-green-300:focus {
background-color: #9ae6b4 !important
}
.lg\:focus\:bg-green-400:focus {
background-color: #68d391 !important
}
.lg\:focus\:bg-green-500:focus {
background-color: #48bb78 !important
}
.lg\:focus\:bg-green-600:focus {
background-color: #38a169 !important
}
.lg\:focus\:bg-green-700:focus {
background-color: #2f855a !important
}
.lg\:focus\:bg-green-800:focus {
background-color: #276749 !important
}
.lg\:focus\:bg-green-900:focus {
background-color: #22543d !important
}
.lg\:focus\:bg-teal-100:focus {
background-color: #e6fffa !important
}
.lg\:focus\:bg-teal-200:focus {
background-color: #b2f5ea !important
}
.lg\:focus\:bg-teal-300:focus {
background-color: #81e6d9 !important
}
.lg\:focus\:bg-teal-400:focus {
background-color: #4fd1c5 !important
}
.lg\:focus\:bg-teal-500:focus {
background-color: #38b2ac !important
}
.lg\:focus\:bg-teal-600:focus {
background-color: #319795 !important
}
.lg\:focus\:bg-teal-700:focus {
background-color: #2c7a7b !important
}
.lg\:focus\:bg-teal-800:focus {
background-color: #285e61 !important
}
.lg\:focus\:bg-teal-900:focus {
background-color: #234e52 !important
}
.lg\:focus\:bg-blue-100:focus {
background-color: #ebf8ff !important
}
.lg\:focus\:bg-blue-200:focus {
background-color: #bee3f8 !important
}
.lg\:focus\:bg-blue-300:focus {
background-color: #90cdf4 !important
}
.lg\:focus\:bg-blue-400:focus {
background-color: #63b3ed !important
}
.lg\:focus\:bg-blue-500:focus {
background-color: #4299e1 !important
}
.lg\:focus\:bg-blue-600:focus {
background-color: #3182ce !important
}
.lg\:focus\:bg-blue-700:focus {
background-color: #2b6cb0 !important
}
.lg\:focus\:bg-blue-800:focus {
background-color: #2c5282 !important
}
.lg\:focus\:bg-blue-900:focus {
background-color: #2a4365 !important
}
.lg\:focus\:bg-indigo-100:focus {
background-color: #ebf4ff !important
}
.lg\:focus\:bg-indigo-200:focus {
background-color: #c3dafe !important
}
.lg\:focus\:bg-indigo-300:focus {
background-color: #a3bffa !important
}
.lg\:focus\:bg-indigo-400:focus {
background-color: #7f9cf5 !important
}
.lg\:focus\:bg-indigo-500:focus {
background-color: #667eea !important
}
.lg\:focus\:bg-indigo-600:focus {
background-color: #5a67d8 !important
}
.lg\:focus\:bg-indigo-700:focus {
background-color: #4c51bf !important
}
.lg\:focus\:bg-indigo-800:focus {
background-color: #434190 !important
}
.lg\:focus\:bg-indigo-900:focus {
background-color: #3c366b !important
}
.lg\:focus\:bg-purple-100:focus {
background-color: #faf5ff !important
}
.lg\:focus\:bg-purple-200:focus {
background-color: #e9d8fd !important
}
.lg\:focus\:bg-purple-300:focus {
background-color: #d6bcfa !important
}
.lg\:focus\:bg-purple-400:focus {
background-color: #b794f4 !important
}
.lg\:focus\:bg-purple-500:focus {
background-color: #9f7aea !important
}
.lg\:focus\:bg-purple-600:focus {
background-color: #805ad5 !important
}
.lg\:focus\:bg-purple-700:focus {
background-color: #6b46c1 !important
}
.lg\:focus\:bg-purple-800:focus {
background-color: #553c9a !important
}
.lg\:focus\:bg-purple-900:focus {
background-color: #44337a !important
}
.lg\:focus\:bg-pink-100:focus {
background-color: #fff5f7 !important
}
.lg\:focus\:bg-pink-200:focus {
background-color: #fed7e2 !important
}
.lg\:focus\:bg-pink-300:focus {
background-color: #fbb6ce !important
}
.lg\:focus\:bg-pink-400:focus {
background-color: #f687b3 !important
}
.lg\:focus\:bg-pink-500:focus {
background-color: #ed64a6 !important
}
.lg\:focus\:bg-pink-600:focus {
background-color: #d53f8c !important
}
.lg\:focus\:bg-pink-700:focus {
background-color: #b83280 !important
}
.lg\:focus\:bg-pink-800:focus {
background-color: #97266d !important
}
.lg\:focus\:bg-pink-900:focus {
background-color: #702459 !important
}
.lg\:bg-bottom {
background-position: bottom !important
}
.lg\:bg-center {
background-position: center !important
}
.lg\:bg-left {
background-position: left !important
}
.lg\:bg-left-bottom {
background-position: left bottom !important
}
.lg\:bg-left-top {
background-position: left top !important
}
.lg\:bg-right {
background-position: right !important
}
.lg\:bg-right-bottom {
background-position: right bottom !important
}
.lg\:bg-right-top {
background-position: right top !important
}
.lg\:bg-top {
background-position: top !important
}
.lg\:bg-repeat {
background-repeat: repeat !important
}
.lg\:bg-no-repeat {
background-repeat: no-repeat !important
}
.lg\:bg-repeat-x {
background-repeat: repeat-x !important
}
.lg\:bg-repeat-y {
background-repeat: repeat-y !important
}
.lg\:bg-repeat-round {
background-repeat: round !important
}
.lg\:bg-repeat-space {
background-repeat: space !important
}
.lg\:bg-auto {
background-size: auto !important
}
.lg\:bg-cover {
background-size: cover !important
}
.lg\:bg-contain {
background-size: contain !important
}
.lg\:border-collapse {
border-collapse: collapse !important
}
.lg\:border-separate {
border-collapse: separate !important
}
.lg\:border-transparent {
border-color: transparent !important
}
.lg\:border-black {
border-color: #000 !important
}
.lg\:border-white {
border-color: #fff !important
}
.lg\:border-gray-100 {
border-color: #f7fafc !important
}
.lg\:border-gray-200 {
border-color: #edf2f7 !important
}
.lg\:border-gray-300 {
border-color: #e2e8f0 !important
}
.lg\:border-gray-400 {
border-color: #cbd5e0 !important
}
.lg\:border-gray-500 {
border-color: #a0aec0 !important
}
.lg\:border-gray-600 {
border-color: #718096 !important
}
.lg\:border-gray-700 {
border-color: #4a5568 !important
}
.lg\:border-gray-800 {
border-color: #2d3748 !important
}
.lg\:border-gray-900 {
border-color: #1a202c !important
}
.lg\:border-red-100 {
border-color: #fff5f5 !important
}
.lg\:border-red-200 {
border-color: #fed7d7 !important
}
.lg\:border-red-300 {
border-color: #feb2b2 !important
}
.lg\:border-red-400 {
border-color: #fc8181 !important
}
.lg\:border-red-500 {
border-color: #f56565 !important
}
.lg\:border-red-600 {
border-color: #e53e3e !important
}
.lg\:border-red-700 {
border-color: #c53030 !important
}
.lg\:border-red-800 {
border-color: #9b2c2c !important
}
.lg\:border-red-900 {
border-color: #742a2a !important
}
.lg\:border-orange-100 {
border-color: #fffaf0 !important
}
.lg\:border-orange-200 {
border-color: #feebc8 !important
}
.lg\:border-orange-300 {
border-color: #fbd38d !important
}
.lg\:border-orange-400 {
border-color: #f6ad55 !important
}
.lg\:border-orange-500 {
border-color: #ed8936 !important
}
.lg\:border-orange-600 {
border-color: #dd6b20 !important
}
.lg\:border-orange-700 {
border-color: #c05621 !important
}
.lg\:border-orange-800 {
border-color: #9c4221 !important
}
.lg\:border-orange-900 {
border-color: #7b341e !important
}
.lg\:border-yellow-100 {
border-color: #fffff0 !important
}
.lg\:border-yellow-200 {
border-color: #fefcbf !important
}
.lg\:border-yellow-300 {
border-color: #faf089 !important
}
.lg\:border-yellow-400 {
border-color: #f6e05e !important
}
.lg\:border-yellow-500 {
border-color: #ecc94b !important
}
.lg\:border-yellow-600 {
border-color: #d69e2e !important
}
.lg\:border-yellow-700 {
border-color: #b7791f !important
}
.lg\:border-yellow-800 {
border-color: #975a16 !important
}
.lg\:border-yellow-900 {
border-color: #744210 !important
}
.lg\:border-green-100 {
border-color: #f0fff4 !important
}
.lg\:border-green-200 {
border-color: #c6f6d5 !important
}
.lg\:border-green-300 {
border-color: #9ae6b4 !important
}
.lg\:border-green-400 {
border-color: #68d391 !important
}
.lg\:border-green-500 {
border-color: #48bb78 !important
}
.lg\:border-green-600 {
border-color: #38a169 !important
}
.lg\:border-green-700 {
border-color: #2f855a !important
}
.lg\:border-green-800 {
border-color: #276749 !important
}
.lg\:border-green-900 {
border-color: #22543d !important
}
.lg\:border-teal-100 {
border-color: #e6fffa !important
}
.lg\:border-teal-200 {
border-color: #b2f5ea !important
}
.lg\:border-teal-300 {
border-color: #81e6d9 !important
}
.lg\:border-teal-400 {
border-color: #4fd1c5 !important
}
.lg\:border-teal-500 {
border-color: #38b2ac !important
}
.lg\:border-teal-600 {
border-color: #319795 !important
}
.lg\:border-teal-700 {
border-color: #2c7a7b !important
}
.lg\:border-teal-800 {
border-color: #285e61 !important
}
.lg\:border-teal-900 {
border-color: #234e52 !important
}
.lg\:border-blue-100 {
border-color: #ebf8ff !important
}
.lg\:border-blue-200 {
border-color: #bee3f8 !important
}
.lg\:border-blue-300 {
border-color: #90cdf4 !important
}
.lg\:border-blue-400 {
border-color: #63b3ed !important
}
.lg\:border-blue-500 {
border-color: #4299e1 !important
}
.lg\:border-blue-600 {
border-color: #3182ce !important
}
.lg\:border-blue-700 {
border-color: #2b6cb0 !important
}
.lg\:border-blue-800 {
border-color: #2c5282 !important
}
.lg\:border-blue-900 {
border-color: #2a4365 !important
}
.lg\:border-indigo-100 {
border-color: #ebf4ff !important
}
.lg\:border-indigo-200 {
border-color: #c3dafe !important
}
.lg\:border-indigo-300 {
border-color: #a3bffa !important
}
.lg\:border-indigo-400 {
border-color: #7f9cf5 !important
}
.lg\:border-indigo-500 {
border-color: #667eea !important
}
.lg\:border-indigo-600 {
border-color: #5a67d8 !important
}
.lg\:border-indigo-700 {
border-color: #4c51bf !important
}
.lg\:border-indigo-800 {
border-color: #434190 !important
}
.lg\:border-indigo-900 {
border-color: #3c366b !important
}
.lg\:border-purple-100 {
border-color: #faf5ff !important
}
.lg\:border-purple-200 {
border-color: #e9d8fd !important
}
.lg\:border-purple-300 {
border-color: #d6bcfa !important
}
.lg\:border-purple-400 {
border-color: #b794f4 !important
}
.lg\:border-purple-500 {
border-color: #9f7aea !important
}
.lg\:border-purple-600 {
border-color: #805ad5 !important
}
.lg\:border-purple-700 {
border-color: #6b46c1 !important
}
.lg\:border-purple-800 {
border-color: #553c9a !important
}
.lg\:border-purple-900 {
border-color: #44337a !important
}
.lg\:border-pink-100 {
border-color: #fff5f7 !important
}
.lg\:border-pink-200 {
border-color: #fed7e2 !important
}
.lg\:border-pink-300 {
border-color: #fbb6ce !important
}
.lg\:border-pink-400 {
border-color: #f687b3 !important
}
.lg\:border-pink-500 {
border-color: #ed64a6 !important
}
.lg\:border-pink-600 {
border-color: #d53f8c !important
}
.lg\:border-pink-700 {
border-color: #b83280 !important
}
.lg\:border-pink-800 {
border-color: #97266d !important
}
.lg\:border-pink-900 {
border-color: #702459 !important
}
.lg\:hover\:border-transparent:hover {
border-color: transparent !important
}
.lg\:hover\:border-black:hover {
border-color: #000 !important
}
.lg\:hover\:border-white:hover {
border-color: #fff !important
}
.lg\:hover\:border-gray-100:hover {
border-color: #f7fafc !important
}
.lg\:hover\:border-gray-200:hover {
border-color: #edf2f7 !important
}
.lg\:hover\:border-gray-300:hover {
border-color: #e2e8f0 !important
}
.lg\:hover\:border-gray-400:hover {
border-color: #cbd5e0 !important
}
.lg\:hover\:border-gray-500:hover {
border-color: #a0aec0 !important
}
.lg\:hover\:border-gray-600:hover {
border-color: #718096 !important
}
.lg\:hover\:border-gray-700:hover {
border-color: #4a5568 !important
}
.lg\:hover\:border-gray-800:hover {
border-color: #2d3748 !important
}
.lg\:hover\:border-gray-900:hover {
border-color: #1a202c !important
}
.lg\:hover\:border-red-100:hover {
border-color: #fff5f5 !important
}
.lg\:hover\:border-red-200:hover {
border-color: #fed7d7 !important
}
.lg\:hover\:border-red-300:hover {
border-color: #feb2b2 !important
}
.lg\:hover\:border-red-400:hover {
border-color: #fc8181 !important
}
.lg\:hover\:border-red-500:hover {
border-color: #f56565 !important
}
.lg\:hover\:border-red-600:hover {
border-color: #e53e3e !important
}
.lg\:hover\:border-red-700:hover {
border-color: #c53030 !important
}
.lg\:hover\:border-red-800:hover {
border-color: #9b2c2c !important
}
.lg\:hover\:border-red-900:hover {
border-color: #742a2a !important
}
.lg\:hover\:border-orange-100:hover {
border-color: #fffaf0 !important
}
.lg\:hover\:border-orange-200:hover {
border-color: #feebc8 !important
}
.lg\:hover\:border-orange-300:hover {
border-color: #fbd38d !important
}
.lg\:hover\:border-orange-400:hover {
border-color: #f6ad55 !important
}
.lg\:hover\:border-orange-500:hover {
border-color: #ed8936 !important
}
.lg\:hover\:border-orange-600:hover {
border-color: #dd6b20 !important
}
.lg\:hover\:border-orange-700:hover {
border-color: #c05621 !important
}
.lg\:hover\:border-orange-800:hover {
border-color: #9c4221 !important
}
.lg\:hover\:border-orange-900:hover {
border-color: #7b341e !important
}
.lg\:hover\:border-yellow-100:hover {
border-color: #fffff0 !important
}
.lg\:hover\:border-yellow-200:hover {
border-color: #fefcbf !important
}
.lg\:hover\:border-yellow-300:hover {
border-color: #faf089 !important
}
.lg\:hover\:border-yellow-400:hover {
border-color: #f6e05e !important
}
.lg\:hover\:border-yellow-500:hover {
border-color: #ecc94b !important
}
.lg\:hover\:border-yellow-600:hover {
border-color: #d69e2e !important
}
.lg\:hover\:border-yellow-700:hover {
border-color: #b7791f !important
}
.lg\:hover\:border-yellow-800:hover {
border-color: #975a16 !important
}
.lg\:hover\:border-yellow-900:hover {
border-color: #744210 !important
}
.lg\:hover\:border-green-100:hover {
border-color: #f0fff4 !important
}
.lg\:hover\:border-green-200:hover {
border-color: #c6f6d5 !important
}
.lg\:hover\:border-green-300:hover {
border-color: #9ae6b4 !important
}
.lg\:hover\:border-green-400:hover {
border-color: #68d391 !important
}
.lg\:hover\:border-green-500:hover {
border-color: #48bb78 !important
}
.lg\:hover\:border-green-600:hover {
border-color: #38a169 !important
}
.lg\:hover\:border-green-700:hover {
border-color: #2f855a !important
}
.lg\:hover\:border-green-800:hover {
border-color: #276749 !important
}
.lg\:hover\:border-green-900:hover {
border-color: #22543d !important
}
.lg\:hover\:border-teal-100:hover {
border-color: #e6fffa !important
}
.lg\:hover\:border-teal-200:hover {
border-color: #b2f5ea !important
}
.lg\:hover\:border-teal-300:hover {
border-color: #81e6d9 !important
}
.lg\:hover\:border-teal-400:hover {
border-color: #4fd1c5 !important
}
.lg\:hover\:border-teal-500:hover {
border-color: #38b2ac !important
}
.lg\:hover\:border-teal-600:hover {
border-color: #319795 !important
}
.lg\:hover\:border-teal-700:hover {
border-color: #2c7a7b !important
}
.lg\:hover\:border-teal-800:hover {
border-color: #285e61 !important
}
.lg\:hover\:border-teal-900:hover {
border-color: #234e52 !important
}
.lg\:hover\:border-blue-100:hover {
border-color: #ebf8ff !important
}
.lg\:hover\:border-blue-200:hover {
border-color: #bee3f8 !important
}
.lg\:hover\:border-blue-300:hover {
border-color: #90cdf4 !important
}
.lg\:hover\:border-blue-400:hover {
border-color: #63b3ed !important
}
.lg\:hover\:border-blue-500:hover {
border-color: #4299e1 !important
}
.lg\:hover\:border-blue-600:hover {
border-color: #3182ce !important
}
.lg\:hover\:border-blue-700:hover {
border-color: #2b6cb0 !important
}
.lg\:hover\:border-blue-800:hover {
border-color: #2c5282 !important
}
.lg\:hover\:border-blue-900:hover {
border-color: #2a4365 !important
}
.lg\:hover\:border-indigo-100:hover {
border-color: #ebf4ff !important
}
.lg\:hover\:border-indigo-200:hover {
border-color: #c3dafe !important
}
.lg\:hover\:border-indigo-300:hover {
border-color: #a3bffa !important
}
.lg\:hover\:border-indigo-400:hover {
border-color: #7f9cf5 !important
}
.lg\:hover\:border-indigo-500:hover {
border-color: #667eea !important
}
.lg\:hover\:border-indigo-600:hover {
border-color: #5a67d8 !important
}
.lg\:hover\:border-indigo-700:hover {
border-color: #4c51bf !important
}
.lg\:hover\:border-indigo-800:hover {
border-color: #434190 !important
}
.lg\:hover\:border-indigo-900:hover {
border-color: #3c366b !important
}
.lg\:hover\:border-purple-100:hover {
border-color: #faf5ff !important
}
.lg\:hover\:border-purple-200:hover {
border-color: #e9d8fd !important
}
.lg\:hover\:border-purple-300:hover {
border-color: #d6bcfa !important
}
.lg\:hover\:border-purple-400:hover {
border-color: #b794f4 !important
}
.lg\:hover\:border-purple-500:hover {
border-color: #9f7aea !important
}
.lg\:hover\:border-purple-600:hover {
border-color: #805ad5 !important
}
.lg\:hover\:border-purple-700:hover {
border-color: #6b46c1 !important
}
.lg\:hover\:border-purple-800:hover {
border-color: #553c9a !important
}
.lg\:hover\:border-purple-900:hover {
border-color: #44337a !important
}
.lg\:hover\:border-pink-100:hover {
border-color: #fff5f7 !important
}
.lg\:hover\:border-pink-200:hover {
border-color: #fed7e2 !important
}
.lg\:hover\:border-pink-300:hover {
border-color: #fbb6ce !important
}
.lg\:hover\:border-pink-400:hover {
border-color: #f687b3 !important
}
.lg\:hover\:border-pink-500:hover {
border-color: #ed64a6 !important
}
.lg\:hover\:border-pink-600:hover {
border-color: #d53f8c !important
}
.lg\:hover\:border-pink-700:hover {
border-color: #b83280 !important
}
.lg\:hover\:border-pink-800:hover {
border-color: #97266d !important
}
.lg\:hover\:border-pink-900:hover {
border-color: #702459 !important
}
.lg\:focus\:border-transparent:focus {
border-color: transparent !important
}
.lg\:focus\:border-black:focus {
border-color: #000 !important
}
.lg\:focus\:border-white:focus {
border-color: #fff !important
}
.lg\:focus\:border-gray-100:focus {
border-color: #f7fafc !important
}
.lg\:focus\:border-gray-200:focus {
border-color: #edf2f7 !important
}
.lg\:focus\:border-gray-300:focus {
border-color: #e2e8f0 !important
}
.lg\:focus\:border-gray-400:focus {
border-color: #cbd5e0 !important
}
.lg\:focus\:border-gray-500:focus {
border-color: #a0aec0 !important
}
.lg\:focus\:border-gray-600:focus {
border-color: #718096 !important
}
.lg\:focus\:border-gray-700:focus {
border-color: #4a5568 !important
}
.lg\:focus\:border-gray-800:focus {
border-color: #2d3748 !important
}
.lg\:focus\:border-gray-900:focus {
border-color: #1a202c !important
}
.lg\:focus\:border-red-100:focus {
border-color: #fff5f5 !important
}
.lg\:focus\:border-red-200:focus {
border-color: #fed7d7 !important
}
.lg\:focus\:border-red-300:focus {
border-color: #feb2b2 !important
}
.lg\:focus\:border-red-400:focus {
border-color: #fc8181 !important
}
.lg\:focus\:border-red-500:focus {
border-color: #f56565 !important
}
.lg\:focus\:border-red-600:focus {
border-color: #e53e3e !important
}
.lg\:focus\:border-red-700:focus {
border-color: #c53030 !important
}
.lg\:focus\:border-red-800:focus {
border-color: #9b2c2c !important
}
.lg\:focus\:border-red-900:focus {
border-color: #742a2a !important
}
.lg\:focus\:border-orange-100:focus {
border-color: #fffaf0 !important
}
.lg\:focus\:border-orange-200:focus {
border-color: #feebc8 !important
}
.lg\:focus\:border-orange-300:focus {
border-color: #fbd38d !important
}
.lg\:focus\:border-orange-400:focus {
border-color: #f6ad55 !important
}
.lg\:focus\:border-orange-500:focus {
border-color: #ed8936 !important
}
.lg\:focus\:border-orange-600:focus {
border-color: #dd6b20 !important
}
.lg\:focus\:border-orange-700:focus {
border-color: #c05621 !important
}
.lg\:focus\:border-orange-800:focus {
border-color: #9c4221 !important
}
.lg\:focus\:border-orange-900:focus {
border-color: #7b341e !important
}
.lg\:focus\:border-yellow-100:focus {
border-color: #fffff0 !important
}
.lg\:focus\:border-yellow-200:focus {
border-color: #fefcbf !important
}
.lg\:focus\:border-yellow-300:focus {
border-color: #faf089 !important
}
.lg\:focus\:border-yellow-400:focus {
border-color: #f6e05e !important
}
.lg\:focus\:border-yellow-500:focus {
border-color: #ecc94b !important
}
.lg\:focus\:border-yellow-600:focus {
border-color: #d69e2e !important
}
.lg\:focus\:border-yellow-700:focus {
border-color: #b7791f !important
}
.lg\:focus\:border-yellow-800:focus {
border-color: #975a16 !important
}
.lg\:focus\:border-yellow-900:focus {
border-color: #744210 !important
}
.lg\:focus\:border-green-100:focus {
border-color: #f0fff4 !important
}
.lg\:focus\:border-green-200:focus {
border-color: #c6f6d5 !important
}
.lg\:focus\:border-green-300:focus {
border-color: #9ae6b4 !important
}
.lg\:focus\:border-green-400:focus {
border-color: #68d391 !important
}
.lg\:focus\:border-green-500:focus {
border-color: #48bb78 !important
}
.lg\:focus\:border-green-600:focus {
border-color: #38a169 !important
}
.lg\:focus\:border-green-700:focus {
border-color: #2f855a !important
}
.lg\:focus\:border-green-800:focus {
border-color: #276749 !important
}
.lg\:focus\:border-green-900:focus {
border-color: #22543d !important
}
.lg\:focus\:border-teal-100:focus {
border-color: #e6fffa !important
}
.lg\:focus\:border-teal-200:focus {
border-color: #b2f5ea !important
}
.lg\:focus\:border-teal-300:focus {
border-color: #81e6d9 !important
}
.lg\:focus\:border-teal-400:focus {
border-color: #4fd1c5 !important
}
.lg\:focus\:border-teal-500:focus {
border-color: #38b2ac !important
}
.lg\:focus\:border-teal-600:focus {
border-color: #319795 !important
}
.lg\:focus\:border-teal-700:focus {
border-color: #2c7a7b !important
}
.lg\:focus\:border-teal-800:focus {
border-color: #285e61 !important
}
.lg\:focus\:border-teal-900:focus {
border-color: #234e52 !important
}
.lg\:focus\:border-blue-100:focus {
border-color: #ebf8ff !important
}
.lg\:focus\:border-blue-200:focus {
border-color: #bee3f8 !important
}
.lg\:focus\:border-blue-300:focus {
border-color: #90cdf4 !important
}
.lg\:focus\:border-blue-400:focus {
border-color: #63b3ed !important
}
.lg\:focus\:border-blue-500:focus {
border-color: #4299e1 !important
}
.lg\:focus\:border-blue-600:focus {
border-color: #3182ce !important
}
.lg\:focus\:border-blue-700:focus {
border-color: #2b6cb0 !important
}
.lg\:focus\:border-blue-800:focus {
border-color: #2c5282 !important
}
.lg\:focus\:border-blue-900:focus {
border-color: #2a4365 !important
}
.lg\:focus\:border-indigo-100:focus {
border-color: #ebf4ff !important
}
.lg\:focus\:border-indigo-200:focus {
border-color: #c3dafe !important
}
.lg\:focus\:border-indigo-300:focus {
border-color: #a3bffa !important
}
.lg\:focus\:border-indigo-400:focus {
border-color: #7f9cf5 !important
}
.lg\:focus\:border-indigo-500:focus {
border-color: #667eea !important
}
.lg\:focus\:border-indigo-600:focus {
border-color: #5a67d8 !important
}
.lg\:focus\:border-indigo-700:focus {
border-color: #4c51bf !important
}
.lg\:focus\:border-indigo-800:focus {
border-color: #434190 !important
}
.lg\:focus\:border-indigo-900:focus {
border-color: #3c366b !important
}
.lg\:focus\:border-purple-100:focus {
border-color: #faf5ff !important
}
.lg\:focus\:border-purple-200:focus {
border-color: #e9d8fd !important
}
.lg\:focus\:border-purple-300:focus {
border-color: #d6bcfa !important
}
.lg\:focus\:border-purple-400:focus {
border-color: #b794f4 !important
}
.lg\:focus\:border-purple-500:focus {
border-color: #9f7aea !important
}
.lg\:focus\:border-purple-600:focus {
border-color: #805ad5 !important
}
.lg\:focus\:border-purple-700:focus {
border-color: #6b46c1 !important
}
.lg\:focus\:border-purple-800:focus {
border-color: #553c9a !important
}
.lg\:focus\:border-purple-900:focus {
border-color: #44337a !important
}
.lg\:focus\:border-pink-100:focus {
border-color: #fff5f7 !important
}
.lg\:focus\:border-pink-200:focus {
border-color: #fed7e2 !important
}
.lg\:focus\:border-pink-300:focus {
border-color: #fbb6ce !important
}
.lg\:focus\:border-pink-400:focus {
border-color: #f687b3 !important
}
.lg\:focus\:border-pink-500:focus {
border-color: #ed64a6 !important
}
.lg\:focus\:border-pink-600:focus {
border-color: #d53f8c !important
}
.lg\:focus\:border-pink-700:focus {
border-color: #b83280 !important
}
.lg\:focus\:border-pink-800:focus {
border-color: #97266d !important
}
.lg\:focus\:border-pink-900:focus {
border-color: #702459 !important
}
.lg\:rounded-none {
border-radius: 0 !important
}
.lg\:rounded-sm {
border-radius: 0.125rem !important
}
.lg\:rounded {
border-radius: 0.25rem !important
}
.lg\:rounded-md {
border-radius: 0.375rem !important
}
.lg\:rounded-lg {
border-radius: 0.5rem !important
}
.lg\:rounded-full {
border-radius: 9999px !important
}
.lg\:rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important
}
.lg\:rounded-r-none {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important
}
.lg\:rounded-b-none {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.lg\:rounded-l-none {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important
}
.lg\:rounded-t-sm {
border-top-left-radius: 0.125rem !important;
border-top-right-radius: 0.125rem !important
}
.lg\:rounded-r-sm {
border-top-right-radius: 0.125rem !important;
border-bottom-right-radius: 0.125rem !important
}
.lg\:rounded-b-sm {
border-bottom-right-radius: 0.125rem !important;
border-bottom-left-radius: 0.125rem !important
}
.lg\:rounded-l-sm {
border-top-left-radius: 0.125rem !important;
border-bottom-left-radius: 0.125rem !important
}
.lg\:rounded-t {
border-top-left-radius: 0.25rem !important;
border-top-right-radius: 0.25rem !important
}
.lg\:rounded-r {
border-top-right-radius: 0.25rem !important;
border-bottom-right-radius: 0.25rem !important
}
.lg\:rounded-b {
border-bottom-right-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important
}
.lg\:rounded-l {
border-top-left-radius: 0.25rem !important;
border-bottom-left-radius: 0.25rem !important
}
.lg\:rounded-t-md {
border-top-left-radius: 0.375rem !important;
border-top-right-radius: 0.375rem !important
}
.lg\:rounded-r-md {
border-top-right-radius: 0.375rem !important;
border-bottom-right-radius: 0.375rem !important
}
.lg\:rounded-b-md {
border-bottom-right-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important
}
.lg\:rounded-l-md {
border-top-left-radius: 0.375rem !important;
border-bottom-left-radius: 0.375rem !important
}
.lg\:rounded-t-lg {
border-top-left-radius: 0.5rem !important;
border-top-right-radius: 0.5rem !important
}
.lg\:rounded-r-lg {
border-top-right-radius: 0.5rem !important;
border-bottom-right-radius: 0.5rem !important
}
.lg\:rounded-b-lg {
border-bottom-right-radius: 0.5rem !important;
border-bottom-left-radius: 0.5rem !important
}
.lg\:rounded-l-lg {
border-top-left-radius: 0.5rem !important;
border-bottom-left-radius: 0.5rem !important
}
.lg\:rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important
}
.lg\:rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important
}
.lg\:rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important
}
.lg\:rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important
}
.lg\:rounded-tl-none {
border-top-left-radius: 0 !important
}
.lg\:rounded-tr-none {
border-top-right-radius: 0 !important
}
.lg\:rounded-br-none {
border-bottom-right-radius: 0 !important
}
.lg\:rounded-bl-none {
border-bottom-left-radius: 0 !important
}
.lg\:rounded-tl-sm {
border-top-left-radius: 0.125rem !important
}
.lg\:rounded-tr-sm {
border-top-right-radius: 0.125rem !important
}
.lg\:rounded-br-sm {
border-bottom-right-radius: 0.125rem !important
}
.lg\:rounded-bl-sm {
border-bottom-left-radius: 0.125rem !important
}
.lg\:rounded-tl {
border-top-left-radius: 0.25rem !important
}
.lg\:rounded-tr {
border-top-right-radius: 0.25rem !important
}
.lg\:rounded-br {
border-bottom-right-radius: 0.25rem !important
}
.lg\:rounded-bl {
border-bottom-left-radius: 0.25rem !important
}
.lg\:rounded-tl-md {
border-top-left-radius: 0.375rem !important
}
.lg\:rounded-tr-md {
border-top-right-radius: 0.375rem !important
}
.lg\:rounded-br-md {
border-bottom-right-radius: 0.375rem !important
}
.lg\:rounded-bl-md {
border-bottom-left-radius: 0.375rem !important
}
.lg\:rounded-tl-lg {
border-top-left-radius: 0.5rem !important
}
.lg\:rounded-tr-lg {
border-top-right-radius: 0.5rem !important
}
.lg\:rounded-br-lg {
border-bottom-right-radius: 0.5rem !important
}
.lg\:rounded-bl-lg {
border-bottom-left-radius: 0.5rem !important
}
.lg\:rounded-tl-full {
border-top-left-radius: 9999px !important
}
.lg\:rounded-tr-full {
border-top-right-radius: 9999px !important
}
.lg\:rounded-br-full {
border-bottom-right-radius: 9999px !important
}
.lg\:rounded-bl-full {
border-bottom-left-radius: 9999px !important
}
.lg\:border-solid {
border-style: solid !important
}
.lg\:border-dashed {
border-style: dashed !important
}
.lg\:border-dotted {
border-style: dotted !important
}
.lg\:border-double {
border-style: double !important
}
.lg\:border-none {
border-style: none !important
}
.lg\:border-0 {
border-width: 0 !important
}
.lg\:border-2 {
border-width: 2px !important
}
.lg\:border-4 {
border-width: 4px !important
}
.lg\:border-8 {
border-width: 8px !important
}
.lg\:border {
border-width: 1px !important
}
.lg\:border-t-0 {
border-top-width: 0 !important
}
.lg\:border-r-0 {
border-right-width: 0 !important
}
.lg\:border-b-0 {
border-bottom-width: 0 !important
}
.lg\:border-l-0 {
border-left-width: 0 !important
}
.lg\:border-t-2 {
border-top-width: 2px !important
}
.lg\:border-r-2 {
border-right-width: 2px !important
}
.lg\:border-b-2 {
border-bottom-width: 2px !important
}
.lg\:border-l-2 {
border-left-width: 2px !important
}
.lg\:border-t-4 {
border-top-width: 4px !important
}
.lg\:border-r-4 {
border-right-width: 4px !important
}
.lg\:border-b-4 {
border-bottom-width: 4px !important
}
.lg\:border-l-4 {
border-left-width: 4px !important
}
.lg\:border-t-8 {
border-top-width: 8px !important
}
.lg\:border-r-8 {
border-right-width: 8px !important
}
.lg\:border-b-8 {
border-bottom-width: 8px !important
}
.lg\:border-l-8 {
border-left-width: 8px !important
}
.lg\:border-t {
border-top-width: 1px !important
}
.lg\:border-r {
border-right-width: 1px !important
}
.lg\:border-b {
border-bottom-width: 1px !important
}
.lg\:border-l {
border-left-width: 1px !important
}
.lg\:box-border {
box-sizing: border-box !important
}
.lg\:box-content {
box-sizing: content-box !important
}
.lg\:cursor-auto {
cursor: auto !important
}
.lg\:cursor-default {
cursor: default !important
}
.lg\:cursor-pointer {
cursor: pointer !important
}
.lg\:cursor-wait {
cursor: wait !important
}
.lg\:cursor-text {
cursor: text !important
}
.lg\:cursor-move {
cursor: move !important
}
.lg\:cursor-not-allowed {
cursor: not-allowed !important
}
.lg\:block {
display: block !important
}
.lg\:inline-block {
display: inline-block !important
}
.lg\:inline {
display: inline !important
}
.lg\:flow-root {
display: flow-root !important
}
.lg\:flex {
display: flex !important
}
.lg\:inline-flex {
display: inline-flex !important
}
.lg\:grid {
display: grid !important
}
.lg\:inline-grid {
display: inline-grid !important
}
.lg\:table {
display: table !important
}
.lg\:table-caption {
display: table-caption !important
}
.lg\:table-cell {
display: table-cell !important
}
.lg\:table-column {
display: table-column !important
}
.lg\:table-column-group {
display: table-column-group !important
}
.lg\:table-footer-group {
display: table-footer-group !important
}
.lg\:table-header-group {
display: table-header-group !important
}
.lg\:table-row-group {
display: table-row-group !important
}
.lg\:table-row {
display: table-row !important
}
.lg\:hidden {
display: none !important
}
.lg\:flex-row {
flex-direction: row !important
}
.lg\:flex-row-reverse {
flex-direction: row-reverse !important
}
.lg\:flex-col {
flex-direction: column !important
}
.lg\:flex-col-reverse {
flex-direction: column-reverse !important
}
.lg\:flex-wrap {
flex-wrap: wrap !important
}
.lg\:flex-wrap-reverse {
flex-wrap: wrap-reverse !important
}
.lg\:flex-no-wrap {
flex-wrap: nowrap !important
}
.lg\:items-start {
align-items: flex-start !important
}
.lg\:items-end {
align-items: flex-end !important
}
.lg\:items-center {
align-items: center !important
}
.lg\:items-baseline {
align-items: baseline !important
}
.lg\:items-stretch {
align-items: stretch !important
}
.lg\:self-auto {
align-self: auto !important
}
.lg\:self-start {
align-self: flex-start !important
}
.lg\:self-end {
align-self: flex-end !important
}
.lg\:self-center {
align-self: center !important
}
.lg\:self-stretch {
align-self: stretch !important
}
.lg\:justify-start {
justify-content: flex-start !important
}
.lg\:justify-end {
justify-content: flex-end !important
}
.lg\:justify-center {
justify-content: center !important
}
.lg\:justify-between {
justify-content: space-between !important
}
.lg\:justify-around {
justify-content: space-around !important
}
.lg\:justify-evenly {
justify-content: space-evenly !important
}
.lg\:content-center {
align-content: center !important
}
.lg\:content-start {
align-content: flex-start !important
}
.lg\:content-end {
align-content: flex-end !important
}
.lg\:content-between {
align-content: space-between !important
}
.lg\:content-around {
align-content: space-around !important
}
.lg\:flex-1 {
flex: 1 1 0% !important
}
.lg\:flex-auto {
flex: 1 1 auto !important
}
.lg\:flex-initial {
flex: 0 1 auto !important
}
.lg\:flex-none {
flex: none !important
}
.lg\:flex-grow-0 {
flex-grow: 0 !important
}
.lg\:flex-grow {
flex-grow: 1 !important
}
.lg\:flex-shrink-0 {
flex-shrink: 0 !important
}
.lg\:flex-shrink {
flex-shrink: 1 !important
}
.lg\:order-1 {
order: 1 !important
}
.lg\:order-2 {
order: 2 !important
}
.lg\:order-3 {
order: 3 !important
}
.lg\:order-4 {
order: 4 !important
}
.lg\:order-5 {
order: 5 !important
}
.lg\:order-6 {
order: 6 !important
}
.lg\:order-7 {
order: 7 !important
}
.lg\:order-8 {
order: 8 !important
}
.lg\:order-9 {
order: 9 !important
}
.lg\:order-10 {
order: 10 !important
}
.lg\:order-11 {
order: 11 !important
}
.lg\:order-12 {
order: 12 !important
}
.lg\:order-first {
order: -9999 !important
}
.lg\:order-last {
order: 9999 !important
}
.lg\:order-none {
order: 0 !important
}
.lg\:float-right {
float: right !important
}
.lg\:float-left {
float: left !important
}
.lg\:float-none {
float: none !important
}
.lg\:clearfix:after {
content: "" !important;
display: table !important;
clear: both !important
}
.lg\:clear-left {
clear: left !important
}
.lg\:clear-right {
clear: right !important
}
.lg\:clear-both {
clear: both !important
}
.lg\:clear-none {
clear: none !important
}
.lg\:font-sans {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}
.lg\:font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif !important
}
.lg\:font-mono {
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}
.lg\:font-hairline {
font-weight: 100 !important
}
.lg\:font-thin {
font-weight: 200 !important
}
.lg\:font-light {
font-weight: 300 !important
}
.lg\:font-normal {
font-weight: 400 !important
}
.lg\:font-medium {
font-weight: 500 !important
}
.lg\:font-semibold {
font-weight: 600 !important
}
.lg\:font-bold {
font-weight: 700 !important
}
.lg\:font-extrabold {
font-weight: 800 !important
}
.lg\:font-black {
font-weight: 900 !important
}
.lg\:hover\:font-hairline:hover {
font-weight: 100 !important
}
.lg\:hover\:font-thin:hover {
font-weight: 200 !important
}
.lg\:hover\:font-light:hover {
font-weight: 300 !important
}
.lg\:hover\:font-normal:hover {
font-weight: 400 !important
}
.lg\:hover\:font-medium:hover {
font-weight: 500 !important
}
.lg\:hover\:font-semibold:hover {
font-weight: 600 !important
}
.lg\:hover\:font-bold:hover {
font-weight: 700 !important
}
.lg\:hover\:font-extrabold:hover {
font-weight: 800 !important
}
.lg\:hover\:font-black:hover {
font-weight: 900 !important
}
.lg\:focus\:font-hairline:focus {
font-weight: 100 !important
}
.lg\:focus\:font-thin:focus {
font-weight: 200 !important
}
.lg\:focus\:font-light:focus {
font-weight: 300 !important
}
.lg\:focus\:font-normal:focus {
font-weight: 400 !important
}
.lg\:focus\:font-medium:focus {
font-weight: 500 !important
}
.lg\:focus\:font-semibold:focus {
font-weight: 600 !important
}
.lg\:focus\:font-bold:focus {
font-weight: 700 !important
}
.lg\:focus\:font-extrabold:focus {
font-weight: 800 !important
}
.lg\:focus\:font-black:focus {
font-weight: 900 !important
}
.lg\:h-0 {
height: 0 !important
}
.lg\:h-1 {
height: 0.25rem !important
}
.lg\:h-2 {
height: 0.5rem !important
}
.lg\:h-3 {
height: 0.75rem !important
}
.lg\:h-4 {
height: 1rem !important
}
.lg\:h-5 {
height: 1.25rem !important
}
.lg\:h-6 {
height: 1.5rem !important
}
.lg\:h-8 {
height: 2rem !important
}
.lg\:h-10 {
height: 2.5rem !important
}
.lg\:h-12 {
height: 3rem !important
}
.lg\:h-16 {
height: 4rem !important
}
.lg\:h-20 {
height: 5rem !important
}
.lg\:h-24 {
height: 6rem !important
}
.lg\:h-32 {
height: 8rem !important
}
.lg\:h-40 {
height: 10rem !important
}
.lg\:h-48 {
height: 12rem !important
}
.lg\:h-56 {
height: 14rem !important
}
.lg\:h-64 {
height: 16rem !important
}
.lg\:h-auto {
height: auto !important
}
.lg\:h-px {
height: 1px !important
}
.lg\:h-1-2 {
height: 50% !important
}
.lg\:h-1-3 {
height: 33.333333% !important
}
.lg\:h-2-3 {
height: 66.666667% !important
}
.lg\:h-1-4 {
height: 25% !important
}
.lg\:h-2-4 {
height: 50% !important
}
.lg\:h-3-4 {
height: 75% !important
}
.lg\:h-1-5 {
height: 20% !important
}
.lg\:h-2-5 {
height: 40% !important
}
.lg\:h-3-5 {
height: 60% !important
}
.lg\:h-4-5 {
height: 80% !important
}
.lg\:h-1-6 {
height: 16.666667% !important
}
.lg\:h-2-6 {
height: 33.333333% !important
}
.lg\:h-3-6 {
height: 50% !important
}
.lg\:h-4-6 {
height: 66.666667% !important
}
.lg\:h-5-6 {
height: 83.333333% !important
}
.lg\:h-1-12 {
height: 8.333333% !important
}
.lg\:h-2-12 {
height: 16.666667% !important
}
.lg\:h-3-12 {
height: 25% !important
}
.lg\:h-4-12 {
height: 33.333333% !important
}
.lg\:h-5-12 {
height: 41.666667% !important
}
.lg\:h-6-12 {
height: 50% !important
}
.lg\:h-7-12 {
height: 58.333333% !important
}
.lg\:h-8-12 {
height: 66.666667% !important
}
.lg\:h-9-12 {
height: 75% !important
}
.lg\:h-10-12 {
height: 83.333333% !important
}
.lg\:h-11-12 {
height: 91.666667% !important
}
.lg\:h-full {
height: 100% !important
}
.lg\:h-screen {
height: 100vh !important
}
.lg\:text-xs {
font-size: 0.75rem !important
}
.lg\:text-sm {
font-size: 0.875rem !important
}
.lg\:text-base {
font-size: 1rem !important
}
.lg\:text-lg {
font-size: 1.125rem !important
}
.lg\:text-xl {
font-size: 1.25rem !important
}
.lg\:text-2xl {
font-size: 1.5rem !important
}
.lg\:text-3xl {
font-size: 1.875rem !important
}
.lg\:text-4xl {
font-size: 2.25rem !important
}
.lg\:text-5xl {
font-size: 3rem !important
}
.lg\:text-6xl {
font-size: 4rem !important
}
.lg\:leading-3 {
line-height: .75rem !important
}
.lg\:leading-4 {
line-height: 1rem !important
}
.lg\:leading-5 {
line-height: 1.25rem !important
}
.lg\:leading-6 {
line-height: 1.5rem !important
}
.lg\:leading-7 {
line-height: 1.75rem !important
}
.lg\:leading-8 {
line-height: 2rem !important
}
.lg\:leading-9 {
line-height: 2.25rem !important
}
.lg\:leading-10 {
line-height: 2.5rem !important
}
.lg\:leading-none {
line-height: 1 !important
}
.lg\:leading-tight {
line-height: 1.25 !important
}
.lg\:leading-snug {
line-height: 1.375 !important
}
.lg\:leading-normal {
line-height: 1.5 !important
}
.lg\:leading-relaxed {
line-height: 1.625 !important
}
.lg\:leading-loose {
line-height: 2 !important
}
.lg\:list-inside {
list-style-position: inside !important
}
.lg\:list-outside {
list-style-position: outside !important
}
.lg\:list-none {
list-style-type: none !important
}
.lg\:list-disc {
list-style-type: disc !important
}
.lg\:list-decimal {
list-style-type: decimal !important
}
.lg\:m-0 {
margin: 0 !important
}
.lg\:m-1 {
margin: 0.25rem !important
}
.lg\:m-2 {
margin: 0.5rem !important
}
.lg\:m-3 {
margin: 0.75rem !important
}
.lg\:m-4 {
margin: 1rem !important
}
.lg\:m-5 {
margin: 1.25rem !important
}
.lg\:m-6 {
margin: 1.5rem !important
}
.lg\:m-8 {
margin: 2rem !important
}
.lg\:m-10 {
margin: 2.5rem !important
}
.lg\:m-12 {
margin: 3rem !important
}
.lg\:m-16 {
margin: 4rem !important
}
.lg\:m-20 {
margin: 5rem !important
}
.lg\:m-24 {
margin: 6rem !important
}
.lg\:m-32 {
margin: 8rem !important
}
.lg\:m-40 {
margin: 10rem !important
}
.lg\:m-48 {
margin: 12rem !important
}
.lg\:m-56 {
margin: 14rem !important
}
.lg\:m-64 {
margin: 16rem !important
}
.lg\:m-auto {
margin: auto !important
}
.lg\:m-px {
margin: 1px !important
}
.lg\:-m-1 {
margin: -0.25rem !important
}
.lg\:-m-2 {
margin: -0.5rem !important
}
.lg\:-m-3 {
margin: -0.75rem !important
}
.lg\:-m-4 {
margin: -1rem !important
}
.lg\:-m-5 {
margin: -1.25rem !important
}
.lg\:-m-6 {
margin: -1.5rem !important
}
.lg\:-m-8 {
margin: -2rem !important
}
.lg\:-m-10 {
margin: -2.5rem !important
}
.lg\:-m-12 {
margin: -3rem !important
}
.lg\:-m-16 {
margin: -4rem !important
}
.lg\:-m-20 {
margin: -5rem !important
}
.lg\:-m-24 {
margin: -6rem !important
}
.lg\:-m-32 {
margin: -8rem !important
}
.lg\:-m-40 {
margin: -10rem !important
}
.lg\:-m-48 {
margin: -12rem !important
}
.lg\:-m-56 {
margin: -14rem !important
}
.lg\:-m-64 {
margin: -16rem !important
}
.lg\:-m-px {
margin: -1px !important
}
.lg\:my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important
}
.lg\:mx-0 {
margin-left: 0 !important;
margin-right: 0 !important
}
.lg\:my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important
}
.lg\:mx-1 {
margin-left: 0.25rem !important;
margin-right: 0.25rem !important
}
.lg\:my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important
}
.lg\:mx-2 {
margin-left: 0.5rem !important;
margin-right: 0.5rem !important
}
.lg\:my-3 {
margin-top: 0.75rem !important;
margin-bottom: 0.75rem !important
}
.lg\:mx-3 {
margin-left: 0.75rem !important;
margin-right: 0.75rem !important
}
.lg\:my-4 {
margin-top: 1rem !important;
margin-bottom: 1rem !important
}
.lg\:mx-4 {
margin-left: 1rem !important;
margin-right: 1rem !important
}
.lg\:my-5 {
margin-top: 1.25rem !important;
margin-bottom: 1.25rem !important
}
.lg\:mx-5 {
margin-left: 1.25rem !important;
margin-right: 1.25rem !important
}
.lg\:my-6 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important
}
.lg\:mx-6 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important
}
.lg\:my-8 {
margin-top: 2rem !important;
margin-bottom: 2rem !important
}
.lg\:mx-8 {
margin-left: 2rem !important;
margin-right: 2rem !important
}
.lg\:my-10 {
margin-top: 2.5rem !important;
margin-bottom: 2.5rem !important
}
.lg\:mx-10 {
margin-left: 2.5rem !important;
margin-right: 2.5rem !important
}
.lg\:my-12 {
margin-top: 3rem !important;
margin-bottom: 3rem !important
}
.lg\:mx-12 {
margin-left: 3rem !important;
margin-right: 3rem !important
}
.lg\:my-16 {
margin-top: 4rem !important;
margin-bottom: 4rem !important
}
.lg\:mx-16 {
margin-left: 4rem !important;
margin-right: 4rem !important
}
.lg\:my-20 {
margin-top: 5rem !important;
margin-bottom: 5rem !important
}
.lg\:mx-20 {
margin-left: 5rem !important;
margin-right: 5rem !important
}
.lg\:my-24 {
margin-top: 6rem !important;
margin-bottom: 6rem !important
}
.lg\:mx-24 {
margin-left: 6rem !important;
margin-right: 6rem !important
}
.lg\:my-32 {
margin-top: 8rem !important;
margin-bottom: 8rem !important
}
.lg\:mx-32 {
margin-left: 8rem !important;
margin-right: 8rem !important
}
.lg\:my-40 {
margin-top: 10rem !important;
margin-bottom: 10rem !important
}
.lg\:mx-40 {
margin-left: 10rem !important;
margin-right: 10rem !important
}
.lg\:my-48 {
margin-top: 12rem !important;
margin-bottom: 12rem !important
}
.lg\:mx-48 {
margin-left: 12rem !important;
margin-right: 12rem !important
}
.lg\:my-56 {
margin-top: 14rem !important;
margin-bottom: 14rem !important
}
.lg\:mx-56 {
margin-left: 14rem !important;
margin-right: 14rem !important
}
.lg\:my-64 {
margin-top: 16rem !important;
margin-bottom: 16rem !important
}
.lg\:mx-64 {
margin-left: 16rem !important;
margin-right: 16rem !important
}
.lg\:my-auto {
margin-top: auto !important;
margin-bottom: auto !important
}
.lg\:mx-auto {
margin-left: auto !important;
margin-right: auto !important
}
.lg\:my-px {
margin-top: 1px !important;
margin-bottom: 1px !important
}
.lg\:mx-px {
margin-left: 1px !important;
margin-right: 1px !important
}
.lg\:-my-1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important
}
.lg\:-mx-1 {
margin-left: -0.25rem !important;
margin-right: -0.25rem !important
}
.lg\:-my-2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important
}
.lg\:-mx-2 {
margin-left: -0.5rem !important;
margin-right: -0.5rem !important
}
.lg\:-my-3 {
margin-top: -0.75rem !important;
margin-bottom: -0.75rem !important
}
.lg\:-mx-3 {
margin-left: -0.75rem !important;
margin-right: -0.75rem !important
}
.lg\:-my-4 {
margin-top: -1rem !important;
margin-bottom: -1rem !important
}
.lg\:-mx-4 {
margin-left: -1rem !important;
margin-right: -1rem !important
}
.lg\:-my-5 {
margin-top: -1.25rem !important;
margin-bottom: -1.25rem !important
}
.lg\:-mx-5 {
margin-left: -1.25rem !important;
margin-right: -1.25rem !important
}
.lg\:-my-6 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important
}
.lg\:-mx-6 {
margin-left: -1.5rem !important;
margin-right: -1.5rem !important
}
.lg\:-my-8 {
margin-top: -2rem !important;
margin-bottom: -2rem !important
}
.lg\:-mx-8 {
margin-left: -2rem !important;
margin-right: -2rem !important
}
.lg\:-my-10 {
margin-top: -2.5rem !important;
margin-bottom: -2.5rem !important
}
.lg\:-mx-10 {
margin-left: -2.5rem !important;
margin-right: -2.5rem !important
}
.lg\:-my-12 {
margin-top: -3rem !important;
margin-bottom: -3rem !important
}
.lg\:-mx-12 {
margin-left: -3rem !important;
margin-right: -3rem !important
}
.lg\:-my-16 {
margin-top: -4rem !important;
margin-bottom: -4rem !important
}
.lg\:-mx-16 {
margin-left: -4rem !important;
margin-right: -4rem !important
}
.lg\:-my-20 {
margin-top: -5rem !important;
margin-bottom: -5rem !important
}
.lg\:-mx-20 {
margin-left: -5rem !important;
margin-right: -5rem !important
}
.lg\:-my-24 {
margin-top: -6rem !important;
margin-bottom: -6rem !important
}
.lg\:-mx-24 {
margin-left: -6rem !important;
margin-right: -6rem !important
}
.lg\:-my-32 {
margin-top: -8rem !important;
margin-bottom: -8rem !important
}
.lg\:-mx-32 {
margin-left: -8rem !important;
margin-right: -8rem !important
}
.lg\:-my-40 {
margin-top: -10rem !important;
margin-bottom: -10rem !important
}
.lg\:-mx-40 {
margin-left: -10rem !important;
margin-right: -10rem !important
}
.lg\:-my-48 {
margin-top: -12rem !important;
margin-bottom: -12rem !important
}
.lg\:-mx-48 {
margin-left: -12rem !important;
margin-right: -12rem !important
}
.lg\:-my-56 {
margin-top: -14rem !important;
margin-bottom: -14rem !important
}
.lg\:-mx-56 {
margin-left: -14rem !important;
margin-right: -14rem !important
}
.lg\:-my-64 {
margin-top: -16rem !important;
margin-bottom: -16rem !important
}
.lg\:-mx-64 {
margin-left: -16rem !important;
margin-right: -16rem !important
}
.lg\:-my-px {
margin-top: -1px !important;
margin-bottom: -1px !important
}
.lg\:-mx-px {
margin-left: -1px !important;
margin-right: -1px !important
}
.lg\:mt-0 {
margin-top: 0 !important
}
.lg\:mr-0 {
margin-right: 0 !important
}
.lg\:mb-0 {
margin-bottom: 0 !important
}
.lg\:ml-0 {
margin-left: 0 !important
}
.lg\:mt-1 {
margin-top: 0.25rem !important
}
.lg\:mr-1 {
margin-right: 0.25rem !important
}
.lg\:mb-1 {
margin-bottom: 0.25rem !important
}
.lg\:ml-1 {
margin-left: 0.25rem !important
}
.lg\:mt-2 {
margin-top: 0.5rem !important
}
.lg\:mr-2 {
margin-right: 0.5rem !important
}
.lg\:mb-2 {
margin-bottom: 0.5rem !important
}
.lg\:ml-2 {
margin-left: 0.5rem !important
}
.lg\:mt-3 {
margin-top: 0.75rem !important
}
.lg\:mr-3 {
margin-right: 0.75rem !important
}
.lg\:mb-3 {
margin-bottom: 0.75rem !important
}
.lg\:ml-3 {
margin-left: 0.75rem !important
}
.lg\:mt-4 {
margin-top: 1rem !important
}
.lg\:mr-4 {
margin-right: 1rem !important
}
.lg\:mb-4 {
margin-bottom: 1rem !important
}
.lg\:ml-4 {
margin-left: 1rem !important
}
.lg\:mt-5 {
margin-top: 1.25rem !important
}
.lg\:mr-5 {
margin-right: 1.25rem !important
}
.lg\:mb-5 {
margin-bottom: 1.25rem !important
}
.lg\:ml-5 {
margin-left: 1.25rem !important
}
.lg\:mt-6 {
margin-top: 1.5rem !important
}
.lg\:mr-6 {
margin-right: 1.5rem !important
}
.lg\:mb-6 {
margin-bottom: 1.5rem !important
}
.lg\:ml-6 {
margin-left: 1.5rem !important
}
.lg\:mt-8 {
margin-top: 2rem !important
}
.lg\:mr-8 {
margin-right: 2rem !important
}
.lg\:mb-8 {
margin-bottom: 2rem !important
}
.lg\:ml-8 {
margin-left: 2rem !important
}
.lg\:mt-10 {
margin-top: 2.5rem !important
}
.lg\:mr-10 {
margin-right: 2.5rem !important
}
.lg\:mb-10 {
margin-bottom: 2.5rem !important
}
.lg\:ml-10 {
margin-left: 2.5rem !important
}
.lg\:mt-12 {
margin-top: 3rem !important
}
.lg\:mr-12 {
margin-right: 3rem !important
}
.lg\:mb-12 {
margin-bottom: 3rem !important
}
.lg\:ml-12 {
margin-left: 3rem !important
}
.lg\:mt-16 {
margin-top: 4rem !important
}
.lg\:mr-16 {
margin-right: 4rem !important
}
.lg\:mb-16 {
margin-bottom: 4rem !important
}
.lg\:ml-16 {
margin-left: 4rem !important
}
.lg\:mt-20 {
margin-top: 5rem !important
}
.lg\:mr-20 {
margin-right: 5rem !important
}
.lg\:mb-20 {
margin-bottom: 5rem !important
}
.lg\:ml-20 {
margin-left: 5rem !important
}
.lg\:mt-24 {
margin-top: 6rem !important
}
.lg\:mr-24 {
margin-right: 6rem !important
}
.lg\:mb-24 {
margin-bottom: 6rem !important
}
.lg\:ml-24 {
margin-left: 6rem !important
}
.lg\:mt-32 {
margin-top: 8rem !important
}
.lg\:mr-32 {
margin-right: 8rem !important
}
.lg\:mb-32 {
margin-bottom: 8rem !important
}
.lg\:ml-32 {
margin-left: 8rem !important
}
.lg\:mt-40 {
margin-top: 10rem !important
}
.lg\:mr-40 {
margin-right: 10rem !important
}
.lg\:mb-40 {
margin-bottom: 10rem !important
}
.lg\:ml-40 {
margin-left: 10rem !important
}
.lg\:mt-48 {
margin-top: 12rem !important
}
.lg\:mr-48 {
margin-right: 12rem !important
}
.lg\:mb-48 {
margin-bottom: 12rem !important
}
.lg\:ml-48 {
margin-left: 12rem !important
}
.lg\:mt-56 {
margin-top: 14rem !important
}
.lg\:mr-56 {
margin-right: 14rem !important
}
.lg\:mb-56 {
margin-bottom: 14rem !important
}
.lg\:ml-56 {
margin-left: 14rem !important
}
.lg\:mt-64 {
margin-top: 16rem !important
}
.lg\:mr-64 {
margin-right: 16rem !important
}
.lg\:mb-64 {
margin-bottom: 16rem !important
}
.lg\:ml-64 {
margin-left: 16rem !important
}
.lg\:mt-auto {
margin-top: auto !important
}
.lg\:mr-auto {
margin-right: auto !important
}
.lg\:mb-auto {
margin-bottom: auto !important
}
.lg\:ml-auto {
margin-left: auto !important
}
.lg\:mt-px {
margin-top: 1px !important
}
.lg\:mr-px {
margin-right: 1px !important
}
.lg\:mb-px {
margin-bottom: 1px !important
}
.lg\:ml-px {
margin-left: 1px !important
}
.lg\:-mt-1 {
margin-top: -0.25rem !important
}
.lg\:-mr-1 {
margin-right: -0.25rem !important
}
.lg\:-mb-1 {
margin-bottom: -0.25rem !important
}
.lg\:-ml-1 {
margin-left: -0.25rem !important
}
.lg\:-mt-2 {
margin-top: -0.5rem !important
}
.lg\:-mr-2 {
margin-right: -0.5rem !important
}
.lg\:-mb-2 {
margin-bottom: -0.5rem !important
}
.lg\:-ml-2 {
margin-left: -0.5rem !important
}
.lg\:-mt-3 {
margin-top: -0.75rem !important
}
.lg\:-mr-3 {
margin-right: -0.75rem !important
}
.lg\:-mb-3 {
margin-bottom: -0.75rem !important
}
.lg\:-ml-3 {
margin-left: -0.75rem !important
}
.lg\:-mt-4 {
margin-top: -1rem !important
}
.lg\:-mr-4 {
margin-right: -1rem !important
}
.lg\:-mb-4 {
margin-bottom: -1rem !important
}
.lg\:-ml-4 {
margin-left: -1rem !important
}
.lg\:-mt-5 {
margin-top: -1.25rem !important
}
.lg\:-mr-5 {
margin-right: -1.25rem !important
}
.lg\:-mb-5 {
margin-bottom: -1.25rem !important
}
.lg\:-ml-5 {
margin-left: -1.25rem !important
}
.lg\:-mt-6 {
margin-top: -1.5rem !important
}
.lg\:-mr-6 {
margin-right: -1.5rem !important
}
.lg\:-mb-6 {
margin-bottom: -1.5rem !important
}
.lg\:-ml-6 {
margin-left: -1.5rem !important
}
.lg\:-mt-8 {
margin-top: -2rem !important
}
.lg\:-mr-8 {
margin-right: -2rem !important
}
.lg\:-mb-8 {
margin-bottom: -2rem !important
}
.lg\:-ml-8 {
margin-left: -2rem !important
}
.lg\:-mt-10 {
margin-top: -2.5rem !important
}
.lg\:-mr-10 {
margin-right: -2.5rem !important
}
.lg\:-mb-10 {
margin-bottom: -2.5rem !important
}
.lg\:-ml-10 {
margin-left: -2.5rem !important
}
.lg\:-mt-12 {
margin-top: -3rem !important
}
.lg\:-mr-12 {
margin-right: -3rem !important
}
.lg\:-mb-12 {
margin-bottom: -3rem !important
}
.lg\:-ml-12 {
margin-left: -3rem !important
}
.lg\:-mt-16 {
margin-top: -4rem !important
}
.lg\:-mr-16 {
margin-right: -4rem !important
}
.lg\:-mb-16 {
margin-bottom: -4rem !important
}
.lg\:-ml-16 {
margin-left: -4rem !important
}
.lg\:-mt-20 {
margin-top: -5rem !important
}
.lg\:-mr-20 {
margin-right: -5rem !important
}
.lg\:-mb-20 {
margin-bottom: -5rem !important
}
.lg\:-ml-20 {
margin-left: -5rem !important
}
.lg\:-mt-24 {
margin-top: -6rem !important
}
.lg\:-mr-24 {
margin-right: -6rem !important
}
.lg\:-mb-24 {
margin-bottom: -6rem !important
}
.lg\:-ml-24 {
margin-left: -6rem !important
}
.lg\:-mt-32 {
margin-top: -8rem !important
}
.lg\:-mr-32 {
margin-right: -8rem !important
}
.lg\:-mb-32 {
margin-bottom: -8rem !important
}
.lg\:-ml-32 {
margin-left: -8rem !important
}
.lg\:-mt-40 {
margin-top: -10rem !important
}
.lg\:-mr-40 {
margin-right: -10rem !important
}
.lg\:-mb-40 {
margin-bottom: -10rem !important
}
.lg\:-ml-40 {
margin-left: -10rem !important
}
.lg\:-mt-48 {
margin-top: -12rem !important
}
.lg\:-mr-48 {
margin-right: -12rem !important
}
.lg\:-mb-48 {
margin-bottom: -12rem !important
}
.lg\:-ml-48 {
margin-left: -12rem !important
}
.lg\:-mt-56 {
margin-top: -14rem !important
}
.lg\:-mr-56 {
margin-right: -14rem !important
}
.lg\:-mb-56 {
margin-bottom: -14rem !important
}
.lg\:-ml-56 {
margin-left: -14rem !important
}
.lg\:-mt-64 {
margin-top: -16rem !important
}
.lg\:-mr-64 {
margin-right: -16rem !important
}
.lg\:-mb-64 {
margin-bottom: -16rem !important
}
.lg\:-ml-64 {
margin-left: -16rem !important
}
.lg\:-mt-px {
margin-top: -1px !important
}
.lg\:-mr-px {
margin-right: -1px !important
}
.lg\:-mb-px {
margin-bottom: -1px !important
}
.lg\:-ml-px {
margin-left: -1px !important
}
.lg\:max-h-full {
max-height: 100% !important
}
.lg\:max-h-screen {
max-height: 100vh !important
}
.lg\:max-w-none {
max-width: none !important
}
.lg\:max-w-xs {
max-width: 20rem !important
}
.lg\:max-w-sm {
max-width: 24rem !important
}
.lg\:max-w-md {
max-width: 28rem !important
}
.lg\:max-w-lg {
max-width: 32rem !important
}
.lg\:max-w-xl {
max-width: 36rem !important
}
.lg\:max-w-2xl {
max-width: 42rem !important
}
.lg\:max-w-3xl {
max-width: 48rem !important
}
.lg\:max-w-4xl {
max-width: 56rem !important
}
.lg\:max-w-5xl {
max-width: 64rem !important
}
.lg\:max-w-6xl {
max-width: 72rem !important
}
.lg\:max-w-full {
max-width: 100% !important
}
.lg\:max-w-screen-md {
max-width: 768px !important
}
.lg\:max-w-screen-lg {
max-width: 1024px !important
}
.lg\:min-h-0 {
min-height: 0 !important
}
.lg\:min-h-full {
min-height: 100% !important
}
.lg\:min-h-screen {
min-height: 100vh !important
}
.lg\:min-w-0 {
min-width: 0 !important
}
.lg\:min-w-full {
min-width: 100% !important
}
.lg\:object-contain {
-o-object-fit: contain !important;
object-fit: contain !important
}
.lg\:object-cover {
-o-object-fit: cover !important;
object-fit: cover !important
}
.lg\:object-fill {
-o-object-fit: fill !important;
object-fit: fill !important
}
.lg\:object-none {
-o-object-fit: none !important;
object-fit: none !important
}
.lg\:object-scale-down {
-o-object-fit: scale-down !important;
object-fit: scale-down !important
}
.lg\:object-bottom {
-o-object-position: bottom !important;
object-position: bottom !important
}
.lg\:object-center {
-o-object-position: center !important;
object-position: center !important
}
.lg\:object-left {
-o-object-position: left !important;
object-position: left !important
}
.lg\:object-left-bottom {
-o-object-position: left bottom !important;
object-position: left bottom !important
}
.lg\:object-left-top {
-o-object-position: left top !important;
object-position: left top !important
}
.lg\:object-right {
-o-object-position: right !important;
object-position: right !important
}
.lg\:object-right-bottom {
-o-object-position: right bottom !important;
object-position: right bottom !important
}
.lg\:object-right-top {
-o-object-position: right top !important;
object-position: right top !important
}
.lg\:object-top {
-o-object-position: top !important;
object-position: top !important
}
.lg\:opacity-0 {
opacity: 0 !important
}
.lg\:opacity-25 {
opacity: 0.25 !important
}
.lg\:opacity-50 {
opacity: 0.5 !important
}
.lg\:opacity-75 {
opacity: 0.75 !important
}
.lg\:opacity-100 {
opacity: 1 !important
}
.lg\:hover\:opacity-0:hover {
opacity: 0 !important
}
.lg\:hover\:opacity-25:hover {
opacity: 0.25 !important
}
.lg\:hover\:opacity-50:hover {
opacity: 0.5 !important
}
.lg\:hover\:opacity-75:hover {
opacity: 0.75 !important
}
.lg\:hover\:opacity-100:hover {
opacity: 1 !important
}
.lg\:focus\:opacity-0:focus {
opacity: 0 !important
}
.lg\:focus\:opacity-25:focus {
opacity: 0.25 !important
}
.lg\:focus\:opacity-50:focus {
opacity: 0.5 !important
}
.lg\:focus\:opacity-75:focus {
opacity: 0.75 !important
}
.lg\:focus\:opacity-100:focus {
opacity: 1 !important
}
.lg\:outline-none {
outline: 0 !important
}
.lg\:focus\:outline-none:focus {
outline: 0 !important
}
.lg\:overflow-auto {
overflow: auto !important
}
.lg\:overflow-hidden {
overflow: hidden !important
}
.lg\:overflow-visible {
overflow: visible !important
}
.lg\:overflow-scroll {
overflow: scroll !important
}
.lg\:overflow-x-auto {
overflow-x: auto !important
}
.lg\:overflow-y-auto {
overflow-y: auto !important
}
.lg\:overflow-x-hidden {
overflow-x: hidden !important
}
.lg\:overflow-y-hidden {
overflow-y: hidden !important
}
.lg\:overflow-x-visible {
overflow-x: visible !important
}
.lg\:overflow-y-visible {
overflow-y: visible !important
}
.lg\:overflow-x-scroll {
overflow-x: scroll !important
}
.lg\:overflow-y-scroll {
overflow-y: scroll !important
}
.lg\:scrolling-touch {
-webkit-overflow-scrolling: touch !important
}
.lg\:scrolling-auto {
-webkit-overflow-scrolling: auto !important
}
.lg\:p-0 {
padding: 0 !important
}
.lg\:p-1 {
padding: 0.25rem !important
}
.lg\:p-2 {
padding: 0.5rem !important
}
.lg\:p-3 {
padding: 0.75rem !important
}
.lg\:p-4 {
padding: 1rem !important
}
.lg\:p-5 {
padding: 1.25rem !important
}
.lg\:p-6 {
padding: 1.5rem !important
}
.lg\:p-8 {
padding: 2rem !important
}
.lg\:p-10 {
padding: 2.5rem !important
}
.lg\:p-12 {
padding: 3rem !important
}
.lg\:p-16 {
padding: 4rem !important
}
.lg\:p-20 {
padding: 5rem !important
}
.lg\:p-24 {
padding: 6rem !important
}
.lg\:p-32 {
padding: 8rem !important
}
.lg\:p-40 {
padding: 10rem !important
}
.lg\:p-48 {
padding: 12rem !important
}
.lg\:p-56 {
padding: 14rem !important
}
.lg\:p-64 {
padding: 16rem !important
}
.lg\:p-px {
padding: 1px !important
}
.lg\:py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important
}
.lg\:px-0 {
padding-left: 0 !important;
padding-right: 0 !important
}
.lg\:py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important
}
.lg\:px-1 {
padding-left: 0.25rem !important;
padding-right: 0.25rem !important
}
.lg\:py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important
}
.lg\:px-2 {
padding-left: 0.5rem !important;
padding-right: 0.5rem !important
}
.lg\:py-3 {
padding-top: 0.75rem !important;
padding-bottom: 0.75rem !important
}
.lg\:px-3 {
padding-left: 0.75rem !important;
padding-right: 0.75rem !important
}
.lg\:py-4 {
padding-top: 1rem !important;
padding-bottom: 1rem !important
}
.lg\:px-4 {
padding-left: 1rem !important;
padding-right: 1rem !important
}
.lg\:py-5 {
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important
}
.lg\:px-5 {
padding-left: 1.25rem !important;
padding-right: 1.25rem !important
}
.lg\:py-6 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important
}
.lg\:px-6 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important
}
.lg\:py-8 {
padding-top: 2rem !important;
padding-bottom: 2rem !important
}
.lg\:px-8 {
padding-left: 2rem !important;
padding-right: 2rem !important
}
.lg\:py-10 {
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important
}
.lg\:px-10 {
padding-left: 2.5rem !important;
padding-right: 2.5rem !important
}
.lg\:py-12 {
padding-top: 3rem !important;
padding-bottom: 3rem !important
}
.lg\:px-12 {
padding-left: 3rem !important;
padding-right: 3rem !important
}
.lg\:py-16 {
padding-top: 4rem !important;
padding-bottom: 4rem !important
}
.lg\:px-16 {
padding-left: 4rem !important;
padding-right: 4rem !important
}
.lg\:py-20 {
padding-top: 5rem !important;
padding-bottom: 5rem !important
}
.lg\:px-20 {
padding-left: 5rem !important;
padding-right: 5rem !important
}
.lg\:py-24 {
padding-top: 6rem !important;
padding-bottom: 6rem !important
}
.lg\:px-24 {
padding-left: 6rem !important;
padding-right: 6rem !important
}
.lg\:py-32 {
padding-top: 8rem !important;
padding-bottom: 8rem !important
}
.lg\:px-32 {
padding-left: 8rem !important;
padding-right: 8rem !important
}
.lg\:py-40 {
padding-top: 10rem !important;
padding-bottom: 10rem !important
}
.lg\:px-40 {
padding-left: 10rem !important;
padding-right: 10rem !important
}
.lg\:py-48 {
padding-top: 12rem !important;
padding-bottom: 12rem !important
}
.lg\:px-48 {
padding-left: 12rem !important;
padding-right: 12rem !important
}
.lg\:py-56 {
padding-top: 14rem !important;
padding-bottom: 14rem !important
}
.lg\:px-56 {
padding-left: 14rem !important;
padding-right: 14rem !important
}
.lg\:py-64 {
padding-top: 16rem !important;
padding-bottom: 16rem !important
}
.lg\:px-64 {
padding-left: 16rem !important;
padding-right: 16rem !important
}
.lg\:py-px {
padding-top: 1px !important;
padding-bottom: 1px !important
}
.lg\:px-px {
padding-left: 1px !important;
padding-right: 1px !important
}
.lg\:pt-0 {
padding-top: 0 !important
}
.lg\:pr-0 {
padding-right: 0 !important
}
.lg\:pb-0 {
padding-bottom: 0 !important
}
.lg\:pl-0 {
padding-left: 0 !important
}
.lg\:pt-1 {
padding-top: 0.25rem !important
}
.lg\:pr-1 {
padding-right: 0.25rem !important
}
.lg\:pb-1 {
padding-bottom: 0.25rem !important
}
.lg\:pl-1 {
padding-left: 0.25rem !important
}
.lg\:pt-2 {
padding-top: 0.5rem !important
}
.lg\:pr-2 {
padding-right: 0.5rem !important
}
.lg\:pb-2 {
padding-bottom: 0.5rem !important
}
.lg\:pl-2 {
padding-left: 0.5rem !important
}
.lg\:pt-3 {
padding-top: 0.75rem !important
}
.lg\:pr-3 {
padding-right: 0.75rem !important
}
.lg\:pb-3 {
padding-bottom: 0.75rem !important
}
.lg\:pl-3 {
padding-left: 0.75rem !important
}
.lg\:pt-4 {
padding-top: 1rem !important
}
.lg\:pr-4 {
padding-right: 1rem !important
}
.lg\:pb-4 {
padding-bottom: 1rem !important
}
.lg\:pl-4 {
padding-left: 1rem !important
}
.lg\:pt-5 {
padding-top: 1.25rem !important
}
.lg\:pr-5 {
padding-right: 1.25rem !important
}
.lg\:pb-5 {
padding-bottom: 1.25rem !important
}
.lg\:pl-5 {
padding-left: 1.25rem !important
}
.lg\:pt-6 {
padding-top: 1.5rem !important
}
.lg\:pr-6 {
padding-right: 1.5rem !important
}
.lg\:pb-6 {
padding-bottom: 1.5rem !important
}
.lg\:pl-6 {
padding-left: 1.5rem !important
}
.lg\:pt-8 {
padding-top: 2rem !important
}
.lg\:pr-8 {
padding-right: 2rem !important
}
.lg\:pb-8 {
padding-bottom: 2rem !important
}
.lg\:pl-8 {
padding-left: 2rem !important
}
.lg\:pt-10 {
padding-top: 2.5rem !important
}
.lg\:pr-10 {
padding-right: 2.5rem !important
}
.lg\:pb-10 {
padding-bottom: 2.5rem !important
}
.lg\:pl-10 {
padding-left: 2.5rem !important
}
.lg\:pt-12 {
padding-top: 3rem !important
}
.lg\:pr-12 {
padding-right: 3rem !important
}
.lg\:pb-12 {
padding-bottom: 3rem !important
}
.lg\:pl-12 {
padding-left: 3rem !important
}
.lg\:pt-16 {
padding-top: 4rem !important
}
.lg\:pr-16 {
padding-right: 4rem !important
}
.lg\:pb-16 {
padding-bottom: 4rem !important
}
.lg\:pl-16 {
padding-left: 4rem !important
}
.lg\:pt-20 {
padding-top: 5rem !important
}
.lg\:pr-20 {
padding-right: 5rem !important
}
.lg\:pb-20 {
padding-bottom: 5rem !important
}
.lg\:pl-20 {
padding-left: 5rem !important
}
.lg\:pt-24 {
padding-top: 6rem !important
}
.lg\:pr-24 {
padding-right: 6rem !important
}
.lg\:pb-24 {
padding-bottom: 6rem !important
}
.lg\:pl-24 {
padding-left: 6rem !important
}
.lg\:pt-32 {
padding-top: 8rem !important
}
.lg\:pr-32 {
padding-right: 8rem !important
}
.lg\:pb-32 {
padding-bottom: 8rem !important
}
.lg\:pl-32 {
padding-left: 8rem !important
}
.lg\:pt-40 {
padding-top: 10rem !important
}
.lg\:pr-40 {
padding-right: 10rem !important
}
.lg\:pb-40 {
padding-bottom: 10rem !important
}
.lg\:pl-40 {
padding-left: 10rem !important
}
.lg\:pt-48 {
padding-top: 12rem !important
}
.lg\:pr-48 {
padding-right: 12rem !important
}
.lg\:pb-48 {
padding-bottom: 12rem !important
}
.lg\:pl-48 {
padding-left: 12rem !important
}
.lg\:pt-56 {
padding-top: 14rem !important
}
.lg\:pr-56 {
padding-right: 14rem !important
}
.lg\:pb-56 {
padding-bottom: 14rem !important
}
.lg\:pl-56 {
padding-left: 14rem !important
}
.lg\:pt-64 {
padding-top: 16rem !important
}
.lg\:pr-64 {
padding-right: 16rem !important
}
.lg\:pb-64 {
padding-bottom: 16rem !important
}
.lg\:pl-64 {
padding-left: 16rem !important
}
.lg\:pt-px {
padding-top: 1px !important
}
.lg\:pr-px {
padding-right: 1px !important
}
.lg\:pb-px {
padding-bottom: 1px !important
}
.lg\:pl-px {
padding-left: 1px !important
}
.lg\:placeholder-transparent::-webkit-input-placeholder {
color: transparent !important
}
.lg\:placeholder-transparent::-moz-placeholder {
color: transparent !important
}
.lg\:placeholder-transparent:-ms-input-placeholder {
color: transparent !important
}
.lg\:placeholder-transparent::-ms-input-placeholder {
color: transparent !important
}
.lg\:placeholder-transparent::placeholder {
color: transparent !important
}
.lg\:placeholder-black::-webkit-input-placeholder {
color: #000 !important
}
.lg\:placeholder-black::-moz-placeholder {
color: #000 !important
}
.lg\:placeholder-black:-ms-input-placeholder {
color: #000 !important
}
.lg\:placeholder-black::-ms-input-placeholder {
color: #000 !important
}
.lg\:placeholder-black::placeholder {
color: #000 !important
}
.lg\:placeholder-white::-webkit-input-placeholder {
color: #fff !important
}
.lg\:placeholder-white::-moz-placeholder {
color: #fff !important
}
.lg\:placeholder-white:-ms-input-placeholder {
color: #fff !important
}
.lg\:placeholder-white::-ms-input-placeholder {
color: #fff !important
}
.lg\:placeholder-white::placeholder {
color: #fff !important
}
.lg\:placeholder-gray-100::-webkit-input-placeholder {
color: #f7fafc !important
}
.lg\:placeholder-gray-100::-moz-placeholder {
color: #f7fafc !important
}
.lg\:placeholder-gray-100:-ms-input-placeholder {
color: #f7fafc !important
}
.lg\:placeholder-gray-100::-ms-input-placeholder {
color: #f7fafc !important
}
.lg\:placeholder-gray-100::placeholder {
color: #f7fafc !important
}
.lg\:placeholder-gray-200::-webkit-input-placeholder {
color: #edf2f7 !important
}
.lg\:placeholder-gray-200::-moz-placeholder {
color: #edf2f7 !important
}
.lg\:placeholder-gray-200:-ms-input-placeholder {
color: #edf2f7 !important
}
.lg\:placeholder-gray-200::-ms-input-placeholder {
color: #edf2f7 !important
}
.lg\:placeholder-gray-200::placeholder {
color: #edf2f7 !important
}
.lg\:placeholder-gray-300::-webkit-input-placeholder {
color: #e2e8f0 !important
}
.lg\:placeholder-gray-300::-moz-placeholder {
color: #e2e8f0 !important
}
.lg\:placeholder-gray-300:-ms-input-placeholder {
color: #e2e8f0 !important
}
.lg\:placeholder-gray-300::-ms-input-placeholder {
color: #e2e8f0 !important
}
.lg\:placeholder-gray-300::placeholder {
color: #e2e8f0 !important
}
.lg\:placeholder-gray-400::-webkit-input-placeholder {
color: #cbd5e0 !important
}
.lg\:placeholder-gray-400::-moz-placeholder {
color: #cbd5e0 !important
}
.lg\:placeholder-gray-400:-ms-input-placeholder {
color: #cbd5e0 !important
}
.lg\:placeholder-gray-400::-ms-input-placeholder {
color: #cbd5e0 !important
}
.lg\:placeholder-gray-400::placeholder {
color: #cbd5e0 !important
}
.lg\:placeholder-gray-500::-webkit-input-placeholder {
color: #a0aec0 !important
}
.lg\:placeholder-gray-500::-moz-placeholder {
color: #a0aec0 !important
}
.lg\:placeholder-gray-500:-ms-input-placeholder {
color: #a0aec0 !important
}
.lg\:placeholder-gray-500::-ms-input-placeholder {
color: #a0aec0 !important
}
.lg\:placeholder-gray-500::placeholder {
color: #a0aec0 !important
}
.lg\:placeholder-gray-600::-webkit-input-placeholder {
color: #718096 !important
}
.lg\:placeholder-gray-600::-moz-placeholder {
color: #718096 !important
}
.lg\:placeholder-gray-600:-ms-input-placeholder {
color: #718096 !important
}
.lg\:placeholder-gray-600::-ms-input-placeholder {
color: #718096 !important
}
.lg\:placeholder-gray-600::placeholder {
color: #718096 !important
}
.lg\:placeholder-gray-700::-webkit-input-placeholder {
color: #4a5568 !important
}
.lg\:placeholder-gray-700::-moz-placeholder {
color: #4a5568 !important
}
.lg\:placeholder-gray-700:-ms-input-placeholder {
color: #4a5568 !important
}
.lg\:placeholder-gray-700::-ms-input-placeholder {
color: #4a5568 !important
}
.lg\:placeholder-gray-700::placeholder {
color: #4a5568 !important
}
.lg\:placeholder-gray-800::-webkit-input-placeholder {
color: #2d3748 !important
}
.lg\:placeholder-gray-800::-moz-placeholder {
color: #2d3748 !important
}
.lg\:placeholder-gray-800:-ms-input-placeholder {
color: #2d3748 !important
}
.lg\:placeholder-gray-800::-ms-input-placeholder {
color: #2d3748 !important
}
.lg\:placeholder-gray-800::placeholder {
color: #2d3748 !important
}
.lg\:placeholder-gray-900::-webkit-input-placeholder {
color: #1a202c !important
}
.lg\:placeholder-gray-900::-moz-placeholder {
color: #1a202c !important
}
.lg\:placeholder-gray-900:-ms-input-placeholder {
color: #1a202c !important
}
.lg\:placeholder-gray-900::-ms-input-placeholder {
color: #1a202c !important
}
.lg\:placeholder-gray-900::placeholder {
color: #1a202c !important
}
.lg\:placeholder-red-100::-webkit-input-placeholder {
color: #fff5f5 !important
}
.lg\:placeholder-red-100::-moz-placeholder {
color: #fff5f5 !important
}
.lg\:placeholder-red-100:-ms-input-placeholder {
color: #fff5f5 !important
}
.lg\:placeholder-red-100::-ms-input-placeholder {
color: #fff5f5 !important
}
.lg\:placeholder-red-100::placeholder {
color: #fff5f5 !important
}
.lg\:placeholder-red-200::-webkit-input-placeholder {
color: #fed7d7 !important
}
.lg\:placeholder-red-200::-moz-placeholder {
color: #fed7d7 !important
}
.lg\:placeholder-red-200:-ms-input-placeholder {
color: #fed7d7 !important
}
.lg\:placeholder-red-200::-ms-input-placeholder {
color: #fed7d7 !important
}
.lg\:placeholder-red-200::placeholder {
color: #fed7d7 !important
}
.lg\:placeholder-red-300::-webkit-input-placeholder {
color: #feb2b2 !important
}
.lg\:placeholder-red-300::-moz-placeholder {
color: #feb2b2 !important
}
.lg\:placeholder-red-300:-ms-input-placeholder {
color: #feb2b2 !important
}
.lg\:placeholder-red-300::-ms-input-placeholder {
color: #feb2b2 !important
}
.lg\:placeholder-red-300::placeholder {
color: #feb2b2 !important
}
.lg\:placeholder-red-400::-webkit-input-placeholder {
color: #fc8181 !important
}
.lg\:placeholder-red-400::-moz-placeholder {
color: #fc8181 !important
}
.lg\:placeholder-red-400:-ms-input-placeholder {
color: #fc8181 !important
}
.lg\:placeholder-red-400::-ms-input-placeholder {
color: #fc8181 !important
}
.lg\:placeholder-red-400::placeholder {
color: #fc8181 !important
}
.lg\:placeholder-red-500::-webkit-input-placeholder {
color: #f56565 !important
}
.lg\:placeholder-red-500::-moz-placeholder {
color: #f56565 !important
}
.lg\:placeholder-red-500:-ms-input-placeholder {
color: #f56565 !important
}
.lg\:placeholder-red-500::-ms-input-placeholder {
color: #f56565 !important
}
.lg\:placeholder-red-500::placeholder {
color: #f56565 !important
}
.lg\:placeholder-red-600::-webkit-input-placeholder {
color: #e53e3e !important
}
.lg\:placeholder-red-600::-moz-placeholder {
color: #e53e3e !important
}
.lg\:placeholder-red-600:-ms-input-placeholder {
color: #e53e3e !important
}
.lg\:placeholder-red-600::-ms-input-placeholder {
color: #e53e3e !important
}
.lg\:placeholder-red-600::placeholder {
color: #e53e3e !important
}
.lg\:placeholder-red-700::-webkit-input-placeholder {
color: #c53030 !important
}
.lg\:placeholder-red-700::-moz-placeholder {
color: #c53030 !important
}
.lg\:placeholder-red-700:-ms-input-placeholder {
color: #c53030 !important
}
.lg\:placeholder-red-700::-ms-input-placeholder {
color: #c53030 !important
}
.lg\:placeholder-red-700::placeholder {
color: #c53030 !important
}
.lg\:placeholder-red-800::-webkit-input-placeholder {
color: #9b2c2c !important
}
.lg\:placeholder-red-800::-moz-placeholder {
color: #9b2c2c !important
}
.lg\:placeholder-red-800:-ms-input-placeholder {
color: #9b2c2c !important
}
.lg\:placeholder-red-800::-ms-input-placeholder {
color: #9b2c2c !important
}
.lg\:placeholder-red-800::placeholder {
color: #9b2c2c !important
}
.lg\:placeholder-red-900::-webkit-input-placeholder {
color: #742a2a !important
}
.lg\:placeholder-red-900::-moz-placeholder {
color: #742a2a !important
}
.lg\:placeholder-red-900:-ms-input-placeholder {
color: #742a2a !important
}
.lg\:placeholder-red-900::-ms-input-placeholder {
color: #742a2a !important
}
.lg\:placeholder-red-900::placeholder {
color: #742a2a !important
}
.lg\:placeholder-orange-100::-webkit-input-placeholder {
color: #fffaf0 !important
}
.lg\:placeholder-orange-100::-moz-placeholder {
color: #fffaf0 !important
}
.lg\:placeholder-orange-100:-ms-input-placeholder {
color: #fffaf0 !important
}
.lg\:placeholder-orange-100::-ms-input-placeholder {
color: #fffaf0 !important
}
.lg\:placeholder-orange-100::placeholder {
color: #fffaf0 !important
}
.lg\:placeholder-orange-200::-webkit-input-placeholder {
color: #feebc8 !important
}
.lg\:placeholder-orange-200::-moz-placeholder {
color: #feebc8 !important
}
.lg\:placeholder-orange-200:-ms-input-placeholder {
color: #feebc8 !important
}
.lg\:placeholder-orange-200::-ms-input-placeholder {
color: #feebc8 !important
}
.lg\:placeholder-orange-200::placeholder {
color: #feebc8 !important
}
.lg\:placeholder-orange-300::-webkit-input-placeholder {
color: #fbd38d !important
}
.lg\:placeholder-orange-300::-moz-placeholder {
color: #fbd38d !important
}
.lg\:placeholder-orange-300:-ms-input-placeholder {
color: #fbd38d !important
}
.lg\:placeholder-orange-300::-ms-input-placeholder {
color: #fbd38d !important
}
.lg\:placeholder-orange-300::placeholder {
color: #fbd38d !important
}
.lg\:placeholder-orange-400::-webkit-input-placeholder {
color: #f6ad55 !important
}
.lg\:placeholder-orange-400::-moz-placeholder {
color: #f6ad55 !important
}
.lg\:placeholder-orange-400:-ms-input-placeholder {
color: #f6ad55 !important
}
.lg\:placeholder-orange-400::-ms-input-placeholder {
color: #f6ad55 !important
}
.lg\:placeholder-orange-400::placeholder {
color: #f6ad55 !important
}
.lg\:placeholder-orange-500::-webkit-input-placeholder {
color: #ed8936 !important
}
.lg\:placeholder-orange-500::-moz-placeholder {
color: #ed8936 !important
}
.lg\:placeholder-orange-500:-ms-input-placeholder {
color: #ed8936 !important
}
.lg\:placeholder-orange-500::-ms-input-placeholder {
color: #ed8936 !important
}
.lg\:placeholder-orange-500::placeholder {
color: #ed8936 !important
}
.lg\:placeholder-orange-600::-webkit-input-placeholder {
color: #dd6b20 !important
}
.lg\:placeholder-orange-600::-moz-placeholder {
color: #dd6b20 !important
}
.lg\:placeholder-orange-600:-ms-input-placeholder {
color: #dd6b20 !important
}
.lg\:placeholder-orange-600::-ms-input-placeholder {
color: #dd6b20 !important
}
.lg\:placeholder-orange-600::placeholder {
color: #dd6b20 !important
}
.lg\:placeholder-orange-700::-webkit-input-placeholder {
color: #c05621 !important
}
.lg\:placeholder-orange-700::-moz-placeholder {
color: #c05621 !important
}
.lg\:placeholder-orange-700:-ms-input-placeholder {
color: #c05621 !important
}
.lg\:placeholder-orange-700::-ms-input-placeholder {
color: #c05621 !important
}
.lg\:placeholder-orange-700::placeholder {
color: #c05621 !important
}
.lg\:placeholder-orange-800::-webkit-input-placeholder {
color: #9c4221 !important
}
.lg\:placeholder-orange-800::-moz-placeholder {
color: #9c4221 !important
}
.lg\:placeholder-orange-800:-ms-input-placeholder {
color: #9c4221 !important
}
.lg\:placeholder-orange-800::-ms-input-placeholder {
color: #9c4221 !important
}
.lg\:placeholder-orange-800::placeholder {
color: #9c4221 !important
}
.lg\:placeholder-orange-900::-webkit-input-placeholder {
color: #7b341e !important
}
.lg\:placeholder-orange-900::-moz-placeholder {
color: #7b341e !important
}
.lg\:placeholder-orange-900:-ms-input-placeholder {
color: #7b341e !important
}
.lg\:placeholder-orange-900::-ms-input-placeholder {
color: #7b341e !important
}
.lg\:placeholder-orange-900::placeholder {
color: #7b341e !important
}
.lg\:placeholder-yellow-100::-webkit-input-placeholder {
color: #fffff0 !important
}
.lg\:placeholder-yellow-100::-moz-placeholder {
color: #fffff0 !important
}
.lg\:placeholder-yellow-100:-ms-input-placeholder {
color: #fffff0 !important
}
.lg\:placeholder-yellow-100::-ms-input-placeholder {
color: #fffff0 !important
}
.lg\:placeholder-yellow-100::placeholder {
color: #fffff0 !important
}
.lg\:placeholder-yellow-200::-webkit-input-placeholder {
color: #fefcbf !important
}
.lg\:placeholder-yellow-200::-moz-placeholder {
color: #fefcbf !important
}
.lg\:placeholder-yellow-200:-ms-input-placeholder {
color: #fefcbf !important
}
.lg\:placeholder-yellow-200::-ms-input-placeholder {
color: #fefcbf !important
}
.lg\:placeholder-yellow-200::placeholder {
color: #fefcbf !important
}
.lg\:placeholder-yellow-300::-webkit-input-placeholder {
color: #faf089 !important
}
.lg\:placeholder-yellow-300::-moz-placeholder {
color: #faf089 !important
}
.lg\:placeholder-yellow-300:-ms-input-placeholder {
color: #faf089 !important
}
.lg\:placeholder-yellow-300::-ms-input-placeholder {
color: #faf089 !important
}
.lg\:placeholder-yellow-300::placeholder {
color: #faf089 !important
}
.lg\:placeholder-yellow-400::-webkit-input-placeholder {
color: #f6e05e !important
}
.lg\:placeholder-yellow-400::-moz-placeholder {
color: #f6e05e !important
}
.lg\:placeholder-yellow-400:-ms-input-placeholder {
color: #f6e05e !important
}
.lg\:placeholder-yellow-400::-ms-input-placeholder {
color: #f6e05e !important
}
.lg\:placeholder-yellow-400::placeholder {
color: #f6e05e !important
}
.lg\:placeholder-yellow-500::-webkit-input-placeholder {
color: #ecc94b !important
}
.lg\:placeholder-yellow-500::-moz-placeholder {
color: #ecc94b !important
}
.lg\:placeholder-yellow-500:-ms-input-placeholder {
color: #ecc94b !important
}
.lg\:placeholder-yellow-500::-ms-input-placeholder {
color: #ecc94b !important
}
.lg\:placeholder-yellow-500::placeholder {
color: #ecc94b !important
}
.lg\:placeholder-yellow-600::-webkit-input-placeholder {
color: #d69e2e !important
}
.lg\:placeholder-yellow-600::-moz-placeholder {
color: #d69e2e !important
}
.lg\:placeholder-yellow-600:-ms-input-placeholder {
color: #d69e2e !important
}
.lg\:placeholder-yellow-600::-ms-input-placeholder {
color: #d69e2e !important
}
.lg\:placeholder-yellow-600::placeholder {
color: #d69e2e !important
}
.lg\:placeholder-yellow-700::-webkit-input-placeholder {
color: #b7791f !important
}
.lg\:placeholder-yellow-700::-moz-placeholder {
color: #b7791f !important
}
.lg\:placeholder-yellow-700:-ms-input-placeholder {
color: #b7791f !important
}
.lg\:placeholder-yellow-700::-ms-input-placeholder {
color: #b7791f !important
}
.lg\:placeholder-yellow-700::placeholder {
color: #b7791f !important
}
.lg\:placeholder-yellow-800::-webkit-input-placeholder {
color: #975a16 !important
}
.lg\:placeholder-yellow-800::-moz-placeholder {
color: #975a16 !important
}
.lg\:placeholder-yellow-800:-ms-input-placeholder {
color: #975a16 !important
}
.lg\:placeholder-yellow-800::-ms-input-placeholder {
color: #975a16 !important
}
.lg\:placeholder-yellow-800::placeholder {
color: #975a16 !important
}
.lg\:placeholder-yellow-900::-webkit-input-placeholder {
color: #744210 !important
}
.lg\:placeholder-yellow-900::-moz-placeholder {
color: #744210 !important
}
.lg\:placeholder-yellow-900:-ms-input-placeholder {
color: #744210 !important
}
.lg\:placeholder-yellow-900::-ms-input-placeholder {
color: #744210 !important
}
.lg\:placeholder-yellow-900::placeholder {
color: #744210 !important
}
.lg\:placeholder-green-100::-webkit-input-placeholder {
color: #f0fff4 !important
}
.lg\:placeholder-green-100::-moz-placeholder {
color: #f0fff4 !important
}
.lg\:placeholder-green-100:-ms-input-placeholder {
color: #f0fff4 !important
}
.lg\:placeholder-green-100::-ms-input-placeholder {
color: #f0fff4 !important
}
.lg\:placeholder-green-100::placeholder {
color: #f0fff4 !important
}
.lg\:placeholder-green-200::-webkit-input-placeholder {
color: #c6f6d5 !important
}
.lg\:placeholder-green-200::-moz-placeholder {
color: #c6f6d5 !important
}
.lg\:placeholder-green-200:-ms-input-placeholder {
color: #c6f6d5 !important
}
.lg\:placeholder-green-200::-ms-input-placeholder {
color: #c6f6d5 !important
}
.lg\:placeholder-green-200::placeholder {
color: #c6f6d5 !important
}
.lg\:placeholder-green-300::-webkit-input-placeholder {
color: #9ae6b4 !important
}
.lg\:placeholder-green-300::-moz-placeholder {
color: #9ae6b4 !important
}
.lg\:placeholder-green-300:-ms-input-placeholder {
color: #9ae6b4 !important
}
.lg\:placeholder-green-300::-ms-input-placeholder {
color: #9ae6b4 !important
}
.lg\:placeholder-green-300::placeholder {
color: #9ae6b4 !important
}
.lg\:placeholder-green-400::-webkit-input-placeholder {
color: #68d391 !important
}
.lg\:placeholder-green-400::-moz-placeholder {
color: #68d391 !important
}
.lg\:placeholder-green-400:-ms-input-placeholder {
color: #68d391 !important
}
.lg\:placeholder-green-400::-ms-input-placeholder {
color: #68d391 !important
}
.lg\:placeholder-green-400::placeholder {
color: #68d391 !important
}
.lg\:placeholder-green-500::-webkit-input-placeholder {
color: #48bb78 !important
}
.lg\:placeholder-green-500::-moz-placeholder {
color: #48bb78 !important
}
.lg\:placeholder-green-500:-ms-input-placeholder {
color: #48bb78 !important
}
.lg\:placeholder-green-500::-ms-input-placeholder {
color: #48bb78 !important
}
.lg\:placeholder-green-500::placeholder {
color: #48bb78 !important
}
.lg\:placeholder-green-600::-webkit-input-placeholder {
color: #38a169 !important
}
.lg\:placeholder-green-600::-moz-placeholder {
color: #38a169 !important
}
.lg\:placeholder-green-600:-ms-input-placeholder {
color: #38a169 !important
}
.lg\:placeholder-green-600::-ms-input-placeholder {
color: #38a169 !important
}
.lg\:placeholder-green-600::placeholder {
color: #38a169 !important
}
.lg\:placeholder-green-700::-webkit-input-placeholder {
color: #2f855a !important
}
.lg\:placeholder-green-700::-moz-placeholder {
color: #2f855a !important
}
.lg\:placeholder-green-700:-ms-input-placeholder {
color: #2f855a !important
}
.lg\:placeholder-green-700::-ms-input-placeholder {
color: #2f855a !important
}
.lg\:placeholder-green-700::placeholder {
color: #2f855a !important
}
.lg\:placeholder-green-800::-webkit-input-placeholder {
color: #276749 !important
}
.lg\:placeholder-green-800::-moz-placeholder {
color: #276749 !important
}
.lg\:placeholder-green-800:-ms-input-placeholder {
color: #276749 !important
}
.lg\:placeholder-green-800::-ms-input-placeholder {
color: #276749 !important
}
.lg\:placeholder-green-800::placeholder {
color: #276749 !important
}
.lg\:placeholder-green-900::-webkit-input-placeholder {
color: #22543d !important
}
.lg\:placeholder-green-900::-moz-placeholder {
color: #22543d !important
}
.lg\:placeholder-green-900:-ms-input-placeholder {
color: #22543d !important
}
.lg\:placeholder-green-900::-ms-input-placeholder {
color: #22543d !important
}
.lg\:placeholder-green-900::placeholder {
color: #22543d !important
}
.lg\:placeholder-teal-100::-webkit-input-placeholder {
color: #e6fffa !important
}
.lg\:placeholder-teal-100::-moz-placeholder {
color: #e6fffa !important
}
.lg\:placeholder-teal-100:-ms-input-placeholder {
color: #e6fffa !important
}
.lg\:placeholder-teal-100::-ms-input-placeholder {
color: #e6fffa !important
}
.lg\:placeholder-teal-100::placeholder {
color: #e6fffa !important
}
.lg\:placeholder-teal-200::-webkit-input-placeholder {
color: #b2f5ea !important
}
.lg\:placeholder-teal-200::-moz-placeholder {
color: #b2f5ea !important
}
.lg\:placeholder-teal-200:-ms-input-placeholder {
color: #b2f5ea !important
}
.lg\:placeholder-teal-200::-ms-input-placeholder {
color: #b2f5ea !important
}
.lg\:placeholder-teal-200::placeholder {
color: #b2f5ea !important
}
.lg\:placeholder-teal-300::-webkit-input-placeholder {
color: #81e6d9 !important
}
.lg\:placeholder-teal-300::-moz-placeholder {
color: #81e6d9 !important
}
.lg\:placeholder-teal-300:-ms-input-placeholder {
color: #81e6d9 !important
}
.lg\:placeholder-teal-300::-ms-input-placeholder {
color: #81e6d9 !important
}
.lg\:placeholder-teal-300::placeholder {
color: #81e6d9 !important
}
.lg\:placeholder-teal-400::-webkit-input-placeholder {
color: #4fd1c5 !important
}
.lg\:placeholder-teal-400::-moz-placeholder {
color: #4fd1c5 !important
}
.lg\:placeholder-teal-400:-ms-input-placeholder {
color: #4fd1c5 !important
}
.lg\:placeholder-teal-400::-ms-input-placeholder {
color: #4fd1c5 !important
}
.lg\:placeholder-teal-400::placeholder {
color: #4fd1c5 !important
}
.lg\:placeholder-teal-500::-webkit-input-placeholder {
color: #38b2ac !important
}
.lg\:placeholder-teal-500::-moz-placeholder {
color: #38b2ac !important
}
.lg\:placeholder-teal-500:-ms-input-placeholder {
color: #38b2ac !important
}
.lg\:placeholder-teal-500::-ms-input-placeholder {
color: #38b2ac !important
}
.lg\:placeholder-teal-500::placeholder {
color: #38b2ac !important
}
.lg\:placeholder-teal-600::-webkit-input-placeholder {
color: #319795 !important
}
.lg\:placeholder-teal-600::-moz-placeholder {
color: #319795 !important
}
.lg\:placeholder-teal-600:-ms-input-placeholder {
color: #319795 !important
}
.lg\:placeholder-teal-600::-ms-input-placeholder {
color: #319795 !important
}
.lg\:placeholder-teal-600::placeholder {
color: #319795 !important
}
.lg\:placeholder-teal-700::-webkit-input-placeholder {
color: #2c7a7b !important
}
.lg\:placeholder-teal-700::-moz-placeholder {
color: #2c7a7b !important
}
.lg\:placeholder-teal-700:-ms-input-placeholder {
color: #2c7a7b !important
}
.lg\:placeholder-teal-700::-ms-input-placeholder {
color: #2c7a7b !important
}
.lg\:placeholder-teal-700::placeholder {
color: #2c7a7b !important
}
.lg\:placeholder-teal-800::-webkit-input-placeholder {
color: #285e61 !important
}
.lg\:placeholder-teal-800::-moz-placeholder {
color: #285e61 !important
}
.lg\:placeholder-teal-800:-ms-input-placeholder {
color: #285e61 !important
}
.lg\:placeholder-teal-800::-ms-input-placeholder {
color: #285e61 !important
}
.lg\:placeholder-teal-800::placeholder {
color: #285e61 !important
}
.lg\:placeholder-teal-900::-webkit-input-placeholder {
color: #234e52 !important
}
.lg\:placeholder-teal-900::-moz-placeholder {
color: #234e52 !important
}
.lg\:placeholder-teal-900:-ms-input-placeholder {
color: #234e52 !important
}
.lg\:placeholder-teal-900::-ms-input-placeholder {
color: #234e52 !important
}
.lg\:placeholder-teal-900::placeholder {
color: #234e52 !important
}
.lg\:placeholder-blue-100::-webkit-input-placeholder {
color: #ebf8ff !important
}
.lg\:placeholder-blue-100::-moz-placeholder {
color: #ebf8ff !important
}
.lg\:placeholder-blue-100:-ms-input-placeholder {
color: #ebf8ff !important
}
.lg\:placeholder-blue-100::-ms-input-placeholder {
color: #ebf8ff !important
}
.lg\:placeholder-blue-100::placeholder {
color: #ebf8ff !important
}
.lg\:placeholder-blue-200::-webkit-input-placeholder {
color: #bee3f8 !important
}
.lg\:placeholder-blue-200::-moz-placeholder {
color: #bee3f8 !important
}
.lg\:placeholder-blue-200:-ms-input-placeholder {
color: #bee3f8 !important
}
.lg\:placeholder-blue-200::-ms-input-placeholder {
color: #bee3f8 !important
}
.lg\:placeholder-blue-200::placeholder {
color: #bee3f8 !important
}
.lg\:placeholder-blue-300::-webkit-input-placeholder {
color: #90cdf4 !important
}
.lg\:placeholder-blue-300::-moz-placeholder {
color: #90cdf4 !important
}
.lg\:placeholder-blue-300:-ms-input-placeholder {
color: #90cdf4 !important
}
.lg\:placeholder-blue-300::-ms-input-placeholder {
color: #90cdf4 !important
}
.lg\:placeholder-blue-300::placeholder {
color: #90cdf4 !important
}
.lg\:placeholder-blue-400::-webkit-input-placeholder {
color: #63b3ed !important
}
.lg\:placeholder-blue-400::-moz-placeholder {
color: #63b3ed !important
}
.lg\:placeholder-blue-400:-ms-input-placeholder {
color: #63b3ed !important
}
.lg\:placeholder-blue-400::-ms-input-placeholder {
color: #63b3ed !important
}
.lg\:placeholder-blue-400::placeholder {
color: #63b3ed !important
}
.lg\:placeholder-blue-500::-webkit-input-placeholder {
color: #4299e1 !important
}
.lg\:placeholder-blue-500::-moz-placeholder {
color: #4299e1 !important
}
.lg\:placeholder-blue-500:-ms-input-placeholder {
color: #4299e1 !important
}
.lg\:placeholder-blue-500::-ms-input-placeholder {
color: #4299e1 !important
}
.lg\:placeholder-blue-500::placeholder {
color: #4299e1 !important
}
.lg\:placeholder-blue-600::-webkit-input-placeholder {
color: #3182ce !important
}
.lg\:placeholder-blue-600::-moz-placeholder {
color: #3182ce !important
}
.lg\:placeholder-blue-600:-ms-input-placeholder {
color: #3182ce !important
}
.lg\:placeholder-blue-600::-ms-input-placeholder {
color: #3182ce !important
}
.lg\:placeholder-blue-600::placeholder {
color: #3182ce !important
}
.lg\:placeholder-blue-700::-webkit-input-placeholder {
color: #2b6cb0 !important
}
.lg\:placeholder-blue-700::-moz-placeholder {
color: #2b6cb0 !important
}
.lg\:placeholder-blue-700:-ms-input-placeholder {
color: #2b6cb0 !important
}
.lg\:placeholder-blue-700::-ms-input-placeholder {
color: #2b6cb0 !important
}
.lg\:placeholder-blue-700::placeholder {
color: #2b6cb0 !important
}
.lg\:placeholder-blue-800::-webkit-input-placeholder {
color: #2c5282 !important
}
.lg\:placeholder-blue-800::-moz-placeholder {
color: #2c5282 !important
}
.lg\:placeholder-blue-800:-ms-input-placeholder {
color: #2c5282 !important
}
.lg\:placeholder-blue-800::-ms-input-placeholder {
color: #2c5282 !important
}
.lg\:placeholder-blue-800::placeholder {
color: #2c5282 !important
}
.lg\:placeholder-blue-900::-webkit-input-placeholder {
color: #2a4365 !important
}
.lg\:placeholder-blue-900::-moz-placeholder {
color: #2a4365 !important
}
.lg\:placeholder-blue-900:-ms-input-placeholder {
color: #2a4365 !important
}
.lg\:placeholder-blue-900::-ms-input-placeholder {
color: #2a4365 !important
}
.lg\:placeholder-blue-900::placeholder {
color: #2a4365 !important
}
.lg\:placeholder-indigo-100::-webkit-input-placeholder {
color: #ebf4ff !important
}
.lg\:placeholder-indigo-100::-moz-placeholder {
color: #ebf4ff !important
}
.lg\:placeholder-indigo-100:-ms-input-placeholder {
color: #ebf4ff !important
}
.lg\:placeholder-indigo-100::-ms-input-placeholder {
color: #ebf4ff !important
}
.lg\:placeholder-indigo-100::placeholder {
color: #ebf4ff !important
}
.lg\:placeholder-indigo-200::-webkit-input-placeholder {
color: #c3dafe !important
}
.lg\:placeholder-indigo-200::-moz-placeholder {
color: #c3dafe !important
}
.lg\:placeholder-indigo-200:-ms-input-placeholder {
color: #c3dafe !important
}
.lg\:placeholder-indigo-200::-ms-input-placeholder {
color: #c3dafe !important
}
.lg\:placeholder-indigo-200::placeholder {
color: #c3dafe !important
}
.lg\:placeholder-indigo-300::-webkit-input-placeholder {
color: #a3bffa !important
}
.lg\:placeholder-indigo-300::-moz-placeholder {
color: #a3bffa !important
}
.lg\:placeholder-indigo-300:-ms-input-placeholder {
color: #a3bffa !important
}
.lg\:placeholder-indigo-300::-ms-input-placeholder {
color: #a3bffa !important
}
.lg\:placeholder-indigo-300::placeholder {
color: #a3bffa !important
}
.lg\:placeholder-indigo-400::-webkit-input-placeholder {
color: #7f9cf5 !important
}
.lg\:placeholder-indigo-400::-moz-placeholder {
color: #7f9cf5 !important
}
.lg\:placeholder-indigo-400:-ms-input-placeholder {
color: #7f9cf5 !important
}
.lg\:placeholder-indigo-400::-ms-input-placeholder {
color: #7f9cf5 !important
}
.lg\:placeholder-indigo-400::placeholder {
color: #7f9cf5 !important
}
.lg\:placeholder-indigo-500::-webkit-input-placeholder {
color: #667eea !important
}
.lg\:placeholder-indigo-500::-moz-placeholder {
color: #667eea !important
}
.lg\:placeholder-indigo-500:-ms-input-placeholder {
color: #667eea !important
}
.lg\:placeholder-indigo-500::-ms-input-placeholder {
color: #667eea !important
}
.lg\:placeholder-indigo-500::placeholder {
color: #667eea !important
}
.lg\:placeholder-indigo-600::-webkit-input-placeholder {
color: #5a67d8 !important
}
.lg\:placeholder-indigo-600::-moz-placeholder {
color: #5a67d8 !important
}
.lg\:placeholder-indigo-600:-ms-input-placeholder {
color: #5a67d8 !important
}
.lg\:placeholder-indigo-600::-ms-input-placeholder {
color: #5a67d8 !important
}
.lg\:placeholder-indigo-600::placeholder {
color: #5a67d8 !important
}
.lg\:placeholder-indigo-700::-webkit-input-placeholder {
color: #4c51bf !important
}
.lg\:placeholder-indigo-700::-moz-placeholder {
color: #4c51bf !important
}
.lg\:placeholder-indigo-700:-ms-input-placeholder {
color: #4c51bf !important
}
.lg\:placeholder-indigo-700::-ms-input-placeholder {
color: #4c51bf !important
}
.lg\:placeholder-indigo-700::placeholder {
color: #4c51bf !important
}
.lg\:placeholder-indigo-800::-webkit-input-placeholder {
color: #434190 !important
}
.lg\:placeholder-indigo-800::-moz-placeholder {
color: #434190 !important
}
.lg\:placeholder-indigo-800:-ms-input-placeholder {
color: #434190 !important
}
.lg\:placeholder-indigo-800::-ms-input-placeholder {
color: #434190 !important
}
.lg\:placeholder-indigo-800::placeholder {
color: #434190 !important
}
.lg\:placeholder-indigo-900::-webkit-input-placeholder {
color: #3c366b !important
}
.lg\:placeholder-indigo-900::-moz-placeholder {
color: #3c366b !important
}
.lg\:placeholder-indigo-900:-ms-input-placeholder {
color: #3c366b !important
}
.lg\:placeholder-indigo-900::-ms-input-placeholder {
color: #3c366b !important
}
.lg\:placeholder-indigo-900::placeholder {
color: #3c366b !important
}
.lg\:placeholder-purple-100::-webkit-input-placeholder {
color: #faf5ff !important
}
.lg\:placeholder-purple-100::-moz-placeholder {
color: #faf5ff !important
}
.lg\:placeholder-purple-100:-ms-input-placeholder {
color: #faf5ff !important
}
.lg\:placeholder-purple-100::-ms-input-placeholder {
color: #faf5ff !important
}
.lg\:placeholder-purple-100::placeholder {
color: #faf5ff !important
}
.lg\:placeholder-purple-200::-webkit-input-placeholder {
color: #e9d8fd !important
}
.lg\:placeholder-purple-200::-moz-placeholder {
color: #e9d8fd !important
}
.lg\:placeholder-purple-200:-ms-input-placeholder {
color: #e9d8fd !important
}
.lg\:placeholder-purple-200::-ms-input-placeholder {
color: #e9d8fd !important
}
.lg\:placeholder-purple-200::placeholder {
color: #e9d8fd !important
}
.lg\:placeholder-purple-300::-webkit-input-placeholder {
color: #d6bcfa !important
}
.lg\:placeholder-purple-300::-moz-placeholder {
color: #d6bcfa !important
}
.lg\:placeholder-purple-300:-ms-input-placeholder {
color: #d6bcfa !important
}
.lg\:placeholder-purple-300::-ms-input-placeholder {
color: #d6bcfa !important
}
.lg\:placeholder-purple-300::placeholder {
color: #d6bcfa !important
}
.lg\:placeholder-purple-400::-webkit-input-placeholder {
color: #b794f4 !important
}
.lg\:placeholder-purple-400::-moz-placeholder {
color: #b794f4 !important
}
.lg\:placeholder-purple-400:-ms-input-placeholder {
color: #b794f4 !important
}
.lg\:placeholder-purple-400::-ms-input-placeholder {
color: #b794f4 !important
}
.lg\:placeholder-purple-400::placeholder {
color: #b794f4 !important
}
.lg\:placeholder-purple-500::-webkit-input-placeholder {
color: #9f7aea !important
}
.lg\:placeholder-purple-500::-moz-placeholder {
color: #9f7aea !important
}
.lg\:placeholder-purple-500:-ms-input-placeholder {
color: #9f7aea !important
}
.lg\:placeholder-purple-500::-ms-input-placeholder {
color: #9f7aea !important
}
.lg\:placeholder-purple-500::placeholder {
color: #9f7aea !important
}
.lg\:placeholder-purple-600::-webkit-input-placeholder {
color: #805ad5 !important
}
.lg\:placeholder-purple-600::-moz-placeholder {
color: #805ad5 !important
}
.lg\:placeholder-purple-600:-ms-input-placeholder {
color: #805ad5 !important
}
.lg\:placeholder-purple-600::-ms-input-placeholder {
color: #805ad5 !important
}
.lg\:placeholder-purple-600::placeholder {
color: #805ad5 !important
}
.lg\:placeholder-purple-700::-webkit-input-placeholder {
color: #6b46c1 !important
}
.lg\:placeholder-purple-700::-moz-placeholder {
color: #6b46c1 !important
}
.lg\:placeholder-purple-700:-ms-input-placeholder {
color: #6b46c1 !important
}
.lg\:placeholder-purple-700::-ms-input-placeholder {
color: #6b46c1 !important
}
.lg\:placeholder-purple-700::placeholder {
color: #6b46c1 !important
}
.lg\:placeholder-purple-800::-webkit-input-placeholder {
color: #553c9a !important
}
.lg\:placeholder-purple-800::-moz-placeholder {
color: #553c9a !important
}
.lg\:placeholder-purple-800:-ms-input-placeholder {
color: #553c9a !important
}
.lg\:placeholder-purple-800::-ms-input-placeholder {
color: #553c9a !important
}
.lg\:placeholder-purple-800::placeholder {
color: #553c9a !important
}
.lg\:placeholder-purple-900::-webkit-input-placeholder {
color: #44337a !important
}
.lg\:placeholder-purple-900::-moz-placeholder {
color: #44337a !important
}
.lg\:placeholder-purple-900:-ms-input-placeholder {
color: #44337a !important
}
.lg\:placeholder-purple-900::-ms-input-placeholder {
color: #44337a !important
}
.lg\:placeholder-purple-900::placeholder {
color: #44337a !important
}
.lg\:placeholder-pink-100::-webkit-input-placeholder {
color: #fff5f7 !important
}
.lg\:placeholder-pink-100::-moz-placeholder {
color: #fff5f7 !important
}
.lg\:placeholder-pink-100:-ms-input-placeholder {
color: #fff5f7 !important
}
.lg\:placeholder-pink-100::-ms-input-placeholder {
color: #fff5f7 !important
}
.lg\:placeholder-pink-100::placeholder {
color: #fff5f7 !important
}
.lg\:placeholder-pink-200::-webkit-input-placeholder {
color: #fed7e2 !important
}
.lg\:placeholder-pink-200::-moz-placeholder {
color: #fed7e2 !important
}
.lg\:placeholder-pink-200:-ms-input-placeholder {
color: #fed7e2 !important
}
.lg\:placeholder-pink-200::-ms-input-placeholder {
color: #fed7e2 !important
}
.lg\:placeholder-pink-200::placeholder {
color: #fed7e2 !important
}
.lg\:placeholder-pink-300::-webkit-input-placeholder {
color: #fbb6ce !important
}
.lg\:placeholder-pink-300::-moz-placeholder {
color: #fbb6ce !important
}
.lg\:placeholder-pink-300:-ms-input-placeholder {
color: #fbb6ce !important
}
.lg\:placeholder-pink-300::-ms-input-placeholder {
color: #fbb6ce !important
}
.lg\:placeholder-pink-300::placeholder {
color: #fbb6ce !important
}
.lg\:placeholder-pink-400::-webkit-input-placeholder {
color: #f687b3 !important
}
.lg\:placeholder-pink-400::-moz-placeholder {
color: #f687b3 !important
}
.lg\:placeholder-pink-400:-ms-input-placeholder {
color: #f687b3 !important
}
.lg\:placeholder-pink-400::-ms-input-placeholder {
color: #f687b3 !important
}
.lg\:placeholder-pink-400::placeholder {
color: #f687b3 !important
}
.lg\:placeholder-pink-500::-webkit-input-placeholder {
color: #ed64a6 !important
}
.lg\:placeholder-pink-500::-moz-placeholder {
color: #ed64a6 !important
}
.lg\:placeholder-pink-500:-ms-input-placeholder {
color: #ed64a6 !important
}
.lg\:placeholder-pink-500::-ms-input-placeholder {
color: #ed64a6 !important
}
.lg\:placeholder-pink-500::placeholder {
color: #ed64a6 !important
}
.lg\:placeholder-pink-600::-webkit-input-placeholder {
color: #d53f8c !important
}
.lg\:placeholder-pink-600::-moz-placeholder {
color: #d53f8c !important
}
.lg\:placeholder-pink-600:-ms-input-placeholder {
color: #d53f8c !important
}
.lg\:placeholder-pink-600::-ms-input-placeholder {
color: #d53f8c !important
}
.lg\:placeholder-pink-600::placeholder {
color: #d53f8c !important
}
.lg\:placeholder-pink-700::-webkit-input-placeholder {
color: #b83280 !important
}
.lg\:placeholder-pink-700::-moz-placeholder {
color: #b83280 !important
}
.lg\:placeholder-pink-700:-ms-input-placeholder {
color: #b83280 !important
}
.lg\:placeholder-pink-700::-ms-input-placeholder {
color: #b83280 !important
}
.lg\:placeholder-pink-700::placeholder {
color: #b83280 !important
}
.lg\:placeholder-pink-800::-webkit-input-placeholder {
color: #97266d !important
}
.lg\:placeholder-pink-800::-moz-placeholder {
color: #97266d !important
}
.lg\:placeholder-pink-800:-ms-input-placeholder {
color: #97266d !important
}
.lg\:placeholder-pink-800::-ms-input-placeholder {
color: #97266d !important
}
.lg\:placeholder-pink-800::placeholder {
color: #97266d !important
}
.lg\:placeholder-pink-900::-webkit-input-placeholder {
color: #702459 !important
}
.lg\:placeholder-pink-900::-moz-placeholder {
color: #702459 !important
}
.lg\:placeholder-pink-900:-ms-input-placeholder {
color: #702459 !important
}
.lg\:placeholder-pink-900::-ms-input-placeholder {
color: #702459 !important
}
.lg\:placeholder-pink-900::placeholder {
color: #702459 !important
}
.lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder {
color: transparent !important
}
.lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
color: transparent !important
}
.lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder {
color: transparent !important
}
.lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder {
color: transparent !important
}
.lg\:focus\:placeholder-transparent:focus::placeholder {
color: transparent !important
}
.lg\:focus\:placeholder-black:focus::-webkit-input-placeholder {
color: #000 !important
}
.lg\:focus\:placeholder-black:focus::-moz-placeholder {
color: #000 !important
}
.lg\:focus\:placeholder-black:focus:-ms-input-placeholder {
color: #000 !important
}
.lg\:focus\:placeholder-black:focus::-ms-input-placeholder {
color: #000 !important
}
.lg\:focus\:placeholder-black:focus::placeholder {
color: #000 !important
}
.lg\:focus\:placeholder-white:focus::-webkit-input-placeholder {
color: #fff !important
}
.lg\:focus\:placeholder-white:focus::-moz-placeholder {
color: #fff !important
}
.lg\:focus\:placeholder-white:focus:-ms-input-placeholder {
color: #fff !important
}
.lg\:focus\:placeholder-white:focus::-ms-input-placeholder {
color: #fff !important
}
.lg\:focus\:placeholder-white:focus::placeholder {
color: #fff !important
}
.lg\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder {
color: #f7fafc !important
}
.lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
color: #f7fafc !important
}
.lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder {
color: #f7fafc !important
}
.lg\:focus\:placeholder-gray-100:focus::-ms-input-placeholder {
color: #f7fafc !important
}
.lg\:focus\:placeholder-gray-100:focus::placeholder {
color: #f7fafc !important
}
.lg\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder {
color: #edf2f7 !important
}
.lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
color: #edf2f7 !important
}
.lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder {
color: #edf2f7 !important
}
.lg\:focus\:placeholder-gray-200:focus::-ms-input-placeholder {
color: #edf2f7 !important
}
.lg\:focus\:placeholder-gray-200:focus::placeholder {
color: #edf2f7 !important
}
.lg\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder {
color: #e2e8f0 !important
}
.lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
color: #e2e8f0 !important
}
.lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder {
color: #e2e8f0 !important
}
.lg\:focus\:placeholder-gray-300:focus::-ms-input-placeholder {
color: #e2e8f0 !important
}
.lg\:focus\:placeholder-gray-300:focus::placeholder {
color: #e2e8f0 !important
}
.lg\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder {
color: #cbd5e0 !important
}
.lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
color: #cbd5e0 !important
}
.lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder {
color: #cbd5e0 !important
}
.lg\:focus\:placeholder-gray-400:focus::-ms-input-placeholder {
color: #cbd5e0 !important
}
.lg\:focus\:placeholder-gray-400:focus::placeholder {
color: #cbd5e0 !important
}
.lg\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder {
color: #a0aec0 !important
}
.lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
color: #a0aec0 !important
}
.lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder {
color: #a0aec0 !important
}
.lg\:focus\:placeholder-gray-500:focus::-ms-input-placeholder {
color: #a0aec0 !important
}
.lg\:focus\:placeholder-gray-500:focus::placeholder {
color: #a0aec0 !important
}
.lg\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder {
color: #718096 !important
}
.lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
color: #718096 !important
}
.lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder {
color: #718096 !important
}
.lg\:focus\:placeholder-gray-600:focus::-ms-input-placeholder {
color: #718096 !important
}
.lg\:focus\:placeholder-gray-600:focus::placeholder {
color: #718096 !important
}
.lg\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder {
color: #4a5568 !important
}
.lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
color: #4a5568 !important
}
.lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder {
color: #4a5568 !important
}
.lg\:focus\:placeholder-gray-700:focus::-ms-input-placeholder {
color: #4a5568 !important
}
.lg\:focus\:placeholder-gray-700:focus::placeholder {
color: #4a5568 !important
}
.lg\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder {
color: #2d3748 !important
}
.lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
color: #2d3748 !important
}
.lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder {
color: #2d3748 !important
}
.lg\:focus\:placeholder-gray-800:focus::-ms-input-placeholder {
color: #2d3748 !important
}
.lg\:focus\:placeholder-gray-800:focus::placeholder {
color: #2d3748 !important
}
.lg\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder {
color: #1a202c !important
}
.lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
color: #1a202c !important
}
.lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder {
color: #1a202c !important
}
.lg\:focus\:placeholder-gray-900:focus::-ms-input-placeholder {
color: #1a202c !important
}
.lg\:focus\:placeholder-gray-900:focus::placeholder {
color: #1a202c !important
}
.lg\:focus\:placeholder-red-100:focus::-webkit-input-placeholder {
color: #fff5f5 !important
}
.lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
color: #fff5f5 !important
}
.lg\:focus\:placeholder-red-100:focus:-ms-input-placeholder {
color: #fff5f5 !important
}
.lg\:focus\:placeholder-red-100:focus::-ms-input-placeholder {
color: #fff5f5 !important
}
.lg\:focus\:placeholder-red-100:focus::placeholder {
color: #fff5f5 !important
}
.lg\:focus\:placeholder-red-200:focus::-webkit-input-placeholder {
color: #fed7d7 !important
}
.lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
color: #fed7d7 !important
}
.lg\:focus\:placeholder-red-200:focus:-ms-input-placeholder {
color: #fed7d7 !important
}
.lg\:focus\:placeholder-red-200:focus::-ms-input-placeholder {
color: #fed7d7 !important
}
.lg\:focus\:placeholder-red-200:focus::placeholder {
color: #fed7d7 !important
}
.lg\:focus\:placeholder-red-300:focus::-webkit-input-placeholder {
color: #feb2b2 !important
}
.lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
color: #feb2b2 !important
}
.lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder {
color: #feb2b2 !important
}
.lg\:focus\:placeholder-red-300:focus::-ms-input-placeholder {
color: #feb2b2 !important
}
.lg\:focus\:placeholder-red-300:focus::placeholder {
color: #feb2b2 !important
}
.lg\:focus\:placeholder-red-400:focus::-webkit-input-placeholder {
color: #fc8181 !important
}
.lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
color: #fc8181 !important
}
.lg\:focus\:placeholder-red-400:focus:-ms-input-placeholder {
color: #fc8181 !important
}
.lg\:focus\:placeholder-red-400:focus::-ms-input-placeholder {
color: #fc8181 !important
}
.lg\:focus\:placeholder-red-400:focus::placeholder {
color: #fc8181 !important
}
.lg\:focus\:placeholder-red-500:focus::-webkit-input-placeholder {
color: #f56565 !important
}
.lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
color: #f56565 !important
}
.lg\:focus\:placeholder-red-500:focus:-ms-input-placeholder {
color: #f56565 !important
}
.lg\:focus\:placeholder-red-500:focus::-ms-input-placeholder {
color: #f56565 !important
}
.lg\:focus\:placeholder-red-500:focus::placeholder {
color: #f56565 !important
}
.lg\:focus\:placeholder-red-600:focus::-webkit-input-placeholder {
color: #e53e3e !important
}
.lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
color: #e53e3e !important
}
.lg\:focus\:placeholder-red-600:focus:-ms-input-placeholder {
color: #e53e3e !important
}
.lg\:focus\:placeholder-red-600:focus::-ms-input-placeholder {
color: #e53e3e !important
}
.lg\:focus\:placeholder-red-600:focus::placeholder {
color: #e53e3e !important
}
.lg\:focus\:placeholder-red-700:focus::-webkit-input-placeholder {
color: #c53030 !important
}
.lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
color: #c53030 !important
}
.lg\:focus\:placeholder-red-700:focus:-ms-input-placeholder {
color: #c53030 !important
}
.lg\:focus\:placeholder-red-700:focus::-ms-input-placeholder {
color: #c53030 !important
}
.lg\:focus\:placeholder-red-700:focus::placeholder {
color: #c53030 !important
}
.lg\:focus\:placeholder-red-800:focus::-webkit-input-placeholder {
color: #9b2c2c !important
}
.lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
color: #9b2c2c !important
}
.lg\:focus\:placeholder-red-800:focus:-ms-input-placeholder {
color: #9b2c2c !important
}
.lg\:focus\:placeholder-red-800:focus::-ms-input-placeholder {
color: #9b2c2c !important
}
.lg\:focus\:placeholder-red-800:focus::placeholder {
color: #9b2c2c !important
}
.lg\:focus\:placeholder-red-900:focus::-webkit-input-placeholder {
color: #742a2a !important
}
.lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
color: #742a2a !important
}
.lg\:focus\:placeholder-red-900:focus:-ms-input-placeholder {
color: #742a2a !important
}
.lg\:focus\:placeholder-red-900:focus::-ms-input-placeholder {
color: #742a2a !important
}
.lg\:focus\:placeholder-red-900:focus::placeholder {
color: #742a2a !important
}
.lg\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder {
color: #fffaf0 !important
}
.lg\:focus\:placeholder-orange-100:focus::-moz-placeholder {
color: #fffaf0 !important
}
.lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder {
color: #fffaf0 !important
}
.lg\:focus\:placeholder-orange-100:focus::-ms-input-placeholder {
color: #fffaf0 !important
}
.lg\:focus\:placeholder-orange-100:focus::placeholder {
color: #fffaf0 !important
}
.lg\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder {
color: #feebc8 !important
}
.lg\:focus\:placeholder-orange-200:focus::-moz-placeholder {
color: #feebc8 !important
}
.lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder {
color: #feebc8 !important
}
.lg\:focus\:placeholder-orange-200:focus::-ms-input-placeholder {
color: #feebc8 !important
}
.lg\:focus\:placeholder-orange-200:focus::placeholder {
color: #feebc8 !important
}
.lg\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder {
color: #fbd38d !important
}
.lg\:focus\:placeholder-orange-300:focus::-moz-placeholder {
color: #fbd38d !important
}
.lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder {
color: #fbd38d !important
}
.lg\:focus\:placeholder-orange-300:focus::-ms-input-placeholder {
color: #fbd38d !important
}
.lg\:focus\:placeholder-orange-300:focus::placeholder {
color: #fbd38d !important
}
.lg\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder {
color: #f6ad55 !important
}
.lg\:focus\:placeholder-orange-400:focus::-moz-placeholder {
color: #f6ad55 !important
}
.lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder {
color: #f6ad55 !important
}
.lg\:focus\:placeholder-orange-400:focus::-ms-input-placeholder {
color: #f6ad55 !important
}
.lg\:focus\:placeholder-orange-400:focus::placeholder {
color: #f6ad55 !important
}
.lg\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder {
color: #ed8936 !important
}
.lg\:focus\:placeholder-orange-500:focus::-moz-placeholder {
color: #ed8936 !important
}
.lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder {
color: #ed8936 !important
}
.lg\:focus\:placeholder-orange-500:focus::-ms-input-placeholder {
color: #ed8936 !important
}
.lg\:focus\:placeholder-orange-500:focus::placeholder {
color: #ed8936 !important
}
.lg\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder {
color: #dd6b20 !important
}
.lg\:focus\:placeholder-orange-600:focus::-moz-placeholder {
color: #dd6b20 !important
}
.lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder {
color: #dd6b20 !important
}
.lg\:focus\:placeholder-orange-600:focus::-ms-input-placeholder {
color: #dd6b20 !important
}
.lg\:focus\:placeholder-orange-600:focus::placeholder {
color: #dd6b20 !important
}
.lg\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder {
color: #c05621 !important
}
.lg\:focus\:placeholder-orange-700:focus::-moz-placeholder {
color: #c05621 !important
}
.lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder {
color: #c05621 !important
}
.lg\:focus\:placeholder-orange-700:focus::-ms-input-placeholder {
color: #c05621 !important
}
.lg\:focus\:placeholder-orange-700:focus::placeholder {
color: #c05621 !important
}
.lg\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder {
color: #9c4221 !important
}
.lg\:focus\:placeholder-orange-800:focus::-moz-placeholder {
color: #9c4221 !important
}
.lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder {
color: #9c4221 !important
}
.lg\:focus\:placeholder-orange-800:focus::-ms-input-placeholder {
color: #9c4221 !important
}
.lg\:focus\:placeholder-orange-800:focus::placeholder {
color: #9c4221 !important
}
.lg\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder {
color: #7b341e !important
}
.lg\:focus\:placeholder-orange-900:focus::-moz-placeholder {
color: #7b341e !important
}
.lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder {
color: #7b341e !important
}
.lg\:focus\:placeholder-orange-900:focus::-ms-input-placeholder {
color: #7b341e !important
}
.lg\:focus\:placeholder-orange-900:focus::placeholder {
color: #7b341e !important
}
.lg\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder {
color: #fffff0 !important
}
.lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder {
color: #fffff0 !important
}
.lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
color: #fffff0 !important
}
.lg\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
color: #fffff0 !important
}
.lg\:focus\:placeholder-yellow-100:focus::placeholder {
color: #fffff0 !important
}
.lg\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder {
color: #fefcbf !important
}
.lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
color: #fefcbf !important
}
.lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
color: #fefcbf !important
}
.lg\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
color: #fefcbf !important
}
.lg\:focus\:placeholder-yellow-200:focus::placeholder {
color: #fefcbf !important
}
.lg\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder {
color: #faf089 !important
}
.lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder {
color: #faf089 !important
}
.lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
color: #faf089 !important
}
.lg\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
color: #faf089 !important
}
.lg\:focus\:placeholder-yellow-300:focus::placeholder {
color: #faf089 !important
}
.lg\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder {
color: #f6e05e !important
}
.lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder {
color: #f6e05e !important
}
.lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
color: #f6e05e !important
}
.lg\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
color: #f6e05e !important
}
.lg\:focus\:placeholder-yellow-400:focus::placeholder {
color: #f6e05e !important
}
.lg\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder {
color: #ecc94b !important
}
.lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
color: #ecc94b !important
}
.lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
color: #ecc94b !important
}
.lg\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
color: #ecc94b !important
}
.lg\:focus\:placeholder-yellow-500:focus::placeholder {
color: #ecc94b !important
}
.lg\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder {
color: #d69e2e !important
}
.lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder {
color: #d69e2e !important
}
.lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
color: #d69e2e !important
}
.lg\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
color: #d69e2e !important
}
.lg\:focus\:placeholder-yellow-600:focus::placeholder {
color: #d69e2e !important
}
.lg\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder {
color: #b7791f !important
}
.lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder {
color: #b7791f !important
}
.lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
color: #b7791f !important
}
.lg\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
color: #b7791f !important
}
.lg\:focus\:placeholder-yellow-700:focus::placeholder {
color: #b7791f !important
}
.lg\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder {
color: #975a16 !important
}
.lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder {
color: #975a16 !important
}
.lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
color: #975a16 !important
}
.lg\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
color: #975a16 !important
}
.lg\:focus\:placeholder-yellow-800:focus::placeholder {
color: #975a16 !important
}
.lg\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder {
color: #744210 !important
}
.lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder {
color: #744210 !important
}
.lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
color: #744210 !important
}
.lg\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
color: #744210 !important
}
.lg\:focus\:placeholder-yellow-900:focus::placeholder {
color: #744210 !important
}
.lg\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
color: #f0fff4 !important
}
.lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
color: #f0fff4 !important
}
.lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
color: #f0fff4 !important
}
.lg\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
color: #f0fff4 !important
}
.lg\:focus\:placeholder-green-100:focus::placeholder {
color: #f0fff4 !important
}
.lg\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
color: #c6f6d5 !important
}
.lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
color: #c6f6d5 !important
}
.lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
color: #c6f6d5 !important
}
.lg\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
color: #c6f6d5 !important
}
.lg\:focus\:placeholder-green-200:focus::placeholder {
color: #c6f6d5 !important
}
.lg\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
color: #9ae6b4 !important
}
.lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
color: #9ae6b4 !important
}
.lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
color: #9ae6b4 !important
}
.lg\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
color: #9ae6b4 !important
}
.lg\:focus\:placeholder-green-300:focus::placeholder {
color: #9ae6b4 !important
}
.lg\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
color: #68d391 !important
}
.lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
color: #68d391 !important
}
.lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
color: #68d391 !important
}
.lg\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
color: #68d391 !important
}
.lg\:focus\:placeholder-green-400:focus::placeholder {
color: #68d391 !important
}
.lg\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
color: #48bb78 !important
}
.lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
color: #48bb78 !important
}
.lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
color: #48bb78 !important
}
.lg\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
color: #48bb78 !important
}
.lg\:focus\:placeholder-green-500:focus::placeholder {
color: #48bb78 !important
}
.lg\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
color: #38a169 !important
}
.lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
color: #38a169 !important
}
.lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
color: #38a169 !important
}
.lg\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
color: #38a169 !important
}
.lg\:focus\:placeholder-green-600:focus::placeholder {
color: #38a169 !important
}
.lg\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
color: #2f855a !important
}
.lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
color: #2f855a !important
}
.lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
color: #2f855a !important
}
.lg\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
color: #2f855a !important
}
.lg\:focus\:placeholder-green-700:focus::placeholder {
color: #2f855a !important
}
.lg\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
color: #276749 !important
}
.lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
color: #276749 !important
}
.lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
color: #276749 !important
}
.lg\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
color: #276749 !important
}
.lg\:focus\:placeholder-green-800:focus::placeholder {
color: #276749 !important
}
.lg\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
color: #22543d !important
}
.lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
color: #22543d !important
}
.lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
color: #22543d !important
}
.lg\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
color: #22543d !important
}
.lg\:focus\:placeholder-green-900:focus::placeholder {
color: #22543d !important
}
.lg\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder {
color: #e6fffa !important
}
.lg\:focus\:placeholder-teal-100:focus::-moz-placeholder {
color: #e6fffa !important
}
.lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder {
color: #e6fffa !important
}
.lg\:focus\:placeholder-teal-100:focus::-ms-input-placeholder {
color: #e6fffa !important
}
.lg\:focus\:placeholder-teal-100:focus::placeholder {
color: #e6fffa !important
}
.lg\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder {
color: #b2f5ea !important
}
.lg\:focus\:placeholder-teal-200:focus::-moz-placeholder {
color: #b2f5ea !important
}
.lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder {
color: #b2f5ea !important
}
.lg\:focus\:placeholder-teal-200:focus::-ms-input-placeholder {
color: #b2f5ea !important
}
.lg\:focus\:placeholder-teal-200:focus::placeholder {
color: #b2f5ea !important
}
.lg\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder {
color: #81e6d9 !important
}
.lg\:focus\:placeholder-teal-300:focus::-moz-placeholder {
color: #81e6d9 !important
}
.lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder {
color: #81e6d9 !important
}
.lg\:focus\:placeholder-teal-300:focus::-ms-input-placeholder {
color: #81e6d9 !important
}
.lg\:focus\:placeholder-teal-300:focus::placeholder {
color: #81e6d9 !important
}
.lg\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder {
color: #4fd1c5 !important
}
.lg\:focus\:placeholder-teal-400:focus::-moz-placeholder {
color: #4fd1c5 !important
}
.lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder {
color: #4fd1c5 !important
}
.lg\:focus\:placeholder-teal-400:focus::-ms-input-placeholder {
color: #4fd1c5 !important
}
.lg\:focus\:placeholder-teal-400:focus::placeholder {
color: #4fd1c5 !important
}
.lg\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder {
color: #38b2ac !important
}
.lg\:focus\:placeholder-teal-500:focus::-moz-placeholder {
color: #38b2ac !important
}
.lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder {
color: #38b2ac !important
}
.lg\:focus\:placeholder-teal-500:focus::-ms-input-placeholder {
color: #38b2ac !important
}
.lg\:focus\:placeholder-teal-500:focus::placeholder {
color: #38b2ac !important
}
.lg\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder {
color: #319795 !important
}
.lg\:focus\:placeholder-teal-600:focus::-moz-placeholder {
color: #319795 !important
}
.lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder {
color: #319795 !important
}
.lg\:focus\:placeholder-teal-600:focus::-ms-input-placeholder {
color: #319795 !important
}
.lg\:focus\:placeholder-teal-600:focus::placeholder {
color: #319795 !important
}
.lg\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder {
color: #2c7a7b !important
}
.lg\:focus\:placeholder-teal-700:focus::-moz-placeholder {
color: #2c7a7b !important
}
.lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder {
color: #2c7a7b !important
}
.lg\:focus\:placeholder-teal-700:focus::-ms-input-placeholder {
color: #2c7a7b !important
}
.lg\:focus\:placeholder-teal-700:focus::placeholder {
color: #2c7a7b !important
}
.lg\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder {
color: #285e61 !important
}
.lg\:focus\:placeholder-teal-800:focus::-moz-placeholder {
color: #285e61 !important
}
.lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder {
color: #285e61 !important
}
.lg\:focus\:placeholder-teal-800:focus::-ms-input-placeholder {
color: #285e61 !important
}
.lg\:focus\:placeholder-teal-800:focus::placeholder {
color: #285e61 !important
}
.lg\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder {
color: #234e52 !important
}
.lg\:focus\:placeholder-teal-900:focus::-moz-placeholder {
color: #234e52 !important
}
.lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder {
color: #234e52 !important
}
.lg\:focus\:placeholder-teal-900:focus::-ms-input-placeholder {
color: #234e52 !important
}
.lg\:focus\:placeholder-teal-900:focus::placeholder {
color: #234e52 !important
}
.lg\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder {
color: #ebf8ff !important
}
.lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
color: #ebf8ff !important
}
.lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder {
color: #ebf8ff !important
}
.lg\:focus\:placeholder-blue-100:focus::-ms-input-placeholder {
color: #ebf8ff !important
}
.lg\:focus\:placeholder-blue-100:focus::placeholder {
color: #ebf8ff !important
}
.lg\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder {
color: #bee3f8 !important
}
.lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
color: #bee3f8 !important
}
.lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder {
color: #bee3f8 !important
}
.lg\:focus\:placeholder-blue-200:focus::-ms-input-placeholder {
color: #bee3f8 !important
}
.lg\:focus\:placeholder-blue-200:focus::placeholder {
color: #bee3f8 !important
}
.lg\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder {
color: #90cdf4 !important
}
.lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
color: #90cdf4 !important
}
.lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder {
color: #90cdf4 !important
}
.lg\:focus\:placeholder-blue-300:focus::-ms-input-placeholder {
color: #90cdf4 !important
}
.lg\:focus\:placeholder-blue-300:focus::placeholder {
color: #90cdf4 !important
}
.lg\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder {
color: #63b3ed !important
}
.lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
color: #63b3ed !important
}
.lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder {
color: #63b3ed !important
}
.lg\:focus\:placeholder-blue-400:focus::-ms-input-placeholder {
color: #63b3ed !important
}
.lg\:focus\:placeholder-blue-400:focus::placeholder {
color: #63b3ed !important
}
.lg\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder {
color: #4299e1 !important
}
.lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
color: #4299e1 !important
}
.lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder {
color: #4299e1 !important
}
.lg\:focus\:placeholder-blue-500:focus::-ms-input-placeholder {
color: #4299e1 !important
}
.lg\:focus\:placeholder-blue-500:focus::placeholder {
color: #4299e1 !important
}
.lg\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder {
color: #3182ce !important
}
.lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
color: #3182ce !important
}
.lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder {
color: #3182ce !important
}
.lg\:focus\:placeholder-blue-600:focus::-ms-input-placeholder {
color: #3182ce !important
}
.lg\:focus\:placeholder-blue-600:focus::placeholder {
color: #3182ce !important
}
.lg\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder {
color: #2b6cb0 !important
}
.lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
color: #2b6cb0 !important
}
.lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder {
color: #2b6cb0 !important
}
.lg\:focus\:placeholder-blue-700:focus::-ms-input-placeholder {
color: #2b6cb0 !important
}
.lg\:focus\:placeholder-blue-700:focus::placeholder {
color: #2b6cb0 !important
}
.lg\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder {
color: #2c5282 !important
}
.lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
color: #2c5282 !important
}
.lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder {
color: #2c5282 !important
}
.lg\:focus\:placeholder-blue-800:focus::-ms-input-placeholder {
color: #2c5282 !important
}
.lg\:focus\:placeholder-blue-800:focus::placeholder {
color: #2c5282 !important
}
.lg\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder {
color: #2a4365 !important
}
.lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
color: #2a4365 !important
}
.lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder {
color: #2a4365 !important
}
.lg\:focus\:placeholder-blue-900:focus::-ms-input-placeholder {
color: #2a4365 !important
}
.lg\:focus\:placeholder-blue-900:focus::placeholder {
color: #2a4365 !important
}
.lg\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder {
color: #ebf4ff !important
}
.lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
color: #ebf4ff !important
}
.lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder {
color: #ebf4ff !important
}
.lg\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder {
color: #ebf4ff !important
}
.lg\:focus\:placeholder-indigo-100:focus::placeholder {
color: #ebf4ff !important
}
.lg\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder {
color: #c3dafe !important
}
.lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
color: #c3dafe !important
}
.lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder {
color: #c3dafe !important
}
.lg\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder {
color: #c3dafe !important
}
.lg\:focus\:placeholder-indigo-200:focus::placeholder {
color: #c3dafe !important
}
.lg\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder {
color: #a3bffa !important
}
.lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
color: #a3bffa !important
}
.lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder {
color: #a3bffa !important
}
.lg\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder {
color: #a3bffa !important
}
.lg\:focus\:placeholder-indigo-300:focus::placeholder {
color: #a3bffa !important
}
.lg\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder {
color: #7f9cf5 !important
}
.lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
color: #7f9cf5 !important
}
.lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder {
color: #7f9cf5 !important
}
.lg\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder {
color: #7f9cf5 !important
}
.lg\:focus\:placeholder-indigo-400:focus::placeholder {
color: #7f9cf5 !important
}
.lg\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder {
color: #667eea !important
}
.lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
color: #667eea !important
}
.lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder {
color: #667eea !important
}
.lg\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder {
color: #667eea !important
}
.lg\:focus\:placeholder-indigo-500:focus::placeholder {
color: #667eea !important
}
.lg\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder {
color: #5a67d8 !important
}
.lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
color: #5a67d8 !important
}
.lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder {
color: #5a67d8 !important
}
.lg\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder {
color: #5a67d8 !important
}
.lg\:focus\:placeholder-indigo-600:focus::placeholder {
color: #5a67d8 !important
}
.lg\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder {
color: #4c51bf !important
}
.lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
color: #4c51bf !important
}
.lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder {
color: #4c51bf !important
}
.lg\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder {
color: #4c51bf !important
}
.lg\:focus\:placeholder-indigo-700:focus::placeholder {
color: #4c51bf !important
}
.lg\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder {
color: #434190 !important
}
.lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
color: #434190 !important
}
.lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder {
color: #434190 !important
}
.lg\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder {
color: #434190 !important
}
.lg\:focus\:placeholder-indigo-800:focus::placeholder {
color: #434190 !important
}
.lg\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder {
color: #3c366b !important
}
.lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
color: #3c366b !important
}
.lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder {
color: #3c366b !important
}
.lg\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder {
color: #3c366b !important
}
.lg\:focus\:placeholder-indigo-900:focus::placeholder {
color: #3c366b !important
}
.lg\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder {
color: #faf5ff !important
}
.lg\:focus\:placeholder-purple-100:focus::-moz-placeholder {
color: #faf5ff !important
}
.lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder {
color: #faf5ff !important
}
.lg\:focus\:placeholder-purple-100:focus::-ms-input-placeholder {
color: #faf5ff !important
}
.lg\:focus\:placeholder-purple-100:focus::placeholder {
color: #faf5ff !important
}
.lg\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder {
color: #e9d8fd !important
}
.lg\:focus\:placeholder-purple-200:focus::-moz-placeholder {
color: #e9d8fd !important
}
.lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder {
color: #e9d8fd !important
}
.lg\:focus\:placeholder-purple-200:focus::-ms-input-placeholder {
color: #e9d8fd !important
}
.lg\:focus\:placeholder-purple-200:focus::placeholder {
color: #e9d8fd !important
}
.lg\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder {
color: #d6bcfa !important
}
.lg\:focus\:placeholder-purple-300:focus::-moz-placeholder {
color: #d6bcfa !important
}
.lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder {
color: #d6bcfa !important
}
.lg\:focus\:placeholder-purple-300:focus::-ms-input-placeholder {
color: #d6bcfa !important
}
.lg\:focus\:placeholder-purple-300:focus::placeholder {
color: #d6bcfa !important
}
.lg\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder {
color: #b794f4 !important
}
.lg\:focus\:placeholder-purple-400:focus::-moz-placeholder {
color: #b794f4 !important
}
.lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder {
color: #b794f4 !important
}
.lg\:focus\:placeholder-purple-400:focus::-ms-input-placeholder {
color: #b794f4 !important
}
.lg\:focus\:placeholder-purple-400:focus::placeholder {
color: #b794f4 !important
}
.lg\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder {
color: #9f7aea !important
}
.lg\:focus\:placeholder-purple-500:focus::-moz-placeholder {
color: #9f7aea !important
}
.lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder {
color: #9f7aea !important
}
.lg\:focus\:placeholder-purple-500:focus::-ms-input-placeholder {
color: #9f7aea !important
}
.lg\:focus\:placeholder-purple-500:focus::placeholder {
color: #9f7aea !important
}
.lg\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder {
color: #805ad5 !important
}
.lg\:focus\:placeholder-purple-600:focus::-moz-placeholder {
color: #805ad5 !important
}
.lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder {
color: #805ad5 !important
}
.lg\:focus\:placeholder-purple-600:focus::-ms-input-placeholder {
color: #805ad5 !important
}
.lg\:focus\:placeholder-purple-600:focus::placeholder {
color: #805ad5 !important
}
.lg\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder {
color: #6b46c1 !important
}
.lg\:focus\:placeholder-purple-700:focus::-moz-placeholder {
color: #6b46c1 !important
}
.lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder {
color: #6b46c1 !important
}
.lg\:focus\:placeholder-purple-700:focus::-ms-input-placeholder {
color: #6b46c1 !important
}
.lg\:focus\:placeholder-purple-700:focus::placeholder {
color: #6b46c1 !important
}
.lg\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder {
color: #553c9a !important
}
.lg\:focus\:placeholder-purple-800:focus::-moz-placeholder {
color: #553c9a !important
}
.lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder {
color: #553c9a !important
}
.lg\:focus\:placeholder-purple-800:focus::-ms-input-placeholder {
color: #553c9a !important
}
.lg\:focus\:placeholder-purple-800:focus::placeholder {
color: #553c9a !important
}
.lg\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder {
color: #44337a !important
}
.lg\:focus\:placeholder-purple-900:focus::-moz-placeholder {
color: #44337a !important
}
.lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder {
color: #44337a !important
}
.lg\:focus\:placeholder-purple-900:focus::-ms-input-placeholder {
color: #44337a !important
}
.lg\:focus\:placeholder-purple-900:focus::placeholder {
color: #44337a !important
}
.lg\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder {
color: #fff5f7 !important
}
.lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
color: #fff5f7 !important
}
.lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder {
color: #fff5f7 !important
}
.lg\:focus\:placeholder-pink-100:focus::-ms-input-placeholder {
color: #fff5f7 !important
}
.lg\:focus\:placeholder-pink-100:focus::placeholder {
color: #fff5f7 !important
}
.lg\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder {
color: #fed7e2 !important
}
.lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
color: #fed7e2 !important
}
.lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder {
color: #fed7e2 !important
}
.lg\:focus\:placeholder-pink-200:focus::-ms-input-placeholder {
color: #fed7e2 !important
}
.lg\:focus\:placeholder-pink-200:focus::placeholder {
color: #fed7e2 !important
}
.lg\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder {
color: #fbb6ce !important
}
.lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
color: #fbb6ce !important
}
.lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder {
color: #fbb6ce !important
}
.lg\:focus\:placeholder-pink-300:focus::-ms-input-placeholder {
color: #fbb6ce !important
}
.lg\:focus\:placeholder-pink-300:focus::placeholder {
color: #fbb6ce !important
}
.lg\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder {
color: #f687b3 !important
}
.lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
color: #f687b3 !important
}
.lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder {
color: #f687b3 !important
}
.lg\:focus\:placeholder-pink-400:focus::-ms-input-placeholder {
color: #f687b3 !important
}
.lg\:focus\:placeholder-pink-400:focus::placeholder {
color: #f687b3 !important
}
.lg\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder {
color: #ed64a6 !important
}
.lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
color: #ed64a6 !important
}
.lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder {
color: #ed64a6 !important
}
.lg\:focus\:placeholder-pink-500:focus::-ms-input-placeholder {
color: #ed64a6 !important
}
.lg\:focus\:placeholder-pink-500:focus::placeholder {
color: #ed64a6 !important
}
.lg\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder {
color: #d53f8c !important
}
.lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
color: #d53f8c !important
}
.lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder {
color: #d53f8c !important
}
.lg\:focus\:placeholder-pink-600:focus::-ms-input-placeholder {
color: #d53f8c !important
}
.lg\:focus\:placeholder-pink-600:focus::placeholder {
color: #d53f8c !important
}
.lg\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder {
color: #b83280 !important
}
.lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
color: #b83280 !important
}
.lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder {
color: #b83280 !important
}
.lg\:focus\:placeholder-pink-700:focus::-ms-input-placeholder {
color: #b83280 !important
}
.lg\:focus\:placeholder-pink-700:focus::placeholder {
color: #b83280 !important
}
.lg\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder {
color: #97266d !important
}
.lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
color: #97266d !important
}
.lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder {
color: #97266d !important
}
.lg\:focus\:placeholder-pink-800:focus::-ms-input-placeholder {
color: #97266d !important
}
.lg\:focus\:placeholder-pink-800:focus::placeholder {
color: #97266d !important
}
.lg\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder {
color: #702459 !important
}
.lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
color: #702459 !important
}
.lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder {
color: #702459 !important
}
.lg\:focus\:placeholder-pink-900:focus::-ms-input-placeholder {
color: #702459 !important
}
.lg\:focus\:placeholder-pink-900:focus::placeholder {
color: #702459 !important
}
.lg\:pointer-events-none {
pointer-events: none !important
}
.lg\:pointer-events-auto {
pointer-events: auto !important
}
.lg\:static {
position: static !important
}
.lg\:fixed {
position: fixed !important
}
.lg\:absolute {
position: absolute !important
}
.lg\:relative {
position: relative !important
}
.lg\:sticky {
position: -webkit-sticky !important;
position: sticky !important
}
.lg\:inset-0 {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important
}
.lg\:inset-auto {
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important
}
.lg\:inset-y-0 {
top: 0 !important;
bottom: 0 !important
}
.lg\:inset-x-0 {
right: 0 !important;
left: 0 !important
}
.lg\:inset-y-auto {
top: auto !important;
bottom: auto !important
}
.lg\:inset-x-auto {
right: auto !important;
left: auto !important
}
.lg\:top-0 {
top: 0 !important
}
.lg\:right-0 {
right: 0 !important
}
.lg\:bottom-0 {
bottom: 0 !important
}
.lg\:left-0 {
left: 0 !important
}
.lg\:top-auto {
top: auto !important
}
.lg\:right-auto {
right: auto !important
}
.lg\:bottom-auto {
bottom: auto !important
}
.lg\:left-auto {
left: auto !important
}
.lg\:resize-none {
resize: none !important
}
.lg\:resize-y {
resize: vertical !important
}
.lg\:resize-x {
resize: horizontal !important
}
.lg\:resize {
resize: both !important
}
.lg\:shadow-xs {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important
}
.lg\:shadow-sm {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important
}
.lg\:shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important
}
.lg\:shadow-md {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important
}
.lg\:shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}
.lg\:shadow-xl {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
}
.lg\:shadow-2xl {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
}
.lg\:shadow-inner {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
}
.lg\:shadow-outline {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
}
.lg\:shadow-none {
box-shadow: none !important
}
.lg\:hover\:shadow-xs:hover {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important
}
.lg\:hover\:shadow-sm:hover {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important
}
.lg\:hover\:shadow:hover {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important
}
.lg\:hover\:shadow-md:hover {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important
}
.lg\:hover\:shadow-lg:hover {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}
.lg\:hover\:shadow-xl:hover {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
}
.lg\:hover\:shadow-2xl:hover {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
}
.lg\:hover\:shadow-inner:hover {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
}
.lg\:hover\:shadow-outline:hover {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
}
.lg\:hover\:shadow-none:hover {
box-shadow: none !important
}
.lg\:focus\:shadow-xs:focus {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important
}
.lg\:focus\:shadow-sm:focus {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important
}
.lg\:focus\:shadow:focus {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important
}
.lg\:focus\:shadow-md:focus {
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important
}
.lg\:focus\:shadow-lg:focus {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}
.lg\:focus\:shadow-xl:focus {
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
}
.lg\:focus\:shadow-2xl:focus {
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
}
.lg\:focus\:shadow-inner:focus {
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
}
.lg\:focus\:shadow-outline:focus {
box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
}
.lg\:focus\:shadow-none:focus {
box-shadow: none !important
}
.lg\:fill-current {
fill: currentColor !important
}
.lg\:stroke-current {
stroke: currentColor !important
}
.lg\:stroke-0 {
stroke-width: 0 !important
}
.lg\:stroke-1 {
stroke-width: 1 !important
}
.lg\:stroke-2 {
stroke-width: 2 !important
}
.lg\:table-auto {
table-layout: auto !important
}
.lg\:table-fixed {
table-layout: fixed !important
}
.lg\:text-left {
text-align: left !important
}
.lg\:text-center {
text-align: center !important
}
.lg\:text-right {
text-align: right !important
}
.lg\:text-justify {
text-align: justify !important
}
.lg\:text-transparent {
color: transparent !important
}
.lg\:text-black {
color: #000 !important
}
.lg\:text-white {
color: #fff !important
}
.lg\:text-gray-100 {
color: #f7fafc !important
}
.lg\:text-gray-200 {
color: #edf2f7 !important
}
.lg\:text-gray-300 {
color: #e2e8f0 !important
}
.lg\:text-gray-400 {
color: #cbd5e0 !important
}
.lg\:text-gray-500 {
color: #a0aec0 !important
}
.lg\:text-gray-600 {
color: #718096 !important
}
.lg\:text-gray-700 {
color: #4a5568 !important
}
.lg\:text-gray-800 {
color: #2d3748 !important
}
.lg\:text-gray-900 {
color: #1a202c !important
}
.lg\:text-red-100 {
color: #fff5f5 !important
}
.lg\:text-red-200 {
color: #fed7d7 !important
}
.lg\:text-red-300 {
color: #feb2b2 !important
}
.lg\:text-red-400 {
color: #fc8181 !important
}
.lg\:text-red-500 {
color: #f56565 !important
}
.lg\:text-red-600 {
color: #e53e3e !important
}
.lg\:text-red-700 {
color: #c53030 !important
}
.lg\:text-red-800 {
color: #9b2c2c !important
}
.lg\:text-red-900 {
color: #742a2a !important
}
.lg\:text-orange-100 {
color: #fffaf0 !important
}
.lg\:text-orange-200 {
color: #feebc8 !important
}
.lg\:text-orange-300 {
color: #fbd38d !important
}
.lg\:text-orange-400 {
color: #f6ad55 !important
}
.lg\:text-orange-500 {
color: #ed8936 !important
}
.lg\:text-orange-600 {
color: #dd6b20 !important
}
.lg\:text-orange-700 {
color: #c05621 !important
}
.lg\:text-orange-800 {
color: #9c4221 !important
}
.lg\:text-orange-900 {
color: #7b341e !important
}
.lg\:text-yellow-100 {
color: #fffff0 !important
}
.lg\:text-yellow-200 {
color: #fefcbf !important
}
.lg\:text-yellow-300 {
color: #faf089 !important
}
.lg\:text-yellow-400 {
color: #f6e05e !important
}
.lg\:text-yellow-500 {
color: #ecc94b !important
}
.lg\:text-yellow-600 {
color: #d69e2e !important
}
.lg\:text-yellow-700 {
color: #b7791f !important
}
.lg\:text-yellow-800 {
color: #975a16 !important
}
.lg\:text-yellow-900 {
color: #744210 !important
}
.lg\:text-green-100 {
color: #f0fff4 !important
}
.lg\:text-green-200 {
color: #c6f6d5 !important
}
.lg\:text-green-300 {
color: #9ae6b4 !important
}
.lg\:text-green-400 {
color: #68d391 !important
}
.lg\:text-green-500 {
color: #48bb78 !important
}
.lg\:text-green-600 {
color: #38a169 !important
}
.lg\:text-green-700 {
color: #2f855a !important
}
.lg\:text-green-800 {
color: #276749 !important
}
.lg\:text-green-900 {
color: #22543d !important
}
.lg\:text-teal-100 {
color: #e6fffa !important
}
.lg\:text-teal-200 {
color: #b2f5ea !important
}
.lg\:text-teal-300 {
color: #81e6d9 !important
}
.lg\:text-teal-400 {
color: #4fd1c5 !important
}
.lg\:text-teal-500 {
color: #38b2ac !important
}
.lg\:text-teal-600 {
color: #319795 !important
}
.lg\:text-teal-700 {
color: #2c7a7b !important
}
.lg\:text-teal-800 {
color: #285e61 !important
}
.lg\:text-teal-900 {
color: #234e52 !important
}
.lg\:text-blue-100 {
color: #ebf8ff !important
}
.lg\:text-blue-200 {
color: #bee3f8 !important
}
.lg\:text-blue-300 {
color: #90cdf4 !important
}
.lg\:text-blue-400 {
color: #63b3ed !important
}
.lg\:text-blue-500 {
color: #4299e1 !important
}
.lg\:text-blue-600 {
color: #3182ce !important
}
.lg\:text-blue-700 {
color: #2b6cb0 !important
}
.lg\:text-blue-800 {
color: #2c5282 !important
}
.lg\:text-blue-900 {
color: #2a4365 !important
}
.lg\:text-indigo-100 {
color: #ebf4ff !important
}
.lg\:text-indigo-200 {
color: #c3dafe !important
}
.lg\:text-indigo-300 {
color: #a3bffa !important
}
.lg\:text-indigo-400 {
color: #7f9cf5 !important
}
.lg\:text-indigo-500 {
color: #667eea !important
}
.lg\:text-indigo-600 {
color: #5a67d8 !important
}
.lg\:text-indigo-700 {
color: #4c51bf !important
}
.lg\:text-indigo-800 {
color: #434190 !important
}
.lg\:text-indigo-900 {
color: #3c366b !important
}
.lg\:text-purple-100 {
color: #faf5ff !important
}
.lg\:text-purple-200 {
color: #e9d8fd !important
}
.lg\:text-purple-300 {
color: #d6bcfa !important
}
.lg\:text-purple-400 {
color: #b794f4 !important
}
.lg\:text-purple-500 {
color: #9f7aea !important
}
.lg\:text-purple-600 {
color: #805ad5 !important
}
.lg\:text-purple-700 {
color: #6b46c1 !important
}
.lg\:text-purple-800 {
color: #553c9a !important
}
.lg\:text-purple-900 {
color: #44337a !important
}
.lg\:text-pink-100 {
color: #fff5f7 !important
}
.lg\:text-pink-200 {
color: #fed7e2 !important
}
.lg\:text-pink-300 {
color: #fbb6ce !important
}
.lg\:text-pink-400 {
color: #f687b3 !important
}
.lg\:text-pink-500 {
color: #ed64a6 !important
}
.lg\:text-pink-600 {
color: #d53f8c !important
}
.lg\:text-pink-700 {
color: #b83280 !important
}
.lg\:text-pink-800 {
color: #97266d !important
}
.lg\:text-pink-900 {
color: #702459 !important
}
.lg\:hover\:text-transparent:hover {
color: transparent !important
}
.lg\:hover\:text-black:hover {
color: #000 !important
}
.lg\:hover\:text-white:hover {
color: #fff !important
}
.lg\:hover\:text-gray-100:hover {
color: #f7fafc !important
}
.lg\:hover\:text-gray-200:hover {
color: #edf2f7 !important
}
.lg\:hover\:text-gray-300:hover {
color: #e2e8f0 !important
}
.lg\:hover\:text-gray-400:hover {
color: #cbd5e0 !important
}
.lg\:hover\:text-gray-500:hover {
color: #a0aec0 !important
}
.lg\:hover\:text-gray-600:hover {
color: #718096 !important
}
.lg\:hover\:text-gray-700:hover {
color: #4a5568 !important
}
.lg\:hover\:text-gray-800:hover {
color: #2d3748 !important
}
.lg\:hover\:text-gray-900:hover {
color: #1a202c !important
}
.lg\:hover\:text-red-100:hover {
color: #fff5f5 !important
}
.lg\:hover\:text-red-200:hover {
color: #fed7d7 !important
}
.lg\:hover\:text-red-300:hover {
color: #feb2b2 !important
}
.lg\:hover\:text-red-400:hover {
color: #fc8181 !important
}
.lg\:hover\:text-red-500:hover {
color: #f56565 !important
}
.lg\:hover\:text-red-600:hover {
color: #e53e3e !important
}
.lg\:hover\:text-red-700:hover {
color: #c53030 !important
}
.lg\:hover\:text-red-800:hover {
color: #9b2c2c !important
}
.lg\:hover\:text-red-900:hover {
color: #742a2a !important
}
.lg\:hover\:text-orange-100:hover {
color: #fffaf0 !important
}
.lg\:hover\:text-orange-200:hover {
color: #feebc8 !important
}
.lg\:hover\:text-orange-300:hover {
color: #fbd38d !important
}
.lg\:hover\:text-orange-400:hover {
color: #f6ad55 !important
}
.lg\:hover\:text-orange-500:hover {
color: #ed8936 !important
}
.lg\:hover\:text-orange-600:hover {
color: #dd6b20 !important
}
.lg\:hover\:text-orange-700:hover {
color: #c05621 !important
}
.lg\:hover\:text-orange-800:hover {
color: #9c4221 !important
}
.lg\:hover\:text-orange-900:hover {
color: #7b341e !important
}
.lg\:hover\:text-yellow-100:hover {
color: #fffff0 !important
}
.lg\:hover\:text-yellow-200:hover {
color: #fefcbf !important
}
.lg\:hover\:text-yellow-300:hover {
color: #faf089 !important
}
.lg\:hover\:text-yellow-400:hover {
color: #f6e05e !important
}
.lg\:hover\:text-yellow-500:hover {
color: #ecc94b !important
}
.lg\:hover\:text-yellow-600:hover {
color: #d69e2e !important
}
.lg\:hover\:text-yellow-700:hover {
color: #b7791f !important
}
.lg\:hover\:text-yellow-800:hover {
color: #975a16 !important
}
.lg\:hover\:text-yellow-900:hover {
color: #744210 !important
}
.lg\:hover\:text-green-100:hover {
color: #f0fff4 !important
}
.lg\:hover\:text-green-200:hover {
color: #c6f6d5 !important
}
.lg\:hover\:text-green-300:hover {
color: #9ae6b4 !important
}
.lg\:hover\:text-green-400:hover {
color: #68d391 !important
}
.lg\:hover\:text-green-500:hover {
color: #48bb78 !important
}
.lg\:hover\:text-green-600:hover {
color: #38a169 !important
}
.lg\:hover\:text-green-700:hover {
color: #2f855a !important
}
.lg\:hover\:text-green-800:hover {
color: #276749 !important
}
.lg\:hover\:text-green-900:hover {
color: #22543d !important
}
.lg\:hover\:text-teal-100:hover {
color: #e6fffa !important
}
.lg\:hover\:text-teal-200:hover {
color: #b2f5ea !important
}
.lg\:hover\:text-teal-300:hover {
color: #81e6d9 !important
}
.lg\:hover\:text-teal-400:hover {
color: #4fd1c5 !important
}
.lg\:hover\:text-teal-500:hover {
color: #38b2ac !important
}
.lg\:hover\:text-teal-600:hover {
color: #319795 !important
}
.lg\:hover\:text-teal-700:hover {
color: #2c7a7b !important
}
.lg\:hover\:text-teal-800:hover {
color: #285e61 !important
}
.lg\:hover\:text-teal-900:hover {
color: #234e52 !important
}
.lg\:hover\:text-blue-100:hover {
color: #ebf8ff !important
}
.lg\:hover\:text-blue-200:hover {
color: #bee3f8 !important
}
.lg\:hover\:text-blue-300:hover {
color: #90cdf4 !important
}
.lg\:hover\:text-blue-400:hover {
color: #63b3ed !important
}
.lg\:hover\:text-blue-500:hover {
color: #4299e1 !important
}
.lg\:hover\:text-blue-600:hover {
color: #3182ce !important
}
.lg\:hover\:text-blue-700:hover {
color: #2b6cb0 !important
}
.lg\:hover\:text-blue-800:hover {
color: #2c5282 !important
}
.lg\:hover\:text-blue-900:hover {
color: #2a4365 !important
}
.lg\:hover\:text-indigo-100:hover {
color: #ebf4ff !important
}
.lg\:hover\:text-indigo-200:hover {
color: #c3dafe !important
}
.lg\:hover\:text-indigo-300:hover {
color: #a3bffa !important
}
.lg\:hover\:text-indigo-400:hover {
color: #7f9cf5 !important
}
.lg\:hover\:text-indigo-500:hover {
color: #667eea !important
}
.lg\:hover\:text-indigo-600:hover {
color: #5a67d8 !important
}
.lg\:hover\:text-indigo-700:hover {
color: #4c51bf !important
}
.lg\:hover\:text-indigo-800:hover {
color: #434190 !important
}
.lg\:hover\:text-indigo-900:hover {
color: #3c366b !important
}
.lg\:hover\:text-purple-100:hover {
color: #faf5ff !important
}
.lg\:hover\:text-purple-200:hover {
color: #e9d8fd !important
}
.lg\:hover\:text-purple-300:hover {
color: #d6bcfa !important
}
.lg\:hover\:text-purple-400:hover {
color: #b794f4 !important
}
.lg\:hover\:text-purple-500:hover {
color: #9f7aea !important
}
.lg\:hover\:text-purple-600:hover {
color: #805ad5 !important
}
.lg\:hover\:text-purple-700:hover {
color: #6b46c1 !important
}
.lg\:hover\:text-purple-800:hover {
color: #553c9a !important
}
.lg\:hover\:text-purple-900:hover {
color: #44337a !important
}
.lg\:hover\:text-pink-100:hover {
color: #fff5f7 !important
}
.lg\:hover\:text-pink-200:hover {
color: #fed7e2 !important
}
.lg\:hover\:text-pink-300:hover {
color: #fbb6ce !important
}
.lg\:hover\:text-pink-400:hover {
color: #f687b3 !important
}
.lg\:hover\:text-pink-500:hover {
color: #ed64a6 !important
}
.lg\:hover\:text-pink-600:hover {
color: #d53f8c !important
}
.lg\:hover\:text-pink-700:hover {
color: #b83280 !important
}
.lg\:hover\:text-pink-800:hover {
color: #97266d !important
}
.lg\:hover\:text-pink-900:hover {
color: #702459 !important
}
.lg\:focus\:text-transparent:focus {
color: transparent !important
}
.lg\:focus\:text-black:focus {
color: #000 !important
}
.lg\:focus\:text-white:focus {
color: #fff !important
}
.lg\:focus\:text-gray-100:focus {
color: #f7fafc !important
}
.lg\:focus\:text-gray-200:focus {
color: #edf2f7 !important
}
.lg\:focus\:text-gray-300:focus {
color: #e2e8f0 !important
}
.lg\:focus\:text-gray-400:focus {
color: #cbd5e0 !important
}
.lg\:focus\:text-gray-500:focus {
color: #a0aec0 !important
}
.lg\:focus\:text-gray-600:focus {
color: #718096 !important
}
.lg\:focus\:text-gray-700:focus {
color: #4a5568 !important
}
.lg\:focus\:text-gray-800:focus {
color: #2d3748 !important
}
.lg\:focus\:text-gray-900:focus {
color: #1a202c !important
}
.lg\:focus\:text-red-100:focus {
color: #fff5f5 !important
}
.lg\:focus\:text-red-200:focus {
color: #fed7d7 !important
}
.lg\:focus\:text-red-300:focus {
color: #feb2b2 !important
}
.lg\:focus\:text-red-400:focus {
color: #fc8181 !important
}
.lg\:focus\:text-red-500:focus {
color: #f56565 !important
}
.lg\:focus\:text-red-600:focus {
color: #e53e3e !important
}
.lg\:focus\:text-red-700:focus {
color: #c53030 !important
}
.lg\:focus\:text-red-800:focus {
color: #9b2c2c !important
}
.lg\:focus\:text-red-900:focus {
color: #742a2a !important
}
.lg\:focus\:text-orange-100:focus {
color: #fffaf0 !important
}
.lg\:focus\:text-orange-200:focus {
color: #feebc8 !important
}
.lg\:focus\:text-orange-300:focus {
color: #fbd38d !important
}
.lg\:focus\:text-orange-400:focus {
color: #f6ad55 !important
}
.lg\:focus\:text-orange-500:focus {
color: #ed8936 !important
}
.lg\:focus\:text-orange-600:focus {
color: #dd6b20 !important
}
.lg\:focus\:text-orange-700:focus {
color: #c05621 !important
}
.lg\:focus\:text-orange-800:focus {
color: #9c4221 !important
}
.lg\:focus\:text-orange-900:focus {
color: #7b341e !important
}
.lg\:focus\:text-yellow-100:focus {
color: #fffff0 !important
}
.lg\:focus\:text-yellow-200:focus {
color: #fefcbf !important
}
.lg\:focus\:text-yellow-300:focus {
color: #faf089 !important
}
.lg\:focus\:text-yellow-400:focus {
color: #f6e05e !important
}
.lg\:focus\:text-yellow-500:focus {
color: #ecc94b !important
}
.lg\:focus\:text-yellow-600:focus {
color: #d69e2e !important
}
.lg\:focus\:text-yellow-700:focus {
color: #b7791f !important
}
.lg\:focus\:text-yellow-800:focus {
color: #975a16 !important
}
.lg\:focus\:text-yellow-900:focus {
color: #744210 !important
}
.lg\:focus\:text-green-100:focus {
color: #f0fff4 !important
}
.lg\:focus\:text-green-200:focus {
color: #c6f6d5 !important
}
.lg\:focus\:text-green-300:focus {
color: #9ae6b4 !important
}
.lg\:focus\:text-green-400:focus {
color: #68d391 !important
}
.lg\:focus\:text-green-500:focus {
color: #48bb78 !important
}
.lg\:focus\:text-green-600:focus {
color: #38a169 !important
}
.lg\:focus\:text-green-700:focus {
color: #2f855a !important
}
.lg\:focus\:text-green-800:focus {
color: #276749 !important
}
.lg\:focus\:text-green-900:focus {
color: #22543d !important
}
.lg\:focus\:text-teal-100:focus {
color: #e6fffa !important
}
.lg\:focus\:text-teal-200:focus {
color: #b2f5ea !important
}
.lg\:focus\:text-teal-300:focus {
color: #81e6d9 !important
}
.lg\:focus\:text-teal-400:focus {
color: #4fd1c5 !important
}
.lg\:focus\:text-teal-500:focus {
color: #38b2ac !important
}
.lg\:focus\:text-teal-600:focus {
color: #319795 !important
}
.lg\:focus\:text-teal-700:focus {
color: #2c7a7b !important
}
.lg\:focus\:text-teal-800:focus {
color: #285e61 !important
}
.lg\:focus\:text-teal-900:focus {
color: #234e52 !important
}
.lg\:focus\:text-blue-100:focus {
color: #ebf8ff !important
}
.lg\:focus\:text-blue-200:focus {
color: #bee3f8 !important
}
.lg\:focus\:text-blue-300:focus {
color: #90cdf4 !important
}
.lg\:focus\:text-blue-400:focus {
color: #63b3ed !important
}
.lg\:focus\:text-blue-500:focus {
color: #4299e1 !important
}
.lg\:focus\:text-blue-600:focus {
color: #3182ce !important
}
.lg\:focus\:text-blue-700:focus {
color: #2b6cb0 !important
}
.lg\:focus\:text-blue-800:focus {
color: #2c5282 !important
}
.lg\:focus\:text-blue-900:focus {
color: #2a4365 !important
}
.lg\:focus\:text-indigo-100:focus {
color: #ebf4ff !important
}
.lg\:focus\:text-indigo-200:focus {
color: #c3dafe !important
}
.lg\:focus\:text-indigo-300:focus {
color: #a3bffa !important
}
.lg\:focus\:text-indigo-400:focus {
color: #7f9cf5 !important
}
.lg\:focus\:text-indigo-500:focus {
color: #667eea !important
}
.lg\:focus\:text-indigo-600:focus {
color: #5a67d8 !important
}
.lg\:focus\:text-indigo-700:focus {
color: #4c51bf !important
}
.lg\:focus\:text-indigo-800:focus {
color: #434190 !important
}
.lg\:focus\:text-indigo-900:focus {
color: #3c366b !important
}
.lg\:focus\:text-purple-100:focus {
color: #faf5ff !important
}
.lg\:focus\:text-purple-200:focus {
color: #e9d8fd !important
}
.lg\:focus\:text-purple-300:focus {
color: #d6bcfa !important
}
.lg\:focus\:text-purple-400:focus {
color: #b794f4 !important
}
.lg\:focus\:text-purple-500:focus {
color: #9f7aea !important
}
.lg\:focus\:text-purple-600:focus {
color: #805ad5 !important
}
.lg\:focus\:text-purple-700:focus {
color: #6b46c1 !important
}
.lg\:focus\:text-purple-800:focus {
color: #553c9a !important
}
.lg\:focus\:text-purple-900:focus {
color: #44337a !important
}
.lg\:focus\:text-pink-100:focus {
color: #fff5f7 !important
}
.lg\:focus\:text-pink-200:focus {
color: #fed7e2 !important
}
.lg\:focus\:text-pink-300:focus {
color: #fbb6ce !important
}
.lg\:focus\:text-pink-400:focus {
color: #f687b3 !important
}
.lg\:focus\:text-pink-500:focus {
color: #ed64a6 !important
}
.lg\:focus\:text-pink-600:focus {
color: #d53f8c !important
}
.lg\:focus\:text-pink-700:focus {
color: #b83280 !important
}
.lg\:focus\:text-pink-800:focus {
color: #97266d !important
}
.lg\:focus\:text-pink-900:focus {
color: #702459 !important
}
.lg\:italic {
font-style: italic !important
}
.lg\:not-italic {
font-style: normal !important
}
.lg\:uppercase {
text-transform: uppercase !important
}
.lg\:lowercase {
text-transform: lowercase !important
}
.lg\:capitalize {
text-transform: capitalize !important
}
.lg\:normal-case {
text-transform: none !important
}
.lg\:underline {
text-decoration: underline !important
}
.lg\:line-through {
text-decoration: line-through !important
}
.lg\:no-underline {
text-decoration: none !important
}
.lg\:hover\:underline:hover {
text-decoration: underline !important
}
.lg\:hover\:line-through:hover {
text-decoration: line-through !important
}
.lg\:hover\:no-underline:hover {
text-decoration: none !important
}
.lg\:focus\:underline:focus {
text-decoration: underline !important
}
.lg\:focus\:line-through:focus {
text-decoration: line-through !important
}
.lg\:focus\:no-underline:focus {
text-decoration: none !important
}
.lg\:antialiased {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important
}
.lg\:subpixel-antialiased {
-webkit-font-smoothing: auto !important;
-moz-osx-font-smoothing: auto !important
}
.lg\:tracking-tighter {
letter-spacing: -0.05em !important
}
.lg\:tracking-tight {
letter-spacing: -0.025em !important
}
.lg\:tracking-normal {
letter-spacing: 0 !important
}
.lg\:tracking-wide {
letter-spacing: 0.025em !important
}
.lg\:tracking-wider {
letter-spacing: 0.05em !important
}
.lg\:tracking-widest {
letter-spacing: 0.1em !important
}
.lg\:select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important
}
.lg\:select-text {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important
}
.lg\:select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
-ms-user-select: all !important;
user-select: all !important
}
.lg\:select-auto {
-webkit-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important
}
.lg\:align-baseline {
vertical-align: baseline !important
}
.lg\:align-top {
vertical-align: top !important
}
.lg\:align-middle {
vertical-align: middle !important
}
.lg\:align-bottom {
vertical-align: bottom !important
}
.lg\:align-text-top {
vertical-align: text-top !important
}
.lg\:align-text-bottom {
vertical-align: text-bottom !important
}
.lg\:visible {
visibility: visible !important
}
.lg\:invisible {
visibility: hidden !important
}
.lg\:whitespace-normal {
white-space: normal !important
}
.lg\:whitespace-no-wrap {
white-space: nowrap !important
}
.lg\:whitespace-pre {
white-space: pre !important
}
.lg\:whitespace-pre-line {
white-space: pre-line !important
}
.lg\:whitespace-pre-wrap {
white-space: pre-wrap !important
}
.lg\:break-normal {
overflow-wrap: normal !important;
word-break: normal !important
}
.lg\:break-words {
overflow-wrap: break-word !important
}
.lg\:break-all {
word-break: break-all !important
}
.lg\:truncate {
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important
}
.lg\:w-0 {
width: 0 !important
}
.lg\:w-1 {
width: 0.25rem !important
}
.lg\:w-2 {
width: 0.5rem !important
}
.lg\:w-3 {
width: 0.75rem !important
}
.lg\:w-4 {
width: 1rem !important
}
.lg\:w-5 {
width: 1.25rem !important
}
.lg\:w-6 {
width: 1.5rem !important
}
.lg\:w-8 {
width: 2rem !important
}
.lg\:w-10 {
width: 2.5rem !important
}
.lg\:w-12 {
width: 3rem !important
}
.lg\:w-16 {
width: 4rem !important
}
.lg\:w-20 {
width: 5rem !important
}
.lg\:w-24 {
width: 6rem !important
}
.lg\:w-32 {
width: 8rem !important
}
.lg\:w-40 {
width: 10rem !important
}
.lg\:w-48 {
width: 12rem !important
}
.lg\:w-56 {
width: 14rem !important
}
.lg\:w-64 {
width: 16rem !important
}
.lg\:w-auto {
width: auto !important
}
.lg\:w-px {
width: 1px !important
}
.lg\:w-1-2 {
width: 50% !important
}
.lg\:w-1-3 {
width: 33.333333% !important
}
.lg\:w-2-3 {
width: 66.666667% !important
}
.lg\:w-1-4 {
width: 25% !important
}
.lg\:w-2-4 {
width: 50% !important
}
.lg\:w-3-4 {
width: 75% !important
}
.lg\:w-1-5 {
width: 20% !important
}
.lg\:w-2-5 {
width: 40% !important
}
.lg\:w-3-5 {
width: 60% !important
}
.lg\:w-4-5 {
width: 80% !important
}
.lg\:w-1-6 {
width: 16.666667% !important
}
.lg\:w-2-6 {
width: 33.333333% !important
}
.lg\:w-3-6 {
width: 50% !important
}
.lg\:w-4-6 {
width: 66.666667% !important
}
.lg\:w-5-6 {
width: 83.333333% !important
}
.lg\:w-1-12 {
width: 8.333333% !important
}
.lg\:w-2-12 {
width: 16.666667% !important
}
.lg\:w-3-12 {
width: 25% !important
}
.lg\:w-4-12 {
width: 33.333333% !important
}
.lg\:w-5-12 {
width: 41.666667% !important
}
.lg\:w-6-12 {
width: 50% !important
}
.lg\:w-7-12 {
width: 58.333333% !important
}
.lg\:w-8-12 {
width: 66.666667% !important
}
.lg\:w-9-12 {
width: 75% !important
}
.lg\:w-10-12 {
width: 83.333333% !important
}
.lg\:w-11-12 {
width: 91.666667% !important
}
.lg\:w-full {
width: 100% !important
}
.lg\:w-screen {
width: 100vw !important
}
.lg\:z-0 {
z-index: 0 !important
}
.lg\:z-10 {
z-index: 10 !important
}
.lg\:z-20 {
z-index: 20 !important
}
.lg\:z-30 {
z-index: 30 !important
}
.lg\:z-40 {
z-index: 40 !important
}
.lg\:z-50 {
z-index: 50 !important
}
.lg\:z-auto {
z-index: auto !important
}
.lg\:gap-0 {
grid-gap: 0 !important;
gap: 0 !important
}
.lg\:gap-1 {
grid-gap: 0.25rem !important;
gap: 0.25rem !important
}
.lg\:gap-2 {
grid-gap: 0.5rem !important;
gap: 0.5rem !important
}
.lg\:gap-3 {
grid-gap: 0.75rem !important;
gap: 0.75rem !important
}
.lg\:gap-4 {
grid-gap: 1rem !important;
gap: 1rem !important
}
.lg\:gap-5 {
grid-gap: 1.25rem !important;
gap: 1.25rem !important
}
.lg\:gap-6 {
grid-gap: 1.5rem !important;
gap: 1.5rem !important
}
.lg\:gap-8 {
grid-gap: 2rem !important;
gap: 2rem !important
}
.lg\:gap-10 {
grid-gap: 2.5rem !important;
gap: 2.5rem !important
}
.lg\:gap-12 {
grid-gap: 3rem !important;
gap: 3rem !important
}
.lg\:gap-16 {
grid-gap: 4rem !important;
gap: 4rem !important
}
.lg\:gap-20 {
grid-gap: 5rem !important;
gap: 5rem !important
}
.lg\:gap-24 {
grid-gap: 6rem !important;
gap: 6rem !important
}
.lg\:gap-32 {
grid-gap: 8rem !important;
gap: 8rem !important
}
.lg\:gap-40 {
grid-gap: 10rem !important;
gap: 10rem !important
}
.lg\:gap-48 {
grid-gap: 12rem !important;
gap: 12rem !important
}
.lg\:gap-56 {
grid-gap: 14rem !important;
gap: 14rem !important
}
.lg\:gap-64 {
grid-gap: 16rem !important;
gap: 16rem !important
}
.lg\:gap-px {
grid-gap: 1px !important;
gap: 1px !important
}
.lg\:col-gap-0 {
grid-column-gap: 0 !important;
-moz-column-gap: 0 !important;
column-gap: 0 !important
}
.lg\:col-gap-1 {
grid-column-gap: 0.25rem !important;
-moz-column-gap: 0.25rem !important;
column-gap: 0.25rem !important
}
.lg\:col-gap-2 {
grid-column-gap: 0.5rem !important;
-moz-column-gap: 0.5rem !important;
column-gap: 0.5rem !important
}
.lg\:col-gap-3 {
grid-column-gap: 0.75rem !important;
-moz-column-gap: 0.75rem !important;
column-gap: 0.75rem !important
}
.lg\:col-gap-4 {
grid-column-gap: 1rem !important;
-moz-column-gap: 1rem !important;
column-gap: 1rem !important
}
.lg\:col-gap-5 {
grid-column-gap: 1.25rem !important;
-moz-column-gap: 1.25rem !important;
column-gap: 1.25rem !important
}
.lg\:col-gap-6 {
grid-column-gap: 1.5rem !important;
-moz-column-gap: 1.5rem !important;
column-gap: 1.5rem !important
}
.lg\:col-gap-8 {
grid-column-gap: 2rem !important;
-moz-column-gap: 2rem !important;
column-gap: 2rem !important
}
.lg\:col-gap-10 {
grid-column-gap: 2.5rem !important;
-moz-column-gap: 2.5rem !important;
column-gap: 2.5rem !important
}
.lg\:col-gap-12 {
grid-column-gap: 3rem !important;
-moz-column-gap: 3rem !important;
column-gap: 3rem !important
}
.lg\:col-gap-16 {
grid-column-gap: 4rem !important;
-moz-column-gap: 4rem !important;
column-gap: 4rem !important
}
.lg\:col-gap-20 {
grid-column-gap: 5rem !important;
-moz-column-gap: 5rem !important;
column-gap: 5rem !important
}
.lg\:col-gap-24 {
grid-column-gap: 6rem !important;
-moz-column-gap: 6rem !important;
column-gap: 6rem !important
}
.lg\:col-gap-32 {
grid-column-gap: 8rem !important;
-moz-column-gap: 8rem !important;
column-gap: 8rem !important
}
.lg\:col-gap-40 {
grid-column-gap: 10rem !important;
-moz-column-gap: 10rem !important;
column-gap: 10rem !important
}
.lg\:col-gap-48 {
grid-column-gap: 12rem !important;
-moz-column-gap: 12rem !important;
column-gap: 12rem !important
}
.lg\:col-gap-56 {
grid-column-gap: 14rem !important;
-moz-column-gap: 14rem !important;
column-gap: 14rem !important
}
.lg\:col-gap-64 {
grid-column-gap: 16rem !important;
-moz-column-gap: 16rem !important;
column-gap: 16rem !important
}
.lg\:col-gap-px {
grid-column-gap: 1px !important;
-moz-column-gap: 1px !important;
column-gap: 1px !important
}
.lg\:row-gap-0 {
grid-row-gap: 0 !important;
row-gap: 0 !important
}
.lg\:row-gap-1 {
grid-row-gap: 0.25rem !important;
row-gap: 0.25rem !important
}
.lg\:row-gap-2 {
grid-row-gap: 0.5rem !important;
row-gap: 0.5rem !important
}
.lg\:row-gap-3 {
grid-row-gap: 0.75rem !important;
row-gap: 0.75rem !important
}
.lg\:row-gap-4 {
grid-row-gap: 1rem !important;
row-gap: 1rem !important
}
.lg\:row-gap-5 {
grid-row-gap: 1.25rem !important;
row-gap: 1.25rem !important
}
.lg\:row-gap-6 {
grid-row-gap: 1.5rem !important;
row-gap: 1.5rem !important
}
.lg\:row-gap-8 {
grid-row-gap: 2rem !important;
row-gap: 2rem !important
}
.lg\:row-gap-10 {
grid-row-gap: 2.5rem !important;
row-gap: 2.5rem !important
}
.lg\:row-gap-12 {
grid-row-gap: 3rem !important;
row-gap: 3rem !important
}
.lg\:row-gap-16 {
grid-row-gap: 4rem !important;
row-gap: 4rem !important
}
.lg\:row-gap-20 {
grid-row-gap: 5rem !important;
row-gap: 5rem !important
}
.lg\:row-gap-24 {
grid-row-gap: 6rem !important;
row-gap: 6rem !important
}
.lg\:row-gap-32 {
grid-row-gap: 8rem !important;
row-gap: 8rem !important
}
.lg\:row-gap-40 {
grid-row-gap: 10rem !important;
row-gap: 10rem !important
}
.lg\:row-gap-48 {
grid-row-gap: 12rem !important;
row-gap: 12rem !important
}
.lg\:row-gap-56 {
grid-row-gap: 14rem !important;
row-gap: 14rem !important
}
.lg\:row-gap-64 {
grid-row-gap: 16rem !important;
row-gap: 16rem !important
}
.lg\:row-gap-px {
grid-row-gap: 1px !important;
row-gap: 1px !important
}
.lg\:grid-flow-row {
grid-auto-flow: row !important
}
.lg\:grid-flow-col {
grid-auto-flow: column !important
}
.lg\:grid-flow-row-dense {
grid-auto-flow: row dense !important
}
.lg\:grid-flow-col-dense {
grid-auto-flow: column dense !important
}
.lg\:grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr)) !important
}
.lg\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}
.lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr)) !important
}
.lg\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important
}
.lg\:grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr)) !important
}
.lg\:grid-cols-6 {
grid-template-columns: repeat(6, minmax(0, 1fr)) !important
}
.lg\:grid-cols-7 {
grid-template-columns: repeat(7, minmax(0, 1fr)) !important
}
.lg\:grid-cols-8 {
grid-template-columns: repeat(8, minmax(0, 1fr)) !important
}
.lg\:grid-cols-9 {
grid-template-columns: repeat(9, minmax(0, 1fr)) !important
}
.lg\:grid-cols-10 {
grid-template-columns: repeat(10, minmax(0, 1fr)) !important
}
.lg\:grid-cols-11 {
grid-template-columns: repeat(11, minmax(0, 1fr)) !important
}
.lg\:grid-cols-12 {
grid-template-columns: repeat(12, minmax(0, 1fr)) !important
}
.lg\:grid-cols-none {
grid-template-columns: none !important
}
.lg\:col-auto {
grid-column: auto !important
}
.lg\:col-span-1 {
grid-column: span 1 / span 1 !important
}
.lg\:col-span-2 {
grid-column: span 2 / span 2 !important
}
.lg\:col-span-3 {
grid-column: span 3 / span 3 !important
}
.lg\:col-span-4 {
grid-column: span 4 / span 4 !important
}
.lg\:col-span-5 {
grid-column: span 5 / span 5 !important
}
.lg\:col-span-6 {
grid-column: span 6 / span 6 !important
}
.lg\:col-span-7 {
grid-column: span 7 / span 7 !important
}
.lg\:col-span-8 {
grid-column: span 8 / span 8 !important
}
.lg\:col-span-9 {
grid-column: span 9 / span 9 !important
}
.lg\:col-span-10 {
grid-column: span 10 / span 10 !important
}
.lg\:col-span-11 {
grid-column: span 11 / span 11 !important
}
.lg\:col-span-12 {
grid-column: span 12 / span 12 !important
}
.lg\:col-start-1 {
grid-column-start: 1 !important
}
.lg\:col-start-2 {
grid-column-start: 2 !important
}
.lg\:col-start-3 {
grid-column-start: 3 !important
}
.lg\:col-start-4 {
grid-column-start: 4 !important
}
.lg\:col-start-5 {
grid-column-start: 5 !important
}
.lg\:col-start-6 {
grid-column-start: 6 !important
}
.lg\:col-start-7 {
grid-column-start: 7 !important
}
.lg\:col-start-8 {
grid-column-start: 8 !important
}
.lg\:col-start-9 {
grid-column-start: 9 !important
}
.lg\:col-start-10 {
grid-column-start: 10 !important
}
.lg\:col-start-11 {
grid-column-start: 11 !important
}
.lg\:col-start-12 {
grid-column-start: 12 !important
}
.lg\:col-start-13 {
grid-column-start: 13 !important
}
.lg\:col-start-auto {
grid-column-start: auto !important
}
.lg\:col-end-1 {
grid-column-end: 1 !important
}
.lg\:col-end-2 {
grid-column-end: 2 !important
}
.lg\:col-end-3 {
grid-column-end: 3 !important
}
.lg\:col-end-4 {
grid-column-end: 4 !important
}
.lg\:col-end-5 {
grid-column-end: 5 !important
}
.lg\:col-end-6 {
grid-column-end: 6 !important
}
.lg\:col-end-7 {
grid-column-end: 7 !important
}
.lg\:col-end-8 {
grid-column-end: 8 !important
}
.lg\:col-end-9 {
grid-column-end: 9 !important
}
.lg\:col-end-10 {
grid-column-end: 10 !important
}
.lg\:col-end-11 {
grid-column-end: 11 !important
}
.lg\:col-end-12 {
grid-column-end: 12 !important
}
.lg\:col-end-13 {
grid-column-end: 13 !important
}
.lg\:col-end-auto {
grid-column-end: auto !important
}
.lg\:grid-rows-1 {
grid-template-rows: repeat(1, minmax(0, 1fr)) !important
}
.lg\:grid-rows-2 {
grid-template-rows: repeat(2, minmax(0, 1fr)) !important
}
.lg\:grid-rows-3 {
grid-template-rows: repeat(3, minmax(0, 1fr)) !important
}
.lg\:grid-rows-4 {
grid-template-rows: repeat(4, minmax(0, 1fr)) !important
}
.lg\:grid-rows-5 {
grid-template-rows: repeat(5, minmax(0, 1fr)) !important
}
.lg\:grid-rows-6 {
grid-template-rows: repeat(6, minmax(0, 1fr)) !important
}
.lg\:grid-rows-none {
grid-template-rows: none !important
}
.lg\:row-auto {
grid-row: auto !important
}
.lg\:row-span-1 {
grid-row: span 1 / span 1 !important
}
.lg\:row-span-2 {
grid-row: span 2 / span 2 !important
}
.lg\:row-span-3 {
grid-row: span 3 / span 3 !important
}
.lg\:row-span-4 {
grid-row: span 4 / span 4 !important
}
.lg\:row-span-5 {
grid-row: span 5 / span 5 !important
}
.lg\:row-span-6 {
grid-row: span 6 / span 6 !important
}
.lg\:row-start-1 {
grid-row-start: 1 !important
}
.lg\:row-start-2 {
grid-row-start: 2 !important
}
.lg\:row-start-3 {
grid-row-start: 3 !important
}
.lg\:row-start-4 {
grid-row-start: 4 !important
}
.lg\:row-start-5 {
grid-row-start: 5 !important
}
.lg\:row-start-6 {
grid-row-start: 6 !important
}
.lg\:row-start-7 {
grid-row-start: 7 !important
}
.lg\:row-start-auto {
grid-row-start: auto !important
}
.lg\:row-end-1 {
grid-row-end: 1 !important
}
.lg\:row-end-2 {
grid-row-end: 2 !important
}
.lg\:row-end-3 {
grid-row-end: 3 !important
}
.lg\:row-end-4 {
grid-row-end: 4 !important
}
.lg\:row-end-5 {
grid-row-end: 5 !important
}
.lg\:row-end-6 {
grid-row-end: 6 !important
}
.lg\:row-end-7 {
grid-row-end: 7 !important
}
.lg\:row-end-auto {
grid-row-end: auto !important
}
.lg\:transform {
--transform-translate-x: 0 !important;
--transform-translate-y: 0 !important;
--transform-rotate: 0 !important;
--transform-skew-x: 0 !important;
--transform-skew-y: 0 !important;
--transform-scale-x: 1 !important;
--transform-scale-y: 1 !important;
transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
}
.lg\:transform-none {
transform: none !important
}
.lg\:origin-center {
transform-origin: center !important
}
.lg\:origin-top {
transform-origin: top !important
}
.lg\:origin-top-right {
transform-origin: top right !important
}
.lg\:origin-right {
transform-origin: right !important
}
.lg\:origin-bottom-right {
transform-origin: bottom right !important
}
.lg\:origin-bottom {
transform-origin: bottom !important
}
.lg\:origin-bottom-left {
transform-origin: bottom left !important
}
.lg\:origin-left {
transform-origin: left !important
}
.lg\:origin-top-left {
transform-origin: top left !important
}
.lg\:scale-0 {
--transform-scale-x: 0 !important;
--transform-scale-y: 0 !important
}
.lg\:scale-50 {
--transform-scale-x: .5 !important;
--transform-scale-y: .5 !important
}
.lg\:scale-75 {
--transform-scale-x: .75 !important;
--transform-scale-y: .75 !important
}
.lg\:scale-90 {
--transform-scale-x: .9 !important;
--transform-scale-y: .9 !important
}
.lg\:scale-95 {
--transform-scale-x: .95 !important;
--transform-scale-y: .95 !important
}
.lg\:scale-100 {
--transform-scale-x: 1 !important;
--transform-scale-y: 1 !important
}
.lg\:scale-105 {
--transform-scale-x: 1.05 !important;
--transform-scale-y: 1.05 !important
}
.lg\:scale-110 {
--transform-scale-x: 1.1 !important;
--transform-scale-y: 1.1 !important
}
.lg\:scale-125 {
--transform-scale-x: 1.25 !important;
--transform-scale-y: 1.25 !important
}
.lg\:scale-150 {
--transform-scale-x: 1.5 !important;
--transform-scale-y: 1.5 !important
}
.lg\:scale-x-0 {
--transform-scale-x: 0 !important
}
.lg\:scale-x-50 {
--transform-scale-x: .5 !important
}
.lg\:scale-x-75 {
--transform-scale-x: .75 !important
}
.lg\:scale-x-90 {
--transform-scale-x: .9 !important
}
.lg\:scale-x-95 {
--transform-scale-x: .95 !important
}
.lg\:scale-x-100 {
--transform-scale-x: 1 !important
}
.lg\:scale-x-105 {
--transform-scale-x: 1.05 !important
}
.lg\:scale-x-110 {
--transform-scale-x: 1.1 !important
}
.lg\:scale-x-125 {
--transform-scale-x: 1.25 !important
}
.lg\:scale-x-150 {
--transform-scale-x: 1.5 !important
}
.lg\:scale-y-0 {
--transform-scale-y: 0 !important
}
.lg\:scale-y-50 {
--transform-scale-y: .5 !important
}
.lg\:scale-y-75 {
--transform-scale-y: .75 !important
}
.lg\:scale-y-90 {
--transform-scale-y: .9 !important
}
.lg\:scale-y-95 {
--transform-scale-y: .95 !important
}
.lg\:scale-y-100 {
--transform-scale-y: 1 !important
}
.lg\:scale-y-105 {
--transform-scale-y: 1.05 !important
}
.lg\:scale-y-110 {
--transform-scale-y: 1.1 !important
}
.lg\:scale-y-125 {
--transform-scale-y: 1.25 !important
}
.lg\:scale-y-150 {
--transform-scale-y: 1.5 !important
}
.lg\:hover\:scale-0:hover {
--transform-scale-x: 0 !important;
--transform-scale-y: 0 !important
}
.lg\:hover\:scale-50:hover {
--transform-scale-x: .5 !important;
--transform-scale-y: .5 !important
}
.lg\:hover\:scale-75:hover {
--transform-scale-x: .75 !important;
--transform-scale-y: .75 !important
}
.lg\:hover\:scale-90:hover {
--transform-scale-x: .9 !important;
--transform-scale-y: .9 !important
}
.lg\:hover\:scale-95:hover {
--transform-scale-x: .95 !important;
--transform-scale-y: .95 !important
}
.lg\:hover\:scale-100:hover {
--transform-scale-x: 1 !important;
--transform-scale-y: 1 !important
}
.lg\:hover\:scale-105:hover {
--transform-scale-x: 1.05 !important;
--transform-scale-y: 1.05 !important
}
.lg\:hover\:scale-110:hover {
--transform-scale-x: 1.1 !important;
--transform-scale-y: 1.1 !important
}
.lg\:hover\:scale-125:hover {
--transform-scale-x: 1.25 !important;
--transform-scale-y: 1.25 !important
}
.lg\:hover\:scale-150:hover {
--transform-scale-x: 1.5 !important;
--transform-scale-y: 1.5 !important
}
.lg\:hover\:scale-x-0:hover {
--transform-scale-x: 0 !important
}
.lg\:hover\:scale-x-50:hover {
--transform-scale-x: .5 !important
}
.lg\:hover\:scale-x-75:hover {
--transform-scale-x: .75 !important
}
.lg\:hover\:scale-x-90:hover {
--transform-scale-x: .9 !important
}
.lg\:hover\:scale-x-95:hover {
--transform-scale-x: .95 !important
}
.lg\:hover\:scale-x-100:hover {
--transform-scale-x: 1 !important
}
.lg\:hover\:scale-x-105:hover {
--transform-scale-x: 1.05 !important
}
.lg\:hover\:scale-x-110:hover {
--transform-scale-x: 1.1 !important
}
.lg\:hover\:scale-x-125:hover {
--transform-scale-x: 1.25 !important
}
.lg\:hover\:scale-x-150:hover {
--transform-scale-x: 1.5 !important
}
.lg\:hover\:scale-y-0:hover {
--transform-scale-y: 0 !important
}
.lg\:hover\:scale-y-50:hover {
--transform-scale-y: .5 !important
}
.lg\:hover\:scale-y-75:hover {
--transform-scale-y: .75 !important
}
.lg\:hover\:scale-y-90:hover {
--transform-scale-y: .9 !important
}
.lg\:hover\:scale-y-95:hover {
--transform-scale-y: .95 !important
}
.lg\:hover\:scale-y-100:hover {
--transform-scale-y: 1 !important
}
.lg\:hover\:scale-y-105:hover {
--transform-scale-y: 1.05 !important
}
.lg\:hover\:scale-y-110:hover {
--transform-scale-y: 1.1 !important
}
.lg\:hover\:scale-y-125:hover {
--transform-scale-y: 1.25 !important
}
.lg\:hover\:scale-y-150:hover {
--transform-scale-y: 1.5 !important
}
.lg\:focus\:scale-0:focus {
--transform-scale-x: 0 !important;
--transform-scale-y: 0 !important
}
.lg\:focus\:scale-50:focus {
--transform-scale-x: .5 !important;
--transform-scale-y: .5 !important
}
.lg\:focus\:scale-75:focus {
--transform-scale-x: .75 !important;
--transform-scale-y: .75 !important
}
.lg\:focus\:scale-90:focus {
--transform-scale-x: .9 !important;
--transform-scale-y: .9 !important
}
.lg\:focus\:scale-95:focus {
--transform-scale-x: .95 !important;
--transform-scale-y: .95 !important
}
.lg\:focus\:scale-100:focus {
--transform-scale-x: 1 !important;
--transform-scale-y: 1 !important
}
.lg\:focus\:scale-105:focus {
--transform-scale-x: 1.05 !important;
--transform-scale-y: 1.05 !important
}
.lg\:focus\:scale-110:focus {
--transform-scale-x: 1.1 !important;
--transform-scale-y: 1.1 !important
}
.lg\:focus\:scale-125:focus {
--transform-scale-x: 1.25 !important;
--transform-scale-y: 1.25 !important
}
.lg\:focus\:scale-150:focus {
--transform-scale-x: 1.5 !important;
--transform-scale-y: 1.5 !important
}
.lg\:focus\:scale-x-0:focus {
--transform-scale-x: 0 !important
}
.lg\:focus\:scale-x-50:focus {
--transform-scale-x: .5 !important
}
.lg\:focus\:scale-x-75:focus {
--transform-scale-x: .75 !important
}
.lg\:focus\:scale-x-90:focus {
--transform-scale-x: .9 !important
}
.lg\:focus\:scale-x-95:focus {
--transform-scale-x: .95 !important
}
.lg\:focus\:scale-x-100:focus {
--transform-scale-x: 1 !important
}
.lg\:focus\:scale-x-105:focus {
--transform-scale-x: 1.05 !important
}
.lg\:focus\:scale-x-110:focus {
--transform-scale-x: 1.1 !important
}
.lg\:focus\:scale-x-125:focus {
--transform-scale-x: 1.25 !important
}
.lg\:focus\:scale-x-150:focus {
--transform-scale-x: 1.5 !important
}
.lg\:focus\:scale-y-0:focus {
--transform-scale-y: 0 !important
}
.lg\:focus\:scale-y-50:focus {
--transform-scale-y: .5 !important
}
.lg\:focus\:scale-y-75:focus {
--transform-scale-y: .75 !important
}
.lg\:focus\:scale-y-90:focus {
--transform-scale-y: .9 !important
}
.lg\:focus\:scale-y-95:focus {
--transform-scale-y: .95 !important
}
.lg\:focus\:scale-y-100:focus {
--transform-scale-y: 1 !important
}
.lg\:focus\:scale-y-105:focus {
--transform-scale-y: 1.05 !important
}
.lg\:focus\:scale-y-110:focus {
--transform-scale-y: 1.1 !important
}
.lg\:focus\:scale-y-125:focus {
--transform-scale-y: 1.25 !important
}
.lg\:focus\:scale-y-150:focus {
--transform-scale-y: 1.5 !important
}
.lg\:rotate-0 {
--transform-rotate: 0 !important
}
.lg\:rotate-45 {
--transform-rotate: 45deg !important
}
.lg\:rotate-90 {
--transform-rotate: 90deg !important
}
.lg\:rotate-180 {
--transform-rotate: 180deg !important
}
.lg\:-rotate-180 {
--transform-rotate: -180deg !important
}
.lg\:-rotate-90 {
--transform-rotate: -90deg !important
}
.lg\:-rotate-45 {
--transform-rotate: -45deg !important
}
.lg\:hover\:rotate-0:hover {
--transform-rotate: 0 !important
}
.lg\:hover\:rotate-45:hover {
--transform-rotate: 45deg !important
}
.lg\:hover\:rotate-90:hover {
--transform-rotate: 90deg !important
}
.lg\:hover\:rotate-180:hover {
--transform-rotate: 180deg !important
}
.lg\:hover\:-rotate-180:hover {
--transform-rotate: -180deg !important
}
.lg\:hover\:-rotate-90:hover {
--transform-rotate: -90deg !important
}
.lg\:hover\:-rotate-45:hover {
--transform-rotate: -45deg !important
}
.lg\:focus\:rotate-0:focus {
--transform-rotate: 0 !important
}
.lg\:focus\:rotate-45:focus {
--transform-rotate: 45deg !important
}
.lg\:focus\:rotate-90:focus {
--transform-rotate: 90deg !important
}
.lg\:focus\:rotate-180:focus {
--transform-rotate: 180deg !important
}
.lg\:focus\:-rotate-180:focus {
--transform-rotate: -180deg !important
}
.lg\:focus\:-rotate-90:focus {
--transform-rotate: -90deg !important
}
.lg\:focus\:-rotate-45:focus {
--transform-rotate: -45deg !important
}
.lg\:translate-x-0 {
--transform-translate-x: 0 !important
}
.lg\:translate-x-1 {
--transform-translate-x: 0.25rem !important
}
.lg\:translate-x-2 {
--transform-translate-x: 0.5rem !important
}
.lg\:translate-x-3 {
--transform-translate-x: 0.75rem !important
}
.lg\:translate-x-4 {
--transform-translate-x: 1rem !important
}
.lg\:translate-x-5 {
--transform-translate-x: 1.25rem !important
}
.lg\:translate-x-6 {
--transform-translate-x: 1.5rem !important
}
.lg\:translate-x-8 {
--transform-translate-x: 2rem !important
}
.lg\:translate-x-10 {
--transform-translate-x: 2.5rem !important
}
.lg\:translate-x-12 {
--transform-translate-x: 3rem !important
}
.lg\:translate-x-16 {
--transform-translate-x: 4rem !important
}
.lg\:translate-x-20 {
--transform-translate-x: 5rem !important
}
.lg\:translate-x-24 {
--transform-translate-x: 6rem !important
}
.lg\:translate-x-32 {
--transform-translate-x: 8rem !important
}
.lg\:translate-x-40 {
--transform-translate-x: 10rem !important
}
.lg\:translate-x-48 {
--transform-translate-x: 12rem !important
}
.lg\:translate-x-56 {
--transform-translate-x: 14rem !important
}
.lg\:translate-x-64 {
--transform-translate-x: 16rem !important
}
.lg\:translate-x-px {
--transform-translate-x: 1px !important
}
.lg\:-translate-x-1 {
--transform-translate-x: -0.25rem !important
}
.lg\:-translate-x-2 {
--transform-translate-x: -0.5rem !important
}
.lg\:-translate-x-3 {
--transform-translate-x: -0.75rem !important
}
.lg\:-translate-x-4 {
--transform-translate-x: -1rem !important
}
.lg\:-translate-x-5 {
--transform-translate-x: -1.25rem !important
}
.lg\:-translate-x-6 {
--transform-translate-x: -1.5rem !important
}
.lg\:-translate-x-8 {
--transform-translate-x: -2rem !important
}
.lg\:-translate-x-10 {
--transform-translate-x: -2.5rem !important
}
.lg\:-translate-x-12 {
--transform-translate-x: -3rem !important
}
.lg\:-translate-x-16 {
--transform-translate-x: -4rem !important
}
.lg\:-translate-x-20 {
--transform-translate-x: -5rem !important
}
.lg\:-translate-x-24 {
--transform-translate-x: -6rem !important
}
.lg\:-translate-x-32 {
--transform-translate-x: -8rem !important
}
.lg\:-translate-x-40 {
--transform-translate-x: -10rem !important
}
.lg\:-translate-x-48 {
--transform-translate-x: -12rem !important
}
.lg\:-translate-x-56 {
--transform-translate-x: -14rem !important
}
.lg\:-translate-x-64 {
--transform-translate-x: -16rem !important
}
.lg\:-translate-x-px {
--transform-translate-x: -1px !important
}
.lg\:-translate-x-full {
--transform-translate-x: -100% !important
}
.lg\:-translate-x-1-2 {
--transform-translate-x: -50% !important
}
.lg\:translate-x-1-2 {
--transform-translate-x: 50% !important
}
.lg\:translate-x-full {
--transform-translate-x: 100% !important
}
.lg\:translate-y-0 {
--transform-translate-y: 0 !important
}
.lg\:translate-y-1 {
--transform-translate-y: 0.25rem !important
}
.lg\:translate-y-2 {
--transform-translate-y: 0.5rem !important
}
.lg\:translate-y-3 {
--transform-translate-y: 0.75rem !important
}
.lg\:translate-y-4 {
--transform-translate-y: 1rem !important
}
.lg\:translate-y-5 {
--transform-translate-y: 1.25rem !important
}
.lg\:translate-y-6 {
--transform-translate-y: 1.5rem !important
}
.lg\:translate-y-8 {
--transform-translate-y: 2rem !important
}
.lg\:translate-y-10 {
--transform-translate-y: 2.5rem !important
}
.lg\:translate-y-12 {
--transform-translate-y: 3rem !important
}
.lg\:translate-y-16 {
--transform-translate-y: 4rem !important
}
.lg\:translate-y-20 {
--transform-translate-y: 5rem !important
}
.lg\:translate-y-24 {
--transform-translate-y: 6rem !important
}
.lg\:translate-y-32 {
--transform-translate-y: 8rem !important
}
.lg\:translate-y-40 {
--transform-translate-y: 10rem !important
}
.lg\:translate-y-48 {
--transform-translate-y: 12rem !important
}
.lg\:translate-y-56 {
--transform-translate-y: 14rem !important
}
.lg\:translate-y-64 {
--transform-translate-y: 16rem !important
}
.lg\:translate-y-px {
--transform-translate-y: 1px !important
}
.lg\:-translate-y-1 {
--transform-translate-y: -0.25rem !important
}
.lg\:-translate-y-2 {
--transform-translate-y: -0.5rem !important
}
.lg\:-translate-y-3 {
--transform-translate-y: -0.75rem !important
}
.lg\:-translate-y-4 {
--transform-translate-y: -1rem !important
}
.lg\:-translate-y-5 {
--transform-translate-y: -1.25rem !important
}
.lg\:-translate-y-6 {
--transform-translate-y: -1.5rem !important
}
.lg\:-translate-y-8 {
--transform-translate-y: -2rem !important
}
.lg\:-translate-y-10 {
--transform-translate-y: -2.5rem !important
}
.lg\:-translate-y-12 {
--transform-translate-y: -3rem !important
}
.lg\:-translate-y-16 {
--transform-translate-y: -4rem !important
}
.lg\:-translate-y-20 {
--transform-translate-y: -5rem !important
}
.lg\:-translate-y-24 {
--transform-translate-y: -6rem !important
}
.lg\:-translate-y-32 {
--transform-translate-y: -8rem !important
}
.lg\:-translate-y-40 {
--transform-translate-y: -10rem !important
}
.lg\:-translate-y-48 {
--transform-translate-y: -12rem !important
}
.lg\:-translate-y-56 {
--transform-translate-y: -14rem !important
}
.lg\:-translate-y-64 {
--transform-translate-y: -16rem !important
}
.lg\:-translate-y-px {
--transform-translate-y: -1px !important
}
.lg\:-translate-y-full {
--transform-translate-y: -100% !important
}
.lg\:-translate-y-1-2 {
--transform-translate-y: -50% !important
}
.lg\:translate-y-1-2 {
--transform-translate-y: 50% !important
}
.lg\:translate-y-full {
--transform-translate-y: 100% !important
}
.lg\:hover\:translate-x-0:hover {
--transform-translate-x: 0 !important
}
.lg\:hover\:translate-x-1:hover {
--transform-translate-x: 0.25rem !important
}
.lg\:hover\:translate-x-2:hover {
--transform-translate-x: 0.5rem !important
}
.lg\:hover\:translate-x-3:hover {
--transform-translate-x: 0.75rem !important
}
.lg\:hover\:translate-x-4:hover {
--transform-translate-x: 1rem !important
}
.lg\:hover\:translate-x-5:hover {
--transform-translate-x: 1.25rem !important
}
.lg\:hover\:translate-x-6:hover {
--transform-translate-x: 1.5rem !important
}
.lg\:hover\:translate-x-8:hover {
--transform-translate-x: 2rem !important
}
.lg\:hover\:translate-x-10:hover {
--transform-translate-x: 2.5rem !important
}
.lg\:hover\:translate-x-12:hover {
--transform-translate-x: 3rem !important
}
.lg\:hover\:translate-x-16:hover {
--transform-translate-x: 4rem !important
}
.lg\:hover\:translate-x-20:hover {
--transform-translate-x: 5rem !important
}
.lg\:hover\:translate-x-24:hover {
--transform-translate-x: 6rem !important
}
.lg\:hover\:translate-x-32:hover {
--transform-translate-x: 8rem !important
}
.lg\:hover\:translate-x-40:hover {
--transform-translate-x: 10rem !important
}
.lg\:hover\:translate-x-48:hover {
--transform-translate-x: 12rem !important
}
.lg\:hover\:translate-x-56:hover {
--transform-translate-x: 14rem !important
}
.lg\:hover\:translate-x-64:hover {
--transform-translate-x: 16rem !important
}
.lg\:hover\:translate-x-px:hover {
--transform-translate-x: 1px !important
}
.lg\:hover\:-translate-x-1:hover {
--transform-translate-x: -0.25rem !important
}
.lg\:hover\:-translate-x-2:hover {
--transform-translate-x: -0.5rem !important
}
.lg\:hover\:-translate-x-3:hover {
--transform-translate-x: -0.75rem !important
}
.lg\:hover\:-translate-x-4:hover {
--transform-translate-x: -1rem !important
}
.lg\:hover\:-translate-x-5:hover {
--transform-translate-x: -1.25rem !important
}
.lg\:hover\:-translate-x-6:hover {
--transform-translate-x: -1.5rem !important
}
.lg\:hover\:-translate-x-8:hover {
--transform-translate-x: -2rem !important
}
.lg\:hover\:-translate-x-10:hover {
--transform-translate-x: -2.5rem !important
}
.lg\:hover\:-translate-x-12:hover {
--transform-translate-x: -3rem !important
}
.lg\:hover\:-translate-x-16:hover {
--transform-translate-x: -4rem !important
}
.lg\:hover\:-translate-x-20:hover {
--transform-translate-x: -5rem !important
}
.lg\:hover\:-translate-x-24:hover {
--transform-translate-x: -6rem !important
}
.lg\:hover\:-translate-x-32:hover {
--transform-translate-x: -8rem !important
}
.lg\:hover\:-translate-x-40:hover {
--transform-translate-x: -10rem !important
}
.lg\:hover\:-translate-x-48:hover {
--transform-translate-x: -12rem !important
}
.lg\:hover\:-translate-x-56:hover {
--transform-translate-x: -14rem !important
}
.lg\:hover\:-translate-x-64:hover {
--transform-translate-x: -16rem !important
}
.lg\:hover\:-translate-x-px:hover {
--transform-translate-x: -1px !important
}
.lg\:hover\:-translate-x-full:hover {
--transform-translate-x: -100% !important
}
.lg\:hover\:-translate-x-1-2:hover {
--transform-translate-x: -50% !important
}
.lg\:hover\:translate-x-1-2:hover {
--transform-translate-x: 50% !important
}
.lg\:hover\:translate-x-full:hover {
--transform-translate-x: 100% !important
}
.lg\:hover\:translate-y-0:hover {
--transform-translate-y: 0 !important
}
.lg\:hover\:translate-y-1:hover {
--transform-translate-y: 0.25rem !important
}
.lg\:hover\:translate-y-2:hover {
--transform-translate-y: 0.5rem !important
}
.lg\:hover\:translate-y-3:hover {
--transform-translate-y: 0.75rem !important
}
.lg\:hover\:translate-y-4:hover {
--transform-translate-y: 1rem !important
}
.lg\:hover\:translate-y-5:hover {
--transform-translate-y: 1.25rem !important
}
.lg\:hover\:translate-y-6:hover {
--transform-translate-y: 1.5rem !important
}
.lg\:hover\:translate-y-8:hover {
--transform-translate-y: 2rem !important
}
.lg\:hover\:translate-y-10:hover {
--transform-translate-y: 2.5rem !important
}
.lg\:hover\:translate-y-12:hover {
--transform-translate-y: 3rem !important
}
.lg\:hover\:translate-y-16:hover {
--transform-translate-y: 4rem !important
}
.lg\:hover\:translate-y-20:hover {
--transform-translate-y: 5rem !important
}
.lg\:hover\:translate-y-24:hover {
--transform-translate-y: 6rem !important
}
.lg\:hover\:translate-y-32:hover {
--transform-translate-y: 8rem !important
}
.lg\:hover\:translate-y-40:hover {
--transform-translate-y: 10rem !important
}
.lg\:hover\:translate-y-48:hover {
--transform-translate-y: 12rem !important
}
.lg\:hover\:translate-y-56:hover {
--transform-translate-y: 14rem !important
}
.lg\:hover\:translate-y-64:hover {
--transform-translate-y: 16rem !important
}
.lg\:hover\:translate-y-px:hover {
--transform-translate-y: 1px !important
}
.lg\:hover\:-translate-y-1:hover {
--transform-translate-y: -0.25rem !important
}
.lg\:hover\:-translate-y-2:hover {
--transform-translate-y: -0.5rem !important
}
.lg\:hover\:-translate-y-3:hover {
--transform-translate-y: -0.75rem !important
}
.lg\:hover\:-translate-y-4:hover {
--transform-translate-y: -1rem !important
}
.lg\:hover\:-translate-y-5:hover {
--transform-translate-y: -1.25rem !important
}
.lg\:hover\:-translate-y-6:hover {
--transform-translate-y: -1.5rem !important
}
.lg\:hover\:-translate-y-8:hover {
--transform-translate-y: -2rem !important
}
.lg\:hover\:-translate-y-10:hover {
--transform-translate-y: -2.5rem !important
}
.lg\:hover\:-translate-y-12:hover {
--transform-translate-y: -3rem !important
}
.lg\:hover\:-translate-y-16:hover {
--transform-translate-y: -4rem !important
}
.lg\:hover\:-translate-y-20:hover {
--transform-translate-y: -5rem !important
}
.lg\:hover\:-translate-y-24:hover {
--transform-translate-y: -6rem !important
}
.lg\:hover\:-translate-y-32:hover {
--transform-translate-y: -8rem !important
}
.lg\:hover\:-translate-y-40:hover {
--transform-translate-y: -10rem !important
}
.lg\:hover\:-translate-y-48:hover {
--transform-translate-y: -12rem !important
}
.lg\:hover\:-translate-y-56:hover {
--transform-translate-y: -14rem !important
}
.lg\:hover\:-translate-y-64:hover {
--transform-translate-y: -16rem !important
}
.lg\:hover\:-translate-y-px:hover {
--transform-translate-y: -1px !important
}
.lg\:hover\:-translate-y-full:hover {
--transform-translate-y: -100% !important
}
.lg\:hover\:-translate-y-1-2:hover {
--transform-translate-y: -50% !important
}
.lg\:hover\:translate-y-1-2:hover {
--transform-translate-y: 50% !important
}
.lg\:hover\:translate-y-full:hover {
--transform-translate-y: 100% !important
}
.lg\:focus\:translate-x-0:focus {
--transform-translate-x: 0 !important
}
.lg\:focus\:translate-x-1:focus {
--transform-translate-x: 0.25rem !important
}
.lg\:focus\:translate-x-2:focus {
--transform-translate-x: 0.5rem !important
}
.lg\:focus\:translate-x-3:focus {
--transform-translate-x: 0.75rem !important
}
.lg\:focus\:translate-x-4:focus {
--transform-translate-x: 1rem !important
}
.lg\:focus\:translate-x-5:focus {
--transform-translate-x: 1.25rem !important
}
.lg\:focus\:translate-x-6:focus {
--transform-translate-x: 1.5rem !important
}
.lg\:focus\:translate-x-8:focus {
--transform-translate-x: 2rem !important
}
.lg\:focus\:translate-x-10:focus {
--transform-translate-x: 2.5rem !important
}
.lg\:focus\:translate-x-12:focus {
--transform-translate-x: 3rem !important
}
.lg\:focus\:translate-x-16:focus {
--transform-translate-x: 4rem !important
}
.lg\:focus\:translate-x-20:focus {
--transform-translate-x: 5rem !important
}
.lg\:focus\:translate-x-24:focus {
--transform-translate-x: 6rem !important
}
.lg\:focus\:translate-x-32:focus {
--transform-translate-x: 8rem !important
}
.lg\:focus\:translate-x-40:focus {
--transform-translate-x: 10rem !important
}
.lg\:focus\:translate-x-48:focus {
--transform-translate-x: 12rem !important
}
.lg\:focus\:translate-x-56:focus {
--transform-translate-x: 14rem !important
}
.lg\:focus\:translate-x-64:focus {
--transform-translate-x: 16rem !important
}
.lg\:focus\:translate-x-px:focus {
--transform-translate-x: 1px !important
}
.lg\:focus\:-translate-x-1:focus {
--transform-translate-x: -0.25rem !important
}
.lg\:focus\:-translate-x-2:focus {
--transform-translate-x: -0.5rem !important
}
.lg\:focus\:-translate-x-3:focus {
--transform-translate-x: -0.75rem !important
}
.lg\:focus\:-translate-x-4:focus {
--transform-translate-x: -1rem !important
}
.lg\:focus\:-translate-x-5:focus {
--transform-translate-x: -1.25rem !important
}
.lg\:focus\:-translate-x-6:focus {
--transform-translate-x: -1.5rem !important
}
.lg\:focus\:-translate-x-8:focus {
--transform-translate-x: -2rem !important
}
.lg\:focus\:-translate-x-10:focus {
--transform-translate-x: -2.5rem !important
}
.lg\:focus\:-translate-x-12:focus {
--transform-translate-x: -3rem !important
}
.lg\:focus\:-translate-x-16:focus {
--transform-translate-x: -4rem !important
}
.lg\:focus\:-translate-x-20:focus {
--transform-translate-x: -5rem !important
}
.lg\:focus\:-translate-x-24:focus {
--transform-translate-x: -6rem !important
}
.lg\:focus\:-translate-x-32:focus {
--transform-translate-x: -8rem !important
}
.lg\:focus\:-translate-x-40:focus {
--transform-translate-x: -10rem !important
}
.lg\:focus\:-translate-x-48:focus {
--transform-translate-x: -12rem !important
}
.lg\:focus\:-translate-x-56:focus {
--transform-translate-x: -14rem !important
}
.lg\:focus\:-translate-x-64:focus {
--transform-translate-x: -16rem !important
}
.lg\:focus\:-translate-x-px:focus {
--transform-translate-x: -1px !important
}
.lg\:focus\:-translate-x-full:focus {
--transform-translate-x: -100% !important
}
.lg\:focus\:-translate-x-1-2:focus {
--transform-translate-x: -50% !important
}
.lg\:focus\:translate-x-1-2:focus {
--transform-translate-x: 50% !important
}
.lg\:focus\:translate-x-full:focus {
--transform-translate-x: 100% !important
}
.lg\:focus\:translate-y-0:focus {
--transform-translate-y: 0 !important
}
.lg\:focus\:translate-y-1:focus {
--transform-translate-y: 0.25rem !important
}
.lg\:focus\:translate-y-2:focus {
--transform-translate-y: 0.5rem !important
}
.lg\:focus\:translate-y-3:focus {
--transform-translate-y: 0.75rem !important
}
.lg\:focus\:translate-y-4:focus {
--transform-translate-y: 1rem !important
}
.lg\:focus\:translate-y-5:focus {
--transform-translate-y: 1.25rem !important
}
.lg\:focus\:translate-y-6:focus {
--transform-translate-y: 1.5rem !important
}
.lg\:focus\:translate-y-8:focus {
--transform-translate-y: 2rem !important
}
.lg\:focus\:translate-y-10:focus {
--transform-translate-y: 2.5rem !important
}
.lg\:focus\:translate-y-12:focus {
--transform-translate-y: 3rem !important
}
.lg\:focus\:translate-y-16:focus {
--transform-translate-y: 4rem !important
}
.lg\:focus\:translate-y-20:focus {
--transform-translate-y: 5rem !important
}
.lg\:focus\:translate-y-24:focus {
--transform-translate-y: 6rem !important
}
.lg\:focus\:translate-y-32:focus {
--transform-translate-y: 8rem !important
}
.lg\:focus\:translate-y-40:focus {
--transform-translate-y: 10rem !important
}
.lg\:focus\:translate-y-48:focus {
--transform-translate-y: 12rem !important
}
.lg\:focus\:translate-y-56:focus {
--transform-translate-y: 14rem !important
}
.lg\:focus\:translate-y-64:focus {
--transform-translate-y: 16rem !important
}
.lg\:focus\:translate-y-px:focus {
--transform-translate-y: 1px !important
}
.lg\:focus\:-translate-y-1:focus {
--transform-translate-y: -0.25rem !important
}
.lg\:focus\:-translate-y-2:focus {
--transform-translate-y: -0.5rem !important
}
.lg\:focus\:-translate-y-3:focus {
--transform-translate-y: -0.75rem !important
}
.lg\:focus\:-translate-y-4:focus {
--transform-translate-y: -1rem !important
}
.lg\:focus\:-translate-y-5:focus {
--transform-translate-y: -1.25rem !important
}
.lg\:focus\:-translate-y-6:focus {
--transform-translate-y: -1.5rem !important
}
.lg\:focus\:-translate-y-8:focus {
--transform-translate-y: -2rem !important
}
.lg\:focus\:-translate-y-10:focus {
--transform-translate-y: -2.5rem !important
}
.lg\:focus\:-translate-y-12:focus {
--transform-translate-y: -3rem !important
}
.lg\:focus\:-translate-y-16:focus {
--transform-translate-y: -4rem !important
}
.lg\:focus\:-translate-y-20:focus {
--transform-translate-y: -5rem !important
}
.lg\:focus\:-translate-y-24:focus {
--transform-translate-y: -6rem !important
}
.lg\:focus\:-translate-y-32:focus {
--transform-translate-y: -8rem !important
}
.lg\:focus\:-translate-y-40:focus {
--transform-translate-y: -10rem !important
}
.lg\:focus\:-translate-y-48:focus {
--transform-translate-y: -12rem !important
}
.lg\:focus\:-translate-y-56:focus {
--transform-translate-y: -14rem !important
}
.lg\:focus\:-translate-y-64:focus {
--transform-translate-y: -16rem !important
}
.lg\:focus\:-translate-y-px:focus {
--transform-translate-y: -1px !important
}
.lg\:focus\:-translate-y-full:focus {
--transform-translate-y: -100% !important
}
.lg\:focus\:-translate-y-1-2:focus {
--transform-translate-y: -50% !important
}
.lg\:focus\:translate-y-1-2:focus {
--transform-translate-y: 50% !important
}
.lg\:focus\:translate-y-full:focus {
--transform-translate-y: 100% !important
}
.lg\:skew-x-0 {
--transform-skew-x: 0 !important
}
.lg\:skew-x-3 {
--transform-skew-x: 3deg !important
}
.lg\:skew-x-6 {
--transform-skew-x: 6deg !important
}
.lg\:skew-x-12 {
--transform-skew-x: 12deg !important
}
.lg\:-skew-x-12 {
--transform-skew-x: -12deg !important
}
.lg\:-skew-x-6 {
--transform-skew-x: -6deg !important
}
.lg\:-skew-x-3 {
--transform-skew-x: -3deg !important
}
.lg\:skew-y-0 {
--transform-skew-y: 0 !important
}
.lg\:skew-y-3 {
--transform-skew-y: 3deg !important
}
.lg\:skew-y-6 {
--transform-skew-y: 6deg !important
}
.lg\:skew-y-12 {
--transform-skew-y: 12deg !important
}
.lg\:-skew-y-12 {
--transform-skew-y: -12deg !important
}
.lg\:-skew-y-6 {
--transform-skew-y: -6deg !important
}
.lg\:-skew-y-3 {
--transform-skew-y: -3deg !important
}
.lg\:hover\:skew-x-0:hover {
--transform-skew-x: 0 !important
}
.lg\:hover\:skew-x-3:hover {
--transform-skew-x: 3deg !important
}
.lg\:hover\:skew-x-6:hover {
--transform-skew-x: 6deg !important
}
.lg\:hover\:skew-x-12:hover {
--transform-skew-x: 12deg !important
}
.lg\:hover\:-skew-x-12:hover {
--transform-skew-x: -12deg !important
}
.lg\:hover\:-skew-x-6:hover {
--transform-skew-x: -6deg !important
}
.lg\:hover\:-skew-x-3:hover {
--transform-skew-x: -3deg !important
}
.lg\:hover\:skew-y-0:hover {
--transform-skew-y: 0 !important
}
.lg\:hover\:skew-y-3:hover {
--transform-skew-y: 3deg !important
}
.lg\:hover\:skew-y-6:hover {
--transform-skew-y: 6deg !important
}
.lg\:hover\:skew-y-12:hover {
--transform-skew-y: 12deg !important
}
.lg\:hover\:-skew-y-12:hover {
--transform-skew-y: -12deg !important
}
.lg\:hover\:-skew-y-6:hover {
--transform-skew-y: -6deg !important
}
.lg\:hover\:-skew-y-3:hover {
--transform-skew-y: -3deg !important
}
.lg\:focus\:skew-x-0:focus {
--transform-skew-x: 0 !important
}
.lg\:focus\:skew-x-3:focus {
--transform-skew-x: 3deg !important
}
.lg\:focus\:skew-x-6:focus {
--transform-skew-x: 6deg !important
}
.lg\:focus\:skew-x-12:focus {
--transform-skew-x: 12deg !important
}
.lg\:focus\:-skew-x-12:focus {
--transform-skew-x: -12deg !important
}
.lg\:focus\:-skew-x-6:focus {
--transform-skew-x: -6deg !important
}
.lg\:focus\:-skew-x-3:focus {
--transform-skew-x: -3deg !important
}
.lg\:focus\:skew-y-0:focus {
--transform-skew-y: 0 !important
}
.lg\:focus\:skew-y-3:focus {
--transform-skew-y: 3deg !important
}
.lg\:focus\:skew-y-6:focus {
--transform-skew-y: 6deg !important
}
.lg\:focus\:skew-y-12:focus {
--transform-skew-y: 12deg !important
}
.lg\:focus\:-skew-y-12:focus {
--transform-skew-y: -12deg !important
}
.lg\:focus\:-skew-y-6:focus {
--transform-skew-y: -6deg !important
}
.lg\:focus\:-skew-y-3:focus {
--transform-skew-y: -3deg !important
}
.lg\:transition-none {
transition-property: none !important
}
.lg\:transition-all {
transition-property: all !important
}
.lg\:transition {
transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important
}
.lg\:transition-colors {
transition-property: background-color, border-color, color, fill, stroke !important
}
.lg\:transition-opacity {
transition-property: opacity !important
}
.lg\:transition-shadow {
transition-property: box-shadow !important
}
.lg\:transition-transform {
transition-property: transform !important
}
.lg\:ease-linear {
transition-timing-function: linear !important
}
.lg\:ease-in {
transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
}
.lg\:ease-out {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
}
.lg\:ease-in-out {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
}
.lg\:duration-75 {
transition-duration: 75ms !important
}
.lg\:duration-100 {
transition-duration: 100ms !important
}
.lg\:duration-150 {
transition-duration: 150ms !important
}
.lg\:duration-200 {
transition-duration: 200ms !important
}
.lg\:duration-300 {
transition-duration: 300ms !important
}
.lg\:duration-500 {
transition-duration: 500ms !important
}
.lg\:duration-700 {
transition-duration: 700ms !important
}
.lg\:duration-1000 {
transition-duration: 1000ms !important
}
.lg\:delay-75 {
transition-delay: 75ms !important
}
.lg\:delay-100 {
transition-delay: 100ms !important
}
.lg\:delay-150 {
transition-delay: 150ms !important
}
.lg\:delay-200 {
transition-delay: 200ms !important
}
.lg\:delay-300 {
transition-delay: 300ms !important
}
.lg\:delay-500 {
transition-delay: 500ms !important
}
.lg\:delay-700 {
transition-delay: 700ms !important
}
.lg\:delay-1000 {
transition-delay: 1000ms !important
}
}
|