.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    background: #ffffff;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 2rem 0;
    overflow: auto;
}

.datagrid table td,
.datagrid table th {
    padding: 9px 10px;
}

.datagrid table thead th {
    /* background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF0000), color-stop(1, #AF2631) );
	background:-moz-linear-gradient( center top, #FF0000 5%, #AF2631 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#AF2631');background-color:#FF0000; */
    background: #E00009;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-left: 0 solid #496DA2;
}

.datagrid table tbody tr th,
.datagrid table tbody tr td {
    color: #021730 !important;
}

.datagrid table thead th:first-child {
    border: none;
}

.datagrid th {
    border-bottom: 2px solid #496DA2;
}
/* .datagrid tr{
	background-color: #f0f0f0;
} */


.resalta:hover {
    background-color: #f0f0f0;
}

.datagrid table tbody td {
    color: #000000;
    font-size: 14px;
    border-bottom: 2px solid #496DA2;
    font-weight: normal;
}

.datagrid table tbody td:first-child {
    border-left: none;
}


.img-fisica {
    height: 12rem;
    width: auto;
}

.img-tecnica {
    height: 15rem;
    width: auto;
}

.img-mental {
    height: 15rem;
    width: auto;
}

.img-tactica {
    height: 15rem;
    width: auto;
}

.r-card {
    margin-top: 3rem;
    background-color: hsla(0, 0%, 100%, 0.495);
    width: auto;
    padding: 1rem;
}

