/*
Theme Name: result
Theme URI: NA
Author: Amit Bera
Author URI: https://amitbera.in/
Description: In 2025, full dynamic responsive private theme.
Version: 2.0
Text Domain: res
*/

.user-data .table {
  --bs-table-bg: #eff1af;
	border: 1px solid #bbb385;
}
.user-data .table th {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
}
.user-data .table td {
    color: #000;
    font-weight: 500;
    text-align: center;
}
.user-data .table td, .user-data .table th, .user-data .table tr{
    border-width: 1px;
}
/*.user-data table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.user-data table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
.user-data table tr {
	background-color: #fff;
	border: 1px solid #e1e5e9;
	padding: .35em;
	border-radius: 3px;
}
.user-data table thead tr:first-child {
    border: 1px solid #0f82e6;
}
.user-data table th,
.user-data table td {
	text-align: center;
	color: #000;
}

.user-data table td:nth-child(4) {
	font-size: 18px;
}

.user-data table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #4b050d;
    color: #FFF;
    border: 1px solid #4b050d;
    padding: 15px 0;
}

/*.user-data tbody tr:nth-child(even) {
	background-color: #558bcf;
}

.user-data tbody tr:nth-child(odd) {
	background-color: #56cf55;
}
*/
/*@media screen and (max-width: 600px) {
	.user-data table {
		border: 0;
	}
	.user-data table caption {
		font-size: 1.3em;
	}
	.user-data table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		position: absolute;
		width: 1px;
		padding: 0;
	}
	.user-data table tr {
		border-bottom: 3px solid #e1e5e9;
		display: block;
		margin-bottom: .625em;
	}
	.user-data table th,
	.user-data table td {
		padding: 0.625em;
	}
	.user-data table td {
		border-bottom: 1px solid #e1e5e9;
		display: block;
		font-size: .8em;
		text-align: right;
		color: #9da9b9;
	}
	.user-data table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
		color: #656971;
	}
	.user-data table td:last-child {
		border-bottom: 0;
	}
	.user-data table td:nth-child(4) {
		font-size: 0.8em;
	}
*/