
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;
	        }
	        
	        .modal_inicial {
			}
	        
	        * {
	            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: #ffffff;
	            -webkit-align-items: center;
	            align-items: center;
	            -webkit-justify-content: center;
	            justify-content: center;
	            opacity: 0.5;
	            padding-left: 10px;
	        }
	        
	        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: -webkit-flex;
	            display: flex;
	            font: 14px Lucida, Verdana, sans-serif;
	            -webkit-align-items: center;
	            align-items: center;
	            -webkit-justify-content: center;
	            justify-content: center;
	            text-align: center;
	            background-color: #fff;
	            color: #ffffff;
	            border: #ffffff 1px solid;
	            border-color: inherit;
	            border-top-left-radius: 5px;
	            border-bottom-left-radius: 5px;
	            background: transparent 3% center;
	            -webkit-box-shadow: none;
	            box-shadow: none;
	            width: 100%;
	            height: 30px;
	        }
	        
	        .figuras1 {
	            background-color: #fff;
	            font: 14px Lucida, Verdana, sans-serif;
	            color: #ffffff;
	            border: #ffffff 1px solid;
	            border-left: 0px;
	            border-right: 0px;
	            display: -webkit-flex;
	            display: flex;
	            -webkit-align-items: center;
	            align-items: center;
	            -webkit-justify-content: center;
	            justify-content: center;
	            border-color: inherit;
	            -webkit-box-shadow: none;
	            background: transparent 3% center;
	            box-shadow: none;
	            height: 30px;
	            width: 100%;
	        }
	        
	        .botao {
	            background-color: rgba(233, 233, 233, 0.8);
	            color: #313131;
	            border-bottom-right-radius: 5px;
	            border: #ffffff 1px solid;
	            border-top-right-radius: 5px;
	            display: -webkit-flex;
	            display: flex;
	            -webkit-align-items: center;
	            align-items: center;
	            -webkit-justify-content: center;
	            justify-content: center;
	            height: 30px;
	            width: 100%;
	        }
	        
	        @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: 40px;
	                font: 15px Lucida, Verdana, sans-serif;
	            }
	            .figuras1 {
	                height: 40px;
	                font: 15px Lucida, Verdana, sans-serif;
	            }
	            .botao {
	                height: 40px;
	                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: 55%;
	            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;
	        }
	        
	        .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%;
	        }
	        
	        .cart_largura_botao {
	            width: 100%;
	            height: 45px;
	        }
	        
	        .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 #444444;
	            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 #444444;
	            background-color: #2e2c2c;
	            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 #444444;
	            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 #444444;
	            background-color: #2e2c2c;
	            margin: 2px;
	        }
	        
	        .cart_premio {
	            display: flex;
	            float: left;
	            align-items: center;
	            justify-content: center;
	            width: 50%;
	            height: 30px;
	            font-size: 18px;
	            font-family: Arial;
	            color: #f7f5f5;
	            border: 1px solid #444444;
	            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 #444444;
	            background-color: #2e2c2c;
	            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: #f7f5f5;
	            border: 1px solid #444444;
	            background-color: #2e2c2c;
	            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: #f7f5f5;
	            border: 1px solid #444444;
	            background-color: #2e2c2c;
	            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(--ion-color-medium);
	            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("../img/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("../img/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("../img/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("../img/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;
				color: var(--color-fonte-times);
	        }
	        
	        .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: var(--color-fonte-times);
	        }
	        
	        .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: var(--color-fonte-times);
	        }
	        
	        .row_data {
	            display: flex;
	            float: left;
	            width: 100%;
	            height: 35%;
	            justify-content: flex-end;
	        }
	        
	        .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 #####################*/
	        
	        .menu_esquerdo {
	            width: 150px;
	            height: 800px;
	            background-color: #000000;
	        }
	        
	        .menu_topo {
	            width: 100%;
	            height: 197px;
	            background-image: url("../img/bg/bg32.jpg");
	            background-position: left;
	            background-repeat: no-repeat;
	            background-size: 150%;
	        }
	        
	        .menu_boas_vindas {
	            display: flex;
	            width: 100%;
	            height: 60px;
	            align-items: center;
	            justify-content: start;
	            color: #e9e6e6;
	            font-size: 20px;
	            font-family: Verdana, Geneva, Tahoma, sans-serif;
	            float: left;
	            background-color: rgba(36, 34, 34, 0.7);
	            padding-left: 10px;
	            z-index: 100000;
	        }
	        
	        .legenda_menu {
	            display: flex;
	            width: 100%;
	            height: 14px;
	            padding-left: 15px;
	            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: 28px;
	            padding-right: 15px;
	            font-size: 14px;
	            color: #e9e6e6;
	            float: left;
	            align-items: baseline;
	            justify-content: flex-end;
	            background-color: rgba(36, 34, 34, 0.7);
	        }
	        
	        .valor_menu {
	            display: flex;
	            width: 100%;
	            height: 40px;
	            padding-left: 15px;
	            font-size: 18px;
	            color: #e9e6e6;
	            float: left;
	            align-items: center;
	            background-color: rgba(36, 34, 34, 0.7);
	            align-items: baseline;
	        }
	        
	        @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;
	        }
	        
	        .modal_inicial {
	           	        
	        }
	        
	        .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: fixed;
	            align-items: center;
	            background-color: #302f2f;
	            padding-left: 5px;
	            width: 100%;
	            height: 80px;
	            z-index: 3;
	            overflow-x: auto;
	        }
	        
	        .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: fixed;
	            width: 100%;
	            z-index: 3;
	            height: 20px;
	            margin-top: 80px;
	            padding: 0px;
	            font-size: 11px;
	            background-color: transparent !important;
	            color: #f7f5f5;
	        }
	        
	        .jogos_live_tela {
	            align-items: center;
	            width: 100%;
	            height: auto;
	            margin-top: 100px;
	            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)
	            }
	        }