/* import externals */
@import url("/fonts/fonts.css");
@import url("/css/fontawesome/css/all.min.css");

/* custom properties */
/* -> https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties */
/* colors */
:root { --bYellow: #fff600; }
:root { --bRed: #ff0000; }
:root { --bWhite: #ffffff; }

/* colors */ 
.col_y { color: var(--bYellow); } 
.col_r { color: var(--bRed); }
.col_w { color: var(--bWhite); }

/* page */
body { 
	DELETED-font-family: 'Sports World';
	font-family: Verdana,Geneva,Arial,sans-serif;
	background-color: #333; 
	font-size: 0.8rem;
	color: var(--bWhite); 
	font-weight: 400;
	padding: 0 0;
	margin: 0 0;
	text-align: left;
}

a, a:visited, a:focus, a:hover, a:link { color: #fff; text-decoration: underline; }
a:hover { text-decoration: none; }

/* headlines */
/* h1, h2, h3, h4, h5 { font-family: 'Sports World'; font-weight: 400; } */
h1, h2, h3, h4, h5 { font-weight: 400; } 

h1.logo { 
	font-family: 'Sports World';
	font-size: 32px;
}
img.team_logo {
	height: 30px;
}

h1 { 
	font-size: 2rem; 
	margin-top: 84px;
}

h2 { 
	font-size: 1.6rem; 
	margin-top: 84px;
}

h3 { 
	font-size: 1.4rem; 
	margin-top: 84px;
}

h4 { 
	font-size: 1.2rem; 
	margin-top: 84px;
}

h5 { font-size: 1.0rem; }


#body {
	padding: 1rem 1rem;
}

#header {
	DELETED-padding-top: 14rem;
	padding-top: 36px;
	DELETED-padding: 1rem 1rem;
	padding-left: 1rem;
	DELETED-width: 100%;
	DELETED-margin-left: auto;
	DELETED-margin-right: auto;
	DELETED-text-align: center;
}

#header-sticky {
	position: fixed;
	top: 0rem;
	width: 100%;
	display: none;
}
.header-bar-social { 
	font-size: 24px;
	text-align: center; 
	padding: 0.2rem 1rem; 
}
#header-bar-whatsapp { background-color: #25d366; }
#header-bar-telegram { background-color: #0088cc; }

#breadcrumb {
	padding: 1rem 1rem;
}


#footer { text-align: left; padding-bottom: 10rem; }
#footer ul { list-style-type: none; }
#footer ul li { display: inline; margin-right: 2rem; }

#footer-sticky {
	position: fixed;
	bottom: 0rem;
	width: 100%;
}
#signup-365-bar { 
	font-size: 24px;
	background-color: #007B5B; 
	text-align: center; 
}
#signup-365-bar .logo { 
	height: 48px;
}

.form_box {
	border-radius: 6px;
	color: #fff;
	font-size: 1rem;
	padding: 0.5rem 0.5rem;
}

.form_win {
	background-color: #43A047;
}

.form_draw {
	background-color: #DD7500;
}

.form_lose {
	background-color: #DD2C00;
}