.card_waas5d4s5 {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    direction:rtl !important;
    text-align:right;
    background-color: white;

}

.mud-table-pagination {
    direction: ltr !important;
    text-align: left;
}

th.mud-table-cell {
    background-color: var(--blue) !important;
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: solid;
    border-width: 1px;
}

.stickyTable {
    overflow: auto !important;
    max-height: 400px;
    border-radius: 15px 15px 0 0;
}

    .stickyTable table thead {
        position: sticky;
        top: 0;
        z-index: 1;
    }


    .stickyTable table tbody {
        overflow: auto;
    }

    .stickyTable th, .stickyTable td {
        font-size: 16px;
        font-weight: bold;
    }

    .stickyTable td {
        color: var(--blue) !important;
    }
