/* Admin Sidebar Styles */

/* Ensure all text and icons in sidebar are white */
#sidebar {
    color: white;
}

#sidebar * {
    color: inherit;
}

#sidebar a,
#sidebar button,
#sidebar span,
#sidebar p,
#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
    color: white;
}

/* Phosphor Icons Styling */
.ph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 1em;
    height: 1em;
}

/* Sidebar Icon Sizing */
#sidebar .ph {
    flex-shrink: 0;
    color: white;
}

#sidebar ph-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    color: white;
}

/* Ensure icons inherit white color */
#sidebar i.ph {
    color: white;
}