#crudTable {
    tr {

        &:has(.bg-light-green) > * {
            background-color: $green !important; 
            box-shadow: inset 0 0 0 9999px $green !important;
        }

        &:has(.bg-light-blue) > * {
            background-color: $light-blue !important; 
            box-shadow: inset 0 0 0 9999px $light-blue !important;
        }
        
        &:has(.bg-light-red) > * {
            background-color: $light-red !important; 
            box-shadow: inset 0 0 0 9999px $light-red !important;
        }

        &:has(.bg-calltypeColor0) > * {
            background-color: $callTypeColor0 !important; 
            box-shadow: inset 0 0 0 9999px $callTypeColor0 !important;
        }

        &:has(.bg-calltypeColor1) > * {
            background-color: $callTypeColor1 !important; 
            box-shadow: inset 0 0 0 9999px $callTypeColor1 !important;
        }

        &:has(.bg-calltypeColor2) > * {
            background-color: $callTypeColor2 !important; 
            box-shadow: inset 0 0 0 9999px $callTypeColor2 !important;
        }

        &:has(.bg-calltypeColor3) > * {
            background-color: $callTypeColor3 !important; 
            box-shadow: inset 0 0 0 9999px $callTypeColor3 !important;
        }

        &:has(.bg-calltypeColor4) > * {
            background-color: $callTypeColor4 !important; 
            box-shadow: inset 0 0 0 9999px $callTypeColor4 !important;
        }

        &:has(.bg-calltypeColor5) > * {
            background-color: $callTypeColor5 !important; 
            box-shadow: inset 0 0 0 9999px $callTypeColor5 !important;
        }

        .completed {
            background-color: $light-blue;
            padding:2px;
        }

        &:has(.bg-voicemail) > * {
            background-color: $voicemailColor !important; 
            box-shadow: inset 0 0 0 9999px $voicemailColor !important;
        }
    }

    .action-icon {
        font-size: 24px;
    }


} 

#crudTable_wrapper .table-striped > tbody > tr:nth-of-type(odd) > * {
    box-shadow: none;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    --tblr-table-accent-bg: white;
}

