.modal-body .form-group {
    margin-bottom: 0.5rem;
}

.modal-body .form-group label {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

.modal-body .form-control {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
}

.modal-lg {
    max-width: 90%;
}

/* Custom styles for manage_sporters table */
.manage-sporters-table.table-striped > tbody > tr > td {
    color: black !important; /* Ensure all text in this table is black */
    background-color: white !important; /* Default white background for all cells */
}

.manage-sporters-table.table-striped > tbody > tr:nth-of-type(odd) > td {
    background-color: #90ee90 !important; /* LightGreen for odd rows */
    color: black !important;
}
