/*.modal-dialog.modal-dialog-centered {
    max-width: 800px !important;
}*/
.table thead tr th {
    padding-block: 10px;
    text-transform: capitalize;
}

.table tbody tr td {
    padding-block: 10px;
    /* You can add text-transform if you want */
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgb(226 229 233 / 6%);
}
.mandotry {
    vertical-align: sub;
    color: #ff0000;
    font-size: 17px;
}