/* Estilos para la Area Privada APROSE */
._df_button {
    background-color: #fff!important;
}
.area-privada-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Layout básico */
.min-h-screen {
    min-height: 100vh;
}

.bg-gradient-to-br {
    background: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-green-50 {
    --tw-gradient-from: #f0fdf4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0));
}

.to-emerald-50 {
    --tw-gradient-to: #ecfdf5;
}

/* Header */
.bg-white {
    background-color: #ffffff;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.border-b-4 {
    border-bottom-width: 4px;
}

.border-green-500 {
    border-color: #22c55e;
}

.max-w-7xl {
    max-width: 80rem;
}

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

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.flex {
    display: flex;
}

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

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

.space-x-4> :not([hidden])~ :not([hidden]) {
    margin-left: 1rem;
}

.space-x-3> :not([hidden])~ :not([hidden]) {
    margin-left: 0.75rem;
}

.space-x-2> :not([hidden])~ :not([hidden]) {
    margin-left: 0.5rem;
}

/* Typography */
.text-3xl {
    font-size: 1.875rem!important;
    line-height: 2.25rem!important;
}

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

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

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

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

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

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

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

.text-gray-900 {
    color: #111827!important;
}

.text-gray-600 {
    color: #4b5563!important;
}

.text-gray-500 {
    color: #6b7280!important;
}

.text-gray-400 {
    color: #9ca3af!important;
}

.text-green-600 {
    color: #16a34a!important;
}

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

.leading-relaxed {
    line-height: 1.625!important;
}

.leading-tight {
    line-height: 1.25!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Layout components */
.rounded-2xl {
    border-radius: 1rem!important;
}

.rounded-xl {
    border-radius: 0.75rem!important;
}

.rounded-lg {
    border-radius: 0.5rem!important;
}

.rounded-full {
    border-radius: 9999px!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);
}

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

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

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

.border-green-100 {
    border-color: #dcfce7!important;
}

.border-gray-200 {
    border-color: #e5e7eb!important;
}

.border-gray-300 {
    border-color: #d1d5db!important;
}

/* Grid */
.grid {
    display: grid!important;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))!important;
}

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

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Backgrounds */
.bg-green-100 {
    background-color: #dcfce7!important;
}

.bg-green-400 {
    background-color: #4ade80!important;
}

.bg-green-500 {
    background-color: #22c55e!important;
}

.bg-green-600 {
    background-color: #16a34a!important;
}

.bg-green-700 {
    background-color: #15803d!important;
}

.bg-gray-50 {
    background-color: #f9fafb!important;
}

.bg-gray-100 {
    background-color: #f3f4f6!important;
}

/* Gradients para botones */
.from-green-400 {
    --tw-gradient-from: #4ade80;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0));
}

.from-green-500 {
    --tw-gradient-from: #22c55e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0));
}

.from-green-600 {
    --tw-gradient-from: #16a34a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0));
}

.to-green-500 {
    --tw-gradient-to: #22c55e!important;
}

.to-green-600 {
    --tw-gradient-to: #16a34a!important;
}

.to-green-700 {
    --tw-gradient-to: #15803d!important;
}

/* Botones de categoría */
.categoria-btn {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom right, var(--tw-gradient-stops));
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.categoria-btn:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.categoria-btn .absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.categoria-btn:hover .absolute {
    opacity: 0.1;
}

/* Iconos */
.h-8 {
    height: 2rem;
}

.w-8 {
    width: 2rem;
}

.h-6 {
    height: 1.5rem;
}

.w-6 {
    width: 1.5rem;
}

.h-5 {
    height: 1.25rem;
}

.w-5 {
    width: 1.25rem;
}

.h-4 {
    height: 1rem;
}

.w-4 {
    width: 1rem;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

/* Posicionamiento */
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.left-3 {
    left: 0.75rem;
}

.top-1\/2 {
    top: 50%;
}

.transform {
    transform: translateY(-50%);
}

.-translate-y-1\/2 {
    transform: translateY(-50%);
}

.-translate-y-1 {
    transform: translateY(-0.25rem);
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Flexbox utilities */
.flex-1 {
    flex: 1 1 0%;
}

.flex-col {
    flex-direction: column;
}

@media (min-width: 640px) {
    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:space-y-0> :not([hidden])~ :not([hidden]) {
        margin-top: 0;
    }

    .sm\:space-x-4> :not([hidden])~ :not([hidden]) {
        margin-left: 1rem;
    }
}
/*
.space-y-4> :not([hidden])~ :not([hidden]) {
    margin-top: 1rem;
}
*/
/* Form elements */
.w-full {
    width: 100%;
}

input,
select {
    appearance: none;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #ffffff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input:focus,
select:focus {
    outline: none;
    border-color: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}

/* Tabs */
.tab-btn {
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

.tab-btn.active {
    border-bottom-color: #22c55e;
    color: #16a34a;
}

.tab-btn:not(.active) {
    color: #6b7280;
}

.tab-btn:not(.active):hover {
    color: #374151;
    border-bottom-color: #d1d5db;
}

/* Transitions */
.transition-colors {
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

/* Opacity */
.opacity-0 {
    opacity: 0;
}

.opacity-10 {
    opacity: 0.1;
}

/* Hover effects */
.hover\:bg-gray-50:hover {
    background-color: #f9fafb;
}

.hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
}

.hover\:shadow-xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:text-gray-700:hover {
    color: #374151;
}

.hover\:border-gray-300:hover {
    border-color: #d1d5db;
}

/* Button styles */
button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

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

.border-transparent {
    border-color: transparent;
}

/* Focus styles */
.focus\:ring-2:focus {
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.5);
}

.focus\:ring-green-500:focus {
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.5);
}

.focus\:border-transparent:focus {
    border-color: transparent;
}

/* Right aligned text */
.text-right {
    text-align: right;
}

/* Additional spacing for responsiveness */
@media (min-width: 640px) {
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.categoria-btn.active-cat .cat-card{
    border: 2px solid #16a34a!important;
    /* verde */
    background: #dcfce7!important;
    /* fondo verde claro */
    color: #16a34a!important;
    /* texto verde */
}
.categoria-btn.active-cat .cat-card {
    border: 2px solid #16a34a !important;
    background: #dcfce7 !important;
}

.categoria-btn.active-cat .cat-card .cat-text {
    color: #16a34a !important;
}

.categoria-btn.active-cat .cat-card svg {
    stroke: #16a34a !important;
    /* para icono */
}
.login-form-compact,
#lostpasswordform,
.page-area-privada {
    position: relative !important;
    z-index: 20 !important;
    /* más que el dropdown */
}
div[style*="opacity:0.8"][style*="z-index:8"] {
    display: none !important;
}
.page-id-398 #lostpasswordform {
    position: relative !important;
    z-index: 20 !important;
}

/* por si querés resaltar el botón seleccionado */
.categoria-btn.active .cat-card {
    outline: 2px solid #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, .2);
}