/**
 * RedActivaMéxico - Avatars Neon Component
 */

body:not(.light-mode) .user-image,
body:not(.light-mode) .user-avatar img,
body:not(.light-mode) .profile-image,
body:not(.light-mode) img[src*="avatar"],
body:not(.light-mode) img[src*="upload/photos"] {
    box-shadow: var(--ram-avatar-glow-bottom) !important;
}

body:not(.light-mode) .navbar-default .user-avatar img,
body:not(.light-mode) .navbar-default .user-image {
    box-shadow: var(--ram-avatar-glow-header) !important;
}

body:not(.light-mode) .sidebar-profile-style .user-avatar img,
body:not(.light-mode) .sidebar-profile-style .user-image {
    box-shadow: var(--ram-avatar-glow-sidebar) !important;
}

body:not(.light-mode) .left-sidebar .user-avatar img,
body:not(.light-mode) .left-sidebar .user-image {
    box-shadow: var(--ram-avatar-glow-sidebar) !important;
}
