@charset "utf-8";:root {
    --corPrincipal: rgb(3 27 28);
    --corPrincipalTrans: rgb(3 27 28 / 80%);
    --corSecundaria: rgb(18 69 71);
    --corSecundariaTrans: rgb(18 69 71 / 80%);
    --corDestaque: rgb(255 209 0);
    --corDestaqueTrans: rgb(255 209 0 / 60%);
    --corGanho: rgb(0 80 255);
    --corPerdido: rgb(255 0 0);
    --corDevolvido: rgb(255 209 0);
    --corGanhoTrans: rgb(0 80 255 / 70%);
    --corPerdidoTrans: rgb(255 0 0 / 70%);
    --corDevolvidoTrans: rgb(255 209 0 / 70%);
    --corBack: #a6d8ff;
    --corLay: #fac9d1;
}

@font-face {
    font-family: 'impact';
    src:  url('fonts/impact.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

html,body {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url(../img/bg.jpeg);
    overflow: hidden
}

.corDestaque {
    color: var(--corDestaque)!important
}

.corErro {
    color: var(--corPerdido)!important
}

.corGanho {
    color: var(--corGanho)!important
}

.corPrincipal {
    color: var(--corPrincial)
}

a {
    cursor: pointer;
    text-decoration: none
}

i[onclick="history.back()"] {
    cursor: pointer
}

.form-floating>label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-select,.form-control {
    background-color: #fff
}

.form-select:focus,.form-control:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none
}

.form-floating .form-control:not(:focus)::placeholder {
    color: #ddd;
    font-weight: normal !important;
    font-size: .9rem;
}

.form-floating .form-control:not(:focus){
    padding-top: 1.6rem !important;
    font-weight:normal !important;
}

.form-floating textarea.form-control{
    height: initial;
}

.bg-transparent-green {
    background-color: rgb(2 26 27 / 70%)
}

.bg-green {
    background-color: var(--corPrincipal)
}

.bg-destaque {
    background-color: var(--corDestaque)
}

.bg-destaque-trans {
    background-color: var(--corDestaqueTrans)
}

.bg-transparent>.form-floating {
    background: none
}

.bg-transparent>div>input, .bg-transparent>div>select {
    background-color: transparent;
    border-color: rgb(255 255 255 / 50%);
    color: #fff;
    color-scheme: dark
}

.bg-transparent>div>input:not(:focus)::placeholder{
    color: transparent !important;
}

.bg-transparent>div>input:focus, .bg-transparent>div>select:focus {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border-color: rgb(255 255 255 / 100%)
}

 .bg-transparent>div>select>option{
     color: var(--corPrincipal)
 }

input:-webkit-autofill,input:-webkit-autofill:focus {
    transition: background-color 600000s 0s,color 600000s 0s
}

select[readonly],input[readonly],div[readonly],textarea[readonly] {
    background: #e9ecef;
    pointer-events: none;
    touch-action: none
}

button.btn,a.btn {
    color: #fff;
    background-color: var(--corPrincipal);
    border: 1px solid rgb(255 255 255 / 10%)
}

button.btnDestaque,a.btnDestaque {
    background-color: var(--corDestaque);
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

button.btn:hover,a.btn:hover {
    color: #fff;
    background-color: var(--corSecundaria);
    border: 1px solid rgb(255 255 255 / 10%)
}

button.btnDestaque:hover,a.btnDestaque:hover {
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.btnSolicitePremio{
    width: 100%;
    padding: .25em;
    font-size: 1em;
    font-weight: bold;
}

.btnSolicitePremio:hover{
    background-color: var(--corPrincipal) !important;
    color: #fff !important;
}

button.btn:focus,a.btn:focus {
    color: #fff;
    background-color: var(--corSecundaria);
    border: 1px solid rgb(255 255 255 / 10%)
}

.btn-check:checked+.btn {
    color: #fff;
    background-color: var(--corPrincipal)
}

.btn-help {
    border-radius: 50px;
    line-height: inherit;
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: .8rem;
    font-weight: 700
}

.form-margin-btn {
    padding-right: 58px!important
}

select.form-margin-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/selectseta.png);
    background-repeat: no-repeat;
    background-position: right 57px center;
    cursor: pointer;
    padding-right: 80px;
    background-size: 13px
}

div[cadastroinicial="tipsters"] {
    display: none
}

div[cadastroinicial] label {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    padding: var(--bs-btn-padding-y) 1.7em
}

div[cadastroinicial] label:hover {
    background-color: #fff
}

.input-Check {
    position: relative
}

.input-Check>.btn-close {
    position: absolute;
    top: .8em;
    right: 1em;
    font-size: .8em
}

.btn-check:checked+.btn+.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.ListaApoio {
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 4px 5px rgb(0 0 0 / 30%);
    overflow-x: hidden;
    background-color: #eee
}

.ListaApoio>li {
    background-color: transparent;
    font-size: .8rem;
    cursor: pointer
}

.ListaApoio>li:hover {
    font-weight: 700
}

.ListaApoio>li>input {
    cursor: pointer
}

.ListaApoio>li>label {
    width: calc(100% - 20px);
    cursor: pointer
}

#eventoLista {
    max-height: 290px
}

#eventoLista li {
    height: 83px;
    width: 49%;
    font-size: .7rem;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: .5%;
    padding: 15px 0;
    text-align: center;
    cursor: pointer
}

#eventoLista li:hover {
    border: 1px solid var(--corPrincipal)
}

#eventoLista li strong {
    text-transform: uppercase;
    color: var(--corPrincipal);
    display: inline-flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

#eventoLista li img {
    width: 20px;
    margin: 0 5px
}

#eventoLista li .Data {
    margin-top: -3px;
    font-size: .9em
}

#eventoLista li .Liga {
    text-transform: uppercase
}

.tags {
    text-wrap: nowrap;
    font-size: 0.7rem;
}

.tags .card {
    color: #fff;
    background-color: var(--corPrincipal);
    border: 1px solid rgb(255 255 255 / 10%);
}

.tags .card .card-body{
    padding: 0.5rem;
}

.tags .card button{
    margin-left: 1rem;
}

.btn-sobrepor {
    position: absolute;
    top: 10px;
    right: 10px
}

.bg-transparent button:hover {
    color: var(--corPrincipal);
    background-color: #fff;
    border: 1px solid rgb(255 255 255 / 10%)
}

.modalFeed {
    height: 1080px!important;
    width: 1080px!important;
    max-height: 1080px!important;
    max-width: 1080px!important
}

.modalStories {
    height: 1920px!important;
    width: 1080px!important;
    max-height: 1920px!important;
    max-width: 1080px!important
}

.modal-content {
    background-color: #f3f3f3;
    border-radius: 10px
}

#boasVindas .modal-dialog {
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-size: cover
}

#boasVindas .modal-content {
    background-color: rgb(255 255 255 / 80%)
}

#boasVindas .modal-header,#boasVindas .modal-footer {
    display: none
}

#boasVindas h1.modal-title {
    font-size: 2.5rem;
    margin-top: -10px;
    color: red;
    text-shadow: 0 2px 3px #00000070
}

#boasVindas .proximo {
    font-size: 2rem;
    cursor: pointer
}

#boasVindas .list-group-item i {
    font-size: 1.5rem;
    margin-right: 10px;
    color: var(--corSecundaria)
}

#promocao .modal-dialog, #avaliacao .modal-dialog{
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 8px
}

#promocao .modal-footer, #avaliacao .modal-footer {
    display: none
}

#promocao .modal-header, #avaliacao .modal-header {
    padding-bottom: 0;
    background-color: transparent;
    border: 0;
    padding: 1.5rem;
    margin: initial;
    padding-bottom: 0
}

#promocao .modal-content, #avaliacao .modal-content {
    background-color: rgb(255 209 0 / 85%);
    text-align: center
}

#promocao .modal-title, #avaliacao .modal-title {
    color: #000;
    line-height: 2rem
}

#promocao .modal-subtitle, #avaliacao .modal-subtitle {
    line-height: 1.1rem;
    font-weight: 600;
    color: #000!important;
    margin-top: 20px
}

#promocao .modal-body p strong, #avaliacao .modal-body p strong {
    display: block;
    font-size: 1.5rem;
    margin-top: -5px;
    color: #fff;
    text-shadow: 0 1px #000
}

#exportarRelatorio {
    z-index: -1
}

#exportarRelatorio .modalFeed {
    background-image: url(../img/exportarFeed.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 0;
    border: 0
}

#exportarRelatorio .modal-title {
    color: var(--corDestaque)
}

#exportarRelatorio .modal-subtitle {
    color: #fff!important;
    font-size: 6rem;
    margin-top: -15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px!important
}

#exportarRelatorio .modal-subtitle div {
    width: 100%;
    text-shadow: 0 5px 5px #000
}

#exportarRelatorio .modal-subtitle div i {
    font-size: 3rem
}

#exportarRelatorio .modal-subtitle span {
    display: block;
    font-size: 1.5rem;
    margin-top: -30px;
    text-shadow: none
}

#exportarRelatorio .calendario {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: -20px;
    margin-bottom: -15px
}

#exportarRelatorio #calendarioTopo,#exportarRelatorio .calendarioRodape {
    display: none
}

#exportarRelatorio .modal-footer img {
    width: 150px
}

.exportarRelatorioDadosGerais {
    color: #fff;
    margin-bottom: 30px;
    margin-top: -15px
}

.exportarRelatorioDadosGerais .exportacaoCol {
    font-size: 3.5rem;
    text-align: center;
    text-shadow: 0 5px 5px #000
}

.exportarRelatorioDadosGerais span {
    text-align: center;
    display: block;
    font-size: 1.5rem;
    margin-top: -10px
}

#exportarRelatorioMiniatura .miniatura img {
    width: 100%
}

#exportarRelatorioMiniatura #DownloadImagem {
    margin: 20px auto 0;
    position: relative;
    display: block
}

#exportarRelatorioMiniatura .modal-footer {
    display: none
}

.modal-header {
    display: block;
    border: 0;
    background-color: var(--corPrincipal);
    margin: -1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 5px solid var(--corDestaque);
    padding: 1rem 2.5rem
}

.modal-header>.modal-title {
    color: #fff
}

.modal-header>.modal-title i {
    color: var(--corDestaque)
}

.modal-header>.modal-subtitle {
    margin-top: -5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-header>.btn-close {
    position: absolute;
    top: 15px;
    right: 15px
}

.modal-body{
}

.modal-footer {
    border: 0;
    font-size: .8em;
    flex-direction: column
}

#login {
    height: 100%;
    width: 100%;
    padding: 4em 0em;
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto
}

#login #contatoFormulario {
    color: initial;
    padding: 0px!important
}

#login .container {
    max-width: 500px
}

.cadastroArea {
    height: 100%
}

.loginLogotipo {
    margin: 0 auto;
    position: relative;
    display: block;
    max-width: 200px
}

#login form {
    padding: 2em
}

.cadastroFormulario {
    display: none
}

#login a {
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

#mensagem {
    background-color: transparent;
    border: 0;
    color: #fff;
    text-align: center;
    border-radius: 0;
    padding: 0 1rem;
    margin: 0 auto;
    box-shadow: none;
    width: 100%
}

#mensagem .toast-body {
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

#mensagem.sucesso>div {
    border-bottom: 4px solid #00ff1f
}

#mensagem.erro>div {
    border-bottom: 4px solid #ff1700
}

#mensagemFixa {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%);
    z-index: 9999
}

#mensagemFixa .toast {
    display: block!important
}

#mensagemFixa .Sucesso {
    color: #02d11b;
    font-size: 1.25rem;
    text-transform: uppercase
}

#mensagemFixa .Erro {
    color: #ff1700;
    font-size: 1.25rem;
    text-transform: uppercase
}

.modal #mensagem.sucesso>div,.AppContactForm #mensagem.sucesso>div {
    border-bottom: 4px solid #02d11b
}

.modal #mensagem.sucesso,.AppContactForm #mensagem.sucesso {
    color: #02d11b
}

.modal #mensagem.erro,.AppContactForm #mensagem.erro {
    color: #ff1700
}

.modal #mensagem button,.AppContactForm #mensagem button {
    display: none
}

.loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999999999999;
    background-color: rgb(0 0 0 / 70%);
    display: flex;
    justify-content: center;
    align-items: center
}

.loading img {
    width: 150px
}

.loadingProgresso {
    background-color: var(--corPrincipal)
}

.barraProgresso {
    height: 20px;
    border-radius: 100px;
    display: flex;
    padding: 3px;
    align-items: center;
    justify-content: flex-start
}

.progresso {
    height: 100%;
    background-color: var(--corDestaque);
    border-radius: 100px
}

.windowFull {
    padding: 1em;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 0;
    height: 100%;
    width: 100vw
}

.windowFull::-webkit-scrollbar {
    width: 8px;
    background-color: rgb(0 0 0 / 50%);
}

.windowFull::-webkit-scrollbar-track {
    background: transparent;
}

.windowFull::-webkit-scrollbar-thumb {
    background-color: rgb(255 255 255 / 50%);
    border-radius: 10px;
    border: 2px solid #000;
}

.windowFull::-webkit-scrollbar-thumb:hover {
    background-color: rgb(255 255 255 / 80%);
}

.bannerDestaque{
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.bannerDestaque #carouselExampleIndicators{
    position: relative;
    display: block;
    width: 100%;
    box-shadow: 0px 0px 10px #000, 0px 0px 5px #000;
    padding: 0px;
    border: 1px solid rgb(255 255 255 / 20%);
    max-width: 1000px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 3rem;
}

.bannerDestaque .carousel-indicators{
    margin-bottom: .25rem;
}

.bannerDestaque .carousel-control-next, .carousel-control-prev, .bannerDestaque .carousel-control-next, .carousel-control-next{
    width: 10%;
}

#appBodyInsert.windowFull {
    padding: 2em;
    padding-left: calc(2em + 60px)
}

#appBodyInsert.bancaPublica {
    padding-left: 2em
}

#reportrange {
    padding: 10px 15px;
    background-color: #fff;
    -khtml-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px
}

#appMenu {
    height: calc(100% - 110px);
    position: relative
}

.appMenu {
    position: relative;
    float: left
}

.appMenu h4 {
    margin-top: 0;
    height: 80px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    padding: 10px 0;
    font-weight: 400;
    color: rgb(255 255 255 / 70%)
}

.appMenu .card {
    overflow: hidden;
    border-color: rgb(255 255 255 / 20%);
}

.appMenu .carousel-item>div {
    opacity: 1
}

.appMenu .card:hover {
    opacity: 1
}

.appMenu .card.destaque:hover .icon,.appMenu .card.assinatura:hover .icon {
    color: var(--corPrincipal)
}

.appMenu .card.destaque {
    background: var(--corDestaque)!important;
    color: var(--corPrincipal)
}

.appMenu .card.assinatura {
    background: var(--corDestaque)!important;
    color: var(--corPrincipal)
}

.card-header {
    background-color: transparent
}

.cadastroApostaLive {
    text-align: center;
    font-size: 1.5rem
}

.cadastroApostaLive div {
    padding: 0;
    width: 170px;
    display: inline-block;
    text-align: left;
    padding-left: 70px;
    white-space: nowrap
}

#menuPrincipal .promocaoAssinatura {
    background-color: var(--corDestaque)!important
}

#menuPrincipal .promocaoAssinatura img {
    opacity: .1
}

#menuPrincipal .promocaoAssinatura .card-header {
    width: 100%;
    background-color: #0d1622;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

#menuPrincipal .promocaoAssinatura .card-header img{
    opacity: 1;
    height: 20px;
    display: block;
    position: relative;
    top: 2px;
}

#menuPrincipal .promocaoAssinatura .card-body {
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center
}

#menuPrincipal .promocaoAssinatura h5 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0px;
}

#menuPrincipal .promocaoAssinatura .card-text {
    display: block;
    font-size: .8rem;
    margin: 0;
    color: #000;
    margin-bottom: 25px;
    line-height: 1rem;
    padding: 0 20px;
}

#menuPrincipal .promocaoAssinatura a {
    font-size: .7rem;
    text-transform: uppercase
}

#menuPrincipal .aplicativos {
    background-color: #fff!important
}

#menuPrincipal .aplicativos .card-body {
    padding: var(--bs-card-spacer-y) 30px;
    align-items: center;
    align-content: center;
    margin-top: -20px
}

#menuPrincipal .aplicativos .card-text {
    color: #000;
    margin-bottom: 15px;
    font-size: .9rem
}

#menuPrincipal .aplicativos a {
    text-decoration: none;
    color: #031b1c;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

#menuPrincipal .aplicativos i {
    margin-right: 5px;
    font-size: 2rem
}

#menuPrincipal .aplicativos:hover .icon {
    color: #031b1c!important
}

.faixaBreve {
    position: absolute;
    top: 16px;
    left: -20px;
    transform: rotate(-45deg);
    font-size: 10px;
    text-transform: uppercase;
    background-color: yellow;
    padding: 0 20px;
    color: #000
}

.faixaProfissional {
    position: absolute;
    top: 20px;
    left: -22px;
    transform: rotate(-45deg);
    font-size: 10px;
    text-transform: uppercase;
    background-color: var(--corDestaque);
    padding: 0 16px;
    color: #000;
    z-index: 2
}

.appMenu .card.breve .card-body {
    opacity: .5;
    cursor: default
}

.appMenu .card.profissional .card-body {
    opacity: .5
}

.appMenu .card.breve:hover::after {
    animation: none
}

.appMenu .card.breve:hover::before {
    animation: none
}

.appMenu .card img {
    min-height: 100%;
    position: absolute;
    z-index: 0;
    max-width: 150%;
    opacity: .3
}

.appMenu .card .logotipo{
    opacity: 1;
    min-height: auto;
    height: 130px;
}

.appMenu .menuPlanos img {
    opacity: 1
}

.appMenu .card-1 {
    height: 80px
}

.appMenu .card-2 {
    height: calc(160px + 0.25rem)
}

.calendarioPainel .card-body {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center
}

.calendarioPainel .card-body i {
    font-size: 2em!important;
    margin-right: 10px
}

.calendarioPainel .card-body #menuDia {
    display: flex;
    flex-direction: column;
    font-size: 2em;
    line-height: .8em;
    color: var(--corDestaque);
    border-right: 1px solid rgb(255 255 255 / 50%);
    padding-right: 15px;
    margin-right: 10px
}

.calendarioPainel .card-body #menuDia span {
    font-size: .5em
}

.calendarioPainel .card-body #calendarioPainelDados {
    width: 100%;
    height: 100%
}

.calendarioPainel .card-body #calendarioPainelDados h3 {
    font-size: 1.3em;
    margin: 0px 0px 0px;
}

.calendarioPainel .card-body #calendarioPainelDados h3 i{
    font-size: .8rem !important;
    margin: 0px;
}

.calendarioPainel .card-body #calendarioPainelDados h3 span:after {
    font-size: .7rem
}

.calendarioPainel .card-body #calendarioPainelDados .carousel-item>span {
    font-size: .8rem;
    opacity: .5;
    margin-top: -2px;
    display: block;
}

.calendarioPainel .card-body #calendarioPainelDados .carousel-indicators {
    margin: 0;
    bottom: -10px;
}

.calendarioPainel .card-body #calendarioPainelDados .carousel-indicators button {
    width: 10px;
    height: 1px;
}

.calendarioPainel .card-body #calendarioPainelDados .carousel-inner {margin-top: 0px;}

.carousel-control-prev-icon,.carousel-control-next-icon {
    width: 1.2rem
}

[menu="painelDeControle"]>.card-body {
    flex: none;
    margin-top: -20px
}

.card-body {
    z-index: 1;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .5rem 1rem;
}

#nossosPlanos .card-body h1 {
    margin-top: -10px;
    color: var(--corSecundaria);
    margin-bottom: 0;
    font-size: 2.5rem
}

#nossosPlanos .card {
    padding-top: 10px;
    overflow: hidden
}

#nossosPlanos .card-body i {
    font-size: .6rem;
    display: block
}

.PlanoAtivo {
    position: relative
}

.PlanoAtivo .card {
    border: 5px solid var(--corSecundaria)
}

.PlanoIncompativel {
    position: relative
}

.PlanoIncompativel #planosBotao {
    color: red;
    font-size: .8rem;
    font-weight: 700;
    padding: 10px!important
}

.PlanoIncompativel .card {
    border: 5px solid red;
    position: relative
}

.PlanoError {
    position: absolute;
    top: 15px;
    right: 25px;
    color: red;
    font-size: 1.5rem
}

.PlanoCheck {
    position: absolute;
    top: 15px;
    right: 25px;
    color: var(--corSecundaria);
    font-size: 1.5rem
}

#planosTexto .valor {
    position: relative
}

.pinnacleNovoValor {
    width: 100%;
    background-image: url(../img/Pinnacle.jpg);
    height: 80px;
    background-color: #0b1423;
    position: absolute;
    animation: pinnacleAnimacao 10s linear 0s infinite alternate;
    left: -110%;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: right 30px center;
    color: #fff;
    padding: 10px;
    top: -8px
}

.pinnacleNovoValor.ativo {
    animation: none;
    left: 0%
}

.pinnacleNovoValor h1 {
    color: #fff!important
}

@keyframes pinnacleAnimacao {
    0% {
        left: -110%
    }

    50% {
        left: 0
    }

    100% {
        left: -110%
    }
}

.pinnacle {
    position: relative;
    width: calc(100% + 30px);
    margin-bottom: 20px;
    display: block;
    left: -15px
}

.menuPlanos .pinnacle {
    width: calc(100% - 2px);
    left: initial;
    margin-bottom: 0;
    height: calc(100% - 1px);
    overflow: hidden;
    border-radius: 5px
}

.pinnacle .conteudo {
    background-image: url(../img/PinnacleFundo.jpg);
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.menuPlanos .pinnacle .conteudo {
    height: calc(100% - 40px);
    font-size: 1.4rem;
    line-height: 1.1rem;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-size: 130%;
    background-position: right
}

.pinnacle .conteudo .texto {
    color: #fff;
    text-shadow: 0 1px #000;
    position: absolute;
    width: 55%;
    text-align: right;
    right: 25px;
    top: 20px
}

.menuPlanos .pinnacle .conteudo .texto {
    text-align: left;
    right: initial;
    top: initial;
    position: relative;
    width: 70%;
    padding-right: 10px;
    text-shadow: initial;
    color: #0b1423;
    font-size: .9rem
}

.menuPlanos .pinnacle .conteudo .texto p {
    margin-bottom: 5px
}

.menuPlanos .pinnacle .conteudo .texto strong {
    text-transform: uppercase;
    display: block;
    margin-top: -3px;
    color: #fff;
    text-shadow: 0 1px #000
}

.pinnacle .conteudo .texto strong {
    font-size: 1.2rem
}

.pinnacle .conteudo .texto button {
    background-color: #0b1423;
    color: #fff;
    font-size: .9rem
}

.pinnacle .conteudo .texto button:hover {
    background-color: #fff;
    color: #0b1423
}

.pinnacle .logotipo {
    background-image: url(../img/Pinnacle.jpg);
    height: 40px;
    background-color: #0b1423;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center
}

#promocaoPinnacle .modal-content,#promocaoPinnacle .modal-body {
    padding: 0px!important;
    overflow: hidden
}

#promocaoPinnacle .modal-header {
    padding: 0;
    height: 0;
    z-index: 1;
    margin: 0;
    border: 0
}

#promocaoPinnacle .modal-footer {
    display: none
}

#promocaoPinnacle .bannerPromocao .topo {
    background-image: url(../img/PinnacleFundo.jpg);
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#promocaoPinnacle .bannerPromocao .topo h2 {
    color: #fff;
    position: absolute;
    width: 50%;
    text-align: right;
    right: 50px;
    line-height: 1.5rem;
    font-size: 1.5rem;
    top: 28px
}

#promocaoPinnacle .bannerPromocao .conteudo {
    padding: 1.5rem!important
}

#promocaoPinnacle .bannerPromocao .conteudo h5 {
    font-size: .9rem;
    line-height: 1rem
}

#promocaoPinnacle .bannerPromocao .conteudo p {
    font-size: .7rem;
    line-height: .8rem
}

#promocaoPinnacle .bannerPromocao .conteudo a.btn {
    background-color: #ff5d0f
}

#promocaoPinnacle .bannerPromocao .rodape {
    background-image: url(../img/Pinnacle.jpg);
    height: 40px;
    background-color: #0b1423;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center
}

.card.bg-transparent-green {
    border: 1px solid rgb(255 255 255 / 10%)
}

.appMenu .card .icon {
    font-size: 1.8rem;
}

.appMenu .card .icon-painelControle {
    font-size: 3.5rem
}

.appMenu .card p {
    font-size: .6em;
}

.appMenu .card:hover .icon {
    opacity: 1
}

.main-panel {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgb(3 35 36 / 70%);
}

.AppContactButton {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    color: var(--corPrincipal)!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    z-index: 9999;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 0 20px #000;
    text-decoration: none
}

.AppContactButton:hover {
    background-color: var(--corDestaque);
    color: #000
}

.AppContactForm {
    width: calc(100% - 60px);
    max-height: calc(100% - 140px);
    position: fixed;
    background-color: #f3f3f3;
    bottom: 100px;
    right: 30px;
    z-index: 9999;
    border-radius: 10px;
    top: initial;
    left: initial;
    max-width: 400px;
    overflow: auto;
    box-shadow: 0 0 10px #000;
    border: 1px solid #fff;
    color: #000
}

.AppContactForm .modal-content {
    border: 0
}

.AppContactForm form {
    padding: 0px!important
}

#AppTopBody {
    display: flex;
    background: var(--corPrincipal);
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

#AppTopBodyLogo {
    color: #fff;
    font-weight: 400;
    background-image: url(../img/logotipo.png);
    background-position: 10px;
    background-size: 90px;
    background-repeat: no-repeat;
    font-size: 0;
    width: 100%;
    display: block;
    height: 60px
}

#AppTopBodyStories {
    width: calc(100% - 650px);
    display: block;
    height: 70px;
    padding: 0px 1rem;
    position: fixed;
    top: 0px;
    left: 140px;
}

#AppTopBodyStories .carousel .Storie a{
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 3px solid #020d10;
    background-color: #020d10;
}

#AppTopBodyStories .carousel .Storie{
    border-radius: 50%;
    background-color: #fff;
    padding: 1.5px;
}

#AppTopBodyStories .carousel .Storie.Novo{
    background-image: linear-gradient(45deg, #fff, var(--corDestaque)100%);
}

#AppTopBodyStories .carousel .Storie span{
    background-color: var(--corDestaque);
    padding: 6px;
    top: 2px;
}

#AppTop .navbar-toggle {
    position: relative;
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 30px;
    text-align: center;
    display: none
}

#AppTop .navbar {
    height: 70px;
}

#AppTop .navbar-nav>li>a {
    position: relative;
    color: #ddd;
    cursor: pointer;
    padding: 11px;
    font-size: 1rem;
    display: flex;
    align-items: center
}

#AppTop .navbar-nav>li>a::after {
    display: none
}

#AppTop .navbar-nav>li>a img {
    height: 40px
}

#AppTop .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 10px;
    top: 54px;
    right: 5px;
    left: auto
}

#AppTop .navbar-nav .dropdown-menu:before {
    left: auto;
    right: 4px;
    border-bottom: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    top: -10px;
    width: 10px
}

#AppTop .navbar-nav .dropdown-menu li {
    display: flex;
    width: 100%;
    position: relative;
    padding: 7px;
    color: var(--corPrincipal);
    font-size: .8rem;
    align-items: center;
    min-width: 150px;
    cursor: pointer;
}

#AppTop .navbar-nav .dropdown-menu li a {
    width: 100%;
    display: flex;
    cursor: pointer;
}

#AppTop .navbar-nav .dropdown-menu li a.card {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: var(--corPrincipal) !important;
    cursor: pointer;
    border-color: rgb(255 255 255 / 20%);
    height: 70px;
}

#AppTop .navbar-nav .dropdown-menu li a.card img {
    height: 100%;
    position: absolute;
    z-index: 0;
    max-width: 150%;
    opacity: .4;
}

#AppTop .navbar-nav .dropdown-menu li a.card .card-body {
    z-index: 1;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

#AppTop .navbar-nav .dropdown-menu li a.card p {
    font-size: .7rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 1px #000;
}

#AppTop .navbar-nav .dropdown-menu li.active {
    background-color: var(--corPrincipal);
    color: #fff;
    border-radius: 5px
}

#AppTop .navbar-nav>li>a:hover {
    color: #fff
}

#AppTop .navbar-nav .icon {
    font-size: 1rem;
    text-align: center;
    margin-right: 5px
}

.icon-programas {
    font-size: 1.5rem !important;
    margin-right: 0px !important;
}

.icon-painelControle {
    font-size: 1.5rem !important;
    margin-right: 0px !important;
}

#AppTop .navbar-nav .icon.icon-dropdown {
    font-size: .6rem;
    margin: 0;
    margin-left: -4px;
    color: var(--corDestaque)
}

#AppTop .dropdown-menu i.icon-dropdown {
    font-size: 1rem!important;
    margin: 0px!important;
    margin-left: 5px!important;
    color: #031b1c!important
}

#AppTop .navbar-nav p {
    line-height: 1.2em;
    margin: 0;
    width: 100%;
}

#menuBanca>.valor {
    padding-left: 22px
}

#appBody {
    height: calc(100% - 110px);
}

#AppTopMenuCopas{
    height: initial !important;
    background-color: rgb(0 0 0 / 50%);
    display: flex;
    padding: 0px;
}

#AppTopMenuCopas .navbar-nav>li>a{
    font-size: .8em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
}

#AppTopMenuCopas .navbar-nav>li>a.active{
    border-bottom: 3px solid var(--corDestaque);
    color: var(--corDestaque);
}

#AppTopMenuCopas #navbarNav{
    justify-content: center;
}

#AppTopBodyLogin .btn, #AppTopBodyCadastro .btn{
    font-size: .8rem;
    padding: .15rem 1rem;
    margin: 0px .2rem;
    text-transform: uppercase;
    font-weight: bold;
}

#AppTopBodyLogin .btn:hover{
    color: #fff;
    background-color: var(--corSecundaria);
}

.appMenuDestaque {
    position: absolute;
    width: 50px;
    cursor: pointer;
    left: 20px;
    top: 50%;
    z-index: 1;
    margin-top: -153px
}

.appMenuDestaque .card {
    background-color: rgb(2 26 27)!important;
    cursor: pointer;
    border: 1px solid rgb(255 255 255 / 10%)
}

.appMenuDestaque .card.nova-aposta {
    background-color: var(--corDestaque)!important;
    color: var(--corPrincipal)
}

.appMenuDestaque .card:hover {
    background-color: #fff!important;
    color: rgb(2 26 27);
    width: fit-content
}

.appMenuDestaque .card:hover>.card-body {
    display: flex;
    align-items: center
}

.appMenuDestaque .card:hover>.card-body>p {
    display: inline-block;
    margin-left: 10px
}

.appMenuDestaque p {
    display: none;
    white-space: nowrap
}

.appBody {
    position: relative;
    float: right
}

#painelControleRentabilidade .table {
    font-size: .8rem;
    background-color: transparent;
    color: #fff;
    margin: 0px!important;
    padding: 10px
}

#painelControleRentabilidade .table-responsive {
    overflow: hidden
}

#painelControleRentabilidade .table thead {
    opacity: .7
}

#painelControleRentabilidade .table td {
    border: 0
}

.table-top {
    display: flex;
    justify-content: space-between;
}

#sincronizaTable .table-top{
    display: flex;
    justify-content: space-between;
}

#desvincularTable table {
    margin-top: 0px !important;
}

#desvincularTable .table-bottom{
    color: #000;
}

.table-top>div {
    width: initial;
}

#apostaTabela .editarGrupoExchange{flex-grow: 1;display: flex;justify-content: flex-end;}

#apostaTabela .editarGrupoExchange #editarGrupo{
    width: initial;
    height: 40px;
}
#filtroColuna {
    padding: 1.5rem;
    border-top: 1px solid rgb(255 255 255 / 30%)
}

#stakes table.tableModal {
    font-size: 1rem;
    background-color: transparent;
    padding: 0
}

#stakes table.tableModal>tbody>tr:first-child{font-weight: bold;}
#stakes table.tableModal>thead{
    display: none;
}

table.table {
    border-collapse: initial;
    padding: 40px;
    border-radius: 5px;
    background-color: #fff;
    width: 100%!important
}

table.table>tbody>tr {
    font-size: .7rem;
    vertical-align: middle;
}

table.table>tbody>tr>td {
    position: relative;
    padding: .5rem;
}

table.table>tbody>tr>td input.form-control{
    font-size: .7rem;
    min-width: 150px;
}

table.table>tbody>tr>td .ListaApoio {
    width: calc(100% - 10px) !important;
    padding: .2rem !important;
    font-size: .7rem;
}

table.table>tbody>tr>td .ListaApoio{
    padding-top: 40px !important;
}

table.table>tbody>tr>td .ListaApoio .adicionar{
    width: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0.2rem;
    font-size: .8rem;
}

table.table>tbody>tr>td .ListaApoio li{
    font-size: .7rem;
}

table.table>tbody>tr .form-check-input{
    font-size: 1rem;
}

table.table>tbody>tr>td .BACK {
    background-color: #a6d8ff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.5rem;
}

table.table>tbody>tr>td .LAY {
    background-color: #fac9d1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.5rem;
}

table.table>tbody>tr>td .CORRIGIR {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.5rem;
}

table.table>tbody>tr>[data-title="AÇÕES: "], table.table>tbody>tr>[data-title="OPERAÇÃO: "], table.table>tbody>tr>[data-title="STAKE: "], table.table>tbody>tr>[data-title="RESULT.: "] , table.table>tbody>tr>[data-title="RETORNO: "] {
    white-space: nowrap;
}

table.table>tbody>tr.destaque #pendente {
    color: red
}

table.tableModal {
    border-collapse: initial;
    padding: 40px;
    border-radius: 5px;
    background-color: #fff;
    width: 100%!important
}

table .destaque a[habilitado="Resolver"] {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-name: color;
    white-space: nowrap;
    font-size: 1.1rem;
    border: 0;
    background-color: transparent;
    margin-right: .5rem;
}

@keyframes color {
    from {
        color: rgb(2 26 27)
    }

    to {
        color: red
    }
}

.tabela_valor {
    white-space: nowrap
}

.Ganho {
    color: var(--corGanho)!important
}

.Ganho:after {
    font-family: 'icomoon' !important;
    content: "\e923";
    padding-left: 5px
}

.Perda {
    color: var(--corPerdido)!important
}

.Perda:after {
    font-family: 'icomoon' !important;
    content: "\e924";
    padding-left: 5px
}

.table .Valor,.tableModal .Valor {
    white-space: nowrap
}

.table-responsive .pagination {
    display: flex;
    justify-content: flex-end;
    --bs-pagination-color: rgb(2 26 27);
    --bs-pagination-active-bg: rgb(2 26 27);
    --bs-pagination-active-border-color: 1px solid rgb(255 255 255 / 10%)
}

table.table [aria-label="PRINCIPAL"],table.tableModal [aria-label="PRINCIPAL"] {
    font-size: 0
}

table.table thead th,table.tableModal thead th {
    padding-top: 0px!important;
    white-space: nowrap;
    font-size: .8rem;
}

table.table thead .sorting,table.tableModal thead .sorting {
    cursor: pointer;
    font-size: .6rem;
}

table.table thead .sorting_asc:after,table.tableModal thead .sorting_asc:after {
    content: "\e929";
    font-family: 'icomoon' !important;
    margin-left: 5px
}

table.table thead .sorting_desc:after,table.tableModal thead .sorting_desc:after {
    content: "\e928";
    font-family: 'icomoon' !important;
    margin-left: 5px
}

.table-icons[desabilitado] {
    color: #ddd;
    cursor: not-allowed
}

.table-icons[habilitado] {
    color: var(--corSecundaria);
    cursor: pointer
}

.table-icons[habilitado="Resgatar"] {
    color: var(--corDestaque);
    display: inline-flex;
}

.table-icons.Green {
    color: var(--corGanho)
}

.table-icons.Red {
    color: var(--corPerdido)
}

.table-icons.Devolvido {
    color: var(--corDevolvido)
}

.table-icons.Red i .meio,.table-icons.Green i .meio {
    font-family: sans-serif;
    margin-left: .1rem;
    font-size: 1.2rem
}

.table-icons>i {
    font-size: 1.1rem;
    cursor: pointer
}

.table-icons>i:hover {
    font-weight: 700
}

.dataTables_filter>label {
    width: 100%;
    display: flex;
    align-items: center;
    min-width: 350px;
}

.dataTables_filter>label>input {
    margin-left: 10px;
    padding: .5rem;
    outline: none;
}

.dataTables_filter>label>input:focus {
    border-color: rgb(255 255 255 / 100%);
    box-shadow: none;
    outline: none
}

#editarGrupo {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#editarGrupo span{
    display: block;
    cursor: pointer;
}

#filtroRelatorio,#painelDestaque {
    padding: 1.5rem;
    border-top: 1px solid rgb(255 255 255 / 100%)
}

#filtroRelatorio .row,#painelDestaque .row {
    justify-content: center
}

#filtroRelatorio input,#filtroRelatorio select {
    font-size: .9rem
}

#filtroRelatorio label {
    font-size: .9em
}

#filtroRelatorioLink,#painelDestaqueLink {
    text-decoration: none;
    color: rgb(255 255 255 / 50%);
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 0;
    border-top: 1px solid rgb(255 255 255 / 30%);
    text-transform: uppercase
}

#filtroRelatorioLink:hover,#painelDestaqueLink:hover {
    color: #fff
}

#filtroCalendarioLink {
    text-decoration: none;
    color: rgb(0 0 0 / 50%);
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 0;
    border-top: 1px solid rgb(255 255 255 / 30%);
    text-transform: uppercase
}

#filtroCalendarioLink:hover {
    color: #000
}

#filtroRelatorioLink:before,#painelDestaqueLink:before,#filtroCalendarioLink:before {
    content: "\e923";
    font-family: 'icomoon' !important;
    margin-right: 5px
}

#filtroRelatorioLink.collapsed:before,#painelDestaqueLink.collapsed:before,#filtroCalendarioLink.collapsed:before {
    content: "\e924"!important
}

#relatorioVoltar {
    margin-bottom: -40px;
    cursor: pointer
}

.morris-hover {
    background-color: rgb(2 26 27)!important;
    border: 1px solid rgb(255 255 255 / 10%)!important;
    color: #fff!important;
    padding: 15px!important
}

.morris-hover-row-label {
    font-size: 0.8rem!important;
    margin: 0px!important
}

#itemsNaoEncontrados {
    margin-bottom: -2.5rem;
    border-radius: 0;
    width: fit-content;
    padding-bottom: 5px!important
}

#itemsNaoEncontrados strong {
    margin-right: 5px
}

#itemsNaoEncontrados .btn-close {
    margin-right: 5px;
    height: .7rem;
    font-size: .7rem
}

#RelatorioDestaques .card,#RelatorioDestaquesOdds .card,#painelDestaque .card {
    color: #000;
    background-color: rgb(255 255 255 / 80%);
    border: 1px solid rgb(255 255 255 / 40%);
    overflow: hidden
}

#RelatorioDestaques .card>p,#RelatorioDestaquesOdds .card>p,#painelDestaque .card>p {
    text-transform: uppercase;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1rem;
    margin-bottom: 5px;
}

#RelatorioDestaques .card i,#RelatorioDestaquesOdds .card i,#painelDestaque .card i {
    position: absolute;
    font-size: 1.5rem;
    right: 5px;
    bottom: 5px;
    color: rgb(0 0 0 / 30%);
}

#RelatorioDestaques .card h4{
    margin: 0px;
}

#RelatorioDestaques h4>span,#RelatorioDestaquesOdds h4>span {
    font-size: .5em;
    opacity: .5
}

.OddBack, .OddLay{
    display: inline-block;
    padding: 0px;
    border-radius: 5px;
    width: calc(50% - 12px);
}

.OddBack span, .OddLay span{
    font-size: 0.5em;
    opacity: 0.5;
}

.OddBack{
        border-bottom: 2px solid #7497b3;
        margin-right: 5px;
        background-image: linear-gradient(transparent 40%, var(--corBack));
}

.OddLay{
    border-bottom: 2px solid #c49fa5;
    background-image: linear-gradient(transparent 40%, var(--corLay));
}

.RelatorioComparaItem{
    margin: 5px 0px;
}
.RelatorioComparaItem p {
    margin: 0;
    margin-bottom: -5px;
    color: rgba(0,0,0,.5)!important;
    font-size: .8rem;
}

#RelatorioGanhoMain {
    background-color: var(--corGanhoTrans)!important
}

#RelatorioPerdidoMain {
    background-color: var(--corPerdidoTrans)!important
}

#RelatorioDevolvidoMain {
    background-color: var(--corDevolvidoTrans)!important
}

#RelatorioGanhoMain p,#RelatorioPerdidoMain p,#RelatorioDevolvidoMain p {
    color: rgba(255,255,255,.5)!important
}

#RelatorioGanhoMain h4,#RelatorioPerdidoMain h4,#RelatorioDevolvidoMain h4 {
    color: #fff!important
}

#RelatorioGanhoMain i,#RelatorioPerdidoMain i,#RelatorioDevolvidoMain i {
    color: rgb(255 255 255 / 50%)!important
}

#RelatorioGraficoDesempenhoComparativoLegenda {
    max-width: 100%;
    text-align: center;
    margin: 1rem 0
}

#RelatorioGraficoDesempenhoComparativoLegenda ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px
}

#RelatorioGraficoDesempenhoComparativoLegenda ul li {
    list-style: none;
    display: inline-flex;
    margin: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(255 255 255 / 80%);
    cursor: pointer
}

#RelatorioGraficoDesempenhoComparativoLegenda ul li:hover {
    border: 1px solid #fff
}

#RelatorioGraficoDesempenhoComparativoLegenda ul li span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100px
}

#RelatorioGraficoDesempenhoComparativoLegenda ul li p {
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #000
}

#RelatorioGraficoDesempenhoComparativo {
    position: relative;
    width: 100%;
    height: 400px
}

#chartOddsMain,#chartAfiliadosMesesMain,#chartAfiliadosPlanosMain {
    position: relative;
    width: 100%;
    height: 300px
}

#chartDiaMain {
    position: relative;
    width: 100%;
    height: 80px
}

#chartMetodoMain {
    position: relative;
    width: 100%;
    height: 200px;
}

#screenRotateImage {
    display: none
}

.nav-tabs .nav-link {
    color: #999;
    font-size: .9rem;
    position: relative;
}

#appBodyInsert .nav-tabs .nav-link{
    max-width: 120px;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom-color: #f3f3f3;
    color: var(--corPrincipal);
    font-weight: 700;
}

#appBodyInsert .nav-tabs .nav-link.active{
    color: var(--corPrincipal);
    background-color: var(--corDestaque);
    border: 1px solid var(--corDestaque);
    position: relative;
}

#appBodyInsert .nav-tabs .nav-link span{
    top: 8px;
    right: 0px;
    background-color: var(--corDestaque);
}

#ResumoAposta .list-group li {
    font-size: .9rem;
    padding: .25rem .5rem;
    background-color: transparent
}

#painelControleResumo>div,.chartMetodoResumo>div {
    text-align: center
}

#painelControleResumo>div>h4,.chartMetodoResumo>div>h4 {
    color: #fff;
    margin: 0;
    font-size: 1.1rem;
    white-space: nowrap
}

#painelControleResumo>div>h4>span,.chartMetodoResumo>div>h4>span {
    display: block;
    font-size: .7rem
}

#painelControleResumo>div>span,.chartMetodoResumo>div>span {
    font-size: .8rem;
    line-height: 1rem;
    display: block
}

#MetodoDestaquesResumo h2 {
    font-size: 1.3rem;
    margin: 0
}

#MetodoDestaquesResumo span {
    font-size: .7rem;
    display: block
}

#metodoFinalizado {
    position: absolute;
    color: #000;
    font-size: 1rem;
    top: -10px;
    right: -10px;
    background-color: var(--corDestaque);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px
}

#stakes .modal-body{
    padding: var(--bs-modal-padding) 0px;
}

.stakePrincipal {
    text-align: center;
    padding: 20px;
    border: 2px solid #ddd;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.stakePadrao h1{
    font-size: 2rem !important;
}

.stakePrincipal p {
    margin: 0;
    opacity: .7;
    font-size: .8rem;
    text-transform: uppercase
}

.stakePrincipal h1 {
    margin: 0;
    font-size: calc(1.375rem + 2vw)
}

#calendario .modal-footer {
    display: none
}

#calendarioTopo {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    display: flex;
}

#calendarioTopo>#calendarioConteudoNavMes,#calendarioTopo>#calendarioConteudoNavAno {
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center
}

#calendarioTopo>#calendarioConteudoNavMes,#calendarioTopo>#calendarioConteudoNavAno {
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

#calendario #calendarioTopo>#calendarioConteudoNavMes .mes{
    color: #999;
    white-space: nowrap;
    font-size: .8rem;
}

#calendarioTopo>#calendarioConteudoNavMes span {
    margin-left: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}

#calendarioTopo>#calendarioConteudoNavMes span span{
    margin: 0px 5px;
    padding: 0px 5px;
}

#calendarioTopo>#calendarioConteudoNavMes span i {
    font-size: .8rem;
    margin-left: 2px;
}

#calendarioTopo>#calendarioConteudoNavPag {
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

#calendarioTopo>#calendarioConteudoNavPag .pagination {
    margin: 5px 0
}

#calendarioTopo>#calendarioConteudoNavPag .pagination a {
    padding: 5px 15px;
    color: var(--corSecundaria)
}

#calendarioTopo>#calendarioConteudoNavPag .pagination a span {
    height: 28px;
    display: block
}

#calendarioTopo>#calendarioConteudoNavPag .icon-editar {
    cursor: pointer
}

#calendarioTopo>#calendarioConteudoNavPag .icon-editar:hover {
    font-weight: 700
}

#calendarioConteudo #Dia {
    background-color: #ddd;
    border: 1px solid #ddd
}

#calendarioConteudo .col-dia {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2px;
    padding: 10px 5px;
    position: relative;
    border: 1px solid #ccc;
    cursor: default;
    justify-content: center;
    height: 90px;
}

#calendarioConteudo .col-dia.lucro {
    background-color: var(--corGanho);
    border-color: var(--corGanho);
    cursor: pointer;
}

#calendarioConteudo .col-dia.prejuizo {
    background-color: var(--corPerdido);
    border-color: var(--corPerdido);
    cursor: pointer;
}

#calendarioConteudo .col-dia.zero {
    cursor: pointer
}

#calendarioConteudo .col-dia .diaNumero {
    font-size: .8em;
    font-weight: 700;
    position: absolute;
    top: 2px;
    left: 5px;
    opacity: .7
}

#calendarioConteudo .col-dia .diaApostas{
    font-size: .7em;
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    opacity: .7;
}

#calendarioConteudo .col-dia .carousel-item {
    font-size: 1.3em;
    line-height: .8em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

#calendarioConteudo .col-dia .carousel-item i{
    font-size: .9rem;
    font-style: initial;
}

#calendarioConteudo .col-dia .carousel-item span{
    display: block;
    font-weight: normal;
    font-size: .8rem;
}

#exportarRelatorio #calendarioConteudo .col-dia .diaRendimento, #exportarRelatorio #calendarioConteudo .col-dia .diaUnidade, #exportarRelatorio #calendarioConteudo .col-dia .diaStake {
    font-size: 1.4rem
}

#exportarRelatorio #calendarioConteudo .col-dia .diaApostas {
    display: none!important
}

.calendarioRodape {
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    display: block;
    position: relative
}

.calendarioRodape #btnExportaCalendario {
    position: absolute;
    top: 0;
    right: -30px;
    font-size: 2rem;
    color: var(--corSecundaria);
    cursor: pointer
}

#importaApostasTabela select {
    min-width: 120px
}

.bancaPublica #titulo {
    display: flex;
    align-items: center
}

.bancaPublica #titulo h4 {
    margin-bottom: 0
}

.bancaPublica #titulo #nomeBanca {
    color: var(--corDestaque);
    font-size: 2rem;
    width: 100%;
    display: flex;
    align-items: center
}

.bancaPublica #titulo #nomeBanca #tituloFoto {
    border-radius: 100%;
    width: 80px;
    border: 3px solid var(--corDestaque);
    margin-right: 10px;
    height: 80px;
    display: flex;
    background-color: var(--corPrincipal);
    overflow: hidden;
    min-width: 80px;
    min-height: 80px;
    justify-content: center
}

.bancaPublica #titulo #nomeBanca #tituloTexto {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bancaPublica #titulo #nomeBanca #tituloTexto span {
    font-size: 1rem;
    color: #fff
}

.bancaPublica #calendario {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

.bancaPublica #diaApostas thead {
    font-size: .9rem
}

.bancaPublica #diaApostas #LtConfigApostas {
    font-size: .9rem
}

.bancaPublica #calendarioAno {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    height: 100%
}

.bancaPublica #calendarioAnoConteudo .card-category h6 i{
    font-size: .6rem;
}

#bancaCompartilhada {
    margin-top: 50px
}

#bancaCompartilhada .card-header {
    position: relative;
    display: flex;
    color: #fff;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 10%)!important;
    padding-bottom: 1rem!important
}

#bancaCompartilhada .card-header #foto {
    border-radius: 100%;
    width: 80px;
    border: 3px solid var(--corDestaque);
    margin-right: 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--corPrincipal);
    overflow: hidden
}

#bancaCompartilhada .card-header #foto img {
    max-height: 100%;
    max-width: 100%
}

#bancaCompartilhada .card-header h5 {
    display: block;
    position: relative;
    width: calc(100% - 100px);
    color: var(--corDestaque)
}

#bancaCompartilhada .card-header h5 span {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 1rem;
    color: #fff
}

#bancaCompartilhada .card-body>div>div {
    display: flex;
    align-items: center
}

#bancaCompartilhada .card-body .icon {
    color: var(--corDestaque);
    margin-right: 10px;
    font-size: 1.5rem
}

#bancaCompartilhada .card-body p {
    font-size: 1.2rem;
    margin-bottom: 10px
}

#bancaCompartilhada .card-body p span {
    display: block;
    opacity: .5;
    margin-top: -5px;
    font-size: .7rem
}

#AppTopBodyCadastro {
    font-size: .7rem;
    white-space: nowrap;
    font-weight: 600
}

#afiliadoDestaque h1 {
    font-size: 1rem
}

#afiliadoDestaque h1 strong {
    font-size: 3.5rem;
    margin-left: 5px
}

#afiliadoDestaque .card-body {
    padding-top: 0
}

#copaRegrasCopa h1{
    text-align: center;
    font-size: 3.4rem;
    margin-top: -10px;
    color: var(--corDestaque);
    opacity: 1;
    font-family: 'impact' !important;
    text-shadow: 0px 3px 0px var(--corPrincipal), 0px -1px 0px var(--corPrincipalTrans), 1px 0px 0px var(--corPrincipalTrans), -1px 0px 0px var(--corPrincipalTrans);
}

#copaRegrasCopa li{
    font-size: .8rem;
}

#copaRegrasCopa li strong{
    font-size: 1.2rem;
    color: var(--corPerdido);
}

@media (max-width: 1200px) {
    #menuPrincipal .promocaoAssinatura h5 {
        font-size:.9rem
    }

    #menuPrincipal .promocaoAssinatura .card-text {
        font-size: .7rem
    }
}

@media (max-width: 1000px) {
    #calendario #calendarioConteudo .col-dia {
        height:initial
    }

    #calendario #calendarioConteudo .col-dia .diaNumero {
        font-size: 1.1em
    }

    #calendario #calendarioConteudo .col-dia .diaRendimento {
        display: none!important
    }

    #calendario #calendarioConteudo .col-dia .diaUnidade {
        display: none!important
    }

    #calendario #calendarioConteudo .col-dia .diaStake {
        display: none!important
    }

    #calendario #calendarioConteudo .col-dia .diaApostas {
        display: none !Important
    }

    #calendario #calendarioTopo>#calendarioConteudoNavMes .mes {
        display: none
    }

    #calendarioTopo>#calendarioConteudoNavMes span{
        text-align: left;
        font-size: 1rem;
        margin-left: 0px;
    }
    #calendarioTopo>#calendarioConteudoNavMes span span{
        margin: 0px;
        line-height: 1rem;
    }
}

#appMenuCopas{
    max-width: 400px;
    margin:auto;
}

#appMenuCopas nav{
    display: flex;
    justify-content: center;
}

#appMenuCopas nav .nav-link{
    color: #fff;
    padding: 0.3rem;
    text-align: center;
    flex: 1 1 auto!important;
    font-size: .9em;
}

#appMenuCopas nav .nav-link:hover{
    background-color: var(--corDestaqueTrans);
    flex: 1 1 auto!important;
}

#appMenuCopas nav .nav-link.active{
    background-color: var(--corDestaque);
    color: #000;
    font-weight: bold;
}

.appBodyCopas, #copasListaCompleta{
    flex-wrap: wrap;
}

.appBodyCopas h4{
    width: 100%;
    font-size: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    height: initial;
    margin-top: 20px;
}

.copaCard {
    border-radius: 20px;
    width: 200px;
    height: 267px !important;
    cursor: default;
    background-color: rgb(3 27 28 / 70%) !important;
    border-color: rgb(255 255 255 / 20%);
    color: #fff;
    overflow: hidden;
}

.copaCard::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/copasBg.png);
  z-index: -1;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.copaCard .card-header{
    display: flex;
    border: 0;
    padding: 1rem;
    padding-bottom: .25rem;
}

.copaCard .card-header .icon{
    font-size: 1.8rem;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
    opacity: .5;
}

.copaCard .card-header .icon:hover{
    color: var(--corDestaque);
    opacity: 1;
}


.copaCard .card-header .copaPeriodo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.copaCard .card-header span{
    width: 100%;
    display: inline-block;
    text-align: 
    right;
    line-height: 0.6em;
    font-size: 0.7em;
    opacity: .7;
}
.copaCard .card-header .contagemRegressiva{
    font-size: 1.2em;
    width: 100%;
    display: inline-block;
    text-align: 
    right;
    line-height: 1.2em;
    font-weight: bold;
    opacity: 1;
}


.copaCard .card-title{
    font-size: 1.6em;
    color: var(--corDestaque);
    font-family: 'impact' !important;
}

.copaCard .card-footer{
    padding: 0px;
}

.copaCard .card-footer .encerrado{text-align: center;text-transform: uppercase;color: var(--corDestaque);font-weight: bold;font-size: .6em;}

.copaCard .card-footer .btn{
    border-radius: 0px;
    padding: 0.5rem;
    background-color: var(--corDestaque);
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .9em;
}

.copaCard .card-footer .btn.participando{
    background-color: var(--corSecundaria);
    color: #fff;
}

.copaCard .descricao p{
    font-size: 0.7em;
}

.copaCard .descricao .dia{
    font-size: 1em;width: 80%;
}

.copaCard .descricao .jogo span{display: inline-block;margin: 0px 2px;background-color: #fff;padding: .2rem .5rem;border-radius: 5px;}

.copaCard .descricao .jogo span:nth-child(2n){
    background-color: transparent;
}

.copaCard .descricao .jogo span img{width: 26px;height: 26px;position: relative;opacity: 1;}

.copaCard .descricao .dia span{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.copaCard .descricao .casas{
    text-transform: uppercase;
    font-size: .6rem;
    border: 1px solid rgb(255 255 255 / 20%);
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    left: -1rem;
    position: relative;
    width: calc(100% + 2rem);
    border-left: 0px;
    border-right: 0px;
    overflow: hidden;
    margin-bottom: .5rem;
}

.copaCard .descricao span{
    font-weight: bold;
}

.copaCard .descricao .copaFiltro{
    color: var(--corDestaque);
    text-transform: uppercase;
    font-weight: bold;
    font-size: .7rem;
}

.copaCard .descricao .copaTipo{
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.copaCardMais{
    background-color: rgb(256 256 256 / 70%) !important;
    color: var(--corPrincipal);
}

.copaCardMais .card-body{
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.copaCardMais i{
    font-size: 3rem !important;
    margin-bottom: 5px;
    opacity: .5;
}

.copaCardMais span{
    text-transform: uppercase;
    font-weight: bold;
    opacity: .5;
}

.copaCardMais:hover i, .copaCardMais:hover span{
  opacity: 1;  
}

#nenhumaCopa{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--corDestaque);
    min-height: 266px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    text-shadow: 0px 2px 0px #000;
}

.nenhumaCopaHome{
    min-height: initial !important;
}

#nenhumaCopa span{
    display: block;
    font-size: .5em;
    font-weight: normal;
    color: #fff;
}

#appMenuCopasInfo {
    width: 275px;
    margin: -10px auto 0px;
    overflow-x: auto;
    max-width: 100%;
}

#appMenuCopasInfo nav{
    display: flex;
    flex-direction: row;
    width: max-content;
}

#appMenuCopasInfo nav .nav-link.active {
    background-color: var(--corDestaque);
    color: #000;
    font-weight: bold;
}

#appMenuCopasInfo nav .nav-link {
    color: var(--corPrincipal);
    font-size: .8rem;
    padding: .2rem .6rem;
}

#copaInfo #premiacaoTotal{
    text-align: center;
    margin: 0px;
    margin-bottom: 10px;
}

#copaInfo #premiacaoTotal p{text-transform: uppercase;margin: 0px;font-weight: 600;}

#copaInfo #premiacaoTotal h5{
    text-align: center;
    font-size: 4.4rem;
    margin-top: -10px;
    color: var(--corDestaque);
    opacity: 1;
    font-family: 'impact' !important;
    text-shadow: 0px 3px 0px var(--corPrincipal), 0px -1px 0px var(--corPrincipalTrans), 1px 0px 0px var(--corPrincipalTrans), -1px 0px 0px var(--corPrincipalTrans);
}

#copaInfoDestaque .card {
    color: #fff;
    background-color: var(--corPrincipal);
    border: 1px solid var(--corPrincipal);
    overflow: hidden;
}

#copaInfoDestaque .card>p {
    text-transform: uppercase;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1rem;
    color: rgb(255 255 255) !important;
}

#copaInfoDestaque .card i{
    position: absolute;
    font-size: 1.5rem;
    right: 5px;
    bottom: 5px;
    color: rgb(256 256 256 / 50%);
}

#copaInfoDestaque .card h4 {
    margin: 0px;
    color: var(--corDestaque);
}

#copaInfoDestaque .btn.btnDestaque.participando{
    background-color: var(--corSecundaria);
    color: #fff;
}

#copaInfoDestaque .btn.btnDestaque:hover{
    border: 2px solid var(--corPrincipal);
}

#copaInfo .podio{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #031b1c;
}

#copaInfo .podio>div{
    text-align: center;
    width: 100%;
    padding: 1rem 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#copaInfo .podio .posicao{
    font-size: 2rem;
    line-height: 1.8rem;
    font-weight: bold;
}

#copaInfo .podio .valor{
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 1px #000;
}

#copaInfo .podio .valor::before{
    content: "Recompensa R$";
    display: block;
    font-size: .6rem;
    text-shadow: 0px 0px 1px #000;
    font-weight: normal;
    line-height: .4rem;
}

#copaInfo .podio .ouro{
    background-color: #ffc107;
    height: 150px;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(0deg, #936f00 0%, #ffc107 100%);
}
#copaInfo .podio .prata{
    background-color: #999;
    height: 120px;
    border-radius: 10px 0px 0px 0px;
    background: linear-gradient(0deg, #555 0%, #999999 100%);
}
#copaInfo .podio .bronze{
    background-color: #CD7F32;
    height: 110px;
    border-radius: 0px 10px 0px 0px;
    background: linear-gradient(0deg, #82501f 0%, #CD7F32 100%);
}

#copaInfo table{
    margin: 0px;
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
}

#copaInfo .exchanges{
    padding: 1rem 0px;
}

#copaInfo .exchanges img{
    max-height: 100px;
    max-width: 250px;
    margin: 10px;
}

#copaInfo h5 {
    text-align: left;
    text-transform: uppercase;
    font-size: .8rem;
    opacity: .5;
    margin: 0px;
}

#copaInfo [copainfomenu="copaDetalhes"]{
    font-size: .8rem;
}

#comoJogar{
    margin-top: 2rem;
    max-width: 800px;
    margin: 2rem auto;
    width: 100%;
    overflow: auto;
    padding: 0px 0px 20px;
}

#comoJogar::-webkit-scrollbar {
    height: 8px
}

#comoJogar::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px
}

#comoJogar::-webkit-scrollbar-thumb {
  background-color: var(--corDestaque);
  border-radius: 20px;
  border: 3px solid #fff;
}

#comoJogar img{
    width: 800px;
    padding: 2rem 0px 0px;
}

#copaPagPix{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#copaPagamento h4 {
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

#copaPagamento h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: .8rem;
    opacity: .5;
    margin: 0px 0px 10px;
    width: 100%;
}

#copaPagamento .pixExpiracao{
    
}

#copaPagamento .pixExpiracao p{
    margin: 0px;
    font-size: .8rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    /* line-height: .8rem; */
}

#copaPagamento .pixExpiracao p span{
    color: #000;
    font-size: .9rem;
    font-weight: bold;
    margin-left: 5px;
}

.copaRankingImportante{
    font-size: .6rem;
    line-height: .7rem;
    text-align: center;
    color: #ddd;
    margin: 0px 0px 2rem;
}

.copaRankingImportante strong{
    font-size: .8rem;
    color: var(--corDestaque);
}

.copaRankingTitulo{
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: 'impact' !important;
    color: var(--corDestaque);
    text-shadow: 0px 3px 0px var(--corPrincipal), 0px -1px 0px var(--corPrincipalTrans), 1px 0px 0px var(--corPrincipalTrans), -1px 0px 0px var(--corPrincipalTrans);
}

.copaRankingSubTitulo{
    text-align: center;
}

#copaRanking table, #copaRankingPosicao table, #copaJogos table{
    padding: 0px;
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin: .5rem 0rem !important;
}

#copaRanking table thead tr, #copaRankingPosicao table thead tr, #copaJogos table thead tr{
    margin-bottom: 10px;
    color: #fff;
}

#copaRanking table thead th, #copaRankingPosicao table thead th, #copaJogos table thead th{
    text-align: center;
    padding: .5rem !important;
}

#copaRanking table tbody tr, #copaRankingPosicao table tbody tr, #copaJogos table tbody tr{
    background-color: rgb(255 255 255 / 80%);
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 80%);
}

 #copaRanking table tbody tr:nth-child(1) {
    background: linear-gradient(0deg, rgb(165 125 0 / 80%) 0%, rgb(255 209 0 / 80%) 100%);
}

#copaRanking table tbody tr:nth-child(2) {
    background: linear-gradient(0deg, rgb(120 120 120 / 80%) 0%, rgb(192 192 192 / 80%) 100%);
}

#copaRanking table tbody tr:nth-child(3) {
    background: linear-gradient(0deg, rgb(146 90 35 / 80%) 0%, rgb(255 158 62 / 80%) 100%);
}

#copaRanking table tbody td, #copaRankingPosicao table tbody td, #copaJogos table tbody td{
    border: 1px solid rgb(255 255 255 / 50%);
}

#copaJogos table tbody td{
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: .9rem;
}

#copaJogos [data-title="JOGOS: "]{
    text-align: left;
}

#copaJogos .table-responsive{
    overflow-x: hidden;
}

#copaJogos .table-responsive table.table,table.tableModal {
    background: transparent;
    padding: 0
}

#copaJogos .table-responsive table.table thead {
    display: none
}

#copaJogos .table-responsive .table-icons>i {
    font-size: 1.5rem;
    margin-right: .4rem;
    cursor: pointer
}

#copaJogos .table-responsive table.table>tbody>tr {
    text-align: center;
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 20px;
}

#copaJogos .table-responsive table.table>tbody>tr {
    padding: 20px;
    display: flex;
    margin: 5px 0;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#copaJogos table.table>tbody>tr>td {
    text-align: center !important;
    border: 0px solid #fff !important;
    display: inline-block;
    margin: 2px;
    padding: 0px !important;
    font-size: .9em;
}

#copaJogos table [data-title="ODD VIRTUAL: "] span{
    text-decoration: line-through;
    color: var(--corPerdido);
}

#copaJogos table [data-title="L/P: "] span{
    text-decoration: line-through;
    color: var(--corPerdido);
}

#copaJogos table [data-title="INVESTIDO: "] span{
    text-decoration: line-through;
    color: var(--corPerdido);
}

#copaJogos table.table>tbody>tr>td:first-child {
    width: 100%;
    border-bottom: 1px solid #fff !important;
    margin-top: 0px;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1.1em;
    white-space: normal;
}

#copaJogos table.table>tbody>tr>td:first-child:before{
    content: '';
    display: none !important;
}

#copaJogos table.table>tbody>tr>td:first-child span{
    display: block;
    font-weight: normal;
    margin-top: -5px;
    font-size: .9em;
}

#copaJogos .table-responsive table.table>tbody>tr>td input.form-control{
    width: calc(100% - 70px);
    display: inline-block;
}

#copaJogos .table-responsive table.table>tbody>tr>td .ListaApoio{
    margin-left: 70px;
    width: calc(100% - 77px) !important;
}

#copaJogos .table-responsive table.table>tbody>tr>td .LAY, table.table>tbody>tr>td .BACK{
    width: calc(100% - 70px);
    display: inline-flex;
}

#copaJogos .table-responsive table.table>tbody>tr>td.dataTables_empty {
    text-align: center;
    padding: 50px !important;
    border: 0px !important;
    white-space: initial;
    position: relative !important;
    top: initial !important;
    right: initial !important;
}

#copaJogos .table-responsive table.table>tbody>tr>[data-title=": "] {
    text-align: center
}

#copaJogos .table-responsive table.table>tbody>tr>[data-title=": "]:before {
    content: '';
    width: 0
}

#copaJogos .table-responsive table.table>tbody>tr>[data-title=": "]>i:after {
    content: ' APOSTA PENDENTE';
    font-family: var(--bs-body-font-family);
    font-weight: 400
}

#copaJogos .table-responsive table.table>tbody>tr>td:last-child {
    border: 0;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.5em;
}

#copaJogos .table-responsive table.table>tbody>tr>td:last-child:before {
    font-size: 0;
    margin: 0;
    padding: 0;
}

#copaJogos .table-responsive table.table>tbody>tr>td:last-child .icon-polegarCima{
    color: var(--corGanho);
}

#copaJogos .table-responsive table.table>tbody>tr>td:last-child .icon-polegarBaixo{
    color: var(--corPerdido);
}

#copaJogos .table-responsive table.table>tbody>tr>td:before {
    content: attr(data-title);
    width: auto;
    display: inline-block;
    font-weight: 400;
    font-size: 1em;
    font-family: inherit;
    margin-right: 5px;
}

#copaJogos .table-responsive table.table>tbody>tr>td:before {}

#copaJogos .table-responsive table.table>tbody>tr>td[data-title="PRINCIPAL: "] {
    position: absolute;
    background-color: transparent!important;
    top: 5px;
    right: 5px;
    font-size: 1.2rem;
    border: 0;
    line-height: 1rem
}

#copaJogos .table-responsive table.table>tbody>tr>td[data-title="PRINCIPAL: "]:before {
    content: ''
}




#copaRanking [data-title="POSIÇÃO: "], #copaRankingPosicao [data-title="POSIÇÃO: "]  {
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
}

#copaRankingPosicao [data-title="POSIÇÃO: "] .icon-excluir{
    color: var(--corPerdido);
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
}

#copaRanking [data-title="POSIÇÃO: "] #Seta, #copaRankingPosicao [data-title="POSIÇÃO: "] #Seta  {
    font-size: 1rem;
    animation: bounce 1.5s infinite;
}

#copaRanking [data-title="POSIÇÃO: "] #Seta, #copaRankingPosicao [data-title="POSIÇÃO: "] #Seta span  {
    margin-right: 10px;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(+5px);
    }
    50% {
        transform: translateY(-5px);
    }
}

#copaRanking [data-title="JOGOS: "], #copaRankingPosicao [data-title="JOGOS: "]  {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#copaRanking [data-title="APELIDO: "], #copaRankingPosicao [data-title="APELIDO: "]  {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

#copaRanking [data-title="PONTOS: "], #copaRankingPosicao [data-title="PONTOS: "] {
    text-align: center;
    font-family: 'impact' !important;
    font-size: 1.2rem;
}

#copaRankingProgress-container {
    width: 100%;
    background-color: var(--corPrincipalTrans);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--corPrincipal);
}
#copaRankingProgress-bar {
    width: 0;
    height: 5px;
    background-color: var(--corDestaque);
}

#copaStatus{text-align: center;font-size: .7em;margin: 0px;}

#copaStatus strong{
    opacity: 1;
    color: var(--corDestaque);
    text-transform: uppercase;
    font-size: 1.2em;
}
    
@media (max-width: 1000px) {
    #calendario #calendarioConteudo .col-dia .diaNumero {
        font-size:1em;
        position: relative;
        left: initial;
        top: initial;
        opacity: 1
    }

    .modal .table-top {
        flex-direction: column-reverse
    }

    .modal .table-top>div {
        width: 100%
    }

    .modal .table-top>div>label {
        min-width: 100%
    }

    .modal .table-top .dt-buttons {
        text-align: center;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    .modal table.table,table.tableModal {
        background: transparent;
        padding: 0
    }

    .modal table.table thead {
        display: none
    }

    .modal .table-bottom {
        text-align: center
    }

    .modal .table-responsive .pagination {
        justify-content: center;
        margin: 10px 0
    }

    .modal .table-icons>i {
        font-size: 1rem;
        margin-right: 0rem;
        cursor: pointer
    }

    .modal table.table>tbody>tr {
        padding: 20px;
        display: block;
        background-color: #fff;
        margin: 5px 0;
        border-radius: 5px;
        position: relative
    }

    .modal table.table>tbody>tr>td {
        display: block;
        background-color: #fff!important;
        font-weight: 700;
        font-size: 1rem;
        padding: 0.2rem!important
    }

    .modal table.table>tbody>tr>td.dataTables_empty {
        text-align: center;
        padding: 50px 0px!important
    }

    .modal table.table>tbody>tr>td.dataTables_empty:before {
        content: '';
        width: 0
    }

    .modal table.table>tbody>tr>[data-title=": "] {
        text-align: center
    }

    .modal table.table>tbody>tr>[data-title=": "]:before {
        content: '';
        width: 0
    }

    .modal table.table>tbody>tr>[data-title=": "]>i:after {
        content: ' APOSTA PENDENTE';
        font-family: var(--bs-body-font-family);
        font-weight: 400
    }

    .modal table.table>tbody>tr>td:last-child {
        border: 0
    }

    .modal table.table>tbody>tr>td:last-child[data-title="AÇÕES: "] {
        border: 0;
        padding: 1rem .2rem 1rem!important;
        height: 3em
    }

    .modal table.table>tbody>tr>td:before {
        content: attr(data-title);
        width: 80px;
        display: inline-block;
        font-weight: 400;
        font-size: .8rem;
        font-family: inherit
    }

    .modal table.table>tbody>tr>td[data-title="PRINCIPAL: "] {
        position: absolute;
        background-color: transparent!important;
        top: 5px;
        right: 5px;
        font-size: 1.2rem;
        border: 0;
        line-height: 1rem
    }

    .modal table.table>tbody>tr>td[data-title="PRINCIPAL: "]:before {
        content: ''
    }

    #nenhumaCopa{
        font-size: 1.7rem;
    }

}

@media (max-width: 400px) {
    #calendario #calendarioConteudo .col-dia {
        padding:10px 5px
    }

    #calendario #calendarioConteudo .col-dia .diaNumero {
        font-size: .8em
    }

    #calendario .calendarioConteudoTopo .col {
        font-size: .8em
    }

    #calendario #calendarioTopo>#calendarioConteudoNavMes span {
        margin-left: 0;
        font-size: 1rem;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    #promocaoPinnacle .bannerPromocao .topo h2 {
        font-size: 1.3rem;
        top: 12px
    }
}

@media (max-width: 768px) {
    .container {
        max-width:100%
    }

    .bannerDestaque #carouselExampleIndicators{
        margin-top: 1rem;
    }

    .modal-body{
        padding: var(--bs-modal-padding) 0px;
    }

    #eventoLista li {
        width: 100%;
        border: 0;
        border-top: 1px solid #ccc;
        border-radius: 0;
        background-color: transparent;
        padding: 10px 0;
        height: initial
    }

    #eventoLista li:first-child {
        border-top: 0
    }

    #itemsNaoEncontrados {
        width: 100%
    }

    #itemsNaoEncontrados strong {
        font-size: .75rem
    }

    #RelatorioGraficos,#painelControleGraficos,#RelatorioGraficosOdds,#afiliadosGraficos {
        position: relative;
        left: -2rem;
        width: calc(100% + 4rem)
    }

    #RelatorioGraficos .chart,#painelControleGraficos .chart,#afiliadosGraficos .chart {
        padding: 0.5rem!important
    }

    #RelatorioGraficoDesempenhoComparativoLegenda {
        display: none
    }

    #RelatorioGraficoDesempenhoComparativo {
        height: 300px
    }

    #chartOddsMain,#chartAfiliadosMesesMain,#chartAfiliadosPlanosMain {
        height: 200px
    }

   #AppTopBodyStories .carousel {
       justify-content: center;
   }

    #AppTopBodyStories .carousel .Storie span{
        background-color: var(--corDestaque);
        padding: 7px;
        top: 4px;
    }

    #appBodyInsert.windowFull {
        padding: 2em 1em;
    }

    #appBodyInsert.bancaPublica {
        padding: 2em 1em;
        height: 100%
    }

    h4 {
        font-size: 1.2rem
    }

    #appMenuDestaque {
        top: auto;
        margin-top: auto;
        bottom: 20px;
        width: 90%;
        left: 5%;
        display: block;
        height: initial;
        align-items: normal
    }

    .appMenuDestaque .card:hover {
        width: 100%
    }

    .appMenuDestaque .card:hover>.card-body {
        display: block
    }

    .appMenuDestaque .card:hover>.card-body>p {
        display: none;
        margin-left: 0
    }

    #appBody .AppContactForm {
        bottom: 170px
    }

    #appBody .AppContactButton {
        bottom: 100px
    }

    #AppTop .navbar-nav>li>a {
        font-size: .7rem;
        padding: 11px 7px;
    }

    #AppTopMenuCopas .navbar-nav>li>a{
        font-size: .6rem;
        padding: 11px 9px;
    }

    #menuBanca>.valor {
        padding-left: 10px
    }

    .table-top {        
        --bs-gutter-y: 1rem;
        display: flex;
        flex-wrap: wrap;
    }

    #sincronizaExchangeTabela .table-top{
        flex-direction: column;
        --bs-gutter-y: 0.5rem;
    }

    .table-top>div {
        width: 100%;
    }

    .table-top>div>label {
        min-width: 100%
    }

    .table-top .dt-buttons {
        text-align: center;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    #apostaTabela .table-top .dt-buttons{
        flex-grow: 1;
        width: initial;
    }

    #apostaTabela .table-top .editarGrupoExchange{
        width: 105px;
        flex-grow: initial;
    }

    .table-responsive table.table,table.tableModal {
        background: transparent;
        padding: 0;
    }

    .table-responsive table.table thead {
        display: none
    }
    
    .table-responsive .table-bottom {
        text-align: center
    }

    .table-responsive .pagination {
        justify-content: center;
        margin: 10px 0
    }

    .table-responsive .table-icons>i {
        font-size: 1.5rem;
        margin-right: .4rem;
        cursor: pointer
    }

    .table-responsive table .destaque a[habilitado="Resolver"] {
        font-size: 1.5rem;
        margin-right: .8rem;
        cursor: pointer
    }

    .table-responsive table.table>tbody>tr {
        padding: 20px;
        display: block;
        background-color: #fff;
        margin: 5px 0;
        border-radius: 5px;
        position: relative
    }

    #copaJogos .table-responsive table.table>tbody>tr {
        text-align: center;
        border-radius: 0px;
        border: 1px solid #fff;
    }

    .table-responsive table.table>tbody>tr>td {
        display: block;
        background-color: transparent !important;
        font-weight: 700;
        font-size: .8rem;
        padding: 0.2rem!important;
        border: 0px;
    }

    .table-responsive table.table>tbody>tr>td input.form-control{
        width: calc(100% - 70px);
        display: inline-block;
    }

    .table-responsive table.table>tbody>tr>td .ListaApoio{
        margin-left: 70px;
        width: calc(100% - 77px) !important;
    }

    .table-responsive table.table>tbody>tr>td .LAY, table.table>tbody>tr>td .BACK{
        width: calc(100% - 70px);
        display: inline-flex;
    }

    .table-responsive table.table>tbody>tr>td.dataTables_empty {
        text-align: center;
        padding: 50px 0px!important
    }

    .table-responsive table.table>tbody>tr>td.dataTables_empty:before {
        content: '';
        width: 0
    }

    .table-responsive table.table>tbody>tr>[data-title=": "] {
        text-align: center
    }

    .table-responsive table.table>tbody>tr>[data-title=": "]:before {
        content: '';
        width: 0
    }

    .table-responsive table.table>tbody>tr>[data-title=": "]>i:after {
        content: ' APOSTA PENDENTE';
        font-family: var(--bs-body-font-family);
        font-weight: 400
    }

    .table-responsive table.table>tbody>tr>td:last-child {
        border: 0
    }

    .table-responsive table.table>tbody>tr>td:last-child[data-title="AÇÕES: "] {
        border: 0;
        padding: 1rem .2rem 1rem!important;
        height: 3em
    }

    .table-responsive table.table>tbody>tr>td:before {
        content: attr(data-title);
        width: 70px;
        display: inline-block;
        font-weight: 400;
        font-size: .7rem;
        font-family: inherit
    }

    .table-responsive table.table>tbody>tr>td[data-title="PRINCIPAL: "] {
        position: absolute;
        background-color: transparent!important;
        top: 5px;
        right: 5px;
        font-size: 1.2rem;
        border: 0;
        line-height: 1rem
    }

    .table-responsive table.table>tbody>tr>td[data-title="PRINCIPAL: "]:before {
        content: ''
    }

    .bancaPublica #titulo {
        justify-content: center
    }

    #RelatorioDestaques .card h4{
        font-size: 1.5rem;
    }

    #appMenuCopas nav .nav-link{
        margin: 0px !important;
        font-size: .8rem;
    }

    #copaInfo #premiacaoTotal h5{
        font-size: 3rem;
        margin-top: -5px;
    }
    
}

@media (max-width: 480px) {
    #ResumoAposta .list-group li {
        font-size:.8rem
    }

    #screenRotateImage {
        width: 70px;
        border-radius: 100px;
        margin-right: 10px;
        display: inline-block
    }

    .modal-fullscreen-sm-down .modal-content {
        height: auto
    }

    #nossosPlanos .modal-body {
        padding: 0
    }

    #cadastroAposta .modal-body {
        left: -1rem;
        width: calc(100% + 2rem)
    }

    #painelControleRentabilidade>div>div {
        background-color: transparent;
        border: 0;
        border-radius: 0
    }

    #painelControleRentabilidade>div {
        border-bottom: 1px solid rgb(255 255 255 / 50%)
    }

    #painelControleRentabilidade>div:last-child {
        border-bottom: 0
    }

    #painelControleRentabilidade>div>div h5 {
        text-align: center;
        color: #fff
    }

    #painelControleRentabilidade table.table>tbody>tr {
        background-color: rgb(2 26 27 / 70%)!important
    }

    .appBodyCopas, #copasListaCompleta{
        padding: 0px;
        font-size: .8rem;
    }

    .appBodyCopas>div, #copasListaCompleta>div{
        margin: 0.25rem !important;
    }

     .appBodyCopas .copaCard, #copasListaCompleta .copaCard {
        border-radius: 20px;
        width: 150px;
        height: 208px !important;
        cursor: default;
        background-color: rgb(3 27 28 / 70%) !important;
        border-color: rgb(255 255 255 / 20%);
        color: #fff;
        overflow: hidden;
    }

    .copaCard .descricao .casas {
        min-height: 34px;
        margin-bottom: .25rem;
    }
    .appMenu .card .logotipo {
        height: 100px;
    }

    .copaCard .card-header {
        padding: .75rem .75rem 0.25rem;
    }

    .copaCard .card-header .icon {
        font-size: 1.5rem;
    }

    .copaCard .card-body {
        padding: 0.25rem 0.75rem;
    }

    .copaCard .descricao .copaTipo {
        min-height: 27px;
    }

    .copaCard .descricao .copaFiltro{
        font-size: .5rem;
    }

    .copaCard .descricao .jogo span{
        margin: 0px 2px;
        padding: 2px 5px;
    }

    .copaCard .descricao .jogo span img {
        width: 20px;
        height: 20px;
    }
    
}

@media (max-height: 400px) {
    .appMenuDestaque {
        margin-top:-111px
    }

    .appMenuDestaque .card .card-body {
        font-size: .7rem;
        padding: .7rem
    }
}

/* captcha */
.grecaptcha-badge{
    display: none !important;
}