.card-datatable {
    overflow-x: auto;
    overflow-y: auto;
}

#main_page {
    height: 100vh;
    width: 100vw;
}

.PENDING {
    color: rgba(219, 147, 14, 0.623) !important;
}

.REJECT {
    color: rgba(216, 19, 19, 0.623) !important;
}

.APPROVE {
    color: rgba(28, 151, 28, 0.623) !important;
}