.tiger99-mark{display:block;height:52px;width:auto;max-width:280px;object-fit:contain}.mx-app .logo-header .tiger99-mark,.mx-app .logo-header img.tiger99-mark{height:52px;width:auto;max-width:min(280px,46vw)}.mx-app{--bg-primary:#353535;--text-primary:#fff;--bg-secondary:#3c6e71;--bg-secondary70:#3c6e71b3;--bg-secondary85:#3c6e71d9;--text-secondary:#fff;--bg-sidebar:#cccccc;--text-sidebar:#000;--bg-body:#fff;--text-body:#000;--sidebar-menu-link-bg:#bbbbbb;--sidebar-menu-link-color:#000;--sidebar-menu-link-border:#9e9e9e;--table-border:#c7c8ca;--bg-table:#f7f7f7;--bg-table-row:#f2f2f2;--text-table:#333;--text-info:#097c93;--bg-info:#097c93;--text-danger:#bd1828;--bg-danger:#bd1828;--text-success:#086f3f;--bg-success:#086f3f;min-height:100vh;background:var(--bg-body);color:var(--text-body);font-family:var(--font-roboto-condensed),"Roboto Condensed",sans-serif;font-size:14px;line-height:1.35}.mx-app *,.mx-app :after,.mx-app :before{box-sizing:border-box}.mx-app h2,.mx-app h4,.mx-app p{margin:0}.mx-app ul{margin:0;padding:0;list-style:none}.mx-app a{color:inherit;text-decoration:none}.mx-app button,.mx-app input{font-family:inherit}.mx-app .header{position:sticky;top:0;z-index:40}.mx-app .header,.mx-app .header-top{background:var(--bg-primary);color:var(--text-primary)}.mx-app .header-top{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;height:73px;padding:4px 8px}.mx-app .logo-header{display:flex;align-items:center;min-width:0}.mx-app .logo-header a{display:flex;align-items:center;color:#fff}.mx-app .menu-toggle{display:none;align-items:center;justify-content:center;width:32px;height:32px;margin-right:6px;border:0;background:transparent;color:#fff;cursor:pointer}.mx-app .user-details{display:flex;align-items:center;line-height:normal}.mx-app .search-box{display:flex;align-items:center;position:relative}.mx-app .search-box input{width:0;height:30px;padding:0;border:0;background:#fff;color:#333;font-size:14px}.mx-app .search-box input.search-input-show{width:150px;padding:.375rem .75rem;box-shadow:0 0 5px #6f6f6f;transition:width .4s linear}.mx-app .search-toggle{margin-left:10px;border:0;background:transparent;color:#fff;cursor:pointer;line-height:0}.mx-app .search-list{position:absolute;top:100%;right:0;z-index:5;min-width:300px;max-height:300px;margin-top:2px;overflow:auto;padding:5px;background:var(--bg-table);color:var(--text-table);box-shadow:0 0 5px #f2f2f2}.mx-app .search-game-name{width:100%;padding:5px;background:var(--bg-secondary85);color:#fff;font-weight:700}.mx-app .search-list-item{display:block;width:100%;padding:5px;margin-bottom:5px;border-bottom:1px solid #ddd;color:var(--text-table)}.mx-app .search-game-date{display:block;color:#666;font-size:12px}.mx-app .header-rules a{color:#fff;font-weight:700;cursor:pointer}.mx-app .user-balance{font-size:14px;text-align:right;white-space:nowrap}.mx-app .user-balance b{margin-left:0}.mx-app .user-name{position:relative}.mx-app .dropdown-toggle{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:#fff;font-weight:700;font-size:14px;cursor:pointer}.mx-app .dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:220px;padding:4px 0;background:#fff;color:#000;box-shadow:0 0 8px rgba(0,0,0,.25)}.mx-app .dropdown-item{display:block;width:100%;padding:6px 14px;border:0;background:transparent;color:#000;font-size:14px;text-align:left;cursor:pointer}.mx-app .dropdown-item:hover{color:#666;text-decoration:underline}.mx-app .dropdown-divider{height:1px;margin:4px 0;background:#e5e5e5}.mx-app .news{position:absolute;right:0;bottom:-3px;width:50%;overflow:hidden;color:#fff;font-size:14px;font-style:italic}.mx-app .news-scroll{display:inline-block;white-space:nowrap;animation:mx-news-scroll 18s linear infinite}@keyframes mx-news-scroll{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.mx-app .header-bottom{background:var(--bg-secondary);color:#fff;padding:5px 15px}.mx-app .navbar-nav{display:flex;flex-wrap:nowrap;justify-content:flex-start;width:100%;overflow-x:auto}.mx-app .header-bottom .nav-link{position:relative;display:flex;align-items:center;padding:4px 12px;color:#fff;font-size:14px;text-transform:uppercase}.mx-app .header-bottom .nav-item:first-child .nav-link{padding-left:0}.mx-app .header-bottom .nav-link:before{content:"";position:absolute;z-index:1;left:50%;right:50%;bottom:0;height:0;background:#fff;transition:left .3s ease-out,right .3s ease-out,height .3s ease-out}.mx-app .header-bottom .nav-link.active:before,.mx-app .header-bottom .nav-link:hover:before{left:0;right:0;height:2px}.mx-app .nav-item.crash .nav-link{color:#e40539;font-weight:800;animation:mx-crash-blink 1s ease-in-out infinite}@keyframes mx-crash-blink{0%{opacity:1}to{opacity:.2}}.mx-app .nav-item.aviator svg{height:25px;width:42px;transform:rotate(10deg)}.mx-app .nav-item.aviator .cls-1{fill:#e40539;animation:mx-blinkmenu 1s ease-in-out infinite}@keyframes mx-blinkmenu{0%{fill:#e40539;opacity:1}to{opacity:.1}}.mx-app .btn{display:inline-flex;align-items:center;justify-content:center;border-radius:0;border:1px solid transparent;cursor:pointer;font-weight:700;text-decoration:none}.mx-app .btn:hover{opacity:.85}.mx-app .btn-success{background:var(--bg-success);border-color:var(--bg-success);color:#fff;height:30px;padding:0 10px}.mx-app .btn-danger{background:var(--bg-danger);border-color:var(--bg-danger);color:#fff;height:30px;padding:0 10px}.mx-app .btn-info{background:var(--bg-info);border-color:var(--bg-info);color:#fff}.mx-app .ms-1{margin-left:.25rem}.mx-app .ms-3{margin-left:1rem}.mx-app .me-1{margin-right:.25rem}.mx-app .me-2{margin-right:.5rem}.mx-app .mt-1{margin-top:.25rem}.mx-app .mt-2{margin-top:.5rem}.mx-app .main-container{display:flex;align-items:flex-start;min-height:calc(100vh - 169px);margin-top:4px}.mx-app .left-sidebar{width:210px;flex:none;min-height:calc(100vh - 175px);background:#fff}.mx-app .sidebar-box{margin-bottom:5px}.mx-app .sidebar-title{display:flex;align-items:center;justify-content:space-between;height:30px;padding:0 6px 0 0;background:var(--bg-primary);color:#fff}.mx-app .right-sidebar .sidebar-title{background:var(--bg-secondary)}.mx-app .sidebar-title h4{padding:4px 6px;font-size:14px;font-weight:700}.mx-app .side-caret{padding-right:8px;font-size:12px;line-height:1}.mx-app .menu-box .nav-link{display:flex;align-items:center;gap:8px}.mx-app .folder-icon{width:14px;height:14px;flex:none;color:#333}.mx-app .sidebar .nav-link{display:block;padding:2px 15px;background:var(--sidebar-menu-link-bg);color:var(--sidebar-menu-link-color);border-bottom:1px solid var(--sidebar-menu-link-border);font-size:14px;font-weight:400}.mx-app .sidebar .nav-link.active,.mx-app .sidebar .nav-link:hover{background:#a8a8a8}.mx-app .blink_me{animation:mx-blinker 1s linear infinite}@keyframes mx-blinker{50%{opacity:0}}.mx-app .sidebar-backdrop{display:none}.mx-app .center-main-container{flex:1;min-width:0;padding:0 5px}.mx-app .center-container{width:100%}.mx-app .latest-event{flex-wrap:wrap;width:100%}.mx-app .latest-event,.mx-app .latest-event-item{display:flex;justify-content:center;margin-bottom:4px}.mx-app .latest-event-item{flex:1;align-items:center;max-width:100%;min-width:calc(20% - 4px);margin-right:4px;padding:4px;background:var(--bg-secondary);color:#fff}.mx-app .latest-event-item a{display:flex;align-items:center;justify-content:center;width:100%;color:#fff;font-size:14px;font-weight:700;text-align:center}.mx-app .latest-event-item img{width:16px;height:16px;object-fit:contain}.mx-app .latest-event-item span{margin-left:5px;overflow:hidden;max-width:calc(100% - 24px);text-overflow:ellipsis;white-space:nowrap}.mx-app .sports-tab{display:flex;flex-wrap:nowrap;overflow-x:auto;background:transparent}.mx-app .sports-tab .nav-link{display:block;padding:8px 14px;background:var(--bg-sidebar);color:#000;border-right:1px solid var(--bg-secondary);border-radius:0;font-size:16px;line-height:1;white-space:nowrap;cursor:pointer}.mx-app .sports-tab .nav-item:last-child .nav-link{border-right:0}.mx-app .sports-tab .nav-link.active{background:var(--bg-secondary);color:#fff}.mx-app .bet-table{display:flex;flex-wrap:wrap;align-content:flex-start;width:100%;background:var(--bg-table)}.mx-app .bet-table-header,.mx-app .bet-table-row{display:flex;flex-wrap:wrap;align-items:center;width:100%}.mx-app .bet-table-header{justify-content:flex-start;padding:5px 0;border-top:1px solid var(--table-border);border-bottom:1px solid var(--table-border);font-weight:700}.mx-app .bet-table-header .bet-nation-name{justify-content:flex-start;padding-left:8px}.mx-app .bet-table-header .bet-nation-odd{justify-content:center}.mx-app .bet-table-body{width:100%}.mx-app .bet-table-row{justify-content:flex-start;background:var(--bg-table-row);border-bottom:1px solid var(--table-border)}.mx-app .bet-table-row.empty{justify-content:center;padding:12px;color:#666}.mx-app .bet-nation-name{display:flex;justify-content:space-between;align-items:center;width:64%;padding:4px 5px;font-size:14px}.mx-app .bet-nation-game-name{display:block;max-width:calc(100% - 150px);overflow:hidden;color:var(--text-table);text-overflow:ellipsis;white-space:nowrap}.mx-app .bet-nation-game-name span:first-child{font-weight:400}.mx-app .game-icons{display:flex;align-items:center;justify-content:flex-end;width:140px}.mx-app .game-icon{display:flex;align-items:center;justify-content:center;width:22px;color:#333;font-size:11px;font-weight:700}.mx-app .game-icon svg{display:block}.mx-app .game-icon .active{display:inline-block;width:12px;height:12px;border-radius:50%;background:#28a745}.mx-app .bet-nation-odd{display:flex;flex-wrap:wrap;justify-content:center;width:12%;text-align:center;font-size:14px}.mx-app .odd-box{width:50%;min-height:32px;padding:1px;border:0;cursor:pointer;background:transparent}.mx-app .odd-box:disabled{cursor:default}.mx-app .bet-odd{display:flex;align-items:center;justify-content:center;min-height:30px;color:#273a47;font-size:14px}.mx-app .back{background:#72bbef!important}.mx-app .lay{background:#faa9ba!important}.mx-app .market-head{display:flex;align-items:center;justify-content:space-between;width:100%;height:30px;padding:0 8px;background:var(--bg-secondary);color:#fff;font-weight:700}.mx-app .detail-back{display:inline-block;margin:4px 0;color:var(--text-info);font-weight:700}.mx-app .casino-list{display:flex;flex-wrap:wrap;margin-top:2px}.mx-app .home-page .casino-list-item{margin-right:2px;margin-bottom:2px;cursor:pointer}.mx-app .home-page .casino-list-item:nth-child(10n){margin-right:0}.mx-app .casino-list-item,.mx-app .list-page .casino-list-item{width:calc(14.28% - 1.8px);margin-right:2px;margin-bottom:2px}.mx-app .home-page .casino-list-item{width:calc(10% - 1.8px)}.mx-app .casino-list-item-banner{padding-top:75%;background-position:50%;background-size:cover}.mx-app .casino-list-name{padding:3px;background-image:linear-gradient(var(--bg-primary),var(--bg-secondary));color:#fff;font-size:11px;font-weight:700;text-align:center;text-transform:uppercase}.mx-app .report-block{background:#fff;margin-bottom:8px}.mx-app .report-block table{width:100%;border-collapse:collapse;background:#fff;text-align:left}.mx-app .report-block td,.mx-app .report-block th{padding:4px 8px;border-bottom:1px solid var(--table-border);font-size:14px}.mx-app .report-tabs{display:flex;gap:12px;padding:6px 8px;background:#f7f7f7}.mx-app .report-tabs a.active{font-weight:700;color:var(--bg-secondary)}.mx-app .cash-form{max-width:360px;padding:10px;background:#fff}.mx-app .cash-form input{width:100%;height:32px;margin:4px 0 8px;padding:0 8px;border:1px solid #dbdbdb}.mx-app .cash-meta{display:flex;flex-wrap:wrap;gap:16px;padding:8px;background:#fff}.mx-app .right-sidebar{display:none;width:360px;flex:none;max-height:calc(100vh - 120px);overflow:auto;background:#fff}.mx-app.has-slip .right-sidebar{display:block}.mx-app .place-bet-box-body,.mx-app .place-bet-box-header{display:flex;flex-wrap:wrap;justify-content:space-between;padding:4px;font-size:14px}.mx-app .place-bet-box-header{background:var(--bg-sidebar);color:#000;font-weight:700}.mx-app .place-bet-box-body{border-bottom:1px solid var(--table-border)}.mx-app .place-bet-for{display:flex;align-items:center;width:calc(100% - 230px);line-height:normal}.mx-app .place-bet-for span{font-weight:700}.mx-app .place-bet-odds{width:60px}.mx-app .place-bet-stake{width:80px;margin-left:10px}.mx-app .place-bet-profit{width:80px;text-align:right;font-weight:700}.mx-app .place-bet-box-body input{width:100%;height:24px;padding:2px 4px;border:0;border-radius:0;font-size:12px}.mx-app .place-bet-buttons{display:flex;flex-wrap:wrap;gap:2px;padding:4px}.mx-app .btn-place-bet{width:calc(20% - 2px);padding:5px 2px;border:0;background:var(--bg-sidebar);color:#000;font-size:13px;font-weight:700}.mx-app .place-bet-action-buttons{display:flex;justify-content:space-between;padding:0 4px 4px}.mx-app .place-bet-action-buttons .btn{min-width:80px;height:38px;padding:0 10px}.mx-app .chip-edit{display:flex;flex-wrap:wrap;gap:4px;padding:4px}.mx-app .chip-edit input{width:72px;height:28px;border:1px solid #ccc;padding:0 4px}.mx-app .slip-empty,.mx-app .slip-note{padding:10px 8px;text-align:center;color:#666}.mx-app .slip-note.ok{color:var(--text-success)}.mx-app .slip-note.bad{color:var(--text-danger)}.mx-app .my-bets{background:#fff}.mx-app .my-bet-row{padding:6px 8px;border-bottom:1px solid #eee;font-size:12px}.mx-app .my-bet-row span{display:block;color:#666}.mx-app .slip-sheet{display:none}.mx-app .footer{background:var(--bg-primary);color:#fff;padding:4px 8px}.mx-app .footer-bottom,.mx-app .footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding:4px 0}.mx-app .footer-links,.mx-app .social-icons-box,.mx-app .support-detail{display:flex;flex:1;align-items:center}.mx-app .footer-links .nav{display:flex;flex-wrap:wrap;gap:8px 16px}.mx-app .footer-links button{border:0;background:transparent;color:#fff;font-weight:700;font-size:16px;cursor:pointer}.mx-app .support-detail{justify-content:center}.mx-app .support-detail h2{font-size:18px;font-weight:700}.mx-app .social-icons-box{justify-content:flex-end;gap:4px}.mx-app .social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:15px;background:#fff;color:#353535;font-weight:700}.mx-app .footer-text{flex:1;text-align:center;font-size:12px}.mx-app .age-badge{display:inline-flex;width:36px;height:36px;border:2px solid #fff;border-radius:50%;font-weight:700}.mx-app .age-badge,.mx-app .mx-modal{align-items:center;justify-content:center}.mx-app .mx-modal{position:fixed;inset:0;z-index:80;display:flex;padding:16px;background:rgba(0,0,0,.45)}.mx-app .mx-modal-card{width:min(520px,100%);background:#fff;color:#000;box-shadow:0 8px 24px rgba(0,0,0,.3)}.mx-app .mx-modal-card h4{padding:10px 12px;background:var(--bg-primary);color:#fff}.mx-app .mx-modal-card p{padding:12px}.mx-app .mx-modal-card button{margin:0 12px 12px;height:32px;padding:0 12px;border:0;background:var(--bg-secondary);color:#fff;cursor:pointer}.mx-app .d-none{display:none}@media (min-width:1200px) and (max-width:1399px){.mx-app .left-sidebar{width:210px}.mx-app .right-sidebar{width:350px}}@media (min-width:1400px){.mx-app .right-sidebar{width:450px}}@media (min-width:768px){.mx-app .d-md-inline{display:inline}}@media (min-width:1200px){.mx-app .d-xl-flex{display:flex!important}.mx-app .d-xl-block{display:block!important}.mx-app .d-xl-none{display:none!important}}@media (max-width:1199px){.mx-app .header-top{height:auto;min-height:64px;padding:5px 5px 8px}.mx-app .menu-toggle{display:inline-flex}.mx-app .d-xl-only,.mx-app .header-rules{display:none!important}.mx-app .header-bottom{display:none}.mx-app .news{position:static;width:100%;margin-top:4px;padding:4px;background:#ffffff45;font-size:12px}.mx-app .depowith{display:flex;justify-content:center;width:100%;margin-top:4px;gap:4px}.mx-app .user-balance{font-size:12px}.mx-app .left-sidebar{display:none;position:fixed;z-index:70;top:0;left:0;bottom:0;width:min(280px,86vw);overflow:auto;box-shadow:4px 0 16px rgba(0,0,0,.28)}.mx-app .left-sidebar.visible{display:block}.mx-app .left-sidebar.visible+.sidebar-backdrop,.mx-app .sidebar-backdrop.show{display:block;position:fixed;inset:0;z-index:65;background:rgba(0,0,0,.35)}.mx-app .bet-table-header,.mx-app .right-sidebar{display:none}.mx-app .bet-nation-name{width:100%}.mx-app .bet-nation-odd{width:33.33%}.mx-app .bet-nation-odd.col-label{display:flex;align-items:center;justify-content:center;padding:2px 0 0;font-weight:700}.mx-app .casino-list-item,.mx-app .home-page .casino-list-item{width:calc(33.33% - 2px)}.mx-app .home-page .casino-list-item:nth-child(10n){margin-right:2px}.mx-app .home-page .casino-list-item:nth-child(3n){margin-right:0}.mx-app.has-slip .slip-sheet{display:block;position:fixed;left:0;right:0;bottom:0;z-index:75;max-height:70vh;overflow:auto;background:#fff;box-shadow:0 -4px 16px rgba(0,0,0,.25)}.mx-app .footer-links,.mx-app .social-icons-box,.mx-app .support-detail{flex:1 1 100%;justify-content:center}}@media (min-width:768px) and (max-width:1199px){.mx-app .home-page .casino-list-item{width:calc(16.66% - 2px)}.mx-app .home-page .casino-list-item:nth-child(3n){margin-right:2px}.mx-app .home-page .casino-list-item:nth-child(6n){margin-right:0}}.mx-login-page{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-image:linear-gradient(#353535,#3c6e71);font-family:var(--font-roboto-condensed),"Roboto Condensed",sans-serif;color:#000}.mx-login-box{width:350px;max-width:90%;margin:2% 0 80px;text-align:center}.mx-logo-login img{max-height:90px;max-width:100%}.mx-login-form{margin-top:1.5rem;padding:20px;border-radius:4px;background:#fff;box-shadow:0 0 5px #fff}.mx-login-title{margin:0 0 10px;color:#353535;font-size:22px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:6px}.mx-login-error{margin:0 0 10px;color:#bd1828;font-size:13px;text-align:left}.mx-field{display:flex;margin-bottom:1rem}.mx-field input{flex:1;min-width:0;height:38px;padding:5px 10px;border:1px solid #dbdbdb;border-right:0;border-radius:0;background:#fff;color:#000;font:16px var(--font-roboto-condensed),Roboto Condensed,sans-serif}.mx-field input:focus{outline:none;border-color:#b5b5b5}.mx-field span{width:42px;background:#e9ecef;border:1px solid #ced4da;color:#495057}.mx-field span,.mx-login-btn{display:flex;align-items:center;justify-content:center}.mx-login-btn{width:100%;position:relative;height:38px;border:1px solid #353535;border-radius:0;background:#353535;color:#fff;font:16px var(--font-roboto-condensed),Roboto Condensed,sans-serif;cursor:pointer}.mx-login-btn svg{position:absolute;right:12px}.mx-login-btn:hover{opacity:.85}.mx-login-btn:disabled{opacity:.7;cursor:wait}.mx-login-btn-gap{margin-top:8px}.mx-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;background:#353535;color:#fff;padding:4px 8px}.mx-footer-login{position:fixed;left:0;bottom:0;width:100%;z-index:5}.mx-footer-links{display:flex;flex:1;flex-wrap:wrap;gap:8px 18px}.mx-footer-links a{color:#fff;font-weight:700;font-size:16px;text-decoration:none}.mx-support{flex:1;text-align:center}.mx-support h2{margin:0;font-size:18px;font-weight:700}.mx-footer-spacer{flex:1}