.swal2-actions { display: flex !important; justify-content: center; }
.swal2-equal-width { flex: 1; min-width: 110px; justify-content: center; }
html .swal2-popup, html.dark .swal2-popup { box-shadow: 0 0 20px #2563eb !important; }
html.dark .swal2-popup { background-color: #030712 !important; color: #f9fafb !important; }
html.dark .swal2-title { color: #f9fafb !important; }
html.dark .swal2-html-container { color: #d1d5db !important; }
.select2-container--bootstrap-5 .select2-selection { padding: 0.6rem 2.5rem !important; height: 46px !important; }
.select2-container--bootstrap-5 .select2-selection,
.select2-container--bootstrap-5 .select2-dropdown {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0.4rem !important;
    background-color: #f4f4f5 !important;
    border: 1px solid #f4f4f5 !important;
    color: #111827 !important;
    font-size: 16px !important;
    width: 100%;
}
.select2-container--bootstrap-5 .select2-search__field {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0.4rem !important;
    background-color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    width: 100%;
}
.select2-container--bootstrap-5 .select2-results__option { font-size: 16px !important; }
.select2-container--bootstrap-5 .select2-dropdown { margin-top: 8px !important; font-size: 10px !important; box-shadow: 0 0 6px #2563eb !important; }
.select2-container--bootstrap-5 .select2-search__field { margin: 8px 0px !important; }
.dark .select2-container--bootstrap-5 .select2-selection,
.dark .select2-container--bootstrap-5 .select2-dropdown {
    background-color: #111827 !important;
    border-color: #111827 !important;
    color: white !important;
    width: 100%;
}
.dark .select2-container--bootstrap-5 .select2-search__field {
    background-color: #09090b !important;
    border-color: #09090b !important;
    color: white !important;
    width: 100%;
}
.dark .select2-container--bootstrap-5 .select2-selection__rendered { color: white !important; }
