/* FindInMoz — Select2 padrão para selects alimentados pela base de dados */
.fim-db-select + .select2-container{width:100%!important;max-width:100%;}
.select2-container--default .select2-selection--single{min-height:44px;border:1px solid #dfe7ee;border-radius:13px;background:#fff;display:flex;align-items:center;box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease;}
.select2-container--default .select2-selection--single .select2-selection__rendered{width:100%;padding:0 38px 0 13px;color:#26384b;font-size:12.5px;font-weight:700;line-height:42px;}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#94a3b8;font-weight:650;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:42px;right:7px;}
.select2-container--default.select2-container--focus .select2-selection--single,.select2-container--default.select2-container--open .select2-selection--single{border-color:#20c4a8;box-shadow:0 0 0 4px rgba(32,196,168,.10);}
.select2-container--default .select2-selection--multiple{min-height:44px;border:1px solid #dfe7ee;border-radius:13px;padding:4px 7px;background:#fff;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{border:1px solid rgba(32,196,168,.22);border-radius:999px;background:#e9fbf7;color:#0f766e;font-size:11px;font-weight:800;padding:3px 8px;}
.select2-container--open .select2-dropdown{z-index:150000;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 18px 44px rgba(15,23,42,.14);}
.select2-container--default .select2-search--dropdown .select2-search__field{min-height:38px;border:1px solid #e2e8f0;border-radius:10px;outline:0;padding:7px 10px;font-size:12px;}
.select2-container--default .select2-results__option{padding:9px 11px;font-size:12px;font-weight:650;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background:#17a890;color:#fff;}
