.background-image {
    /* Specify the URL of your background image */
    background-image: url('TAR_Home.png');
    
    /* Ensure the image covers the entire div */
    background-size: cover;
    
    /* Center the background image */
    background-position: center;
    
    /* Set the dimensions of the div as needed */
    height: calc(100% + 160px);
    width: 100%;
    background-repeat: no-repeat;
    margin: 0;
    overflow-x: hidden;
}
header {
            height: 160px;
            background-color: #000000;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-bottom: 1px solid #FFF;
}

h1 {
	color: white;
	font-size: 40px;
	justify-content: center;
	font-weight: bold;
}
h3 {
	color: white;
	font-size: 32px;
	justify-content: left;
	font-weight: bold;
}
h4 {
	color: white;
	font-size: 32px;
	justify-content: center;
	font-weight: bold;
}
h5 {
	color: white;
	font-size: 24px;
	justify-content: center;
	font-weight: bold;
}
h6 {
	color: white;
	font-size: 32px;
	justify-content: center;
	font-weight: bold;
}
h7 {
	color: white;
	font-size: 24px;
	justify-content: center;
	font-weight: bold;
}
h8 {
	color: white;
	font-size: 32px;
	justify-content: center;
	font-weight: bold;
}
h9 {
	color: white;
	font-size: 24px;
	justify-content: center;
	font-weight: bold;
}
h10 {
	color: white;
	font-size: 32px;
	justify-content: center;
	font-weight: bold;
}
h11 {
	color: white;
	font-size: 24px;
	justify-content: center;
	font-weight: bold;
}
h12 {
	color: white;
	font-size: 16px;
	justify-content: left;
	font-weight: bold;
}
.text {
    /* Style your text as needed */
    color: white;
    font-size: 2em;
}

h13 {
	color: white;
	padding: 24px;
	font-size: 30px;
	justify-content: left;
	font-weight: bold;
}

h14 {
	color: white;
	padding: 24px;
	font-size: 30px;
	justify-content: left;
	font-weight: bold;
}
h15 {
	color: white;
	padding: 24px;
	font-size: 18px;
	justify-content: left;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.extra-space1 {
	padding-bottom: 64px;
}
.extra-space2 {
	padding-bottom: 32px;
}
.extra-space3 {
	padding-bottom: 8px;
}
.extra-space4 {
	padding-bottom: 1px;
}
.extra-space5 {
	margin-left: 32px;
	padding-bottom: 1px;
}
.extra-space6 {
	margin-left: 64px;
	padding-bottom: 1px;
}





.container {
    display: flex;
}

.sidebar {
    width: 200px; /* Adjust the width of the sidebar */
    background: #000000;
    padding: 20px;
    height: calc(100vh - 60px); /* Adjust based on header height */
    box-sizing: border-box;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
}

.sidebar ul li a {
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.sidebar ul li a:hover {
    background-color: #3F3F3F;
}

main {
    flex-grow: 1;
    padding: 20px;
}



.grid-header {
	background-color: transparent;
	display: grid;
	grid-template-columns: repeat(4, minmax(120px, 1fr));
	grid-template-rows: min-content;
	gap: 1px;
	border: none;
	margin-top: -10px;
	height: 50px;
}

.grid-item {
	margin-left: 40px;
	background-color: transparent;
	box-sizing: border-box;
	padding: 5px;
	line-height: 1.0;
	text-align: left;
	justify-content: left;
	color: white;
	font-size: 24px;
}

.grid-header .grid-item:nth-child(-n+4) {
	font-size: 40px;
}

.grid-header8 {
	background-color: transparent;
	display: grid;
	grid-template-columns: repeat(3, minmax(120px, 1fr));
	grid-template-rows: min-content;
	gap: 1px;
	border: none;
	margin-top: -10px;
	height: 50px;
}

.grid-item8 {
	margin-left: 40px;
	background-color: transparent;
	box-sizing: border-box;
	padding: 5px;
	line-height: 1.0;
	text-align: left;
	justify-content: left;
	color: white;
	font-size: 24px;
}

.grid-header8 .grid-item8:nth-child(-n+3) {
	font-size: 40px;
}


.leader-header {
	background-color: transparent;
	display: grid;
	grid-template-columns: repeat(6, minmax(120px, 1fr));
	grid-template-rows: min-content;
	gap: 1px;
	border: none;
	margin-top: -10px;
	height: 50px;
}

.leader-item {
	margin-left: 40px;
	background-color: transparent;
	box-sizing: border-box;
	padding: 5px;
	line-height: 1.0;
	text-align: left;
	justify-content: left;
	color: white;
	font-size: 18px;
}

.leader-header .leader-item:nth-child(-n+6) {
	font-size: 40px;
}	

.leader-headerList {
	background-color: transparent;
	display: grid;
	grid-template-columns: repeat(6, minmax(120px, 1fr));
	grid-template-rows: min-content;
	gap: 1px;
	border: none;
	margin-top: -10px;
	height: 50px;
}

.leader-itemList {
	margin-left: 40px;
	background-color: transparent;
	box-sizing: border-box;
	padding: 5px;
	line-height: 1.0;
	text-align: left;
	justify-content: left;
	color: white;
	font-size: 14px;
}

.leader-headerList .leader-itemList:nth-child(-n+6) {
	font-size: 14px;
}	


.theme {
  height: 100%;
  width: 100%;
  position: absolute;
}
.bracket {
  padding: 40px;
  margin: 5px;
}
.bracket {
  display: flex;
  flex-direction: row;
  position: relative;
}
.column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-around;
  align-content: center;
}
.match {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 240px;
  max-width: 240px;
  height: 62px;
  margin: 12px 24px 12px 0;
}
.match .match-top {
  border-radius: 2px 2px 0 0;
}
.match .match-bottom {
  border-radius: 0 0 2px 2px;
}
.match .team {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  position: relative;
}
.match .team span {
  padding-left: 8px;
}
.match .team span:last-child {
  padding-right: 8px;
}
.match .team .score {
  margin-left: auto;
}
.match .team:first-child {
  margin-bottom: -1px;
}
.match-lines {
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0;
  margin-top: 0px;
  right: -1px;
}
.match-lines .line {
  background: red;
  position: absolute;
}
.match-lines .line.one {
  height: 1px;
  width: 12px;
}
.match-lines .line.two {
  height: 44px;
  width: 1px;
  left: 11px;
}
.match-lines.alt {
  left: -12px;
}
.match:nth-child(even) .match-lines .line.two {
  transform: translate(0, -100%);
}
.column:first-child .match-lines.alt {
  display: none;
}
.column:last-child .match-lines {
  display: none;
}
.column:last-child .match-lines.alt {
  display: block;
}
.column:nth-child(2) .match-lines .line.two {
  height: 88px;
}
.column:nth-child(3) .match-lines .line.two {
  height: 175px;
}
.column:nth-child(4) .match-lines .line.two {
  height: 262px;
}
.column:nth-child(5) .match-lines .line.two {
  height: 349px;
}
.disable-image .image,
.disable-seed .seed,
.disable-name .name,
.disable-score .score {
  display: none !important;
}
.disable-borders {
  border-width: 0px !important;
}
.disable-borders .team {
  border-width: 0px !important;
}
.disable-seperator .match-top {
  border-bottom: 0px !important;
}
.disable-seperator .match-bottom {
  border-top: 0px !important;
}
.disable-seperator .team:first-child {
  margin-bottom: 0px;
}




/* Dark Theme */
.theme-dark {

}
.theme-dark .match-lines .line {
  background: #FFFFFF;
}
.theme-dark .team {
  background: #000000;
  color: #818589;
}
.theme-dark .winner-top .match-top,
.theme-dark .winner-bottom .match-bottom {
  background: #98FB98;
  color: #000000;
  z-index: 1;
}
.theme-dark .winner-top .match-top .score,
.theme-dark .winner-bottom .match-bottom .score {
  color: #000000;
}
.theme-dark .match .seed {
  font-size: 12px;
  min-width: 10px;
}
.theme-dark .match .score {
  font-size: 14px;
}