html {
	max-height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #030323;
	color: #f0f0f0;
	font-size: 1.15rem;
	max-height: 100%;
}

h2 {
	text-align: center;
	margin-bottom: 24px;
}

a {
	color: #0084ff;
	text-decoration: none;
}

a:hover {
	color: #0084ff;
	text-decoration: underline;
}

nav {
	height: 56px;
	background: #0b0b48;
	border-bottom: 1px solid #0084ff;
	text-transform: uppercase;
	font-size: 0.8375rem;
}

div#fixed-footer {
	position: sticky;
	bottom: 0;
	width: 100%;
	background-color: #0b0b48;
	height: 56px;
	border-top: 1px solid #0084ff;
}

ul.navbar-nav {
	background-color: #0b0b48;
	padding: 0;
}

footer {
	background-color: #0b0b48 !important;
	color: gray;
	font-size: 12px;
	border-top: 1px solid #0084ff;
	margin-top: 32px;
}

div.slider {
	margin-top: 100px;
}

img.adaptive {
	max-width: 100%;
	max-height: auto;
	height: auto;
	vertical-align: middle;
	border-radius: 10px;
}

img#logo {
	max-height: 40px;
}

hr {
	border: 1px solid #fff;
}

div.league__item {
	filter: grayscale(100%);
}
div.league__item:hover {
	filter: grayscale(0%);
	transition: all 0.2s ease 0s;
}

button.btn.btn-light {
	background: #0084ff;
	border: none;
	border-radius: 4px;
	padding: 0 18.75px;
	text-transform: uppercase;
	font-size: 0.8375rem;
	min-height: 36px;
	width: 100%;
	color: #fff;
}

button.btn.btn-light:hover {
	box-shadow: 0 0 5px 1px #0084ff;
}

button.btn.btn_red {
	width: 100%;
	background-color: #0084ff;
	color: #fff;
	padding: 0 18.75px;
	text-transform: uppercase;
	font-size: 0.8375rem;
	border-radius: 4px;
	min-height: 36px;
}

button.btn.btn_yellow {
	background: linear-gradient(180deg, #ffb300 0%, #ff7700 100%);
	width: 100%;
	color: #fff;
	padding: 0 18.75px;
	text-transform: uppercase;
	font-size: 0.8375rem;
	border-radius: 4px;
	min-height: 36px;
}
button.btn.btn_yellow:hover {
	box-shadow: 0 0 5px 1px #ffb300;
}

button.btn.btn_red:hover {
	box-shadow: 0 0 5px 1px #0084ff;
}

a.nav-link {
	color: #fff !important;
	border-bottom: 2px solid transparent;
}

a.nav-link:hover {
	color: #0084ff !important;
	text-decoration: none;
}

a.nav-link.active {
	border-bottom: 2px solid #0084ff;
}

td {
	border-color: white;
	color: white;
}

table {
	width: 100%;
}

div.sticky-banner {
	position: sticky;
	top: 65px;
	background: url('/assets/images/aside.png') center center / cover no-repeat;
	padding: 10px;
	border-radius: 15px;
}

.banner__main {
	position: relative;
	width: 80%;
	height: 214px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/assets/images/bg-web.png');
	height: 220px;
	width: 883px;
}

.banner__action {
	position: absolute;
	right: 100px;
	bottom: 15px;
}

button.slick-next.slick-arrow {
	display: none !important;
}

button.slick-prev.slick-arrow {
	display: none !important;
}

div.banner__main.slick-slide.slick-current.slick-active {
	height: 220px !important;
}

div.banner__main.slick-slide.slick-cloned {
	height: 220px !important;
}

@media (max-width: 1024px) {
}

@media (min-width: 768px) {
	table {
		display: table;
	}
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.raw {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	/* margin-right: calc(var(--bs-gutter-x) / -2); */
	margin-left: calc(var(--bs-gutter-x) / -2);
}

summary {
	font-size: 25px;
	font-weight: bold;
	cursor: pointer;
	margin: 10px;
	padding: 10px;
	color: white;
	background-color: purple;
}

details > p {
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	border: 30px;
}

summary:focus,
summary:hover {
	background-color: red;
}

.bn632-hover {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin: 20px;
	height: 55px;
	text-align: center;
	border: none;
	background-size: 300% 100%;
	border-radius: 50px;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.bn632-hover:hover {
	background-position: 100% 0;
	moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.bn632-hover:focus {
	outline: none;
}

.bn632-hover.bn24 {
	background-image: linear-gradient(
		to right,
		#6253e1,
		#852d91,
		#a3a1ff,
		#f24645
	);
	box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}

.btn-danger {
	background: #0084ff !important;
	border-color: #0084ff !important;
}

.img-cov {
	width: 100%;
	height: 100%;
	max-width: 900px;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
}

@media (max-width: 768px) {
	.banner__main {
		background-image: url('/assets/images/bg-mob.png');
		width: auto;
	}
}
.footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:15px;
	list-style: none;
	margin-bottom: 20px;
}
.footer-menu a {
	color:#fff;
	text-decoration: none;
}