/* Listeo's mobile media rule paints the Select2 rendered-label spans pale.
 * Keep them transparent so their existing dark selection shell shows through. */
body.rsh-account-skin #dashboard .dashboard-chart-full .select2-selection__rendered {
    background: transparent !important;
    color: #eaf6f8 !important;
}

body.rsh-account-skin #dashboard .dashboard-chart-full .select2-selection__arrow {
    background: transparent !important;
    color: #eaf6f8 !important;
}
