﻿.table-grid {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left;
}

    .table-grid th, .table-grid td {
        padding: 10px;
        border: 1px solid #e0e0e0;
    }

    .table-grid th {
        background-color: #f7f7f7;
        color: #555;
        font-weight: bold;
    }

    .table-grid tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .table-grid .group-row {
        background-color: #eaeaea;
        font-weight: bold;
        cursor: pointer;
    }

        .table-grid .group-row:hover {
            background-color: #dcdcdc;
        }

.expand-icon {
    font-size: 16px;
    margin-right: 8px;
    cursor: pointer;
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: 0;
        height: 0;
    }

    .custom-checkbox span {
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        border: 2px solid #555;
        border-radius: 3px;
        background-color: white;
        box-sizing: border-box;
    }

    .custom-checkbox input:checked + span {
        border-color: #e91e63;
        background-color: #e91e63;
    }

.title-grid-role {
    color: #667085;
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
}

.minititle-grid-role {
    color: #667085;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.11px;
}

.titlegroup-grid-role {
    color: #101828;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.item-grid-role {
    color: #101828;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}