@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;500;900&display=swap');

        :root{
            --bg-color: #0f1923;
            --light-color: #2f2e2e;
            --light2-color: #0f1923;
            --dark-color: #181818;
            --highlight-color: rgba(255 194 30 /50%);
        }

        .menu-username {
            max-width: 200px;
            margin-left: 40px;
        }

        .menu-username span, .menu-username i{
            color: rgba(255 255 255 /80%);
            font-size: revert;
            text-align: right;
            max-width: 130px;

            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;

            transition: all 0.5s ease;
        }

        .menu-username:hover *{
            color: #FFF!important;
        }

        .main-width{
            padding-left: 260px;
        }

        .main-width.hide-fixed-nav{
            padding-left: 10px;
        }

        @media (max-width: 1024px){
            .main-width {
                padding: 0 8px 0 8px !important;
                display: block;
            }
        }

        .wallet-link, .auth-btn{
           
            transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            cursor: pointer;
        }

        .wallet-link:hover, .auth-btn:hover{
            background: linear-gradient(to top, rgba(255 194 80 /70%) 10%, #FFCC00 120%);
            box-shadow: 0 0 10px rgba(255 194 80 /30%);
        }

        body{
            position: relative;
        }

        .navbar, .fixed-nav, .footer{
            background-color: var(--light-color);
        }

        .navbar{
            border-bottom: 1px solid rgba(255 255 255 /5%);
            z-index: 1001;
        }

        .content{
            top: auto;
            padding-top: 60px;
            height: auto;
        }

        .footer{
            position: relative;
            margin: 0;
            margin-left: 250px;
            flex-flow: column;
            padding: 20px;
            min-height: 200px;
            border-top: 1px solid rgba(255 255 255 /5%);
            z-index: 3;
            justify-content: center;
            background: linear-gradient(to bottom, var(--light-color), var(--light2-color) 100%);
        }
        
        .footer>div{
            max-width: 1920px;
        }

        .content{
            min-height: calc(100vh);
            padding-bottom: 200px;
        }

        .fixed-nav{
            bottom: 0;
            z-index: 1;
            border-radius: 0;
            padding: 20px;
        }

        .fixed-nav-bg{
            position: fixed;
            height: 100%;
            z-index: 0;
        }

        .fixed-nav-bg,.fixed-nav{
            width: 250px;
            left: 0;
            top: 60px;
            background: linear-gradient(to bottom, var(--light2-color), var(--bg-color) 200%);
            background-attachment: fixed;
        }

        .wallet-link{
            border-radius: 100px;
        }

        .fixed-chat .item .text {
            margin-top: -4px;
            position: relative;
            letter-spacing: .015em;
            background: rgba(0, 0, 0, 0.4);
            color: #fff;
            font-size: 13px;
            border-radius: 5px;
            padding: 10px 14px;
            -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
            -o-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
            box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
        }

        .avatar{
            aspect-ratio: 1 / 1 !important;
        }
                
        .btn {
            display: inline-block;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            background-color: transparent;
            border: 1px solid transparent;
            padding: .375rem .75rem;
            font-size: 1rem;
            border-radius: .25rem;
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }

        .btn-danger {
            color: #fff;
            background-color: #dc3545;
            border-color: #dc3545;
        }
         .game-container {
             position: relative;
             margin: 21px auto;
             max-width: 1075px;
        }
         .menu-button {
             outline: none;
             border: none;
             background: #181818;
             border-radius: 6px;
             width: 39px;
             height: 39px;
             text-align: center;
             line-height: 27px;
             cursor: pointer;
             text-decoration: none;
             margin-left: 8px;
             color: #cdcdcd;
             padding-top: 6px;
        }
         .fixed-chat .item .avatar img.rank {
             width: 22px;
             position: absolute;
             right: -7px;
             top: -3px;
        }
         .double-history__col-body {
             font-size: 11px;
        }
         .double-history__col-body {
             color: #8a90a2;
             font-size: 11px;
             padding: 3px 10px 0 10px;
             background: #1a242d;
             border-bottom-left-radius: 5px;
             border-bottom-right-radius: 5px;
             font-weight: 700;
        }
         .double-history__col_black .double-history__col-header {
             background: #1a242d;
        }
         .double-history__col_yellow .double-history__col-header {
             background: #1a242d;
        }
         .double-history__col-bets {
             font-size: 17px;
             font-weight: 600;
        }
         .double-circle {
             margin-right: -5px;
        }
         .double-field-wrapper {
             flex: auto;
    padding: 0px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: solid 15px #1a242d;
    border-radius: 7px;
        }
         .history-card__top-side {
             display: flex;
             align-items: center;
             padding: 12px;
             background: #1a242d;
             border-top-left-radius: 5px;
             border-top-right-radius: 5px;
        }
         .history-card__bottom-side {
             background: #2a2f34;
             border-bottom-left-radius: 5px;
             border-bottom-right-radius: 5px;
             padding: 12px 0;
             display: flex;
        }
         .jackpot-tab {
             flex: 1;
             text-align: center;
             height: 45px;
             line-height: 45px;
             background: #2a2f34;
        }
         .game-sidebar {
             background: #1a242d;
        }
         .double-bet-buttons {
             display: flex;
             margin-top: 7px;
        }

        @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */

.double-field-wrapper {
            flex: auto;
    padding: 21px 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: solid 5px #1a242d;
    border-radius: 2px;
        }
}

         .double-field-wrapper {
            flex: auto;
    padding: 0px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: solid 15px #1a242d;
    border-radius: 7px;
        }
         .game-footer_double {
             max-width: 100%;
             white-space: nowrap;
             overflow: hidden;
             padding: 13px 15px;
        }
         .double-history__col-header {
             border-top-left-radius: 5px;
             border-top-right-radius: 5px;
             display: flex;
             color: #fff;
             padding: 16px;
        }
         .simplebar-offset {
             direction: inherit !important;
             box-sizing: inherit !important;
             resize: none !important;
             position: absolute;
             top: -5px;
             left: 0;
             bottom: 0;
             right: 0;
             padding: 0;
             margin: 0;
             -webkit-overflow-scrolling: touch;
        }
         .double-circle_green .double-circle-inner {
             background: #10bf66;
             background-image: url(https://beette.com/files/logo-icon.75d9365fff.png);
             background-repeat: no-repeat;
             background-position: center;
             background-size: 25px;
             position: relative;
             content-visibility: hidden;
        }
         .double-circle-inner__number {
             font-weight: 700;
             border: 2px solid white;
             border-radius: 50%;
        }
         @media (max-width: 500px) .double-circle-inner__number {
             font-size: 8px;
             border: 2px solid white;
             border-radius: 50%;
        }
         .double-circle_black .double-circle-inner {
             background: #4a4d50;
             padding: 6px 6px 6px 6px;
             align-items: center;
             justify-content: center;
             display: flex;
        }
         .double-circle_green .double-circle-inner {
             background: #10bf66;
             padding: 6px 6px 6px 6px;
             background-image: url(https://beette.com/files/logo-icon.75d9365fff.png);
             background-repeat: no-repeat;
             background-position: center;
             background-size: 25px;
             position: relative;
             content-visibility: hidden;
        }
         @media (max-width: 1024px){
             .fixed-nav {
                 display: none;
            }
            .footer{
                margin-left: 0;
            }
        }
         .menu .menu__list-item{
             display: flex;
             justify-content: center;
             align-items: center;
        }
         .double-circle_red .double-circle-inner {
             background: #ffc200;
             padding: 6px 6px 6px 6px;
             align-items: center;
             justify-content: center;
             display: flex;
        }
         .simplebar-content {
             padding: 22px 0px;
        }
         .double-circle-inner__number {
             font-size: 8px;
        }
         html, body {
             background: var(--bg-color);
        }
         .double-circle_black .double-circle-inner {
             background: #4a4d50;
        }
         .double-circle_green {
             border-color: #01d13900;
        }
         .double-circle_green .double-circle-inner {
             background: #10bf66;
             background-image: url(https://beette.com/files/logo-icon.75d9365fff.png);
             background-repeat: no-repeat;
             background-position: center;
             background-size: 25px;
             position: relative;
             content-visibility: hidden;
        }
         .game-sidebar__input-helper-action {
             background: #272d39;
        }
         .game-sidebar__set-action {
             background: #272d39;
        }
         .game-sidebar__input {
             border: none;
             background: #272d39;
             border: solid 1px #3c3b3b;
        }
         .double-history__col-header-bet__amount {
             font-size: 11px;
        }
         .double-history__col-body {
             font-size: 11px;
        }
         .double-history__col-body {
             background: #1a242d;
        }
         .game-container_history {
                 background: #1a242d;
        }
         .double-history__col-bets {
             font-size: 17px;
             font-weight: 600;
        }
         .game-sidebar__double-bet {
             width: calc(25% - 15px);
             display: flex;
             justify-content: center;
             text-align: center;
             font-size: 15px;
             padding: 11px 22px;
             margin-right: 15px;
             transition: none;
             border-width: 2px;
             border-style: solid;
             font-weight: 500;
             -moz-appearance: none;
        }
         .double-circle_red {
             border-color: #22222200;
        }
         .double-circle_black {
             border-color: #302c2c;
        }
         .double-time {
             font-size: 12px;
        }
         .double-time {
             font-weight: 400;
             color: #ebebeb;
        }
         .fixed-chat {
             background: #1a242d;
        }
         .double-history__col_yellow .double-history__col-header {
             background: #1a242d;
        }
         .double-history__col_green .double-history__col-header {
             background: #1a242d;
        }
         .game-sidebar {
             background: #1a242d;
             box-shadow: 0 5px 20px 0 rgb(6 10 14 / 25%);
        }
         .game-footer {
             background: #1a242d;
        }
         .game-component {
             background: #1a242d;
        }
         .double:before {
             background: #272d39;
        }
         .double-circle {
             padding: 3px;
             border-radius: 16%;
             border: -15px solid;
        }
         .double-circle-inner {
             border-radius: 12%;
        }
         .double-circle_red {
             border-color: #22222200;
        }
         .double-circle_black {
             border-color: #22222200;
        }
         .double-circle-inner__number {
             font-weight: 700;
        }
         .crash-block {
             background-color: #343434;
             border-radius: 3px;
        }
         .game-area-slider:before {
             background: #1d2024;
        }

        .level-block{
            position: relative;
            text-align: center;
            min-width: 180px;
            min-height: 40px;
            margin-right: 10px;
            padding-left: 15px;
            background-color: var(--light2-color);
            border-radius: 100px;
            border: 1px solid rgba(255 255 255 /10%);
        }
        .level-block .bar-bg{
            display: inline-block;
            position: relative;
            background: var(--dark-color);
            width: calc(100% - 50px);
            height: 2px;
            margin-top: 27px;
            border-radius: 0px;
            overflow: hidden;
        }
        .level-block:before{
            content: "Nível - " attr(nivel-nome);
            display: block;
            position: absolute;
            font-size: 0.7em;
            color: rgba(255 255 255 /50%);
            bottom: 15px;
            left: 40px;
            font-weight: normal;
        }
        .level-block.mobile:before{
            font-size: 1em;
            bottom: 18px;
        }
        .level-block .bar-bg .bar{
            height: 100%;
        }
        .level-block img{
            position: absolute;
            top:8px;
            left: 10px;
        }
        .level-block img:nth-child(2){
            right:0px;
            left:auto;
        }

        .money-block__money-area {
            font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 100px;
    padding-left: 35px;
    background-color: #242323;
    border-bottom: 1px solid rgba(255 255 255 /10%);
    border-radius: 100px;
    color: #e6e6e6;

            
        }

        .level-block.desktop{
            display: block;
        }
        .level-block.mobile{
            display: none;
            margin: 0;
            margin-top: 10px;
        }

        @media (max-width: 1024px){
            .profile-link{
                margin:0 10px;
            }

            .level-block.desktop{
                display: none;
            }
            .level-block.mobile{
                display: block;
                padding-bottom: 2px;
            }
        }

        @media (max-width: 991px){
            .navbar-brand img {
                width: 120px;
                margin-left: 10px!important;
            }

            .money-block__money-area{
                padding-right: 77px;
            }
        }

        .mobile-menu__link-icon {
            display: block;
            margin-bottom: -1px;
            font-size: 20px;
        }
          
        .headerimg {
            size: 9px;
            width: 23px;
            padding-top: 9px;

        }

        .new_label{
            position: relative;
        }

        .new_label:after{
            content: "NOVO";
            font-size: xx-small;
            font-weight: 700;
            color: #FFF;
            background: #F00;
            position: absolute;
            top: -3px;
            right: -9px;
            width: 30px;
            height: 15px;
            display: block;
            text-align: center;
            border-radius: 5px;
            padding-top: 2px;
            z-index: 1;
        }

         .navbar-brand .mobile {
            display: none;
        }

         @media (max-width: 640px){

             .navbar-brand .large {
                display: none;
            }
             .navbar-brand .mobile {
                display: inline-block;
                width: auto;
                height: 32px;
            }

            .menu-username{
                margin-left: 10px;
            }

            .profile-link{
                margin: 0 10px 0 0;
            }

         }

         @media (max-width: 480px){
            .money-block__money-area{
                width: 190px ;
            }

            .menu-username span.username{
                display: none;
            }

            .menu-username{
                margin: 0;
            }
        }

        .fixed-nav .leftside{
            padding: 0;
        }

        .fixed-nav .leftside li{
            transition:  all 0.5s ease;
            -webkit-transition:  all 0.5s ease;
            border-radius: 10px;
            padding: 8px 10px;
            margin: 0;
        }

        .fixed-nav .leftside li.perfil, .fixed-nav .leftside li.bonus{
            font-size: medium;
            color: #FFF!important;
            background: linear-gradient(to top, var(--light-color), var(--highlight-color) 150%);
            
            margin-bottom: 10px;
            min-height: 45px;
            display: flex;
            align-items: center;
        }

         .fixed-nav .leftside li.bonus{
            padding-left: 20px;
            background: linear-gradient(135deg, #F0F -20%, #0CC, #0F3 150%);
            border-radius: 4px;
            
         }

        .fixed-nav .leftside li.title{
            font-size: medium;
            font-weight: bold;
            color: #FFF;
            cursor: pointer;
        }
        .fixed-nav .leftside li.title:before{
            content: "\f078";
            display: inline-block;
            float: right;
            opacity: 0.5;
            font-family: "Font Awesome 6 Free";
            transition: transform 0.25s ease-out;
            transform: rotate(180deg);
        }

        .fixed-nav .leftside li.title.hide:before{
            transform: rotate(360deg);
        }
        .fixed-nav .leftside li.title.active:before{
            content: "\f077";
            margin-top: 2px;
        }

        .fixed-nav .leftside li i{
            line-height: unset;
            font-size: inherit;
        }

        .fixed-nav .leftside li{
            font-size: small;
            display: block;
            margin-top: 0;
        }

        .fixed-nav .leftside li:hover{
            color: #FFF;
        }



        .fixed-nav .leftside a{
            display: inline-block;
            width: 100%;
        }

        .fixed-nav .leftside a li.game-link{
            font-weight: 500;
            color: rgba(255 255 255 /50%);
        }

        .fixed-nav .leftside a li.game-link i:first-child{
            margin-left: 0px;
            display: inline-block;
            vertical-align: middle;
            transition:  all 0.5s ease;
            -webkit-transition:  all 0.5s ease;
            font-size: 20px;
            line-height: unset;
            width: 25px;
        }

        .fixed-nav .leftside a li.game-link span{
            font-size: small;
            display: inline-block;
            vertical-align: middle;
            margin-left: 10px;
        }

        .fixed-nav .leftside a:not(:hover) li.game-link i:first-child{
            color: rgba(255 255 255 /50%) !important;
        }

        .fixed-nav .leftside a li.game-link:hover{
            background-color: var(--light-color) !important;
            color: #FFF;
            letter-spacing: 1px;
        }

        .fixed-nav .leftside a li.game-link:hover i:first-child{
            margin-left: 10px;
        }

        .fixed-nav .leftside a.active li.game-link:hover{
            background-color: var(--light-color) !important;
            letter-spacing: 1px;
        }




        .icones-footer>div>span{
            display: inline-block;
            background-color: rgba(0 0 0 /10%);
            border-radius: 100px;
            padding: 4px 10px;
            margin: 0 10px;
        }

        .icones-footer>div>span>span{
            opacity: 0.5;
        }


        .links{
            padding: 0 20px;
        }

        .links li{
            display: inline-block;
            width: 100%;
            margin: 5px 0;
            opacity: 0.5;
            font-size: small;
            transition: all 0.5s ease;
        }

        .links li:hover{
            opacity: 1;
        }

        .links .title{
            font-size: medium;
            font-weight: 900;
            padding-bottom: 10px;
            opacity: 1;
        }


        .row{
            display: flex;
            flex-flow: row;
            margin: 0 auto;
        }

        .row.brands>img{
            margin: 10px;
        }

        .col-md-3{
            flex: 0.4;
        }

        .col-lg-3{
            min-width: 400px;
            flex: 0.4;
        }

        .col-md-2, .col-lg-2{
            flex: 0.2;
        }

        .col-md-8{
            flex: 0.8;
        }

        .col{
            flex: 1;
        }

        @media (max-width: 1366px){
            .row{
                flex-flow: row wrap;
            }
            .col-lg-3, .col-lg-2{
                min-width: 100%;
                width: 100%;
                flex: 1;
            }
            .col-lg-3>*, .col-lg-2>*{
                max-width: 800px;
                margin: 20px auto;
            }
        }

        @media (max-width: 991px){
            .col-md-3, .col-md-2, .col-md-8{
                min-width: 100%;
                width: 100%;
                flex: 1;
            }
            .col>*,.col-md-3>*, .col-md-2>*, .col-md-8>*{
                max-width: 500px;
                margin: 0 auto;
            }

            .sm-center{
                text-align: center;
                text-align: -webkit-center;
                margin-top: 20px;
                justify-content: center;
            }
            .links{
                padding: 0;
            }
        }

        @media (max-width: 350px){
            .col{
                min-width: 100%;
                width: 100%;
                flex: 1;
            }
        }

        .popup-profile{
            position: absolute;
    top: calc(100% + 10px);
    right: 10px;
    border-radius: 3px;
    background-color: #ffffff;
    
    color: #FFF;
    font-size: unset;
    font-weight: 400;
    width: 239px;
    display: none;
    overflow: hidden;
    white-space: nowrap;
        }

        .popup-links{
            padding: 5px 5px;
        }

        .popup-links a li{
            padding: 15px 5px;
    border-radius: 10px;
    transition: all 0.5s ease;
    cursor: pointer;
    color: #2f4553;
    font: inherit;
    vertical-align: baseline;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    
        }

        .popup-links a:hover li{
            opacity: 1;
            color: #959595;
            background-color: #d5d6d7;
        }

        .popup-links a li i{
            display: inline-block;
    width: 30px;
    text-align: center;
    font-size: 15px;
        }

        @media (min-width: 1024px){
            .fixed-chat .messages{
                width: 100%;
                padding: 0 5px;
            }
            .fixed-chat{
                width: 20vw;
            }
            .main-width{
                padding-right: calc(25vw + 20px);
            }
            .main-width.hide{
                padding-right: 10px;
            }
            .fixed-chat .send-form{
                width: 90%;
            }
        }

        ::-webkit-scrollbar{
            height: 7px;
        }

        *{
            -webkit-tap-highlight-color: rgba(0,0,0,0);
        }

        .auth-modal_img{
            display: flex;
        }

        .popup input{
            border: none;
            background: rgba(25 25 0 /20%);
            border-top: 2px solid rgba(25 25 0 /20%)!important;
            border-bottom: 1px solid rgba(25 25 150 /10%)!important;
        }
        .popup input ::placeholder, .popup input ::-ms-input-placeholder{
            color: rgba(255 255 255 /10%)!important;
            font-size: small!important;
        }
        .popup input:focus ::placeholder, .popup input:focus ::-ms-input-placeholder{
            color: rgba(255 255 255 /20%)!important;
        }
        .popup input:focus{
            background: rgba(60 70 80 /15%);
        }

        .popup,.modal{
            background: var(--light-color);
            background: linear-gradient(to top, rgba(30 36 40 /80%), #2a343F);
        }

        @media (max-width: 768px){
            .popup.active {
                max-width: 400px!important;
            }
            .auth-modal_img{
                display: none;
            }
        }
