:root {

    /** cor  **/
    --app-color-fundo: #1e3c72; 
    --app-color-primary-escuro: #1e3c72; 
    --app-color-primary-claro: #2a5298; 
	--app-color-secondary-escuro: #404040; 
    --app-color-secondary-claro: #696969; 
	--app-color-selecao-escuro: #c7ef15;
	--app-color-claro: #e6e1e1; 
	--app-color-subtitulo: #a9a2a2;
	--app-color-titulo: #ffffff;
}   



html,
body {
	overflow-x: hidden;
	font-family: verdana;
}

.seletor {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gradient-pattern {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	border: none;
	font: normal 100%/normal Arial, Helvetica, sans-serif;
	color: rgba(255, 255, 255, 1);
	-o-text-overflow: clip;
	text-overflow: clip;
	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), rgba(83, 135, 0, 1);
	background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), rgba(83, 135, 0, 1);
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.0980392) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.0980392) 75%, rgba(0, 0, 0, 0.0980392) 0), rgba(83, 135, 0, 1);
	background-position: 0 0, 40px 40px;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: 4px 4px;
	background-size: 4px 4px;
}


* {
	box-sizing: border-box;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 2rem;
	margin-top: 15px;
}

.heading {
	color: aliceblue;
	font-size: 2.2rem;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.item-2,
.item-3,
.item-4,
.item-6,
.item-7,
.item-8,
.item-9,
.item-10,
.item-11 {
	position: absolute;
	display: block;
	top: 3.3em;
	width: 80%;
	font-size: 3.2em;
	line-height: 40px;
	text-align: left;
	color: #868686;
	text-transform: uppercase;
	animation-duration: 8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

.item-1 {
	position: absolute;
	display: block;
	top: 0.4em;
	width: 80%;
	font-size: 3.2em;
	line-height: 40px;
	text-align: left;
	color: #868686;
	text-transform: uppercase;
	left: 10%;
}

.item-5 {
	position: absolute;
	display: block;
	top: 0.2em;
	width: 80%;
	font-size: 3.2em;
	line-height: 100px;
	text-align: left;
	color: #868686;
	text-transform: uppercase;
	left: 10%;
}

.item-2 {
	animation-name: anim-1;
}

.item-3 {
	animation-name: anim-2;
}

.item-4 {
	animation-name: anim-3;
}

.item-6 {
	animation-name: anim-4;
}

.item-7 {
	animation-name: anim-5;
}

.item-8 {
	animation-name: anim-6;
}

.item-9 {
	animation-name: anim-7;
}

.item-10 {
	animation-name: anim-8;
}

.item-11 {
	animation-name: anim-9;
}

@keyframes anim-1 {
	0%,
	8.3% {
		left: -100%;
		opacity: 0;
	}
	8.3%,
	25% {
		left: 10%;
		opacity: 1;
	}
	33.33%,
	100% {
		left: 110%;
		opacity: 0;
	}
}

@keyframes anim-2 {
	0%,
	33.33% {
		left: -100%;
		opacity: 0;
	}
	41.63%,
	58.29% {
		left: 10%;
		opacity: 1;
	}
	66.66%,
	100% {
		left: 110%;
		opacity: 0;
	}
}

@keyframes anim-3 {
	0%,
	66.66% {
		left: -100%;
		opacity: 0;
	}
	74.96%,
	91.62% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 110%;
		opacity: 0;
	}
}

@keyframes anim-4 {
	0%,
	8.3% {
		left: -100%;
		opacity: 0;
	}
	8.3%,
	25% {
		left: 10%;
		opacity: 1;
	}
	33.33%,
	100% {
		left: 110%;
		opacity: 0;
	}
}

@keyframes anim-5 {
	0%,
	33.33% {
		left: -100%;
		opacity: 0;
	}
	41.63%,
	58.29% {
		left: 10%;
		opacity: 1;
	}
	66.66%,
	100% {
		left: 110%;
		opacity: 0;
	}
}

@keyframes anim-6 {
	0%,
	66.66% {
		left: -100%;
		opacity: 0;
	}
	74.96%,
	91.62% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 110%;
		opacity: 0;
	}
}

@keyframes anim-7 {
	0%,
	8.3% {
		left: -100%;
		opacity: 0;
	}
	8.3%,
	25% {
		left: 10%;
		opacity: 1;
	}
	33.33%,
	100% {
		left: 110%;
		opacity: 0;
	}
}

@keyframes anim-8 {
	0%,
	33.33% {
		left: -100%;
		opacity: 0;
	}
	41.63%,
	58.29% {
		left: 10%;
		opacity: 1;
	}
	66.66%,
	100% {
		left: 110%;
		opacity: 0;
	}
}

@keyframes anim-9 {
	0%,
	66.66% {
		left: -100%;
		opacity: 0;
	}
	74.96%,
	91.62% {
		left: 10%;
		opacity: 1;
	}
	100% {
		left: 110%;
		opacity: 0;
	}
}

.fonte {
	font: normal 60px/1 "Fredoka One", Helvetica, sans-serif;
	-o-text-overflow: clip;
	text-overflow: clip;
}

input[type="number"].valor::-webkit-input-placeholder {
	color: #aaaaaa;
	opacity: 1;
	padding-left: 4px;
	font-size: 13px;
}

input[type="text"]#banco::-webkit-input-placeholder {
	color: #252525;
	font-size: 16px;
}

input[type="text"]#tipo_conta::-webkit-input-placeholder {
	color: #252525;
	font-size: 16px;
}

input[type="number"].valor1::-webkit-input-placeholder {
	color: #252525;
}

.figuras {
	display: flex;
	font: 14px Lucida, Verdana, sans-serif;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #e0e0e0;
	background-color: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.15);
	border-radius: 6px 0 0 6px;
	box-shadow: none;
	width: 100%;
	height: 36px;
	padding: 0 8px;
	outline: none;
	transition: border-color 0.2s, background-color 0.2s;
}

.figuras:focus {
	border-color: #2a5298;
	background-color: rgba(42,82,152,0.18);
}

/* Remover setas do spinner */
.figuras::-webkit-outer-spin-button,
.figuras::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.figuras[type=number] {
	-moz-appearance: textfield;
}

.figuras1 {
	font: 14px Lucida, Verdana, sans-serif;
	color: #4ade80;
	background-color: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.12);
	border-left: none;
	border-right: none;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	height: 36px;
	width: 100%;
	font-weight: 700;
}

.botao {
	background-color: rgba(233,233,233,0.15);
	color: #ffffff;
	border-radius: 0 6px 6px 0;
	border: 1px solid rgba(255,255,255,0.12);
	border-left: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	width: 100%;
	font-weight: 600;
	letter-spacing: 0.3px;
	position: relative;
	cursor: pointer;
	transition: background 0.2s;
}

.botao:hover {
	background-color: rgba(255,255,255,0.22);
}

@media only screen and (max-width: 359px) {
	.botao {
		font-size: 11px;
	}
	input[type="number"].valor::-webkit-input-placeholder {
		font-size: 11px;
	}
	.data_evento {
		width: 125px;
		height: 22px;
	}
	.subnavbar {
		height: 40px;
	}
	.cabecario_odd {
		top: 95px;
		height: 20px;
	}
	.jogos {
		margin-top: 59px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 599px) {
	.botao {
		font-size: 15px;
	}
	input[type="number"].valor::-webkit-input-placeholder {
		font-size: 15px;
	}
	.data_evento {
		width: 110px;
		height: 19px;
	}
	.titulo_campeonato {
		font-size: 14px;
		height: 30px;
	}
	.subnavbar {
		height: 40px;
	}
	.cabecario_odd {
		top: 95px;
		height: 20px;
	}
	.jogos {
		margin-top: 59px;
	}
}

@media only screen and (min-width: 600px) {
	input[type="number"].valor::-webkit-input-placeholder {
		font-size: 18px;
	}
	.data_evento {
		width: 130px;
		height: 22px;
	}
	.titulo_campeonato {
		font-size: 14px;
		height: 40px;
	}
	.subnavbar {
		height: 50px;
	}
	.figuras {
		height: 44px;
		font: 15px Lucida, Verdana, sans-serif;
	}
	.figuras1 {
		height: 44px;
		font: 15px Lucida, Verdana, sans-serif;
	}
	.botao {
		height: 44px;
		font: 15px Lucida, Verdana, sans-serif;
	}
	.cabecario_odd {
		top: 100px;
		height: 30px;
	}
	.jogos {
		margin-top: 74px;
	}
}

.figuras2 {
	font: 15px Lucida, Verdana, sans-serif;
	border-left: 0px;
	border-color: inherit;
	border-radius: 0px;
	height: 25px;
	width: 100%;
	float: right;
}

.flex-container {
	/* We first create a flex layout context */
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
}

.flex-item {
	display: flex;
	flex-direction: row;
	height: 100%;
	width: 14.28%;
	color: #ffffff;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 5px;
}

.botao_odd {
	width: 100%;
	height: 100%;
	background: #212121;
	border-radius: 5px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 13px;
}

.botao_odd_vazio {
	width: 100%;
	height: 100%;
	background: #eeeeee;
	border-radius: 5px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 13px;
}

.botao_odd_titulo {
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 5px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 11px;
}

input[type="date"]::before {
	color: #999999;
	content: attr(placeholder);
}

input[type="date"] {
	color: #ffffff;
}

input[type="date"]:focus,
input[type="date"]:valid {
	color: #666666;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
	content: "" !important;
}
/*layout jogos============================================================================== */

* {
	box-sizing: border-box;
}

.column1 {
	float: left;
	width: 45%;
	height: 90px;
	border-bottom: 1px solid #444444;
	background-color: var(--app-color-secondary-escuro);
}

.column2 {
	float: left;
	width: 5%;
	height: 90px;
	border-bottom: 1px solid #444444;
	background-color: var(--app-color-secondary-escuro);
}

.column3 {
	float: left;
	width: 50%;
	height: 90px;
	border-bottom: 1px solid #444444;
	background-color: var(--app-color-secondary-escuro);
}


.separador {
	border-bottom: 2px solid #333333;
}

.column_cabeca_check_times {
	float: left;
	width: 100%;
	height: 20px;
	background-color: #444444;
	margin-top: -1px;
}

.column_cabeca_check {
	float: left;
	width: 100%;
	height: 45px;
	background-color: #444444;
	border-bottom: none;
}

.cart_box_titulo {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	margin-top: 8px;
}

.cart_box {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	height: 50px;
	border-top: none;
	padding-bottom: 20px;
}

.cart_botao_fim {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 0 2px 10px;
}

.cart_largura_botao {
	width: 100%;
	height: 48px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	border-radius: 8px;
	background-color: #2a5298;
	border-color: #1e3c72;
	color: #ffffff;
}

.cart_largura_botao:hover,
.cart_largura_botao:focus {
	background-color: #1e3c72;
	border-color: #152d5e;
	color: #ffffff;
}

.cart_descricao {
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	width: 20%;
	height: 30px;
	font-size: 14px;
	font-family: Arial;
	color: #f7f5f5;
	border: 1px solid #2e3a55;
	background-color: #162040;
	margin: 2px;
}

.cart_descricao_titulo {
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	width: 20%;
	height: 20px;
	font-size: 14px;
	font-family: Arial;
	color: #f7f5f5;
	border: 1px solid #2e3a55;
	background-color: #1e3c72;
	margin: 2px;
}

.cart_valor {
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	width: 30%;
	height: 30px;
	font-size: 14px;
	font-family: Arial;
	color: #f7f5f5;
	border: 1px solid #2e3a55;
	background-color: #162040;
	margin: 2px;
}

.cart_valor_titulo {
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	width: 30%;
	height: 20px;
	font-size: 14px;
	font-family: Arial;
	color: #f7f5f5;
	border: 1px solid #2e3a55;
	background-color: #1e3c72;
	margin: 2px;
}

.cart_premio {
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 30px;
	font-size: 18px;
	font-family: Arial;
	border: 1px solid #2e3a55;
	background-color: #162040;
	margin: 2px;
	color: rgb(0, 199, 0);
}

.cart_premio_titulo {
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 20px;
	font-size: 14px;
	font-family: Arial;
	color: #f7f5f5;
	border: 1px solid #2e3a55;
	background-color: #1e3c72;
	margin: 2px;
}

.cart_nome {
	display: flex;
	float: left;
	align-items: center;
	justify-content: left;
	width: 100%;
	height: 45px;
}

.cart_nome_input {
	display: flex;
	float: left;
	align-items: center;
	justify-content: left;
	width: 100%;
	height: 45px;
	font-size: 16px;
	font-family: Arial;
	color: #e0e0e0;
	border: 1px solid #2e3a55;
	background-color: #162040;
	margin: 2px;
	padding-left: 32px;
	background-image: url("https://www.flaticon.com/svg/static/icons/svg/2154/2154960.svg");
	background-position: left;
	background-position-x: 6px;
	background-repeat: no-repeat;
	background-size: 18px;
}

.cart_fone_input {
	display: flex;
	float: left;
	align-items: center;
	justify-content: left;
	width: 100%;
	height: 45px;
	font-size: 16px;
	font-family: Arial;
	color: #e0e0e0;
	border: 1px solid #2e3a55;
	background-color: #162040;
	margin: 2px;
	padding-left: 32px;
	background-image: url("https://www.flaticon.com/svg/static/icons/svg/220/220236.svg");
	background-position: left;
	background-position-x: 6px;
	background-repeat: no-repeat;
	background-size: 18px;
}

.cart_fone_input::placeholder {
	font-size: 12px;
	color: #666666;
}

.cart_nome_input::placeholder {
	font-size: 12px;
	color: #666666;
}

.brasao_mais_odd {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
}

.time_mais_odd {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	float: left;
	color: #f7f5f5;
	font-size: 11px;
	font-family: Arial;
}

.vs_mais_odd {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 100%;
	text-align: center;
	color: #f7f5f5;
	font-size: 20px;
	font-family: Arial;
	font-style: italic;
}

.vs_check {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 100%;
	text-align: center;
	color: #f7f5f5;
	font-size: 12px;
	font-family: Arial;
	font-style: italic;
}

.odd {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 24%;
	margin: 3px;
	height: 100%;
	text-align: center;
	background: var(--app-color-secondary-claro);
	color: #f7f5f5;
	border-radius: 3px;
	font-size: 14px;
	font-family: Arial;
}

.no-odd {
	background: #222222;
}

.botao_mais_odd {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	width: 55px;
	font-size: 12px;
	color: #ffffff;
	background: var(--app-color-secondary-claro);
	cursor: pointer;
	border-radius: 5px;
	font-size: 14px;
	font-family: Arial;
}

.mais_odd {
	font-size: 10px;
	font-family: Arial;
}

.jogo_data_live {
	font-size: 13px;
	width: 55px;
}

.jogo_placar {
	font-size: 15px;
	width: 85px;
	background-image: none;
	padding-left: 0px;
	color: #ffffff;
	background-image: url("../imagens/icons/soccer.svg");
	background-position: left;
	background-position-x: 6px;
	background-repeat: no-repeat;
	background-size: 15px;
}

.etiqueta_check_taxa {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 27px;
	background: #444444;
	color: #ffffff;
	border: 1px solid #444444;
	font-size: 11px;
	font-family: Arial;
	border-bottom-left-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url("../imagens/coin.svg");
	background-position: left;
	background-position-x: 6px;
	background-repeat: no-repeat;
	background-size: 12px;
	padding-left: 10px;
}

.etiqueta_check_excluir {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 27px;
	background-color: #444444;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	border-bottom-left-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url("../imagens/remove.svg");
	background-position: left;
	background-position-x: 6px;
	background-repeat: no-repeat;
	background-size: 14px;
	padding-left: 10px;
}

.etiqueta_check_tipo_taxa {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 27px;
	background-color: #444444;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	border: 1px solid #444444;
	border-bottom-right-radius: 5px;
	margin-top: 0px;
	margin-right: 5px;
	background-position: left;
	background-position-x: 6px;
	background-repeat: no-repeat;
	background-size: 12px;
	padding-left: 10px;
}

.etiqueta_check_data {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 27px;
	background-color: #444444;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-top: 0px;
	background-image: url("../imagens/clock.svg");
	background-position: left;
	background-position-x: 6px;
	background-repeat: no-repeat;
	background-size: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
}

.row_time {
	float: left;
	width: 100%;
	padding: 14px;
	height: 50%;
	border: 0px solid #ccc;
}

.brasao {
	display: flex;
	align-items: center;
	justify-content: right;
	float: left;
	width: 25px;
	height: 100%;
}

.brasao1 {
	display: flex;
	align-items: center;
	justify-content: right;
	float: left;
	width: 25px;
	height: 100%;
}

.time {
	display: flex;
	align-items: center;
	justify-content: right;
	width: auto;
	height: 100%;
	border: 0px solid #ccc;
	padding-left: 5px;
	font-size: 12px;
	font-family: Arial;
	color: #ffffff;
}

.time1 {
	display: flex;
	align-items: center;
	justify-content: right;
	width: auto;
	height: 100%;
	border: 0px solid #ccc;
	padding-left: 5px;
	font-size: 12px;
	font-family: Arial;
	color: #ffffff;
}

.row_data {
	display: flex;
	float: left;
	width: 100%;
	height: 35%;
	justify-content: flex-end;
}

.sequencia-jogo {
	top: 5px;
	left: 5px;
	background: rgba(255, 255, 255, 0.8);
	color: #333;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px;
	border-radius: 3px;
	min-width: 15px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.row_data_check {
	display: flex;
	float: left;
	width: 100%;
	height: 35%;
	justify-content: center;
	background-color: #444444;
	padding-bottom: 7px;
	border-bottom: 4px solid #181818;
}

.row_odds {
	display: flex;
	float: left;
	width: 100%;
	padding: 5px;
	height: 60%;
	align-items: center;
	justify-content: center;
}

.row_check {
	display: flex;
	float: left;
	width: 100%;
	padding: 5px;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.subnavbar {
	background-color: #444444 !important;
}

.navbar {
	background-color: #444444 !important;
}

.toolbar {
	background-color: #444444 !important;
}

.subnavbar_mais_odd {
	height: 125px;
	background-color: #2e2c2c !important;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}
/*Caixa ###################################### */

.tb_caixa_titulo {
	display: flex;
	align-self: center;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 100%;
	color: #eceaea;
	background-color: #444444;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
}

.tb_caixaG_legenda {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	height: 20px;
	padding-top: 10px;
}

.tb_caixaG_valor {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	height: 35px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tb_caixaG_titulo_tb {
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	border: 1px solid #444444;
	background-color: #2e2c2c;
	color: #f7f5f5;
	margin: 2px;
}

.tb_caixaG_valor_tb {
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	border: 1px solid #444444;
	color: #f7f5f5;
	margin: 2px;
	height: 35px;
}

.legendaG_repasse {
	width: 35%;
	height: 20px;
	font-size: 11px;
	font-family: Arial;
}

.legendaG_vl_bruto {
	width: 35%;
	height: 20px;
	font-size: 11px;
	font-family: Arial;
}

.legendaG_comissao {
	width: 30%;
	height: 20px;
	font-size: 11px;
	font-family: Arial;
}

.valorG_vl_bruto {
	width: 35%;
	font-size: 12px;
	font-family: Arial;
}

.valorG_repasse {
	width: 35%;
	font-size: 14px;
	font-family: Arial;
	color: rgb(0, 199, 0);
}

.valorG_comissao {
	width: 30%;
	font-size: 12px;
	font-family: Arial;
}
/* Aposta ##################### */

.legendaA_qtd {
	width: 22%;
	height: 20px;
	font-size: 11px;
	font-family: Arial;
}

.legendaA_apostado {
	width: 78%;
	height: 20px;
	font-size: 11px;
	font-family: Arial;
}

.valorA_qtd {
	width: 22%;
	font-size: 12px;
	font-family: Arial;
}

.valorA_apostado {
	width: 78%;
	font-size: 12px;
	font-family: Arial;
}
/* Repasse ##################### */

.legendaR_qtd {
	width: 22%;
	height: 20px;
	font-size: 11px;
	font-family: Arial;
}

.legendaR_repasse {
	width: 35%;
	height: 20px;
	font-size: 11px;
	font-family: Arial;
}

.legendaR_vl_bruto {
	width: 35%;
	height: 20px;
	font-size: 11px;
	font-family: Arial;
}

.legendaR_comissao {
	width: 30%;
	height: 20px;
	font-size: 11px;
	font-family: Arial;
}

.valorR_qtd {
	width: 22%;
	font-size: 12px;
	font-family: Arial;
}

.valorR_vl_bruto {
	width: 35%;
	font-size: 12px;
	font-family: Arial;
}

.valorR_repasse {
	width: 35%;
	font-size: 14px;
	font-family: Arial;
	color: rgb(0, 199, 0);
}

.valorR_comissao {
	width: 30%;
	font-size: 12px;
	font-family: Arial;
}
/* Fim Repasse ##################### */
/* menu #####################*/

/* Sidebar Menu */
.sidebar-menu {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.menu-item:last-child {
    border-bottom: none;
}

.item-link {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: var(--app-color-claro);
    transition: all 0.3s ease;
    background: transparent;
}

.item-link:hover {
    background: rgba(255, 255, 255, 0.05);
    color: var(--app-color-selecao-escuro);
}

.item-link:hover svg path {
    fill: var(--app-color-selecao-escuro) !important;
}

.item-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.item-media {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.item-inner {
    flex: 1;
    display: flex;
    align-items: center;
}

.item-title {
    font-size: 14px;
    font-weight: 400;
    color: inherit;
    margin: 0;
}

.menu_esquerdo {
	width: 150px;
	height: 800px;
	background-color: #000000;
}

.menu_topo {
	width: 100%;
	height: 185px;
			margin-bottom: 10px;
}

.empresa-titulo {
	font-size: 20px;
	font-weight: bold;
	color: var(--app-color-titulo);
	margin-bottom: 2px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.empresa-subtitulo {
	font-size: 13px;
	color: var(--app-color-subtitulo);
	font-weight: 500;
}

/* Classes para layout */
.framework-body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.layout-container {
	display: flex;
	height: 100vh;
	background-color: var(--app-color-secondary-escuro);
}

.sidebar {
	background-color: var(--app-color-primary-escuro);
	color: white;
	padding: 0;
}

.logo-container {
	display: flex;
	align-items: center;
	padding: 20px;
	margin-bottom: 0;
	background: var(--app-color-fundo);
	backdrop-filter: blur(5px);
}

.logo-image {
	width: 45px;
	height: auto;
	margin-right: 12px;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.main-content {
	position: relative;
	background-color: #0d1b3e;
}

.toggle-button {
	float: left;
	margin-right: 10px;
}

.user-name {
	font-weight: 600;
}

.coin-icon {
	margin-right: 8px;
	color: var(--app-color-selecao-escuro);
}

.version-icon {
	margin-right: 5px;
	font-size: 12px;
}

.navbar-height {
	height: 40px;
}

.bet-input-container {
	width: 32%;
	height: 100%;
	color: #ffffff;
}

.prize-container {
	width: 38%;
	height: 100%;
	color: #ffffff;
	float: left;
}

.checkout-container {
	width: 30%;
	height: 100%;
	float: left;
	color: #252525;
}

.badge-custom {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #f25d2d !important;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	min-width: 18px;
	height: 18px;
	border-radius: 5px;
	padding: 0 4px;
	border: none;
	line-height: 1;
	box-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

.page-display {
	display: block;
}

.content-margin {
	margin-top: 40px;
}

.odds-legend {
	display: flex;
	width: 12.5%;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.menu_boas_vindas {
	display: flex;
	width: 100%;
	height: 75px;
	font-size: 20px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	float: left;
	background-color: rgba(24, 24, 24, 0.6);
	padding-left: 25px;
	z-index: 100000;
	border-left: 3px solid var(--app-color-primary-base);
}

.legenda_menu {
	display: flex;
	width: 100%;
	height: 20px;
	padding-left: 25px;
	font-size: 12px;
	color: #e9e6e6;
	float: left;
	align-items: baseline;
	background-color: rgba(36, 34, 34, 0.7);
}

.versao_menu {
	display: flex;
	width: 100%;
	height: 55px;
	padding-right: 25px;
	font-size: 13px;
	color: var(--app-color-claro);
	float: left;
	align-items: center;
	justify-content: flex-end;
	background-color: rgba(24, 24, 24, 0.6);
}

.valor_menu {
	display: flex;
	width: 100%;
	height: 55px;
	padding-left: 25px;
	font-size: 16px;
	color: var(--app-color-selecao-escuro);
	font-weight: 600;
	float: left;
	align-items: center;
	background-color: rgba(24, 24, 24, 0.6);
	border-left: 3px solid var(--app-color-selecao-escuro);
}

@media screen and (max-width: 290px) {
	.legendaG_vl_bruto,
	.legendaG_comissao,
	.legendaG_repasse,
	.legendaA_qtd,
	.legendaR_vl_bruto,
	.legendaR_comissao,
	.legendaR_repasse,
	.legendaR_qtd,
	.legendaR_apostado {
		font-size: 10px;
	}
	.valorG_vl_bruto,
	.valorG_comissao,
	.valorG_repasse,
	.valorA_qtd,
	.valorR_vl_bruto,
	.valorR_comissao,
	.valorR_repasse,
	.valorR_qtd,
	.valorA_apostado {
		font-size: 11px;
	}
}

@media screen and (max-width: 200px) {
	.legendaG_vl_bruto,
	.legendaG_comissao,
	.legendaG_repasse,
	.legendaA_qtd,
	.legendaA_apostado {
		font-size: 9px;
	}
	.valorG_vl_bruto,
	.valorG_comissao,
	.valorG_repasse,
	.valorA_qtd,
	.valorA_apostado {
		font-size: 10px;
	}
	.legendaR_vl_bruto,
	.legendaR_comissao,
	.legendaR_repasse,
	.legendaR_qtd {
		font-size: 8px;
	}
	.valorR_vl_bruto,
	.valorR_comissao,
	.valorR_repasse,
	.valorR_qtd {
		font-size: 9px;
	}
}

@media screen and (max-width: 272px) {
	.etiqueta_check_tipo_taxa {
		font-size: 10px;
		line-height: 1em;
	}
	.cart_valor,
	.cart_descricao {
		font-size: 10px;
	}
	.cart_premio {
		font-size: 14px;
	}
	.cart_fone_input::placeholder {
		font-size: 10px;
		text-overflow: ellipsis;
	}
}
/* css inicial */

.flex-container {
	height: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}


.box {
	position: relative;
	margin: 40px auto;
	width: 90%;
	height: auto;
	background: rgb(255, 239, 205);
	border-radius: 2px;
}

.box::before,
.box::after {
	content: '';
	position: absolute;
	bottom: 10px;
	width: 40%;
	height: 10px;
	box-shadow: 0 5px 14px rgba(0, 0, 0, .7);
	z-index: -1;
	transition: all .3s ease-in-out;
}

.box::before {
	left: 15px;
	transform: skew(-5deg) rotate(-5deg);
}

.box::after {
	right: 15px;
	transform: skew(5deg) rotate(5deg);
}

.box:hover::before,
.box:hover::after {
	box-shadow: 0 2px 14px rgba(0, 0, 0, .4);
}

.box:hover::before {
	left: 5px;
}

.box:hover::after {
	right: 5px;
}
/*ao vivo */

.menu_live_esportes {
	display: flex;
	position: sticky;
	top: 0;
	align-items: center;
	background-color: #302f2f;
	padding-left: 5px;
	width: 100%;
	height: 80px;
	z-index: 4;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	scrollbar-color: #666 transparent;
}

.menu_live_esportes::-webkit-scrollbar {
	height: 6px;
}

.menu_live_esportes::-webkit-scrollbar-track {
	background: transparent;
}

.menu_live_esportes::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 3px;
}

.menu_live_esportes::-webkit-scrollbar-thumb:hover {
	background: #888;
}

.legenda_live_esportes {
	display: flex;
	position: fixed;
	width: 100%;
	z-index: 3;
	height: 20px;
	margin-top: 80px;
	padding: 0px;
	font-size: 11px;
	background-color: transparent !important;
	color: #f7f5f5;
}

.legenda_match_esportes {
	display: flex;
	position: sticky;
	top: 80px;
	width: 100%;
	z-index: 3;
	height: 22px;
	margin-top: 0;
	padding: 0;
	font-size: 11px;
	background-color: #0a1628 !important;
	color: #f7f5f5;
	align-items: center;
}

.esporte_selecionado {
	flex: 0 0 50%;
	padding-left: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.legenda_odd {
	flex: 1;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

.jogos_live_tela {
	align-items: center;
	width: 100%;
	height: auto;
	margin-top: 0;
	padding-bottom: 210px;
}			
.jogos_livre_tela {
	align-items: center;
	width: 100%;
	height: auto;
	margin-top: 100px;
	padding-bottom: 0px;
}

.animar_odd {
	animation: bg-animation linear .5s;
	z-index: 2;
}

@keyframes bg-animation {
	0% {
		transform: translate(0, 0)
	}
	10% {
		transform: translate(-5%, -5%)
	}
	20% {
		transform: translate(-10%, 5%)
	}
	30% {
		transform: translate(5%, -10%)
	}
	40% {
		transform: translate(-5%, 15%)
	}
	50% {
		transform: translate(-10%, 5%)
	}
	60% {
		transform: translate(15%, 0)
	}
	70% {
		transform: translate(0, 10%)
	}
	80% {
		transform: translate(-15%, 0)
	}
	90% {
		transform: translate(10%, 5%)
	}
	100% {
		transform: translate(15%, 0)
	}
}