.badge-active .badge-circle {
    border-color: #065b43 !important;
    background-color: white !important;
    box-shadow: 0 4px 12px rgba(6, 91, 67, 0.15);
}

.badge-active .badge-img {
    grayscale: 0 !important;
    opacity: 1 !important;
}

.badge-active .badge-indicator {
    scale: 1 !important;
}

.badge-active .badge-label {
    color: #065b43 !important;
    font-weight: 900;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in { animation: fadeIn 0.3s ease-out forwards; }

.no-scrollbar::-webkit-scrollbar { display: none; }

.h-screen-90vh{
    height: 90vh;
}


