.dac-entries-wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	gap: 3px;
	width: 100%;
	padding: 0 6px 30px;
	box-sizing: border-box;
}

.dac-entries-wrap .dac-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
	vertical-align: unset;
}

.dac-entries-wrap .dac-match {
	background: #00166680;
	color: #fff;
	width: 126px;
	border: 1px solid #ffffff;
	border-radius: 20px;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 10px;
}

.dac-entries-wrap .dac-match .dac-team {
	cursor: pointer;
	opacity: 0.4;
	display: block;
}

.dac-entries-wrap .dac-match .dac-team:hover,
.dac-entries-wrap .dac-match .dac-team.selected {
	opacity: 1;
}

.dac-entries-wrap .dac-match br {
	display: none;
}

.dac-entries-wrap .dac-match .dac-match-team-details {
	background: #fff;
	color: #000;
	width: 100px;
	height: 30px;
	margin: 2px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	border-radius: 5px;
}

.dac-entries-wrap .dac-match .dac-match-team-details img {
	width: 27px;
	height: 25px;
}

.dac-entries-wrap .dac-match .dac-match-team-details span {
	font-size: 11px;
	font-family: 'UEFAEuro-Bold';
}

.dac-prediction-match-preview .dac-group {
	width: 126px;
	height: auto;
	display: block;
	position: relative;
	background: #00166680;
	color: #fff;
	border: 1px solid #ffffff;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 4px;
	padding: 0px 10px 10px;
}

.dac-prediction-match-preview .dac-group-name {
	padding: 6px 0px;
	font-size: 14px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 76%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 76%);
}

.dac-prediction-match-preview .dac-team-selection {
	background: #fff;
	color: #000;
	width: 100px;
	height: 30px;
	margin: 2px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	border-radius: 5px;
}

.dac-prediction-match-preview .dac-team-selection img {
	width: 28px;
	height: 24px;
}

.dac-prediction-match-preview .dac-team-selection span {
	font-size: 11px;
	font-family: 'UEFAEuro-Bold';
}

.dac-entries-wrap .dac-column.groups-left,
.dac-entries-wrap .dac-column.groups-right {
	width: 134px;
	gap: 0;
	margin-top: -230px;
}

.dac-entries-wrap .dac-column.groups-left .dac-league-title,
.dac-entries-wrap .dac-column.groups-right .dac-league-title {
	width: 126px;
}

.dac-entries-wrap .dac-column.round {
	width: 130px;
	align-items: center;
	margin-top: -150px;
}

.dac-column.round .dac-spacer.top-spacer {
	height: 44px;
}

.dac-column.round .dac-spacer {
	height: 4px;
}

.dac-column.round .dac-league-title {
	width: 118px;
}

.dac-column.round .border {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
}

.dac-entries-wrap .dac-column.round16 {
	width: 130px;
	align-items: center;
	margin-top: 76px;
}

.dac-column.round16 .dac-spacer {
	height: 13px;
}

.dac-column.round16 .dac-league-title {
	width: 118px;
	margin-top: -17px;
}

.dac-column.round16 .border {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dac-entries-wrap .dac-column.quarter {
	width: 130px;
	align-items: center;
	text-align: center;
}

.dac-entries-wrap .dac-column.quarter-left,
.dac-entries-wrap .dac-column.quarter-right {
	text-align: center;
	margin-top: 175px;
}

.dac-column.quarter .dac-spacer.dac-quarter-final-spacer {
	height: 0;
}

.dac-column.quarter .dac-spacer {
	height: 15px;
}

.dac-column.quarter .dac-league-title {
	width: 118px;
}

.dac-column.quarter .border {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dac-entries-wrap .dac-column.center-column {
	width: 420px;
	flex-shrink: 0;
	align-items: center;
	margin-top: 80px;
}

.submit-wrap-homepage {
	width: 650px;
	background: none;
	border: none;
	padding: 0 0 12px 0;
	text-align: center;
	box-sizing: border-box;
}

.submit-wrap-homepage .small-2 {
	display: block;
	font-family: 'UEFAEuro-ExtraBoldNarrow', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.submit-wrap-homepage .regular {
	display: block;
	font-size: 11px;
	line-height: 1.5;
	color: #fff;
}

.submit-btn-wrap {
	text-align: center;
	padding: 12px 0 8px;
}

.submit-btn-wrap .btn {
	margin: 0 auto 6px;
}

.center-top-wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
	gap: 6px;
	width: 100%;
}

.center-semi {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.center-semi .dac-league-title {
	width: 118px;
	font-size: 11px;
}

.center-finals-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dac-entries-wrap .dac-column.center-column .dac-league-title {
	width: 118px;
}

.dac-spacer.bronze-spacer,
.dac-entries-wrap .dac-column.center-column>.dac-league-title,
.dac-entries-wrap .dac-column.center-column>.border {
	display: none !important;
}

.dac-third-placer-preview-wrap {
	position: relative !important;
	right: auto !important;
	top: -340px;
	z-index: auto !important;
	width: 890px;
	max-width: 100%;
	background-color: #00000080 !important;
	border: none !important;
	border-radius: 12px;
	padding: 14px 12px 12px;
	margin: 16px auto 0;
	box-sizing: border-box;
}

.dac-third-placer-preview-wrap .preview-title {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: 'UEFAEuro-Bold', sans-serif;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

.dac-third-placer-preview-wrap .dac-third-selection {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-start;
}

.dac-third-placer-preview-wrap .dac-third-placer {
	display: inline-block;
	width: calc((100% - 30px) / 6);
	vertical-align: top;
	cursor: pointer;
	background: #00166680;
	color: #fff;
	margin: 0;
	border: 1px solid #ffffff;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	padding: 10px;
}

.dac-third-placer-preview-wrap .dac-third-placer.activated {
	border: 1px solid #ffffff;
}

.dac-third-placer-preview-wrap .dac-third-placer.deactivated {
	opacity: 0.4;
}

.dac-third-placer-preview-wrap .dac-third-placer .third-placer-rank {
	display: block;
	width: 100%;
	text-align: center;
	padding: 8px 0px;
	font-size: 14px;
	clip-path: none;
	-webkit-clip-path: none;
}

.dac-third-placer-preview-wrap .dac-third-placer .third-placer-row {
	background: #fff;
	color: #000;
	width: 100px;
	height: 30px;
	margin: 2px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	border-radius: 5px;
}

.dac-third-placer-preview-wrap .dac-third-placer .third-placer-flag {
	display: inline-flex;
	align-items: center;
	background: none;
	margin: 0;
	padding: 0;
	height: 24px;
	vertical-align: middle;
}

.dac-third-placer-preview-wrap .dac-third-placer .third-placer-flag img {
	width: 28px;
	height: 24px;
	display: block;
}

.dac-third-placer-preview-wrap .dac-third-placer .third-placer-name {
	display: inline-flex;
	align-items: center;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
	height: 24px;
	vertical-align: middle;
	margin-top: 0;
}

.dac-third-placer-preview-wrap .dac-third-placer.deactivated img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.dac-third-placer-preview-wrap .dac-third-placer.deactivated .third-placer-rank {
	background: #a7a7a7 !important;
	color: #fff !important;
}

.page-title {
	width: 100%;
	max-width: 1600px;
}

.dac-main-inner {
	margin-top: 20px;
}