.select2-container .select2-selection--single {
    height: 3rem !important; /* Mantém a altura */
    border-radius: 0.5rem !important; /* Arredondamento */
    border: 2px solid #D1D5DB !important; /* Borda cinza */
    background: linear-gradient(to bottom, #F9FAFB, #FFFFFF) !important; /* Mesmo fundo */
    width: 100%;
    max-width: none;
    transition: all 0.3s ease-in-out; /* Suaviza a transição */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    color: #374151 !important; /* Cor do texto */
    font-size: 12px !important;
    padding-left: 0.75rem !important;
    width: 100% !important;
    max-width: none;
    font-weight: 500;
}

/* Foco igual ao Select original */
.select2-container--default .select2-selection--single:focus {
    border-color: #3B82F6 !important; /* Azul do focus */
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2) !important; /* Efeito de foco */
}

.select2-search__field {
    outline: none !important; /* Remove o contorno ao focar */
    box-shadow: none !important; /* Remove qualquer efeito de sombra */
    border-color: transparent !important; /* Remove a borda ao focar */
}

#Microrregiao-select{
    width: 100% !important;
    max-width: none;
}

.select-dois, .select2, .select2-container, .select2-container--default {
    width: 100% !important;
    max-width: none;
}


