html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
	line-height: 1;
	background-color: #040e34 !important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.bg-linear-custom{
	background: #022E7B;
	background: linear-gradient(180deg, rgba(2, 46, 123, 1) 18%, rgba(0, 33, 92, 1) 75%);
    padding: 20px 10px 15px 10px;
}
.btn-warning {
	background-color: #D3AC59 !important;
	color: #040E34 !important;
}
.gap-1{
	gap: 0.5rem !important;
}
.gap-2{
	gap: 1rem !important;
}
.gap-3{
	gap: 1.5rem !important;
}
.bg-sidebar {
	background: #131D35;
	background: linear-gradient(90deg, rgba(19, 29, 53, 1) 0%, rgba(12, 37, 99, 1) 10%);
}
.bg-success-gradient {
	background: #277A39;
	background: linear-gradient(90deg, rgba(39, 122, 57, 1) 0%, rgba(0, 109, 130, 1) 66%);
}
.divider {
	height: 3px;
	width: 100%;
	background-color: #040E34;
}
.col-md-2-5 {
    width: 20.833333%;
    flex: 0 0 20.833333%;
}
.text-game-warning{
	color: #D3AC59;
}
.bg-game{
	background: #043887;
	background: linear-gradient(90deg, rgba(4, 56, 135, 1) 0%, rgba(0, 43, 107, 1) 99%);
}
.border-warning {
	border: 1px solid #FFAD00;
}
.mySlider3 .swiper-slide {
    width: 150px !important;
    flex-shrink: 0;
}
.btn-tab{
	color: #fff;
	&.active {
		background-color: #D3AC59 !important;
		color: #040E34 !important;
		font-weight: 600;

		& img {
			filter: brightness(0) saturate(100%);
		}
	}
}
.spor-item{
	background-color: #061757;
}
.mySlider4 .swiper-slide {
    width: 350px !important;
    flex-shrink: 0;
}