i.fas.fa-bars {
    color: white !important;
}

#role {
    color: black !important;
    background: lightslategrey !important;
}

#login-name-class {
    display: inline-block;
    padding-right: 15px !important;
}

.login-user {
    border-left: 2px solid #3C4057 !important;
    padding-left: 15px !important;
    display: inline-block
}

#role-name {
    padding-left: 15px !important;
    display: inline-block
}

.welcome-back-img {
    position: absolute;
    bottom: 0;
    right: 2rem;
    height: 217px;
    width: 403px;
}

    /* ✅ Add a + icon only when the row is expandable */
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before {
        content: "\f0fe" !important;
        /* Font Awesome plus-square icon */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: #ffc107;
        margin-right: 6px;
        cursor: pointer;
    }

    /* ✅ Hide icon when table is NOT collapsed */
    table.dataTable:not(.collapsed)>tbody>tr>td:first-child:before {
        display: none !important;
    }

    .customchildwrapper {
    width: 50%;
}

.custom3col {
    width: 33%;
}


@media screen and (max-width: 768px) {
        .customchildwrapper {
    width: 100%;
}

.custom3col {
    width: 100%;
}
    div.dataTables_wrapper div.dataTables_length select {
        width: calc(100% - 80px);
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_length label,
    div.dataTables_wrapper div.dataTables_filter label {
        width: 80%;
        margin: 5px;
        padding: 0px;
    }

    .dt-buttons.btn-group {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: calc(100% - 80px);
    }

    .dt-buttons.btn-group .btn-outline-secondary {
        color: #fff;
        border-color: #fff;
    }

    .dt-buttons.btn-group .btn-outline-secondary:hover,
    .dt-buttons.btn-group .btn-outline-secondary:visited {

        background: linear-gradient(310deg, #d2af1f, #9a781f) !important
            /*background-image: linear-gradient(310deg, #f76e1e, #ffc400) !important;*/
            /*background-image: linear-gradient(310deg,#7928ca,#ff0080) !important;*/
    }
}