﻿/* Base style */
.list-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

/* Background colors */
.red-bg {
    background-color: #dc3545;
}

.green-bg {
    background-color: #28a745;
}

.orange-bg {
    background-color: #fd7e14;
}

/* Custom icons using emojis or letters */
.icon-identy::before {
    content: "🆔"; /* ID card icon for e-EPIC */
}

.icon-environment::before {
    content: "🌿"; /* Environment icon for iRAD */
}

.icon-doc::before {
    content: "📄"; /* Document icon for Aadhar Enrollment */
}
