[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222,226,230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33,37,41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255,255,255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222,226,230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52,58,64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222,226,230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43,48,53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    /*--bs-success-text-emphasis: #75b798;*/
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110,168,254;
    --bs-link-hover-color-rgb: 139,185,254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #27292d;
    --bs-border-color-translucent: rgba(91, 89, 89, 0.15);
    /*--bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;*/
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
}

:root {

    --bs-body-bg: #0D131C;
    --cor-principal: #eba600;
    --cor-de-fundo: #0d131c;
    --cor-de-fundo-detalhe: #0d131c;
    --cor-texto-geral: #ffffff;
    --cor-titulo-lateral: #eba600;
    --cor-botao: #eba600;
    --cor-botao-texto: #ffffff;
    --cor-botao-secundario: #1A1C20;
    --cor-botao-secundario-texto: #ffffff;
    --cor-menu: #c9c9c9;
    --cor-menu-hover: #ffffff;
    --cor-background-tarja: #5624d0;
    --cor-texto-tarja: #ffffff;
    --cor-nome-time-odds: #007bff;
    --cor-nome-time-odds-hover: #eba600;
    --cor-nome-time-odds-background: #232a33;
    --cor-placar: #eba600;
    --cor-liga: #eba600;
    --cor-fundo-esportes: #fff;
    --cor-texto-esportes: #000000;
    --cor-titulo-rodape: #fff;
    --cor-links-rodape: #8697a2;
    --cor-background-modo-mini: #9195a3;
    --bs-primary: #eba600;
    --bs-primary-rgb: #eba600;
    --title-color: #ffffff;
    --text-color: #98A7B5;
    --sub-text-color: #656E78;
    --placeholder-color: #4D565E;
    --background-color: #24262B;
    --standard-color: #1C1E22;
    --shadow-color: #111415;
    --page-shadow: linear-gradient(to right, #111415, rgba(17, 20, 21, 0));
    --autofill-color: #f5f6f7;
    --yellow-color: #FFBF39;
    --border-radius: .25rem;

}
*{
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: unset;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {   font-family: "Figtree", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
    color: #eba600;
    text-shadow: none;
    background: linear-gradient(180deg, #0D1117 0%, #12161C 100%);


}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #808080;
}

::-webkit-scrollbar
{
    width: 1px;
    background-color: #808080;
}

::-webkit-scrollbar-thumb
{
    background-color: var(--background-color);
}


.container {
    min-height: 100vh;
}

.page{
    position: relative;
}
.page .container-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page .container-page {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
a, a:hover {
    text-decoration: none;
}
.page__navbar {
    position: fixed;
    display: block;
    padding: 24px 0;
    min-width: 235px;
    width: 100%;
    max-width: 235px;
    margin: 0 32px 0 0;
    border-right: 1px solid rgb(49, 55, 63);
    height: 100vh;
    overflow-y: auto;
    border-top: 1px solid rgb(49, 55, 63);
}


.page__navbar.full-width {
    width: 100%;
    max-width: 100%;
    z-index: 9999;
    background-color: #0d131c;
    padding-right: 40px;
    overflow-y: auto;
}

.page__navbar__logo {
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    max-width: 250px;
}
.page__navbar__logo .navbar-toggler-close{
    display: none;
}

.page__navbar__menu__sec__links, .page__navbar__menu__sec {
    background: #0d131c;
    padding: 10px;
}
.page__navbar__menu__sec {
    padding: 24px 0;
    border-bottom: 1px solid #31373f;
}
.page__navbar__menu__sec__title {
    position: relative;
    display: inline-block;
    margin: 0 0 24px 0;
    margin-top: 25px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--cor-principal);
}
.page__navbar__menu__sec__title.active::before, .page__navbar__menu__sec__title:hover::before {
    content: "";
    background: var(--cor-principal);
    width: 4px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    border-radius: 1000px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}
.page__navbar__menu__sec__links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font: 500 19px/1 "Catamaran", sans-serif;
    color: var(--cor-menu);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}
.page__navbar__menu__sec__title {
    margin-bottom: 0;
}
.page__navbar__menu__sec__links li:not(:last-of-type) {
    margin: 0 0 20px 0;
}
.page__navbar__menu__sec__links li a img {
    width: 22px !important;
    height: auto !important;
    margin-right: 8px !important;
}
.page__content {
    max-width: calc(100% - 267px);
    width: 100%;
    margin-left: 267px;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 95%;
    }
}

@media (min-width: 768px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 95%;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 95%;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95%;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

@media only screen and (max-width: 870px) {
    .page__navbar {
        display: none;
    }
}

.page__content__navbar {
    margin: 0 0 8px 0;
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.page__content__navbar__esq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.page__content__navbar__dir {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page__content__navbar__dir__saldo {
    margin: 0 24px 0 0;
}
.page__content__navbar__dir__saldo h6 {
    color: #8697a2;
    text-align: right;
    margin: 0 0 -4px 0;
    font: 400 15px/1 "Catamaran", sans-serif;
}
.page__content__navbar__dir__saldo div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page__content__navbar__dir__saldo div span {
    text-transform: uppercase;
    color: white;
}
.page__content__navbar__dir__saldo div i {
    color: var(--cor-principal);
    font-size: 12px;
    margin: 0 8px 0 0;
}
.page__content__navbar__dir__apostas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--cor-botao-secundario);
    color: var(--cor-botao-secundario-texto);
    padding: 13px 24px;
    border-radius: 1000px;
}


.page__content__navbar__dir__apostas h4 {
    font: 500 16px/1 "Catamaran", sans-serif;
    margin: 0 0 0 6px;
}
.page__content__navbar__dir__apostas h4 {
    color: var(--cor-botao-secundario-texto);
}
.page__content__navbar__dir__notificacao {
    width: 40px;
    height: 40px;
    background: var(--cor-botao-secundario);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1000px;
    margin: 0 12px;
    color: var(--cor-botao-secundario-texto);
    position: relative;
}
.page__content__navbar__dir__notificacao::after {
    content: "";
    position: absolute;
    background: var(--cor-principal);
    width: 8px;
    height: 8px;
    border-radius: 1000px;
    top: 0;
    right: 0;
}
.page__content__navbar__dir__btn {
    background: conic-gradient(from 1turn,rgb(250, 110, 81),rgb(255, 95, 62));
    border-radius: 5px;
    padding: 12px 32px;
}
.page__content__navbar__dir__btn strong, .page__content__navbar__dir__btn span {
    color: var(--cor-botao-texto);
}

section.modelo-destaque-jogos {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 400px;
}
section.modelo-destaque-jogos .inner-super-banner {
    position: relative;
    display: block;
    margin-bottom: 24px;
}
section.modelo-destaque-jogos .inner-super-banner a {
    text-decoration: none;
}
section.modelo-destaque-jogos .inner-super-banner img {
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
}
.inner-loop-elementos {
    position: relative;
    display: block;
    width: 100%;
    height: 231px;
    margin-bottom: 20px;
}
.inner-loop-elementos:hover{
    opacity: .8;
}
.inner-loop-elementos img{
    height: 231px;
    object-fit: cover;
    width: 100%;
}
.caixa-loop-elementos {
    cursor: pointer;
}
.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}
.btn-small {
    height: 42px;
    grid-column-gap: 16px;
    color: #fff;
    white-space: nowrap;
    background-image: linear-gradient(#202020,#202020);
    border: 1px solid rgba(218,209,177,.1);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    position: relative;
}
.btn-color-1 {
    color: #202020 !important;
    background-image: linear-gradient(#00f5a2,#00f5a2);
    box-shadow: 0 0 8px rgba(0,245,162,.25);
}

/**
 * HEADER BOX
 */
.header-box{
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-box .header-title{
    display: flex;
    align-items: center;
}

.header-box .header-title h4 {
    color: #eba600;
    font-weight: 200;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/**
 * PLAYGAMES
 */
.playgame{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.playgame .playgame-body{
    width: 100%;
    height: 100%;
    /*height: calc(100% - 120px);*/
}
.playgame .playgame-footer{
    width: 100%;
    background-color: #232322;
    position: fixed;
    bottom: 0;
}
.playgame .playgame-footer .playgame-footer-buttons {
    display: flex;
    justify-content: space-between;
    padding: 2.3rem;
}
.social-icon{
    display: block;
    margin-right: 10px;
}

.banner-login{
    display: block;
    padding: 0;
}
.navbar-toggler{
    display: none;
}
.sign-in {
    margin: 0;
    padding: 12px 32px;
    cursor: pointer;
    margin-right: 0.5rem;
    white-space: nowrap;
}



.game-full{
    width: 100%;
    height: 100%;
    border: none;
}
.input-group-text {
    background-color: #1A1C20;
    border: 1px solid #1A1C20;
}
.form-control {
    border: 0px solid #1A1C20;
}
.nav-underline .nav-link.active, .nav-underline .show>.nav-link {
    color: var(--cor-principal);
}
/*.text-success-emphasis {
    color: rgb(255, 255, 255);
}*/
.form-control {
    background-color: #1A1C20 !important;
    padding: 0.745rem 0.75rem;
}
.form-control:focus {
    border-color: #8BC34A;
    box-shadow: 0 0 0 0.25rem rgb(76 175 80 / 1%);
}

.form-select {
    border: 1px solid #1A1C20;
}
.form-select  {
    background-color: #1A1C20 !important;
    padding: 0.745rem 0.75rem;
}
.form-select :focus {
    border-color: #8BC34A;
    box-shadow: 0 0 0 0.25rem rgb(76 175 80 / 1%);
}
a, a:hover {
    text-decoration: none;
    color: #fff;
}
.nav-link {
    color: #b4b4b5;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #198754;
}
.btn-primary-theme {
    background: #eba600;
    border-radius: 5px;
    color: #232323;
    padding: 12px 32px;
    font-weight: bold;
    font-size: 17px;
}

.text-small{
    font-size: 0.8rem;
}
.form-login{
    padding: 20px;
    height: calc(100% - 100px);
}
#login-modal {

}
.relative{
    position: relative;
}
.loading-spinner{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #0000008f;
    position: absolute;
    z-index: 99;
}
.spinner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height:60px;
    width:60px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:6px solid rgba(88,175,16,.15);
    border-right:6px solid rgba(88,175,16,.15);
    border-bottom:6px solid rgba(88,175,16,.15);
    border-top:6px solid rgba(88,175,16,1);
    border-radius:100%;
    z-index: 999;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}
.profile-avatar {
    padding: 12px 17px;
    margin-left: 10px;
    background-color: #1a1c20;
    border-radius: 100px;
    color: #CCCC;
}

.menu-dropdown {
    width: 20px;
}

.ui-button {
    width: auto;
    padding: 0 1.25rem;
    min-width: 9.375rem;
    height: 3rem;
    line-height: 3rem;
    font-weight: 400;
    font-size: .875rem;
    white-space: nowrap;
    border-radius: 5px;
}
.ui-button.s-conic2 {
    color: #fff;
    background-color: #6e34e2b3;
    background-image: conic-gradient(from 1turn,rgba(136,83,252,1),rgba(110,52,226,1));
}
.ui-button:active.ui-button:not(:disabled) {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}
.ui-button.s-conic2:hover {
    background-image: conic-gradient(from 1turn,rgba(136,83,252,.7),rgba(110,52,226,.7));
}
.ui-button>.button-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.table-dark {
    --bs-table-color: #e9e8e8;
    --bs-table-bg: #eba600;
    --bs-table-border-color: #eba600;
}

.table-dark th {
    background: #000;
    color: #fff;
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #eba600;
    --bs-btn-border-color: #eba600;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #eba600;
    --bs-btn-hover-border-color: #eba600;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #eba600;
    --bs-btn-active-border-color: #eba600;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #eba600;
    --bs-btn-disabled-border-color: #eba600;
}
.btn-outline-success {
    --bs-btn-color: #eba600;
    --bs-btn-border-color: #eba600;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #eba600;
    --bs-btn-hover-border-color: #eba600;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #eba600;
    --bs-btn-active-border-color: #eba600;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #eba600;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #eba600;
    --bs-gradient: none;
}

.select_amount{
    padding: 10px 15px;
    background-color: #1a1c20;
    width: 100%;
}
.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
.text-green{
    color:  #000;
}
.font-bold{
    font-weight: bold;
}
.text-money {
    font-family: 'Barlow', sans-serif;
}
.card-primary {
    border: 0;
    background-color: #000;
    border-radius: 10px;
}
.card-secundary {
    border: 0;
    background-color: #000;
    border-radius: 10px;
}
.navbar_list{

}
.navbar_list .navbar_list_links{
    margin-bottom: 5px;
    padding: 0 15px;
}
.navbar_list .navbar_list_links a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    width: 100%;
    color: var(--text-color);
    font-size: 0.9rem;
}
.navbar_list .navbar_list_links a:hover{
    color: var(--title-color);
}
.navbar_list .navbar_list_links a img{
    margin-right: 10px;
    width: 24px;
}
.navbar_menu_list {
    margin-right: 5px;
    margin-top: 20px;
}

.navbar_menu_title h4{
    border-left: 2px solid #FCBC15;
    padding-left: 10px;
    font-size: 1rem;
}
.splide__slide img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    object-fit: cover;
    border-radius: 15px;
}
#qrcode-container{
    display: none;
    margin: 0 auto;
    text-align: center;
    text-align: -webkit-center;
    padding: 20px;
    width: 100%;
    justify-content: center;
}
.w-full{
    width: 100%;
}

.forgotpassword-container{
    display: block;
    width: 100%;
    margin: 10% 0;
    text-align: -webkit-center;
}
.forgotpassword-container .forgotpassword{
    max-width: 500px;
    text-align: center;
    padding: 40px;
}

.d-steam-cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -13px;
}

.d-steam-card-wrapper {
    max-width: 300px;
    margin: 0;
    flex: 0 1 16.6%;
    padding-left: 13px;
}

.d-steam-card-wrapper:nth-child(1) {
    /* padding-left: 0; */
}

.hidden-mobile{
    display: initial;
}


.d-steam-card {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    /* overflow: hidden; */
    /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.5); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 4 / 5; /* Mantém proporção bonita para cards */
  }

  .d-steam-card:hover {
    transform: scale(1.03);
  }

  .card-frame {
    background-image: url(/assets/images/card-frame-medieval.webp);
    position: absolute;
    top: 0;
    left: 0;
    width: 159px;
    height: 230px;
    pointer-events: none;
    z-index: 5;
    background-size: cover;
}

  /* Título dentro do card */
  .d-steam-card .game-title {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #eba600;
    font-size: 16px;
    text-shadow: 1px 1px #000;
    font-family: 'Cinzel Decorative', serif;
  }

/* .d-steam-card::before {
    width: 100%;
    height: 172%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(35deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 51.5%, rgba(255, 255, 255, 0.15) 54%, rgba(255, 255, 255, 0.15) 100%);
    transform: translateY(-36%);
    opacity: 0.5;
    transition: all ease 0.28s 0.01s;
} */
.d-steam-card:hover, .d-steam-card:focus {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transform: perspective(222px) translate3d(0px, 0px, 8px) rotateX(3deg);
    transform-origin: center;

}
.d-steam-card:hover::before, .d-steam-card:focus::before {
    opacity: 1;
    transform: translateY(-20%);
}
.d-steam-card:active {
    filter: brightness(80%) contrast(110%);
}


/**
 * FOOTER
 */

.footer{
    margin-top: 3rem;
    padding-bottom: 20px;
    border-top: 1px solid #333030;
    padding-top: 2rem;
}
.footer .footer-right {
    display: grid;
    height: 100%;
    justify-content: end;
}
.footer-social{
    display: flex;
    width: 100%;
    place-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
}
.footer-social img{
    width: 36px;
}

.footer .footer-info{
    display: flex;
}
.footer .footer-info p{
    margin-left: 10px;
    margin-top: 0px;
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-word;
    max-width: 45%;
    margin: 0px 0 0 10px;
}
.footer .footer-info .footer-logo{
    max-width: 150px;
}
.footer .footer-info .texto-sobre-nos-footer{
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-word;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .footer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}


/**
 * futbol
 */

.futbol{
    height: 152px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    /*min-width: 368px;*/
    position: relative;
}
.futbol .fulbol-card{
    width: 100%;
    cursor: pointer;
    height: 100%;
    position: relative;
    background: #202124;
}
.futbol .futbol-img{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
    position: absolute;
    background-size: cover;
    justify-content: center;
    background-position: center center;
}
.futbol .futbol-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.futbol .futbol-content{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 8px;
    z-index: 2;
    position: absolute;
    box-sizing: border-box;
    flex-direction: column;
    background-size: cover;
    background-position: center center;
}
.futbol .futbol-content .box-1 {
    width: 100%;
    height: 19px;
    display: flex;
    position: relative;
    align-items: center;
    font-weight: 600;
    margin-bottom: 6px;
}
.futbol .futbol-content .box-1 .box-title{
    flex: 1;
    color: #fff;
    display: flex;
    overflow: hidden;
    position: relative;
    font-size: 11px;
    text-align: left;
    margin-right: 8px;
}
.bt3726 {
    opacity: 1;
}
.futbol .futbol-content .box-1 .box-title p{
    color: rgb(255, 255, 255);
    height: 16px;
    display: flex;
    font-size: 12px;
    align-items: center;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.futbol .futbol-content .box-1 .box-action{
    flex: 0 0 auto;
    color: #fff;
    display: flex;
    overflow: hidden;
    position: relative;
    font-size: 11px;
    text-align: left;
    margin-right: 0;
    justify-content: flex-end;
}
.futbol .futbol-content .box-2 {
    display: flex;
    justify-content: center;
}
.futbol .futbol-content .box-3 {
    flex: 1;
    display: flex;
    text-decoration: none;
}
.futbol .futbol-content .box-4 {
    flex: 0 0 auto;
}

.futbol-result{
    display: flex;
    margin-bottom: -32px;
    justify-content: center;
}
.futbol-result .futbol-result-left{
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.5);
    margin: 0 4px;
    display: flex;
    padding: 10px;
    font-size: 1.2rem;
    min-width: 16px;
    background: rgba(255,255,255,0.3);
    align-items: center;
    font-weight: 600;
    line-height: 16px;
    border-radius: 8px;
    justify-content: center;
}

.futbol-result .futbol-result-right{
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.5);
    margin: 0 4px;
    display: flex;
    padding: 10px;
    font-size: 1.2rem;
    min-width: 16px;
    background: rgba(255,255,255,0.3);
    align-items: center;
    font-weight: 600;
    line-height: 16px;
    border-radius: 8px;
    justify-content: center;
}
.futbol-team-flag{
    flex: 1;
    text-decoration: none;
    display: flex;
}

.futbol-team-flag .futbol-team-flag-left{
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding-right: 16px;
    flex-direction: column;
    justify-content: flex-start;
}
.futbol-team-flag .futbol-team-flag-left .futbol-team-flag-left-box-1{
    order: 1;
    width: 32px;
    max-height: 36px;
    padding-right: 8px;
    padding-bottom: 8px;
}
.futbol-team-flag .futbol-team-flag-right{
    flex: 1;
    display: flex;
    align-items: flex-end;
    padding-left: 16px;
    padding-right: 0;
    flex-direction: column;
    justify-content: flex-start;
}
.futbol-team-flag .futbol-team-flag-right .futbol-team-flag-left-box-2{
    order: 1;
    width: 32px;
    max-height: 36px;
    padding-right: 8px;
    padding-bottom: 8px;
}
.bt3733 {
    color: #ffffff;
    order: 2;
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    word-break: break-word;
    font-weight: 500;
    line-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.bt3733 {
    color: #ffffff;
    order: 2;
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    word-break: break-word;
    font-weight: 500;
    line-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.bt3759 {
    width: calc(100% + 8px);
    margin: -4px;
    display: flex;
    flex-wrap: wrap;
}
.btn-bet{
    flex: 1;
    color: #ffffff;
    display: flex;
    font-size: 12px;
    align-items: center;
    line-height: 1.2;
    padding-right: 4px;
    font-weight: 600;
    border: 0 transparent;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 32px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    justify-content: center;
    background: rgba(255,255,255,0.3);
}
.overlay {
    position: relative;
}

.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Cor com opacidade (aqui, preto com 50% de opacidade) */
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white; /* Cor do texto na sobreposição */
    /* Estilize o conteúdo da sobreposição conforme desejado */
}

.splide-box{

}

.soccer{
    position: relative;
    height: calc(100vh - 85px);
    width: 100%;
    display: block;
}
.soccer-bg {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 20px;
    position: absolute;
}
.soccer-container{
    position: absolute;
    top: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    bottom: 30px;
}
.soccer-date{
    display: flex;
    align-items: center;
    place-content: center;
    width: 100%;
}
.soccer-date h2{
    padding: 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
}
.soccer-team{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
    margin-top: 50px;
;
}
 .soccer-info{
    text-align: center;
}
.soccer-info h2{
    font-family: 'Montserrat', sans-serif;

}
.soccer-form{
    margin-top: 50px;
}
.soccer-bets{
    margin-top: 50px;
}
.soccer-award{
}

.input-group-text {
    background-color: #eba600;
    color: #000000;
    font-weight: bold;
}
.page-link {
    color: #e7e7e7;
    background-color: #000;
    border: var(--bs-pagination-border-width) solid #000;
}
.page-link:focus {
    z-index: 3;
    color: #fff;
    background-color: #000;
    outline: 0;
    box-shadow: none;
}
.page-link:hover {
    z-index: 2;
    box-shadow: none;
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.is-today{
    background-color:  #49a31a;
}
.about-us-description{
}
.about-us-description .about-us-img{
    margin-bottom: 30px;
    max-width: 400px;
}

.banner-top{
    width: 100%;
    height: 40px;
    background-color: #eba600;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: relative;
}
.banner-top p{
    margin-bottom: 0;
}

.affiliate-withdrawal-container{
    padding: 20px;
}

.affiliate-withdrawal-container .affiliate-withdrawal-body{
    margin-bottom: 20px;
}


.notification{
    display: flex;
    padding: 20px;
    align-items: center;
    background-color: #12121296;
    margin-bottom: 10px;
    border: 1px solid #252424;
    border-radius: 10px;
    border-left: 5px solid #fff;
}

.notification .notification-icon{
    height: 100%;
    margin-right: 10px;
}
.notification .notification-body {
    display: block;
    width: 100%;
    color: #fff;
}
.notification .notification-time{
    font-size: 0.8rem;
    color: #eba600;
    margin-left: 20px;
    width: 50px;
}

.text-success-emphasis {
    color: #000 !important;
}

.active>.page-link, .page-link.active {
    background-color: #eba600;
    border-color: #eba600;
}
.affiliate-faq{
    margin-top: 30px;
}
.accordion-button:not(.collapsed) {
    color: #eba600;

    background-color: #eba60052;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #eba600;
}
.accordion-button:focus {
    z-index: 3;
    /* border-color: #eba600; */

    border-color: #eba600;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(26, 89, 32, 0.25);
}
.accordion-button:focus {
    z-index: 3;
    /* border-color: #eba600; */
    border-color: #eba600;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(42 139 48 / 0%);
}
.affiliate-block{
    background-color: #25272b;
    padding: 20px;
    border-radius: 10px;
}
.affiliate-block .affiliate-block-body h1{
    font-size: 1rem;
}
.affiliate-block .affiliate-block-body h1 > span{
    color: #eba600;
}
.affiliate-block .affiliate-block-body .affiliate-info{

}
.text-primary{
    color: #eba600 !important;
}
.mr-2{
    margin-right: 10px;
}
.login-wrap{
    margin-top: auto;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 20px;
}
.login-wrap .line-text {
    height: 0.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-wrap .line-text .l {
    height: 1px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #98A7B5;
}
.login-wrap .line-text .t {
    color: #98A7B5;
    line-height: .875rem;
    height: 100%;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin: 0 0.75rem;
    font-size: 12px;
}

.iziModal .iziModal-header {
    box-shadow: none !important;
}

.social-group {
    margin-top: 10px;
    display: grid;
    text-align: center;
}
.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: #0a0a0a;
    background-repeat: no-repeat;
    background-position: 12px 11px;
}
.login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.login-with-google-btn:active {
    background-color: #eeeeee;
}
.login-with-google-btn:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}
.login-with-google-btn:disabled {
    filter: grayscale(100%);
    background-color: #ebebeb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}
.w-full {
    width: 100%;
}
.disabled>.page-link, .page-link.disabled {
    pointer-events: none;
    background-color: #343a4000;
    border-color: #27292d3b;
}

#category-carousel{
    margin: 1.2rem 0;
}
.bet-category-list li{
    color: rgb(255, 255, 255);
    background: #202124;
    box-shadow: none;
    padding: 10px 0px;
    border-radius: 20px;
    text-align: center;
}
.bet-category-list .bet-category-active{
    background: rgb(67, 179, 9);
}
.bet-category-list .bet-category-item{
    color: white;
}
.icon-social{
    width: 25px;
  }
/* Container para centralizar */
.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  margin-left: 20px;
  margin-bottom: -6px;
  /* position: absolute; */
  /* right: 190px; */
  /* top: 5px; */
}

/* Botão estilizado com hover */
.btn-custom {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.3s ease;
  margin-left: 10px;
  /* scale: 0.9; */
}

.btn-custom:hover {
  transform: scale(1);
  filter: drop-shadow(0px 0 3px #666); /* brilho dourado suave */
}

.btn-custom:active {
    transform: scale(1);
    filter: hue-rotate(5deg)  ;
}

.btn-img {
    max-width:130px;
    height: auto;
}

.tibia-menu {
    position: relative;
    width: 300px;
    padding: 40px 20px;
    border: none;
    background: none;
}

.tibia-menu .menu-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    top: 0;
    left: 0;
}

.tibia-menu .menu-items {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    font-family: 'MedievalSharp', serif;
    color: #ffeac3;
}

.tibia-menu .menu-items li a {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    color: #f5e9b1;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    transition: all 0.2s ease;
}

.tibia-menu .menu-items li a:hover {
    color: #fff;
    background-color: rgba(255, 215, 0, 0.1);
    transform: translateX(5px);
}

.menu-divider {
    height: 1px;
    background: rgba(255, 215, 0, 0.2);
    margin: 8px 0;
}

.d-steam-card.js-steamCard {
    /* width: 166px; */
    /* height: 239px; */
    margin-bottom: 13px;
}

.ver-todos {
    margin-top: 6px;
    display: block;
}

button, .btn-success {
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}

button:focus, .btn-success:focus {
    outline: 0;
  }

  button:before, button:after, .btn-success:before,.btn-success:after{
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
  }

  button:before, .btn-success:before{
    display: none;
    top: -75%;
    background-image:
      radial-gradient(circle, #eba600 20%, transparent 20%),
    radial-gradient(circle,  transparent 20%, #eba600 20%, transparent 30%),
    radial-gradient(circle, #eba600 20%, transparent 20%),
    radial-gradient(circle, #eba600 20%, transparent 20%),
    radial-gradient(circle,  transparent 10%, #eba600 15%, transparent 20%),
    radial-gradient(circle, #eba600 20%, transparent 20%),
    radial-gradient(circle, #eba600 20%, transparent 20%),
    radial-gradient(circle, #eba600 20%, transparent 20%),
    radial-gradient(circle, #eba600 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
  /* background-position: 0% 80%, -5% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 85% 30%; */
  }

  button:after, .btn-success:after{
    display: none;
    bottom: -75%;
    background-image:
    radial-gradient(circle, #eba600 20%, transparent 20%),
    radial-gradient(circle, #eba600 20%, transparent 20%),
    radial-gradient(circle,  transparent 10%, #eba600 15%, transparent 20%),
    radial-gradient(circle, #eba600 20%, transparent 20%),
    radial-gradient(circle, #eba600 20%, transparent 20%),
    radial-gradient(circle, #eba600 20%, transparent 20%),
    radial-gradient(circle, #eba600 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
  /* //background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%; */
  }

  button:active, .btn-success:active{
    transform: scale(0.9);
    background-color: darken(#eba600, 5%);
    /* box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2); */
  }

  button.animate:before, .btn-success.animate:before{
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
  }

  button.animate:after, .btn-success.animate:after{
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
  }

  @keyframes topBubbles {
    0%{
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }
      50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;}
   100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
    }
  }

  @keyframes bottomBubbles {
    0%{
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;}
   100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%,  0% 0%,  0% 0%,  0% 0%,  0% 0%;
    }
  }


@media screen and (max-width:480px) {
    img.img-fluid {
        /* width: 70%; */
        margin: 0 auto;
        /* display: flex
    ; */
    }
}

@media only screen and (max-width: 870px) {
    .page__navbar{
        display: none;
    }

    .footer .footer-info {
        display: block
    ;
    }

    .btn-img {
        /* max-width: 100px; */
        /* height: auto; */
    }
    .page__content {
        max-width: 100%;
        margin-left: 0;
    }

    .page__navbar__logo .navbar-toggler-close{
        display: block;
    }

    .page__content__navbar__dir__apostas{
        display: none;
    }

    .playgame .playgame-body{
        /*height: calc(100% - 84px);*/
    }
    .playgame .playgame-footer{
        height: 84px;
    }
    .playgame .playgame-footer .playgame-footer-buttons {
        padding: 1.3rem;
    }
    .social-icon{
        display: none;
    }

    .banner-login{
        display: none;
    }
    .navbar-toggler{
        display: block;
    }

     /*.page__content__navbar__dir__btn{*/
    /*    display: none;*/
    /*}*/
}

.game-image-border {
    max-width: 100%;
    /* height: 111%; */
    width: 200%;
    aspect-ratio: 2 / 2.8;
}

.game-image {
    width: 88%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 5.5%;
    left: 6.5%;
    border-radius: 13px;
    aspect-ratio: 2 / 2.85;
}

[name="amount"] {
    font-size: 33px;
    padding-left: 23px;
}

.reading-text{
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 100;
}

.all-games-wrapper .d-steam-cards.js-steamCards{
    padding: 0;
}

.all-games-wrapper .d-steam-cards.js-steamCards a img{
    width: 100% !important;
    height: 100% !important;
}

.all-games-wrapper {
    padding: 5px;
}


@media only screen and (max-width: 768px) {
    .footer .footer-info{
        text-align: center;
        width: 100%;
    }

    .footer .footer-info .footer-logo{
        max-width: 150px;
    }

    .footer .footer-right {
        display: grid;
        height: 100%;
        justify-content: center;
        font-size: 8px;
    }

    .d-steam-card.js-steamCard {
        /* width: 120px !important; */
        /* height: 187px !important; */
    }

    h4{
        font-size: 16px !important;
    }
    .affiliate-block .affiliate-block-body h1{
        font-size: 1rem;
    }
    p{
        font-size: 11px;
    }

    .email-afiliado {
        background-color: #eba600;
        color: #000000;
        font-weight: bold;
        width: 116px;
        font-size: 11px;
    }
    input.form-control {
        font-size: 11px;
    }

    .page__navbar__logo{
        width: 100%;

    }
    .page__navbar__logo a{
        width: 60%;
    }
    i.fa-regular.fa-circle-xmark{
        font-size: 30px;
    }

    .texto-sobre-nos-footer {
        font-size: 12px !important;
    }

    button.accordion-button {
        font-size: 12px;
    }
    .accordion-body {
        font-size: 11px;
    }
    img.img-fluid {
        /* width: 50%; */
        /* margin: 0 auto; */
        /* display: flex
    ; */
    }

    .navbar_list .navbar_list_links a{
        font-size: 12px !important;
    }

    .d-steam-cards {
        /* margin-left: 0; */
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
        /* width: 100%; */
    }
    .d-steam-card-wrapper {
        flex-basis: 30%;
    }
    .hidden-mobile{
        display: none;
    }

    .btn-img {
        /* max-width: 100px !important; */
        /* height: auto !important; */
    }

    .notification .notification-body {
        font-size: 0.8rem;
    }

    .gamepad-jogos{
        font-size: 19px !important;
        color: #eba600 !important;
        margin-right: 12px !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    }
        .ver-todos{
            font-size: 13px;
        }
        .modal-body {
            padding: 20px;
        }
        .iziModal {
            width: 100%;
            height: 100% !important;
            margin: 0;
        }
}

@media only screen and (max-width: 1200px) {
    .d-steam-card-wrapper {
        flex-basis: 24.9%;
    }
    .footer .footer-info p {

        max-width: 100%;
    }
    .affiliate-image-wrapper {
        display: none;
    }
    .affiliate-info-wrapper {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .affiliate-image-wrapper {
        display: none;
    }

}

@media only screen and (max-width: 1400px) {


}

@media only screen and (max-width: 650px) {
    .d-steam-card-wrapper {
        flex-basis: 33.3%;
    }
}

@media only screen and (max-width: 480px) {
    .d-steam-card-wrapper {
        flex-basis: 50%;
    }
}


