* {
    font-family: 'Outfit', sans-serif;
    box-sizing: border-box;
}

select#provinceFilter {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3E%3Cpath stroke='%23475569' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right 1.25rem center;
    background-repeat: no-repeat;
    background-size: 0.7rem auto;
    padding-right: 3.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f8fafc;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 8px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.search-item {
    outline: none;
}

.search-item.bg-slate-100 {
    background-color: #f1f5f9 !important;
    border-left: 4px solid #2563eb;
}

.initial-container-state {
    min-height: 160px;
}

@media (max-width: 380px) {
    input[type="text"], select {
        font-size: 16px !important;
    }
}