body {
	color: #333333;
	font-family: 'Poppins', sans-serif;
	background-color: #f5f5f5;
	margin: auto;
    padding: 20px;
}

h1 {
	font-size: 40px;
    margin-bottom: 45px;
    font-weight: bold;
}

h2 {
	font-size: 30px;
    margin-bottom: 16px;
    font-weight: bold;
    text-align: center;
}

h3 {
    font-size: 18px;
    margin-bottom: 60px;
    text-align: center;
}

a {
    color: #222222;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #d20107;
}

.pop table {
	border: 1px solid #777777;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 40px;
}

.pop thead th {
	border: 1px solid #777777;
	background-color: #333333;
	color:  #ffffff;
	padding: 15px;
}

.pop tbody th {
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    padding: 0px;
    background-color: white;
}

.pop tbody tr:nth-child(even) th {
    background-color: #eeeeee;
}

.pop table th.first {
    position: sticky;
    left: -1px;
    z-index: 2;
    padding: 0;
    border-inline: unset;
}

.pop table thead th.first>div {
    padding: 15px;
    border-left: 1px solid #777777;
    min-height: 104px;
    min-width: 66.69px;
    display: flex;
}

.pop table tbody th.first>div {
    width: 100%;
    height: 73px;
    border-left: 1px solid #777777;
}

.pop #sets th.first>div {
    border-right: 1px solid #777777;
}

.pop table th.second {
    position: sticky;
    left: 65.69px;
    z-index: 2;
    padding: 0;
    border-inline: unset;
}

.pop table thead th.second>div {
    padding: 15px;
    border-left: 1px solid #777777;
    min-height: 104px;
    min-width: 66.69px;
    border-right: 1px solid #777777;
    display: flex;
}

.pop table tbody th.second>div {
    width: 100%;
    height: 73px;
    border-right: 1px solid #777777;
    border-left: 1px solid #777777;
}

.pop table tbody th {
    font-weight: 100;
    text-align: left;
    position: relative;
}

.pop caption {
  text-align: left;
  padding: 0.25rem;
  position: sticky;
  left: 0;
}

[role="region"][aria-labelledby][tabindex]:focus {
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    outline: 0;
}

.pop td {
	border:  1px solid #777777;
	padding: 15px;
    position: relative;
}

.pop .totalRow th {
    background-color: #C4C4C4;
    color: #333333;
}

.pop tr:nth-child(odd) {
    background-color: #ffffff;
}

.pop tr:nth-child(even) {
    background-color: #eeeeee;
}

.pop #sets td:nth-child(1), #sets th:nth-child(1) {
    text-align: left;
}

.pop #setdetails td:nth-child(1), .pop #setdetails th:nth-child(1),
.pop #setdetails td:nth-child(2), .pop #setdetails th:nth-child(2) {
    text-align: left;
}

.breadcrumb {
    text-transform: uppercase;
}

.subcrumb {
    color: #797979;
    margin-left: 4px;
}

.pop .wrapper {
    position: relative;
    overflow: auto;
    white-space: nowrap;
}

.pop.view {
    margin: auto;
    width: 100%;
}

.pop.view.sports {
    display: grid;
    row-gap: 37px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-items: center;
}

.pop .sport {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 230px;
    height: 390px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.14);
    padding: 20px 25px;
    position: relative;
}

.pop .sport a {
    text-decoration: none;
}

.pop .sport img {
    width: 180px;
    height: 290px;
    margin-bottom: 16px;
}

.pop .clickable {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;     
    z-index: 1;
  }
